html {
    scroll-behavior: smooth;
}

.text-center {
    text-align: center;
}

.d-none {
    display: none !important;
}

.text-lowercase {
    text-transform: lowercase;
}

.content_loyalty + .am-banner-greyaction {
    display: none;
}

.content.content_loyalty {
    margin-top: 0px;
    overflow-x: hidden;
}

.loyalty-page .ui-tabs-panel[aria-hidden=true] {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.loyalty-page .ui-tabs-panel[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.loyalty-page .ui-tabs-panel[aria-hidden=true] > div {
    height: 1px;
}

.loyalty-page .ui-tabs-panel[aria-hidden=false] > div {
    height: auto;
}

.video-wrap {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}

.video-wrap video {
    width: 100%;
    display: block;
    line-height: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-container {
    padding: 0 35px;

    box-shadow: 0 0 20px -13px #656565;
    border-radius: 32px;
}

.custom-list {
    list-style: none;
}

.custom-list-item {
    font-size: 23px;
    position: relative;
    margin-bottom: 1.4em;
}

.list-item {
    font-size: 24px;
    line-height: 3rem;
}

.banner-img {
    width: 100%;
}

@media (any-hover: hover) {
    .loyalty-page .owl-dot:hover {
        background-color: #FCFDFD;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.loyalty-page .owl-dot.active {
    background-color: #FCFDFD;
}

.l-twin {
    position: relative;
}

.l-twin-shift {
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    -webkit-transform: translateX(-0.06em);
    transform: translateX(-0.06em);
}

@media (max-width: 768px) {
    .l-twin-shift {
        display: none;
    }
}

.section-banner {
    padding-bottom: 50px;
}

.section-banner .owl-stage-outer {
    margin-bottom: 27px;
}

.section-banner .owl-controls {
    position: relative;
    margin-left: 80px;
    width: 230px;
    max-width: 100%;
}

.section-banner-container {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
}

.section-banner__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.section-banner-title, .section-banner-subtitle, .section-advantages-title,
.section-advantages-text, .section-cards-title, .section-personal-title, .section-personal-subtitle {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.section-banner-subtitle, .section-personal-subtitle {
    color: #418FDE;
    font-weight: 700;
}

.section-banner-text-block, .section-personal-text-block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.banner-link-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pagination-block {
    position: relative;
    padding-top: 50px;
}

.section-banner__link {
    display: inline-block;
    padding: 1.05em 1.2em;
    background: #FCFDFD;
    border-radius: 1.5em;
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 117.4%;
    text-align: center;
    color: #366F82;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.015em;
}

.section-banner__link:hover,
.section-banner__link:focus {
    background: #3D6A81;
    color: #FCFDFD;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-benefits-container {
    position: relative;
    display: flex;
    align-items: center;
}

.section-benefits-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
}

.section-benefits-subtitle {
    font-size: 35px;
    text-transform: uppercase;
}

.section-benefits-text {
    font-size: 25px;
    color: #418FDE;
}

.section-benefits__list {
    margin-bottom: 0;
}

.section-benefits__right {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.section-benefits-circle-block {
    position: absolute;
    left: 0;
    bottom: 10%;
}

.section-benefits-circle {
    bottom: 20%;
    position: relative;

    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-benefits-circle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(100deg, #418FDE, white);
    -webkit-mask: radial-gradient(circle, transparent 65%, black 70%);
    mask: radial-gradient(circle, transparent 65%, black 70%);
}

.section-benefits-circle-text, .privilege-item-title, .benefits-text-block {
    font-weight: 700;
    font-size: 24px;
    color: #418FDE;
    text-align: center;
    line-height: 1.2;
}

.benefits-text-block {
    display: none;
}

.section-advantages-container {
    display: flex;
    flex-direction: column;
}

.section-advantages-header, .section-advantages-description,
.section-cards-title, .section-cards-description {
    text-align: center;
}

.section-advantages-description, .section-cards-description {
    font-size: 32px;
    font-weight: 500;
}

.section-advantages-privilege-block {
    display: flex;
    justify-content: space-between;
}

.advantages-privilege-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.privilege-item-img-block {
    margin: 0 auto;
}

.privilege-item-title {
    font-size: 32px;
}

.privilege-item-subtitle,
.privilege-item-description {
    font-size: 24px;
    font-weight: 500;
}

.privilege-item-footnote {
    font-size: 16px;
}

.section-features__container {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.section-features__right {
    display: flex;
    flex-direction: column;
    padding: 16px 200px 0 0;
    align-items: flex-start;
}

.section-features__left {
    display: none;
}

.section-features__title {
    font-size: 75px;
}

.section-features__title div:nth-child(1) {
    font-size: 50px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.section-features__title div:nth-child(2) {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.section-features__list custom-list-item {
    color: #262626;
    margin-bottom: 1.1em;
    font-size: 29px;
    padding-left: 1.8em;
    line-height: 1;

}

.section-features__list custom-list-item:before {
    width: 31px;
    height: 31px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2230%22%20height%3D%2229%22%20viewBox%3D%220%200%2030%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.92791%2028.9102V0.490234H20.3679V28.9102H9.92791ZM0.35791%2019.6302V9.77023H29.9379V19.6302H0.35791Z%22%20fill%3D%22%237293A3%22%2F%3E%3C%2Fsvg%3E%0A");
}

#best-price, #features, #advantages, #bonuses {
    scroll-margin-top: 120px;
}

@media (max-width: 1500px) {

    .section-features__title {
        font-size: 36px;
    }

    .section-features__list .custom-list-item {
        font-size: 22px;
    }

    .section-features__list .custom-list-item:before {
        width: 22px;
        height: 22px;
    }

}

@media (max-width: 992px) {
    .section-features__container {
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .section-features,
    .webp_img .section-features {
        background-image: unset;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfdfd), to(#dbdbdb));
        background: linear-gradient(180deg, #fcfdfd 0, #dbdbdb 100%);
        padding-bottom: 0;
    }

    .section-features__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-features__left img {
        display: block;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }

    .section-features__left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.section-footer {

    display: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFDFD), to(#CACACA));
    background: linear-gradient(180deg, #FCFDFD 0%, #CACACA 100%);
    padding-top: 40px;
    padding-bottom: 60px;
}

.section-footer__container {
    max-width: 1920px;
}

.section-footer__title {
    max-width: 1300px;
    margin-bottom: 0.3em;
    margin-right: auto;
    margin-left: auto;
    font-size: 66px;
    line-height: 1.23em;
    text-align: center;
}

.section-footer__title div:nth-child(1) {
    color: #78ACBE;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.025em;
}

.section-footer__title div:nth-child(2) {
    font-size: 0.86em;
    color: #244E63;
    text-transform: uppercase;
    margin-bottom: 0.6em;
}

.section-footer__title div:nth-child(3) {
    font-size: 0.56em;
    color: #244E63;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.3em;
}

.section-footer-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.section-footer-base__delimiter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    width: 1px;
    height: 216px;
    margin-top: 8em;
    background-color: #787878;
}

.section-footer-base__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.section-footer-base__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section-footer-base__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 478px;
    flex: 0 0 478px;
}

.section-footer-base-text {
    font-size: 21px;
    margin-top: 3.8em;
    letter-spacing: 0.005em;
    line-height: 1.23em;
    margin-bottom: 1em;
}

.section-footer-base-text div:nth-child(1) {
    margin-bottom: 0.2em;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.23em;
}

.section-footer-base-text div:nth-child(2) {
    margin-bottom: 1.6em;
    font-weight: 500;
}

.section-footer-base-text div:nth-child(3) {
    margin-bottom: 1.2em;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
}

.section-footer-base-text div:nth-child(4) {
    margin-bottom: 0.1em;
    font-size: 0.9em;
    line-height: 1.23em;
}

.section-footer-base__footer {
    text-align: center;
}

.section-footer-base__more {
    /*display: inline-block;*/
    display: none;
    margin: 0 auto;
    text-align: center;
    color: #36687A;
    font-size: 15px;
    font-weight: 50;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-footer-base__more:hover,
.section-footer-base__more:focus {
    color: #497E92;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-footer-base__item .section-footer-base-text div:nth-child(1) {
    color: #497E92;
}

.section-footer-base__item .section-footer-base-text div:nth-child(2) {
    color: #292929;
}

.section-footer-base__item .section-footer-base-text div:nth-child(3) {
    color: #497E92;
}

.section-footer-base__item .section-footer-base-text div:nth-child(4) {
    color: #1A414F;
}

.section-footer-base__item_right .section-footer-base-text div:nth-child(1) {
    color: #848484;
}

.section-footer-base__item_right .section-footer-base-text div:nth-child(2) {
    color: #1A414F;
}

.section-footer-base__item_right .section-footer-base-text div:nth-child(3) {
    color: #848484;
}

.section-footer-base__item_right .section-footer-base-text div:nth-child(4) {
    color: #1A414F;
}

@media (max-width: 1700px) {
    .section-footer-base {
        max-width: 1300px;
        margin: 0 auto;
    }

    .section-footer-base__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-footer-base__img,
    .section-footer-base__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .section-footer-base__img {
        text-align: center;
    }

    .section-footer__container {
        max-width: 1495px;
    }

    .section-footer-base__delimiter {
        display: none;
    }

    .section-footer-base__item_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-footer-base__item_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-footer-base-text {
        margin-top: 0;
    }

    .section-footer-base__img img {
        width: 300px;
    }
}

@media (max-width: 1500px) {
    .section-footer__title {
        font-size: 50px;
    }

    .section-footer__container {
        max-width: 1100px;
    }
}

@media (max-width: 992px) {
    .section-footer__title {
        max-width: 730px;
        margin-bottom: 1em;
        font-size: 40px;
    }

    .section-footer-base {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 768px;
        margin: 0 auto;
    }

    .section-footer-base__img,
    .section-footer-base__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        font-size: 16px;
    }

    .section-footer-base-text div:nth-child(1) {
        font-size: 1.5em;
    }

    .section-footer-base__item {
        gap: 0;
    }

    .section-footer-base__item_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-footer-base__item_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-footer-base-text {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .section-footer-base {
        gap: 0;
    }

    .section-footer__title {
        font-size: 21px;
    }

    .section-footer-base-text {
        font-size: 14px;
    }
}


.section-table__title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0.6em;
    text-transform: uppercase;
    line-height: 1em;
}

.section-table__title div:nth-child(2) {
    font-size: 0.568em;
}

.section-table-table {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.23;
    margin-bottom: 5em;
}

.section-table-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2em;
    margin-bottom: 1.7em;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-table-table__title {
    font-size: 24px;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.9em;
    flex: 0 0 10.9em;
}

.section-table-table__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.9em;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-table-table__condition {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 13em;

    flex: 0 0 13em;
}

.section-table-table__condition span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
}

.section-table-table__condition span:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
}

.section-table-table__condition span:nth-child(3) {
    font-size: 16px;
    font-weight: 600;
}

.section-table-table__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14em;
    flex: 0 0 14em;
}

.section-table-table__value span:nth-child(1) {
    font-size: 36px;
    font-weight: 700;
    line-height: 0.45em;
}

.section-table-table__value span:nth-child(2) {
    font-size: 1.5em;
    font-weight: 700;
}

.section-table-table__value span:nth-child(3) {
    font-size: 12px;
    font-weight: 500;
}

.section-table-footer__title {
    text-align: center;
    font-size: 33px;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    line-height: 1.23;
}

.section-table-footer__sub {
    font-size: 15px;
}

@media (max-width: 992px) {

    .section-table__title {
        margin-bottom: 1.2em;
        font-size: 45px;
        line-height: 1.5em;
    }

    .section-table-table {
        font-size: 13px;
    }

    .section-table-table__title {
        font-size: 1.2em;
    }

    .section-table-table__condition span:nth-child(1),
    .section-table-table__condition span:nth-child(3),
    .section-table-table__value span:nth-child(3) {
        font-size: 1em;
    }

    .section-table-table__condition,
    .section-table-table__value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16em;
        flex: 0 0 16em;
    }

    .section-table-footer__title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    .section-table-table__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10em;
        flex: 0 0 10em;
    }

    .section-table-table__row,
    .section-table-table__data {
        gap: 1em;
    }
}

@media (max-width: 576px) {
    .section-table__title {
        font-size: 25px;
    }

    .section-table-table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .section-table-table__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2em;
        line-height: 1.5em;
    }
}

@media (max-width: 435px) {
    .section-table-table__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .section-table-table__title {
        line-height: 1.2;
    }

    .section-table-table__condition, .section-table-table__value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .section-table-table__value span:nth-child(1) {
        font-size: 1.5em;
    }
}


.section-overview__title {
    font-size: 74px;
    line-height: 50px;
    letter-spacing: 0.009em;
    margin-bottom: 0.9em;
    text-transform: uppercase;
}

.section-overview_desc {
    font-weight: 700;
    font-size: 42px;
    padding-top: 24px;
}

.section-overview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-overview__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.section-overview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 355px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-overview-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

.section-overview-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.23em;
    font-size: 16px;
    letter-spacing: 0.005em;
}

.section-overview-item__title {
    font-weight: 600;
}

.section-overview-item__text {
    font-size: 0.9em;
}

.section-overview__footer {
    font-size: 16px;
    line-height: 1.23em;
    letter-spacing: 0.005em;
}

@media (max-width: 1550px) {
    .section-overview__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        min-width: unset;
    }
}

@media (max-width: 992px) {

    .section-overview-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-overview__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {

    .section-overview-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {

    .section-overview-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }

    .section-overview-item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }

    .section-overview-item__img img {
        width: 70px;
        height: 70px;
    }
}

.tabs-button-block, .tabs-button-block-table, .tabs-button-block-example {
    display: flex;
    justify-content: center;
    font-size: 24px;
}

.tab-block label,
.tab-block-table label,
.tab-block-example label {
    cursor: pointer;
}

.tab-block, .tab-block-table, .tab-block-example{
    padding: 10px 32px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tabs-content.swiper {
    padding: 20px;
}

.tabs-content, .l-tabs__content, .l-tabs__content-example {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tabs-content.active, .l-tabs__content.active, .l-tabs__content-example.active {
    opacity: 1;
}

.card-item {
    padding: 35px;
    box-shadow: 0 0 25px -13px #656565;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.card-item-title {
    font-size: 36px;
    font-weight: 700;
}

.l-tables__table tr:nth-child(odd) {
    background: #fff;
}

.l-tables__table tr:nth-child(even) {
    background: #ABB5BE;
}

.example-item, .example-items-img, .l-qr__item {
    box-shadow: 0 0 25px -13px #656565;
    border-radius: 13px;
}

.example-item-title, .example-item-subtitle {
    font-size: 24px;
}

.example-item-title span:first-child,
.example-item-title span:last-child {
    text-transform: uppercase;
}

.example-item-title span:last-child {
    font-weight: 700;
}

.example-item-title {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ABB5BE;
    padding: 16px;
}

.example-item-title-top {
    display: flex;
    justify-content: space-between;
}

.example-item-title-top img{
    display: none;
}

.example-item-title-bottom {
    display: flex;
    justify-content: center;
}

.example-item-title:last-child {
    border-bottom: none;
}

.example-items-img {
    background: #418FDE;
    /*display: flex;*/
    /*justify-content: space-evenly;*/
}

/*.item-img-block {*/
/*    max-width: 185px;*/
/*}*/

.item-img-block img {
    width: 100%;
}

.item-img-text {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
}

.item-img-title {
    font-weight: 700;
}

.l-ten-footer {
    padding: 24px 0;
}

.l-ten-footer-title {
    font-size: 40px;
    margin-bottom: 0.02em;
    font-weight: 700;
    color: #418FDE;
    text-transform: uppercase;
}

.l-ten-footer-subtitle {
    font-size: 24px;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

.header-bonus {
    display: flex;
    flex-direction: column;
}

.header-bonus-subtitle {
    padding: 32px 0;
    font-size: 32px;
}

.section-personal-text-block {
    display: flex;
}

.section-personal-description, .personal-content-title, .personal-content-subtitle {
    font-size: 24px;
}

.personal-block, .section-table, .section-features, .section-advantages-footer {
    border-radius: 30px;

}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: .4s;
}

.section-advantages-footer-container {
    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 100px;
}

.section-advantages-footer-title {
    font-size: 70px;
}

.section-advantages-footer-subtitle {
    font-size: 34px;
}

.subtitle-text {
    display: flex;
    flex-direction: column;
}

.section-list {
    padding-left: 40px;
    list-style: none;
    padding-bottom: 20px;
    position: relative;
}

.list-item::before {
    content: url("/help/loyalty/img/plus.svg");
    position: absolute;
    left: -5px;
    padding-top: 5px;
}

.accordion-trigger {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    width: 14px;
    height: 14px;
    background-image: url("/help/loyalty/img/s13-faq.svg");
    -webkit-transition: .3s;
    transition: .3s;
}

.accordion-trigger.open .accordion-icon {
    transform: rotate(-180deg);
}

.clinic-example-swiper-prev.swiper-button-prev:after,
.clinic-example-swiper-next.swiper-button-next:after,
.doctor-example-swiper-prev.swiper-button-prev:after,
.doctor-example-swiper-next.swiper-button-next:after{
    display: none;
}

.clinic-example-swiper-prev.swiper-button-prev:before,
.clinic-example-swiper-next.swiper-button-next:before,
.doctor-example-swiper-prev.swiper-button-prev:before,
.doctor-example-swiper-next.swiper-button-next:before{
    content: url("/help/loyalty/img/arrow-slide.svg");
    position: absolute;
    width: 24px;
    height: 24px;
}

.clinic-example-swiper-prev.swiper-button-prev:before,
.doctor-example-swiper-prev.swiper-button-prev:before {
    rotate: 180deg;
    left: 0;
}

.clinic-example-swiper-next.swiper-button-next:before,
.doctor-example-swiper-next.swiper-button-next:before {
    right: 0;
}

.example-pagination .swiper-pagination-bullet-active {
    background: white;
}

.example-items-img .swiper-wrapper {
    align-items: baseline;
}

@media (max-width: 1681px) {
    .list-item {
        font-size: 18px;
    }
}

@media (max-width: 1500px) {
    .accordion-trigger, .l-thirteen-faq__content.accordion-content,
    .privilege-item-subtitle, .privilege-item-description, .l-qr__item.p-4 {
        font-size: 18px;
    }

    .section-banner-text-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-benefits__right {
        width: 50%;
    }

    .benefits-img {
        width: 100%;
    }

    .section-benefits-header {
        padding-top: 20px;
    }

    .section-banner-text-block {
        gap: 5px;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .section-features__right {
        padding-right: 100px;
    }
}


@media (max-width: 1300px) {
    .section-banner-title, .section-banner-subtitle,
    .section-advantages-title, .section-advantages-text,
    .section-cards-title, .section-personal-title,
    .section-personal-subtitle,
    .video-header-container .video-title, .video-header-container .video-text,
    .video-header-container .video-subtitle,
    .section-table__title, .section-overview-text,
    .section-overview_desc, .l-ten-footer-title {
        font-size: 36px;
    }

    .example-item-title, .example-item-subtitle,
    .l-qr__hint.pb-5{
        font-size: 18px;
    }

    .section-features__right {
        padding-right: 20px;
    }

    .list-item {
        line-height: 2rem;
    }

    .list-item::before {
        padding-top: 0;
    }
}

@media (max-width: 1220px) {
    .list-item {
        line-height: 20px;
        padding-bottom: 10px;
    }

    .section-benefits-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .privilege-item-title {
        font-size: 26px;
    }

    .section-table-table__title, .section-table-table__title,
    .section-table-table__value{
        font-size: 15px;
    }

    .section-table-table__value:first-child, .section-table-table__value span:nth-child(2) {
        font-size: 20px !important;
    }


    .example-items-img {
        flex-wrap: wrap;
    }

    .section-table-table__data, .section-table-table__row {
        gap: 0;
    }

    .privilege-item-img {
        width: 100%;
    }

    .list-item::before {
        padding-top: 0;
    }

    .section-banner-text-block {
        gap: 5px;
    }

    .section-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
    }

    .section-features__container {
        background: linear-gradient(180deg,#fcfdfd 0,#dbdbdb 100%);

        flex-direction: column-reverse;
    }

    .section-features__left {
        display: block;
    }

    .benefits-text-block {
        display: block;
        padding-bottom: 10px;
    }

    .section-benefits-circle-block {
        display: none;
    }

    .section-benefits__right {
        align-self: center;
    }

}

@media (min-width: 1024px) and (max-width: 1260px) {
    .card-item {
        min-height: 370px;
    }
}

@media (max-width: 970px) {
    .card-item {
        min-height: 370px;
    }
}


@media (max-width: 800px) {

    .section-banner-title, .section-banner-subtitle,
    .section-advantages-title, .section-advantages-text,
    .section-cards-title, .section-personal-title,
    .section-personal-subtitle,
    .video-header-container .video-title, .video-header-container .video-text,
    .video-header-container .video-subtitle,
    .section-table__title, .section-overview-text,
    .section-overview_desc, .l-ten-footer-title,
    .section-benefits-title{
        font-size: 26px;
    }

    .section-banner-text-block {
        flex-direction: row;
        justify-content: flex-start;
    }

    .section-banner-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-banner__right {
        max-width: 450px;
    }

    .example-item-title, .example-item-subtitle, .l-qr__hint.pb-5 {
        font-size: 15px;
    }

    .example-item-title-bottom {
        padding-top: 10px;
    }

    .section-advantages-footer-container {
        padding-left: 50px;
    }

    .card-item {
        min-height: 440px;
    }
}

@media (max-width: 670px) {
    .section-features__title div:nth-child(1) {
        font-size: 30px;
    }

    .section-features__title div:nth-child(2) {
        font-size: 20px;
    }

    .section-advantages-privilege-block {
        flex-direction: column;
    }

    .section-banner-text-block {
        flex-direction: column;
    }

    .accordion-text {
        max-width: 300px;
    }

    .main-container.faq-container {
        padding: 0 10px;
    }

    .card-item {
        min-height: 350px;
    }
}

@media (max-width: 600px) {
    .section-advantages-footer-title {
        font-size: 40px;
    }

    .section-advantages-footer-subtitle {
        font-size: 18px;
    }

}

@media (max-width: 500px) {

    .section-banner-title, .section-banner-subtitle,
    .section-advantages-title, .section-advantages-text,
    .section-cards-title, .section-personal-title,
    .section-personal-subtitle, .video-header-container .video-title,
    .video-header-container .video-text, .video-header-container .video-subtitle,
    .section-table__title, .section-overview-text,
    .section-overview_desc, .l-ten-footer-title,
    .section-benefits-title {
        font-size: 24px;
    }

    .section-banner__right {
        max-width: 300px;
    }

    .section-banner-text-block {
        flex-direction: column;
        gap: 0;
    }

    .section-benefits-text, .section-benefits-subtitle {
        font-size: 18px;
    }

    .section-advantages-description, .section-cards-description, .privilege-item-title {
        font-size: 20px;
    }

    .section-advantages-title, .section-personal-text-block {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .advantages-privilege-item-block {
        text-align: center;
    }

    .example-text, .example-item-subtitle {
        text-align: center;
        padding: 0 5px;
    }

    .main-container.section-advantages-footer-container {
        padding: 20px;
    }

    .section-overview__title {
        margin-bottom: 20px;
    }

    .section-overview__title {
        line-height: 35px;
    }

    .section-overview_desc {
        padding-top: 0;
    }

    .btn-loyalty {
        padding: 0 20px !important;
        height: 40px !important;
    }
}

@media (max-width: 440px) {
    .section-benefits-circle::before {
        width: 80%;
        height: 80%;
    }

    .section-benefits-circle::before {
        bottom: -10px;
    }

    .benefits-text-block {
        font-size: 20px;
    }

    .card-item {
        min-height: 380px;
    }
}

@media (max-width: 400px) {

    .section-benefits-circle {
        width: 180px;
        height: 180px;
        justify-content: flex-start;
    }

    .section-benefits-circle::before {
        width: 80%;
        height: 80%;
        bottom: 0;
    }

    .section-banner__right {
        max-width: 270px;
    }


    .privilege-item-title {
        font-size: 18px;
    }

    .section-advantages-privilege-block {
        gap: 10px;
    }

    .section-overview__list {
        gap: 0;
    }

    .video-header-container .video-title, .video-header-container .video-text {
        font-size: 19px;
        gap: 3px;
    }

    .accordion-text {
        max-width: 200px;
    }

    .section-advantages-footer-title, .card-item-title {
        font-size: 25px;
    }

    .section-banner__left {
        width: 100%;
    }

    .tab-block, .tab-block-table, .tab-block-example{
        padding: 10px;
    }

    .tabs-button-block, .tabs-button-block-table, .tabs-button-block-example {
        font-size: 20px;
    }
}

@media (max-width: 370px) {
    .card-item {
        min-height: 530px;
    }
}

@media (max-width: 340px) {
    .btn-loyalty {
        width: 100% !important;
        text-wrap: wrap !important;
        line-height: 100% !important;
    }

    .video-header-container .video-title, .video-header-container .video-text {
        font-size: 18px;
    }

    .section-benefits-circle::before {
        bottom: -10px;
    }

    .section-benefits-circle-text {
        padding-top: 35px;
    }

    .example-item-title {
        padding-left: 5px;
        font-size: 14px;
    }

    .main-container.l-tables {
        padding-left: 3px;
    }

    .section-banner__right {
        width: 250px;
    }

    .video-title {
        flex-direction: column;
    }

    .card-item {
        padding-left: 20px;
    }

    .card-item-title {
        line-height: 40px;
    }

    .section-benefits-circle::before {
        width: 70%;
        height: 70%;
    }

    .section-benefits-circle-text {
        font-size: 17px;
        padding-top: 60px;
    }

    .card-item {
        min-height: 575px;
    }
}

.l-tabs__controls {
    text-align: center;
    margin-bottom: 4.5em;
}

.l-tabs__controls-list {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    gap: 0.25em;
    padding: 0.24em;
    font-size: 21px;
    list-style: none;
    background: #ECECEC;
    border-radius: 0.71em;
}

.l-tabs__controls-item a {
    display: inline-block;
    padding: 0.59em 2.38em;
    border-radius: 0.71em;
    background-color: transparent;
    color: #4A788E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-tabs__controls-item.ui-tabs-active a {
    display: inline-block;
    background-color: #57849A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ECECEC;
}

.l-tabs__controls-item:not(.ui-tabs-active):hover a,
.l-tabs__controls-item:not(.ui-tabs-active):focus a {
    background-color: #f2f2f2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.section-final {
    padding-top: 98px;
    padding-bottom: 129px;
    background-image: url(../img/s9-bg.png);
    background-size: cover;
    background-position: center;
    font-size: 74px;
    line-height: 1.23em;
}

.section-final__container {
    max-width: 1380px;
}

.section-final__title {
    max-width: 16em;
    color: #244E63;
    margin-bottom: 0.76em;
    text-transform: uppercase;
}

.section-final-twin {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.section-final__text {
    max-width: 17em;
    margin-bottom: 2.7em;
    font-size: 0.575em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.2em;
}

.section-final__text a {
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-final__text a:hover,
.section-final__text a:focus {
    color: #244e63;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-final__footer {
    color: #244E63;
    font-size: 1.13em;
    font-weight: 700;
    text-transform: uppercase;
}


.l-ten__example_medics .l-ten-example-item:nth-child(1) .l-ten-example-item__header {
    background: linear-gradient(270.03deg, #FAFCFD 0.02%, rgba(217, 217, 217, 0) 98.5%);
}

.l-ten__example_medics .l-ten-example-item:nth-child(2) .l-ten-example-item__header {
    background: linear-gradient(270.03deg, #8BABBA 0.02%, rgba(217, 217, 217, 0) 98.5%);
}

.l-ten__example_medics .l-ten-example-item:nth-child(3) .l-ten-example-item__header {
    background: linear-gradient(270.03deg, #3E6B82 0.02%, rgba(217, 217, 217, 0) 98.5%);
}


@media (max-width: 1500px) {
    .l-ten__title {
        font-size: 50px;
    }

    .l-ten__footer {
        font-size: 44px;
    }

    .l-ten-example-item {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .l-ten__title {
        font-size: 35px;
    }

    .l-ten__footer {
        font-size: 30px;
    }

    .l-ten-example-item {
        margin-bottom: 1em;
    }

    .l-ten-example-item__product,
    .l-ten-example-item__condition_mobile,
    .l-ten-example-item__header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .l-ten-example-item__header {
        margin-bottom: 0.25em;
    }

    .l-ten-example-item__condition {
        display: none;
    }

    .l-ten-example-item__mobile-arrow,
    .l-ten-example-item__condition_mobile {
        display: block;
    }

    .l-ten-example-item__from,
    .l-ten-example-item__to {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%;
    }

    .l-ten-example-item__to {
        text-align: right;
    }

    .l-ten-example-item__mobile-arrow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    .l-ten__title {
        margin-bottom: 1.5em;
    }

    .l-ten__tabs .l-tabs__controls {
        margin-bottom: 1.7em;
    }

    .l-ten__products {
    }

    .l-ten__products {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 65px;
    }

    .l-ten-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 150px;
        padding: 20px;
    }

    .l-ten-product__title {
        font-size: 8px;
    }

    .l-ten__footer div:nth-child(3) {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .l-ten__title {
        font-size: 28px;
    }

    .l-ten__footer {
        font-size: 25px;
    }

    .l-ten__tabs {
        margin-bottom: 35px;
    }

    .l-ten-example-item {
        font-size: 16px;
    }

    .l-ten-example-item__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .l-ten-example-item__from,
    .l-ten-example-item__to {
        font-size: 0.9em;
    }

    .l-ten__products {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 280px;
        margin: 0 auto;
        gap: 10px;
    }

    .l-ten-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
        height: 135px;
        padding: 20px;
    }
}

.l-calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-calculator__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(148.11deg, #FFFFFF 1.33%, rgba(255, 255, 255, 0) 40.3%, rgba(255, 255, 255, 0.67) 80.82%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-calculator__part-inner {
    width: 100%;
    border-radius: 39px;
    padding: 45px 52px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6EDF1), to(#D8E6ED));
    background: linear-gradient(180deg, #E6EDF1 0%, #D8E6ED 100%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-input-group {
    margin-bottom: 34px;
}

.l-input-group:last-child {
    margin-bottom: 0;
}

.l-label {
    font-size: 27px;
    line-height: 1.35em;
    color: #0A536A;
    margin-bottom: 0.35em;
}

.l-input {
    font-size: 19px;
    padding: 0.9em 0.7em;
    line-height: 1.23em;
    width: 100%;
    border-radius: 0.2em;
    background-color: #F7F9FB;
    border: 1px solid #E0ECF2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-input[type=number]::-webkit-inner-spin-button,
.l-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    position: relative;
    display: block;
    font-size: 19px;
    padding: 0.9em 0.7em;
    width: 100%;
    border-radius: 0.2em;
    background-color: #F7F9FB;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.ui-selectmenu-button-open {
    border-radius: 0.2em 0.2em 0 0;
    -webkit-box-shadow: 0px 0px 0px 1px #E0ECF2;
    box-shadow: 0px 0px 0px 1px #E0ECF2;
    border-bottom: 0;
}

.ui-selectmenu-button .ui-selectmenu-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 1em;
    background-image: url(../img/s11-chevron.svg);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ui-selectmenu-button-open .ui-selectmenu-icon {
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ui-selectmenu-button {
    color: #D6D9E1;
}

.ui-selectmenu-button[aria-disabled="false"] {
    color: #4A788E;
}

.ui-selectmenu-menu {
    background: #F7F9FB;
    border-radius: 0 0 0.2em 0.2em;
    -webkit-box-shadow: 0px 0px 0px 1px #E0ECF2;
    box-shadow: 0px 0px 0px 1px #E0ECF2;
}

.ui-selectmenu-menu .ui-menu {
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    font-size: 19px;
    padding: 0.9em 0.7em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
    background: #dae7ee;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item[aria-disabled="true"] {
    color: #D6D9E1;
}

.l-calculator-result {
    text-align: center;
}

.l-calculator-result__title {
    font-size: 27px;
    line-height: 1.23em;
    color: #0A536A;
    margin-bottom: 2em;
}

.l-calculator-result__decor {
    margin-bottom: 9px;
}

.l-calculator-result__res {
    color: #468093;
    margin-bottom: 32px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E9EFF9;
}

.l-calculator-result__value {
    font-size: 72px;
    line-height: 1.2em;
    color: #468093;
    margin-right: 0.1em;
}

.l-calculator-result__label {
    font-size: 28px;
}

.l-calculator-result__reset {

}

.l-calculator-result-reset {
    font-size: 21px;
    padding: 0.76em 1.4em;
    line-height: 1.23em;
    text-align: center;
    border-radius: 0.95em;
    color: #FFFFFF;
    background: #7ca7bb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-calculator-result-reset:hover,
.l-calculator-result-reset:focus {
    background: #FCFDFD;
    color: #366F82;
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1400px) {
    .l-calculator-result__title,
    .l-label {
        font-size: 20px;
    }

    .l-calculator-result-reset,
    .ui-selectmenu-button,
    .ui-selectmenu-menu .ui-menu .ui-menu-item,
    .l-input {
        font-size: 18px;
    }

    .l-calculator-result__decor img {
        width: 60px;
        height: auto;
    }

    .l-calculator-result__value {
        font-size: 60px;
    }

    .l-calculator-result__label {
        font-size: 23px;
    }

}

@media (max-width: 1200px) {
    .l-calculator__part {
        width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {

    .l-calculator-result-reset,
    .ui-selectmenu-button,
    .ui-selectmenu-menu .ui-menu .ui-menu-item,
    .l-input {
        font-size: 16px;
    }

    .l-calculator-result__title {
        margin-bottom: 1px;
    }

    .l-calculator-result__decor {
        display: none;
    }

    .l-calculator-result__value {
        font-size: 40px;
    }

    .l-calculator-result__label {
        font-size: 16px;
    }

    .l-input-group {
        margin-bottom: 16px;
    }
}

.l-thirteen {
    background-color: #FCFDFD;
}

.l-thirteen__title {
    font-size: 77px;
    line-height: 1.23em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
}

.l-thirteen__title span:nth-child(1) {
}

.l-thirteen__title span:nth-child(2) {
    font-weight: 700;
}

.l-thirteen__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-thirteen__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.23em;
    letter-spacing: 0.005em;
}

.l-thirteen__left a {
    margin-top: 0.3em;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-thirteen__left a img {
    margin-right: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 1em;
    width: auto;
}

.l-thirteen__left div:nth-child(1) {
    max-width: 400px;
    margin-bottom: 0.9em;
}

.l-thirteen__left div:nth-child(2) {
    margin-bottom: 1.7em;
}

.l-thirteen__left div:nth-child(3) {

    line-height: 1.4;
}

.l-thirteen__left div:nth-child(2) a {
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-thirteen__left div:nth-child(3) a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-thirteen__left div:nth-child(2) a:hover,
.l-thirteen__left div:nth-child(2) a:focus,
.l-thirteen__left div:nth-child(3) a:hover,
.l-thirteen__left div:nth-child(3) a:focus {
    color: #1A5367;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-thirteen__left div:nth-child(3) a:hover img,
.l-thirteen__left div:nth-child(3) a:focus img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-thirteen__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 35px;
}

.l-thirteen-faq__item {
    font-size: 21px;
    letter-spacing: 0.005em;
    line-height: 1.23em;
    border-bottom: 1px solid #A4A4A4;
}

.l-thirteen-faq__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    font-weight: 600;
    color: #244E63;
    cursor: pointer;
}

.l-thirteen-faq__header div {
    max-width: 28em;
}

.l-thirteen-faq__header .ui-accordion-header-icon {
    width: 14px;
    height: 14px;
    background-image: url(../img/s13-faq.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-thirteen-faq__header.ui-accordion-header-active .ui-accordion-header-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-thirteen-faq__content {
    font-size: 0.775em;
    line-height: 1.23em;
}

.l-thirteen-faq__content strong {
    font-weight: 600;
}

.l-thirteen-faq__content a {
    color: inherit;
}

.l-thirteen-faq__content a:hover,
.l-thirteen-faq__content a:focus {
    text-decoration: underline;
}

.l-tocalc__link {
    display: inline-block;
    padding: 1em;
    background: #366f82;
    border-radius: 0.8em;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fcfdfd;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 35px;
}

.l-tocalc__link:focus, .l-tocalc__link:hover {
    background: #fcfdfd;
    color: #366f82;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1500px) {
    .l-thirteen__title {
        font-size: 55px;
    }

    .l-thirteen__left {
        font-size: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .l-thirteen-faq__item {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .l-thirteen {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .l-thirteen__title {
        font-size: 43px;
    }

    .l-thirteen__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .l-thirteen__left div:nth-child(2) {
        margin-bottom: 1.5em;
    }

    .l-thirteen__right {
        padding-top: 0;
    }

    .section-list {
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {
    .l-thirteen__title {
        font-size: 32px;
    }

    .l-thirteen-faq__item {
        font-size: 14px;
    }

    .l-thirteen-faq__content {
        font-size: 0.9em;
    }
}

.l-tocalc__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    cursor: pointer;
    padding: 0.45em 0.35em 0.45em 1.2em;
    margin-top: 29px;
    background: #21536B;
    font-size: 1.32em;
    text-transform: uppercase;
    line-height: 117.4%;
    color: #366f82;
    border-radius: 1.5em;
}

.l-tocalc__link a {
    color: #fff;
    padding-right: 0.78em;
}

.l-tocalc__link span {
    background-color: #83BACD;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
}

.l-tocalc__link span svg {
    color: #fff;
}

.l-tocalc__link:focus, .l-tocalc__link:hover {
    background: #fcfdfd;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    -webkit-transition: .3s;
    transition: .3s;
}

.l-tocalc__link:focus a, .l-tocalc__link:hover a {
    color: #366f82;
}

@media (max-width: 1500px) {
    .l-tocalc__link {
        font-size: 15px;
    }

    .l-tocalc__link span svg {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

}

.l-tables {
    /*background-image: url(../img/st-bg.png);*/
    /*background-position: top center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*padding-top: 73px;*/
    /*padding-bottom: 85px;*/
}

/*.l-tables__container {*/
/*    max-width: 1150px;*/
/*}*/
.l-tables__title {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: 0.037em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.l-tables__subtitle {
    font-weight: 500;
    font-size: 47px;
    line-height: 1.23;
    text-align: center;
    text-transform: uppercase;
    color: #244E63;
    margin-bottom: 53px;
    letter-spacing: -0.02em;
}

.l-tables .l-tabs__controls {
    margin-bottom: 65px;
}

.l-tables__table {

}

.l-table {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-table td {
    font-size: 19px;
    line-height: 1.23;
    padding: 0.9em 0.81em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-table thead td {
    border-top: 1px solid var(--secondary-500);

    background: rgba(255, 255, 255, 0.5);
    color: #262626;
    font-weight: 600;
}


td.l-table__td-limited {
    width: 265px;
}

@media (max-width: 1665px) {
    .l-tables__title {
        font-size: 45px;
    }

    .l-tables__subtitle {
        font-size: 27px;
    }

    .l-table td {
        font-size: 16px;
    }

    td.l-table__td-limited {
        width: 235px;
    }
}

@media (max-width: 1000px) {
    .l-table td {
        font-size: 14px;
    }

    td.l-table__td-limited {
        width: 202px;
    }
}

@media (max-width: 768px) {
    .l-tables {
        padding-bottom: 100px;
    }

    .l-tables__title {
        font-size: 32px;
    }

    .l-tables__subtitle {
        font-size: 22px;
    }

    .l-table td {
        font-size: 12px;
    }

    td.l-table__td-limited {
        width: 174px;
    }
}

@media (max-width: 570px) {
    .l-table td {
        font-size: 10px;
    }

    td.l-table__td-limited {
        width: 130px;
    }

    .l-tables .l-tabs__controls {
        margin-bottom: 23px;
    }
}

@media (max-width: 480px) {

    .main-container {
        padding: 0 20px;
    }

    .l-tables {
        padding-top: 18px;
        padding-bottom: 23px;
    }

    .l-tables__title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .l-tables__subtitle {
        font-size: 11px;
        margin-bottom: 23px;
    }

    .l-table td {
        font-size: 7px;
    }

    td.l-table__td-limited {
        width: 90px;
    }

    .section-features__container {
        padding-bottom: 15px;
    }
}

.video-title {
    display: flex;
    justify-content: center;
}

.video-title, .video-text {
    margin-bottom: 0.36em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.025em;
}

.video-text, .section-advantages-text {
    color: #418FDE;
}

.video-text span {
    color: #000000;
}

.video-subtitle {
    font-weight: 500;
    font-size: 47px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #418FDE;
    margin-bottom: 1.2em;
    letter-spacing: -0.015em;
}

.video-player {
    margin: 0 auto;
    max-width: 1145px;
}

.video-player .video-wrap {
    position: relative;
    background: #c6dbe7;
    -webkit-box-shadow: 0px 0px 9px -4px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 9px -4px rgba(34, 60, 80, 0.2);
}


.l-qr__title {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 47px auto;
    font-weight: 700;
    font-size: 77px;
    line-height: 1.22;
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #78ACBE;
}

.l-qr__subtitle {
    margin-bottom: 25px;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #243F4E;
}

.l-qr__list {
    list-style-position: inside;
    margin-bottom: 57px;
    padding-left: 0;
}

.l-qr__item {
    font-size: 24px;
}

.l-qr__list a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.l-qr__list a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #243F4E;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.l-qr__list a:hover {
    color: #78ACBE;
    text-decoration: none;
}

.l-qr__list a:hover:after {
    background: #78ACBE;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.l-qr__player {
    margin: 0 auto 41px auto;
    max-width: 100%;
}

.l-qr__hint {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #516874;
}

.clinic-swiper-prev.swiper-button-prev,
.doctor-swiper-prev.swiper-button-prev{
    left: -11px;
}

.clinic-swiper-next.swiper-button-next,
.doctor-swiper-next.swiper-button-next{
    right: -11px;
}

.clinic-pagination.swiper-pagination.swiper-pagination-bullets,
.doctor-pagination.swiper-pagination.swiper-pagination-bullets {
    bottom: 0;
}

.section-cards__container {
    padding: 0 15px;
}