@font-face {
    font-family: 'FontAwesome';
    src: url('./font/fontawesome-webfont.eot?v=4.7.0');
    src: url('./font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cera Pro";
}

a {
    color: #005e90
}

header {
    padding: 20px 0;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

header .authButton {
    text-align: right;
}

header .authButton .btn {
    padding: 15px 15px;
}

header .row {
    align-items: center;
}

header img {
    max-width: 100%;
}

.mainpage main {
    height: calc(100vh - 92px);
    display: flex;
    align-items: center;
}

.mainpageBlock h1 {
    font-weight: 700 !important;
    margin: 0 0 30px !important;
    font-size: 67px !important;
    color: #476997;
}

.mainpageBlock h2 {
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 36px;
}

@media(max-width: 767.98px) {
    .mainpage main {
        height: auto;
        padding: 35px 0;
    }
    .mainpageBlock h1 {
        font-weight: 700 !important;
        margin: 0 0 20px !important;
        font-size: 48px !important;
        color: #476997;
    }
    .mainpageBlock h2 {
        margin: 0 0 20px;
        font-size: 24px;
    }
}

.opened .pearlsBlockText {}

.pearlsBlockText {
    display: block;
    margin: 15px 0 -15px;
    display: none;
}

.pearlsBlock {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}

.pearlsBlocks {
    margin: 30px 0 0;
}

.pearlsBlockTitle {
    position: relative;
    font-weight: 600;
    cursor: pointer;
}

.pearlsBlockTitle:after {
    content: '>';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    font-size: 20px;
    transform: rotate(90deg) scaleY(1.6);
    top: 7px;
}

.opened .pearlsBlockTitle:after {
    transform: rotate(-90deg) scaleY(1.6);
    right: 31px;
}

.rightNavPearls ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rightNavPearls {
    padding: 1rem;
    border: 1px solid;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.pearlsPic {
    margin: 15px 0
}

.pearlsPic img {
    max-width: 100%;
}

.pearlsSteps img {
    max-width: 100%;
}

.loyaltyStepsList ul {
    margin: 15px 0;
    list-style: none;
    padding: 0;
}

.loyaltyStepsList ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #005e90;
    margin-bottom: 10px;
}

.loyaltyStepsList ul li:before {
    content: '»';
    position: absolute;
    top: 0;
    left: 0;
}

.mainpageBlock h1 {
    font-size: 1.9rem;
    margin: 0 0 2rem;
}

p.notpartner {
    margin-top: 3rem;
}

.bx-core .btn {
    font-weight: 500;
    border-width: 2px;
    padding: 15px 45px;
}

.btn-primary {
    background: #577ea1 !important;
    border-color: #577ea1 !important;
    border-radius: 30px;
    min-width: 150px;
    outline: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    background: #577ea1 !important;
    border-color: #577ea1 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-default {
    background: #e6949e !important;
    border-color: #e6949e !important;
    border-radius: 30px;
    min-width: 150px;
    color: #fff;
    outline: none !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    background: #e6949e !important;
    border-color: #e6949e !important;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

.btn-transparent {
    background: transparent !important;
    border-color: #577ea1 !important;
    color: #577ea1 !important;
    border-radius: 30px;
    min-width: 150px;
    outline: none !important;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent.active {
    background: transparent !important;
    border-color: #577ea1 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #577ea1 !important;
}

.form-control {
    border-radius: 0;
    border-color: #aaaaaa;
}

.bx-core h1 {
    font-weight: 800;
    margin: 0.5rem 0 3.5rem;
    font-size: 2.25rem;
}

body.mainpage {
    background: url('./img/bg2.jpg') no-repeat center center fixed;
    background-size: cover;
}

.notificationGet .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.notificationGet .form-group input[type=email] {
    max-width: 100%;
    width: 530px;
    padding: 20px;
    height: 60px;
}

.c-block-training {
    border: 1px dashed #f94664;
    margin: 30px 0;
    padding: 40px;
    font-size: 18px;
    font-weight: 400;
}

.c-block-training a {
    color: #212529;
    display: inline-block;
    margin-top: 15px;
}

.c-block-training .h2 {
    font-weight: 400;
}

.productsTable td {
    border: 1px #aaa solid;
}

@media(max-width:767px) {
    .logo {
        margin-bottom: 15px;
        display: block;
    }
    header .authButton {
        text-align: center;
        margin-top: 15px;
    }
}

@media(max-width:575px) {}

.pearlsInfo .loayltyAdvantage a {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    margin: 30px 0;
}

.pearlsInfo .loayltyAdvantage a img {
    width: auto;
}

.pearlsInfo .loayltyAdvantage a .title {
    font-size: 28px;
    font-weight: bold;
    color: #005daf;
    margin: 15px 0;
}

.pearlsInfo .loayltyAdvantage a .description {
    color: #666b6e;
    font-size: 17px;
    line-height: 1;
}

.pearlsInfo .loayltyTitle h1 {
    text-align: center;
    margin: 45px 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}

.pearlsInfo .buttonBlock.text-center {
    padding: 30px 0;
    text-align: right;
}

.pearlsInfo .buttonBlock {
    padding: 0 0 15px;
    justify-content: flex-end;
}

.pearlsInfo .buttonBlock a {
    margin: 0 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.pearlsInfo .loyaltySteps .buttonBlock {
    padding: 0 0 15px;
    justify-content: space-around;
}

.pearlsInfo .loayltyBonusesList {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.pearlsInfo .loayltyBonusesItem {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    font-size: 24px;
}

.pearlsInfo .loayltyBonusesItem .title {
    font-weight: bold;
    /* font-size: 25px; */
}

.pearlsInfo .loayltyBonusesItem .text {
    font-style: italic;
}

.pearlsInfo .loayltyBonuses {
    margin: 30px 0;
}

.pearlsInfo .loyaltyStepsList ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #005e90;
    margin-bottom: 10px;
}

.pearlsInfo .loyaltyStepsList ul li:before {
    content: '»';
    position: absolute;
    top: 0;
    left: 0;
}

.pearlsInfo .loyaltyStepsList ul {
    margin: 30px 0 45px;
    padding: 0;
}

@media(max-width:1199px) {
    .pearlsInfo .buttonBlock {
        justify-content: space-around;
    }
    .pearlsInfo .buttonBlock a {
        font-size: 15px;
        margin: 0 0 15px;
    }
    .pearlsInfo .loayltyBonusesItem {
        margin: 10px 0;
        font-size: 25px;
    }
}

@media(max-width:767px) {
    .pearlsInfo .loyaltyStepsList ul li {
        padding-left: 20px;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .pearlsInfo .loayltyTitle h1 {
        font-size: 30px;
    }
    .pearlsInfo .loayltyBonusesItem {
        margin: 7px 0;
        font-size: 20px;
    }
}


/*#steps {
    height: 100px;
    margin-top:-100px;
}*/

.pearlsInfo img {
    max-width: 100%;
}

.programButtons {
    margin: 0 0 3rem;
}

.pearlsBlockText .productsTable {
    min-width: 100%;
}

.pearlsBlockText .productsTable td {
    padding: 0.7rem !important;
    margin: 0;
}

.pearlsBlockText .productsTable td p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.pearlsBlockText .productsTable td img {
    max-width: 100px;
}

@media(max-width:480px) {
    .pearlsBlockText .productsTable td:last-child {
        display: none;
    }
}

.pearlsBlockText .productsTable tr:first-child {
    color: #fff;
    background: #577ea1;
    font-weight: bold;
}

.pearlsBlockText .productsTable tr:first-child td {
    padding: 0.2rem 0.7rem !important;
}

.pearlsBlockText .productsTable tr:first-child td p {
    text-align: left !important;
}

.pearlsBlockText .productsTable tr td p {
    text-align: left !important;
}

header .logo+.navigation__link {
    white-space: nowrap;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    color: #212529 !important;
    text-align: center;
}

.pearlsBlockText .productsTable tr td p[align=center] {
    text-align: center !important;
}

.row_photos img {
    width: 100%;
    margin-bottom: 15px;
}

.row_photos {
    margin-bottom: 15px;
}

.hidden {
    display: none !important;
}

.calendar-events__inner .calendar-events__controls .form_btn_active {
    background-color: #fff !important;
    color: #000 !important;
    cursor: default !important;
}

.footer {
    background-color: #F7F8F8;
    color: #666B6E;
    font-size: 14px;
    margin-top: 68px;
    padding: 52px 40px 30px;
}

.footer__logo {
    display: block;
    margin-right: 60px;
    width: 200px;
}

.footer__contacts-href {
    margin-top: auto;
    color: #666B6E;
    opacity: .5;
}

.footer__contacts-href:hover {
    color: #0056b3
}

.footer__logo img {
    width: 200px;
}

.footer__nav ul {
    margin-right: 60px;
}

.footer__nav ul:last-child {
    margin-right: 0;
}

.footer__nav ul li {
    margin-bottom: 8px;
}

.footer__subscribe {
    padding: 0 0 15px;
}

.footer__subscribe_label {
    min-width: 283px;
}

.footer__subscribe_title {
    margin-bottom: 8px;
}

.footer__subscribe_field {
    font-size: 12px;
}

.footer__subscribe-bottom {
    margin-top: 13px;
}

.footer__subscribe-bottom_policy {
    max-width: 150px;
}

.footer__subscribe_btn {
    font-size: 12px;
    padding: 5px 20px !important;
    min-width: 100px;
    margin: 0 10px;
}

.footer__contacts {
    max-width: 324px;
    text-align: right;
    margin-left: 50px;
}

.footer__contacts_tel {
    font-size: 16px;
    font-family: "CeraPro-Medium", sans-serif;
    display: block;
}

.footer__contacts_address {
    margin-bottom: 5px;
}

.footer__contacts-block {
    margin-bottom: 16px;
}

.footer__bottom {
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.footer__bottom_link {
    opacity: 0.5;
}

@media screen and (max-width: 1440px) {
    .footer {
        margin-top: 60px;
    }
    .footer__logo {
        margin-right: 50px;
        width: 200px;
    }
}

@media screen and (max-width: 1415px) {
    .footer {
        margin-top: 60px;
    }
    .footer__logo {
        margin-right: 50px;
        width: 200px;
    }
    .footer__contacts {
        max-width: 240px;
    }
}

@media screen and (max-width: 1340px) {
    .footer__subscribe {
        padding: 0;
        border: none;
    }
}

@media screen and (max-width: 1280px) {
    .footer {
        padding: 52px 18px 30px;
    }
    .footer__contacts {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .footer {
        margin-top: 50px;
    }
    .footer__left {
        margin-bottom: 40px;
    }
    .footer__nav ul {
        min-width: 157px;
        margin-right: 16px;
    }
    .footer__logo {
        width: 200px;
    }
    .footer__contacts {
        max-width: 330px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 42px 20px 16px;
        margin-top: 40px;
    }
    .footer__logo {
        margin: 0 auto;
        width: 200px;
    }
    .footer__social {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 32px;
    }
    .footer__left {
        margin-bottom: 32px;
    }
    .footer__nav ul {
        width: 100%;
        margin-right: 0;
        min-width: unset;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__nav ul li {
        width: 47%;
    }
    .footer__form {
        max-width: 100%;
    }
    .footer__subscribe-bottom {
        margin-top: 6px;
    }
    .footer__subscribe-bottom_policy {
        width: 100%;
        margin-bottom: 12px;
    }
    .footer__contacts {
        margin-left: 0;
        text-align: left;
        margin-top: 32px;
        max-width: 100%;
    }
    .footer__bottom {
        margin-top: 32px;
        text-align: center;
    }
    .footer__bottom_link {
        margin-bottom: 16px;
        display: block;
    }
}

@media screen and (min-width: 1460px) {
    .footer {
        padding: 40px 80px 32px;
    }
}

.input {
    position: relative;
    display: block;
    width: 100%;
}

.input.error .input__field {
    border-color: #E5006B;
}

.input__field:focus {
    outline: none;
}

.input.error .input-square__field {
    border-color: #E5006B;
}

.input.error .input__error {
    display: block;
}

.input-square__field {
    width: 100%;
    display: block;
    border: 1px solid #999;
    background-color: transparent;
    font-family: "CeraPro-Regular", sans-serif;
    color: #666B6E;
    padding: 4px 7px;
}

.input-square__field:focus {
    border-color: #E5006B;
}

.input__long {
    max-width: 650px;
    font-size: 14px;
}

.input__long .input__title {
    width: 33.3333%;
    padding-right: 40px;
}

.input__long .input__field,
.input__long .input__right {
    width: 66.6666%;
}

.input__long .input__field {
    padding: 10px 0;
}

.input__long .input__right .input__field {
    width: 100%;
    padding-top: 0;
}

.input__field {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C6C7CB;
    background-color: transparent;
    padding: 3px 0;
    font-family: "CeraPro-Regular", sans-serif;
    color: #666B6E;
}

.input__field:focus {
    border-bottom-color: #E5006B;
}

.input__field-fill {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 14px;
    padding: 8px 17px;
}

.input__field-fill:focus {
    border-color: #E5006B;
}

.input__error {
    margin-top: 5px;
    font-size: 12px;
    display: none;
    color: #E5006B;
}

.input__message {
    margin-top: 5px;
    color: #999;
    display: block;
}

.input-required {
    position: relative;
}

.input-required::before {
    content: '*';
    position: absolute;
    color: #E5006B;
    left: -15px;
    top: 3px;
}

.input-photos__input,
.input-docs__input {
    display: none;
}

.input-photos__download,
.input-docs__download {
    position: relative;
    padding-left: 32px;
}

.input-photos__download::before,
.input-docs__download::before {
    content: url("/local/lib/css/2020/uikit/../../../img/icons/icon-paperclip.svg");
    position: absolute;
    left: 0;
    top: -1px;
}

.input-photos__list,
.input-docs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input-photos__item_remove,
.input-docs__item_remove {
    cursor: pointer;
}

.input-photos__list {
    margin-top: 8px;
}

.input-photos__item {
    width: 77px;
    margin-right: 8px;
}

.input-photos__item_img {
    position: relative;
    width: 77px;
    height: 77px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.input-photos__item_remove {
    color: #999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
}

.input-docs-offset .input-docs__download {
    padding-left: 0;
}

.input-docs-offset .input-docs__download::before {
    left: -23px;
}

.input-docs__list {
    margin-bottom: 8px;
}

.input-docs__item {
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.file__old {
    display: none;
}

.file__icon,
.file__title {
    display: inline-block;
    vertical-align: middle;
}

.file__title {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    color: #999;
    cursor: pointer;
}

.form__bottom {
    margin-top: 30px;
}

.form__submit {
    border: none;
    margin-right: 8px;
}

.form__text {
    font-size: 8px;
    line-height: 12px;
    max-width: 195px;
}

.form__success {
    margin-top: 20px;
    display: none;
}

.form.success .form__success {
    display: block;
}

.form.success .input__field {
    border-color: #C6C7CB;
}

.form.success .input-square__field {
    border-color: #999;
}

.form.success .input__error {
    display: none;
}

.form__result {
    color: green;
}

.calendar-events__thumb {
    width: 250px;
}

.calendar-events__info {
    width: calc(100% - 250px);
}

.servicePhone {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .calendar-events__thumb {
        width: 100%;
        padding-bottom: 39%;
    }
    .servicePhone {
        margin: 15px 0 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .calendar-events__info {
        width: 100%;
        padding: 26px 20px 22px;
    }
}

nav.topMenu a {
    font-size: 14px !important;
}

nav.topMenu>ul>li {
    padding: 5px 5px !important;
}

@media screen and (max-width: 1200px) {
    nav.topMenu a {
        font-size: 12px !important;
    }
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo-wrapper {
    max-width: 150px;
    margin-right: 30px
}

@media screen and (max-width: 1200px) {
    .menu-wrapper {
        flex-wrap: wrap;
    }
    .logo-wrapper {
        margin-left: 10px
    }
    .menu-content {
        width: 100%;
    }
    nav.topMenu>ul {
        margin-left: 5px;
        flex-wrap: wrap;
    }
}

@media(max-width:767.98px) {
    .logo-wrapper {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .logo {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    nav.topMenu ul {
        justify-content: center
    }
    .servicePhone {
        font-size: 14px;
    }
}

@media(max-width:428.98px) {
    .register_button {
        display: flex;
        justify-content: center;
        margin: 0 4px;
    }
}

.subscribes__item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.subscribes__item:first-child {
    border-top: 1px solid #eee;
}

.unsubscribe_btn {
    font-size: 12px;
    padding: 5px 20px !important;
    min-width: 100px;
    margin: 0 10px;
}

@media(max-width:991.98px) {
    .group_button-confirm {
        margin-top: 18px;
    }
}

@media(max-width:767.98px) {
    .group_button-confirm {
        display: flex;
        flex-direction: column;
    }
    .textCenter .btn-default {
        width: 100%;
    }
    .group_button-confirm a {
        margin-top: 18px;
    }
    .group_button-confirm {
        margin-top: 0px;
    }
}

.certs {
    margin-left: 12px;
}

@media(max-width:597.98px) {
    .footer_link_panel {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_link_panel .footer__contacts-href {
        margin-top: 12px;
    }
}

.custom-alert {
    max-width: 500px;
    min-width: 300px;
    margin: auto;
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    background: #e6949e;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: .4s;
    cursor: pointer;
    z-index: 2;
}

.custom-alert.show {
    opacity: 1;
    top: 20px;
}

@media(max-width: 449.98px) {
    .custom-alert {
        padding: 12px 40px;
        font-size: 16px;
    }
}