@font-face {
    font-family: 'Qanelas';
    src: url('Qanelas-Regular.eot');
    src: local('Qanelas Regular'), local('Qanelas-Regular'),
        url('Qanelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('Qanelas-Regular.woff') format('woff'),
        url('Qanelas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas';
    src: url('Qanelas-SemiBold.eot');
    src: local('Qanelas SemiBold'), local('Qanelas-SemiBold'),
        url('Qanelas-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Qanelas-SemiBold.woff') format('woff'),
        url('Qanelas-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin:0;
    padding:0;
    overflow-x: hidden;
}

.product-page {
    font-family: 'Qanelas', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 0px;
}

.jet-woo-product-gallery-pswp {
    display:none;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.section__title {
    color: #161717;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 58px;
    margin: 0 0 40px;
    padding: 40px 0 0;
}

.section__title span {
    color: #0073bf;
}

.lh0 {
    line-height: unset !important;
}

.product-page ul {
    margin: 0;
    padding: 0;
    padding-left: 16px;
    list-style-type: none;
}

.product-page ul li {
    position: relative;
    color: #161717;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 12px;
}

.product-page ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0073bf;
}

.twentytwenty-before-label::before {
    content: "До" !important;
    font-family: "Qanelas", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    color: #FFFFFF !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 4px 12px 4px 12px !important;
    max-width: 66px;
    right: 10px;
    min-width: 60px !important;
    text-align: center;
    border-radius: 30px !important;
    top: 30px !important;
    box-sizing: border-box !important;
    transition: all .3s !important;
}


.twentytwenty-after-label::before {
    content: "После" !important;
    font-family: "Qanelas", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    color: #FFFFFF !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 4px 12px 4px 12px !important;
    max-width: 66px;
    right: 10px;
    min-width: 60px !important;
    text-align: center;
    border-radius: 30px !important;
    box-sizing: border-box !important;
    top: 30px !important;
    transition: all .3s !important;
}

.twentytwenty-after-label {
    opacity: 1 !important;
}

.twentytwenty-before-label {
    opacity: 1 !important;
}

.twentytwenty-overlay:hover {
    background: transparent !important;
}

.twentytwenty-container.active .twentytwenty-after-label::before,
.twentytwenty-container.active .twentytwenty-before-label::before {
    opacity: 0 !important
}

.table-scroll {
    display: none;
    margin-top:15px;
}


/* HEADER */

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:70px;
    border-style: solid;
    border-width: 0;
    border-color: #e7e7e7;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 20px;
    max-width:1200px;
    margin:0 auto;
}

.header__right {
    display: flex;
    gap: 25px;
    align-items: center;
}

.header__phone a {
    color: #009BDE;
    font-size:20px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}


.header__callback a {
    font-size: 17px;
    background-color: #017dc7;
    border-style: solid;
    border-width: 0;
    padding: 15px 23px;
    color: #fff;
    border-radius: 84px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__callback svg {
    width:17.5px;
    height:18px;
    fill:#fff;
}

.header__menu {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: rgba(0, 155, 222, .4196078431372549);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px #ddd;
    position: relative;
}

.header__menu ul {
    display: flex;
    gap: 0px;
    list-style-type: none;
    margin: 0;
    min-height:47px;
    padding: 0;
    align-items: center;
}


.header__menu ul li {

    font-size: 14px;
    font-weight: 400;
    padding-bottom:0;
    position: initial;
}

.header__menu ul li:after {
    display:none;
}

.header__menu ul li a {
    text-decoration: none;
    color: #54595f;
    padding: 13px 16px;
}

.header__menu ul li a:hover {
    color: #0073bf;
}

.header__menu-dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__menu-dropdown svg {
    width:18px;
    height:18px;
    fill:#54595f;
}

.header__menu ul li a:hover svg {
    fill:#0073bf;
}

.header__menu-dropdown-list {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top:50px;
    box-shadow: 0 6px 10px -6px #bbb;
    z-index: 2;
    display: none;
}

.header__menu-dropdown-list.active {
    display: block;
}

/* Desktop: показываем подменю по hover, чтобы не отваливалось при скролле/фиксации шапки */
@media (min-width: 1025px) {
    .header__menu ul li:hover > .header__menu-dropdown-list {
        display: block;
    }
}


.header__menu-dropdown-list-wrap {
    padding: 30px 10px !important;
    max-width: 1200px;
    margin: 0 auto !important;
    display: flex !important;
    box-sizing: border-box;
    gap:60px !important;
}

.header__menu-dropdown-list a {
    text-transform: uppercase;
}


/* breadcrumbs */

.breadcrumbs {
    font-size: 12px;
    padding: 40px 24px 0px 24px;
}

.breadcrumbs .container {
    display: flex;
    gap: 10px;
}

.breadcrumbs a {
    color: #a2a3af;
    transition: color 0.3s ease;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #0073bf;
}

.breadcrumbs__separator,
.breadcrumbs__current {
    color: #000;
}

/* utp */

.utp {
    padding: 130px 0 100px;
}

.utp__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.utp__item {
    background: url(../img/utp-bg.svg) top center / cover no-repeat;
    padding: 0 0 25px 25px;
    color: #161717;
}

.utp__item-img {
    text-align: right;
}

.utp__item-img img {
    max-width: 100%;
    height: auto;
}

.utp__item h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.utp__item p {
    margin: 25px 0px 0 0;
    font-size: 16px;
    line-height: 25px;
    max-width: 220px;
}

.utp__item .toggle__icon {
    display: none;
}


/* recommendations */

.recommendations {
    padding: 40px 24px 0;
}

.recommendations__item {
    background-color: #f4f4ff;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 30px 40px;
    border-radius: 30px;
}

.recommendations__number {
    color: #0073bf;
    font-size: 16px;
    line-height: 25px;
}

.recommendations__title-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
}

.recommendations__title {
    color: #161717;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    padding-right: 60px;
}

.recommendations__prices {
    display: flex;
    flex-direction: column;
}

.recommendations__prices-wrap {
    display: flex;
    gap: 15px;
}

.recommendations__prices strong {
    color: #161717;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.recommendations__button {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background-color: #0073bf;
    border-style: solid;
    border-width: 0;
    border-radius: 30px;
    padding: 6px 25px 5px;
    text-decoration: none;
    display: flex;
    gap: 15px;
    align-items: center;
    letter-spacing: 0.5px;
    ;
    max-width: 305px;
    box-sizing: border-box;
    width: auto;
}

.recommendations__button-icon {
    color: inherit;
    fill: currentColor;
}

.recommendations__prices span {
    color: #6a6a71;
    margin-top: 6px;
}

.recommendations__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
}

.recommendations__content_hidden {
    display: none;
}

.recommendations__content_unbordered .recommendations__content-item-tr:first-child {
    border-top: none;
}

.recommendations__content_unbordered .recommendations__content-item_second {
    margin-top: 0 !important;
}

.recommendations__content-item h3 {
    color: #161717;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 16px 0;
}

.recommendations__content-item_second {
    margin-top: 50px;
}

.recommendations__content-item p {
    color: #6a6a71;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.recommendations__content-item-tr {
    margin: 0;
    padding: 20px 0 30px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #bcbeca;
    border-radius: 0;
    display: flex;
}

.recommendations__content-item-tr:last-child {
    padding-bottom: 0;
}

.recommendations__content-item-tr h3 {
    color: #161717;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    min-width: 180px;
}

.recommendations__content-item-tr div {
    padding-left: 20px;
}

.recommendations__content-item-tr span {
    max-width: calc(100% - 180px);
    width: 100%;
    margin-top: 3px;
    padding-left: 20px;
    color: #6a6a71;
    font-size: 16px;
    line-height: 25px;
    padding-right: 65px;
}

.recommendations__content-item-tr div span {
    max-width: calc(100% - 180px);
    width: 100%;
    margin-top: 3px;
    padding-left: 20px;
    color: #0073bf;
    font-size: 16px;
    line-height: 25px;
    padding-right: 50px;
}


.recommendations__content-item-tr div span {
    padding-left: 0;
}

.recommendations__content-item-tr div ul {
    padding-top: 5px;
    padding-left: 25px;
    color: #6a6a71;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding-right: 75px;
}

.recommendations__content-item-tr div ul li {
    padding-bottom: 12px;
}

.recommendations__content.hidden .recommendations__content-item-tr:first-child {
    border-top: none;
}

.recommendations__prices-or {
    color: #161717;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    padding: 15px 0;
}

.recommendations__prices-or-price {
    color: #6a6a71;
    font-size: 16px;
    line-height: 19px;
}

.recommendations__prices-or-price .recommendations__button-icon {
    color: #017dc7;
    fill: currentColor;
}

.recommendations__prices-or-price a {
    text-decoration: none;
}

.recommendations__prices-or-price a span {
    color: #0073bf !important;
    border-style: dashed !important;
    border-width: 0 0 2px !important;
    border-color: #0073bf !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    position: relative !important;
}

.recommendations__view-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.recommendations__view-more {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    fill: #0073BF;
    color: #0073BF;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px dashed #0073BF !important;
    text-decoration: none;
}


/* banner-dr */

.banner-dr {
    margin-top: 82px;
}

.banner-dr__wrap {
    background-color: #f5f5f5;
    border-radius: 30px;
    display: flex;
}

.banner-dr__left {
    width: 42%;
}

.banner-dr__right {
    width: 58%;
    padding: 40px 46px 40px 20px;
    box-sizing: border-box;
}

.banner-dr__left-wrap {
    padding: 65px 0 0 7px;
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.banner-dr__right-content {
    margin: 0 0 40px;
    padding: 0;
    color: #161717;
    line-height: 26px;
    font-size: 20px;
}

.banner-dr__left-name {
    align-self: flex-start;
    margin-left: -60px;
}

.banner-dr__left-name strong {
    color: #161717;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
}

.banner-dr__left-name p {
    margin: 0;
    color: #161717;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.banner-dr-button {
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    fill: #0073bf;
    color: #0073bf;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px;
    border-color: #0073bf;
    border-radius: 50px;
    padding: 13px 35px;
    max-width: 350px;
    box-sizing: border-box;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner-dr-button:hover {
    color: #fff;
    background-color: #0073bf;
    border-color: #0073bf;
}

.banner-dr-button span {
    display: inline-block;
    width: calc(100% - 23px);
    text-align: left;
    padding-left: 8px;
}

/* why-clients */

.why-clients {
    padding: 60px 24px 0;
}

.why-clients__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.why-clients__item {
    background-color: #f4f4ff;
    border-radius: 30px;
    padding: 0 0 60px;
}

.why-clients__item-title {
    padding: 40px 20px 32px 30px;
    color: #161717;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.why-clients__item ul {
    padding: 0 50px 0 50px;
}

/* contr */

.contr {
    padding: 60px 24px 0;
}

.contr__wrap {
    border-style: solid;
    border-width: 1px;
    border-color: #dadbea;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 40px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contr__item {
    padding-bottom: calc(12px / 2);
    margin-top: calc(12px / 2);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
}

.contr__item svg {
    width: 40px;
    min-width: 40px;
}

.contr__item span {
    margin-left: 30px;
}

.contr__title {
    color: #161717;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 53px;
}

.contr__title span {
    color: #f2545b;
}

.memo__wrap {
    background-color: #0073bf;
    border-radius: 20px;
    margin: 0px;
    padding: 20px;
    margin: 20px 0;
}

.memo__title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.memo__row {
    display: grid;
    grid-template-columns: 380px 54%;
    justify-content: space-between;
}

.memo__col {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
}

.memo__col strong {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.memo__col ul {
    margin-top: 5px;
    list-style: disc;
}

.memo__col ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.memo__col ul li:after {
    display: none;
}

.memo__row_hidden {
    margin-top: 20px;
}

.memo__col small {
    display: block;
    margin-bottom: 6px;
}

.memo__view-more-wrap {
    margin-top: 20px;
}

.memo__view-more {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0);
    border-style: dashed;
    border-width: 0px 0px 2px 0px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.memo__row_hidden {
    display: none;
}

.memo__row_active {
    margin-top: 20px;
}

.questions-banner {
    margin-top: 80px;
}

.questions-banner__wrap {
    display: block;
    padding-bottom: 0px;
    border-radius: 30px;
    margin-bottom: 80px;
    position: relative;
    background: #F4F4FF;
}

.questions-banner img {
    position: absolute;
    bottom: 0px;
    left: 70px;
}

.questions-banner__title {
    color: #161717;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 58px;
    margin-bottom: 40px;
}

.questions-banner__title span {
    color: #0073bf;
}

.questions-banner__content {
    padding: 49px 140px 49px 505px;
}

.questions-banner__text {
    margin: 0 0 60px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
}

.questions-banner a {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    fill: #fff;
    color: #fff;
    background-color: #0073bf;
    border-style: solid;
    border-width: 1px;
    border-color: #0073bf;
    border-radius: 50px;
    padding: 13px 10px;
    text-decoration: none;
    transition: all .3s;
    width: 478px;
    max-width: 478px;
    display: block;
    text-align: center;
}

.questions-banner a:hover {
    background-color: #045f95;
    border-color: #045f95;
}

/* results */

.results {
    padding: 45px 24px 0;
}

.results__slider__item {
    width: 294px;
    padding: 10px;
}

.results__slider__item-image {
    height: 338px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.results__slider__item-image img {
    height: 338px;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
}

.results__slider__item .results__slider__item-image a {
    position: absolute;
    width: 224px;
    height: 53px;
    box-sizing: border-box;
    top: calc(50% - 26px);
    left: calc(50% - 112px);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    fill: #fff;
    color: #fff;
    background-color: #017dc7;
    border-style: solid;
    border-width: 1px;
    border-color: #017dc7;
    border-radius: 50px;
    padding: 13px 20px;
    transition: all .3s;
    text-align: center;
}

.results__slider__item .results__slider__item-image a:hover {
    color: #017DC7;
    background-color: #FFFFFF;
    border-color: #017DC7;
}

.results__slider__item-text {
    padding: 8px 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #161717;
}

.results__slider__item a {
    text-decoration: none;
    border-bottom: 2px dashed #0073BF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #0073bf;
}

.results__slider-wrap {
    width: 880px;
    margin: 0 auto;
    position: relative;
}

.results__slider__arrow {
    top: 169px;
    border-radius: 50%;
    background: #FFF;
    width: 64px;
    height: 64px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.13);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 6;
    position: absolute;
    cursor: pointer;
}

.results__slider__arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 12px;
    height: 20px;
    transform: translate(-50%, -50%);
}

.results__slider__prev {
    left: -145px;
}

.results__slider__prev:after {
    background-image: url(https://cdn-wp.charismo.ru/wp-content/uploads/2024/04/Vector.svg);
}

.results__slider__next {
    right: -145px;
}

.results__slider__next:after {
    background-image: url(https://cdn-wp.charismo.ru/wp-content/uploads/2024/04/Vector-1.svg);
}

.video__slider {
    padding: 38px 0 0;
}

/* professionals */

.professionals {
    padding: 100px 0px 40px 24px;
}


.professionals__item-container {
    width: 350px !important;
    min-height: 280px !important;
}

.professionals__item-wrap {
    height: 100% !important;
    padding: 30px 10px !important;
}

.professionals__item {
    border-radius: 31px !important;
    padding: 40px 28px !important;
    background-color: #FFF !important;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10) !important;
}

.professionals__item-top {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}

.professionals__item-name {
    color: rgba(22, 23, 23, 0.8);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}

.professionals__item-job {
    color: #6A6A71;
    font-family: "Qanelas", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    display: block;
    line-height: 18px;
}

.professionals__item strong {
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
}

.professionals__item span {
    font-size: 14px;
    line-height: 20px;
    color: #161717;
    display: block;
}

.professionals__item a {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    fill: #0073BF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #0073BF;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    border-bottom: 2px dashed #0073BF;
    display: inline-block;
    width: 174px;
    margin: 15px auto 0 auto;
}




.carousel-arrows {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.carousel-arrows div {
    cursor: pointer;
}

.professionals__arrow,
.reviews__arrow {
    cursor: pointer;
}

/* reviews */

.reviews {
    padding: 80px 0px 0px 0px;
}

.reviews__top {
    display: grid;
    grid-template-columns: 45% 55%;
    ;
    justify-content: space-between;
}

.reviews .section__title {
    padding-top: 0;
}

.reviews__sources-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.reviews__sources {
    width: 560px;
    max-width: 560px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color: #F4F4FF;
    padding: 22px 26px 38px 22px;
    box-sizing: border-box;
    gap: 20px;
}

.reviews__sources-vk {
    margin-right: 8px;
}

.reviews__sources-vk,
.reviews__sources-otzovik {
    max-width: 256px;
}

.reviews__sources-vk a,
.reviews__sources-otzovik a {
    text-decoration: none;
}

.reviews__sources-vk img,
.reviews__sources-otzovik img {
    max-width: 100%;
    height: auto;
}

/* Desktop/mobile toggles for VK sources blocks */
.reviews__sources-vk .mob { display: none; }
.reviews__sources-vk { display: block; }

.reviews__sources-bottom {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.reviews__sources-bottom span {
    color: #0073BF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    cursor: pointer;
}

.reviews__sources-bottom strong {
    margin: 0;
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.reviews__item-container {
    width: 325px !important;
    min-height: 325px !important;
}

.reviews__item-wrap {
    height: 100% !important;
    padding: 30px 12px 48px 12px !important;
}

.reviews__item {
    border-radius: 31px !important;
    padding: 40px 20px 40px 20px !important;
    min-height: 290px !important;
    background-color: #FFF !important;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews__item-top {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.reviews__item-name {
    color: rgba(22, 23, 23, 0.8);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}

.reviews__item-job {
    color: #6A6A71;
    font-family: "Qanelas", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    display: block;
    line-height: 18px;
}

.reviews__item p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #161717;
}

.reviews__item a {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    fill: #0073BF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #0073BF;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    border-bottom: 2px dashed #0073BF;
    margin-top: auto;
}

.professionals__item-image {
    margin:0 !important;
}

.reviews__item-source {
    margin-bottom: 8px !important;
    margin-left:0 !important
}

.reviews__item-stars {
    margin-left:0 !important;
}

.reviews__item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

/* modal removed */

/* why__doctors */

.why-doctors {
    padding: 80px 24px 0px 24px;
}

.why-doctors .section__title {
    padding-top: 0;
}

.why-doctors__wrap {
    display: grid;
    grid-template-columns: 47% 53%;
    ;
    justify-content: space-between;
}

.why-doctors__wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #161717;
    line-height: 25px;
}

.why-doctors__wrap p:last-child {
    line-height: 19px;
}

.why-doctors__right .kinescope-popup {
    padding: 0px 0px 0px 71px;
    position: relative;
}

.why-doctors__right .kinescope-popup img {
    border-radius: 30px;
}

.why-doctors__right a {
    display:block !important;
}

.kinescope-popup {
    display: block;
    width: 100%;
    height: 100%;
}

a.kinescope-popup {
    display: inline-block;
    width: auto;
}

.kinescope-play-btn {
    left: calc(50% - 2em);
    top: calc(50% - 2em);
}

.why-doctors .toggles__wrap {
    padding: 60px 0px 0px 0px;
}

.toggle__item-visible span {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #161717;
    transition: all 0.3s;
}

.toggle__item-visible {

    padding: 12px 5px 12px 0px;
    border-radius: 0 !important;
    border-bottom: 1px solid #DADBEA !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toggle__icon {
    background-color: #0073BF;
    width: 26px;
    height: 26px;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.toggle__icon svg {
    color: #fff;
}

.toggle__icon--plus,
.toggle__icon--minus {
    display: inline-flex;
}

.toggle__item-hidden {
    line-height: 25px;
    display: none;
    ;
}

.toggle__item_active .toggle__item-visible>span {
    color: #0073BF;
}

.toggle__item_active .toggle__icon {
    background-color: #E9E9E9;
}

.toggle__item_active .toggle__icon svg {
    color: #0073BF;
}

.buy__block-item-price span {
    position: relative;
    margin-right:10px;
}

.buy__block-item-price span:after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #f2545b;
    width: calc(100% + 12px)
}

/* rules */

.rules {
    padding: 100px 24px 0px 24px;
}

.rules__wrap {
    display: grid;
    grid-template-columns: 54% 46%;
    justify-content: space-between;
    align-items: start;
}

.rules__left {
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
}

.rules__left img {
    max-width: 100%;
    border-radius: 20px;
}

.custom-table .bottom-table,
.custom-table .top-table {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #0073BF;
}

.custom-table .bottom-table {
    padding: 20px 0;
    border-bottom: 1px solid #DADBEA;
}

.custom-table .col-container {
    max-width: 200px;
    width: 100%;
}

.custom-table .col-container h3 {
    margin: 0;
    font-family: "Qanelas", sans-serif;
    color: #161717;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
}

.custom-table .col-container span {
    color: #161717;
    line-height: 25px;
    font-size: 16px;
}

.custom-table .col-container span.hidden {
    display: none;
}

.rules__right > ul {
    margin-top:40px;
}

.rules__right .toggle__item-visible > span {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.rules__right .toggle__icon {
    background-color: transparent !important;
}

.rules__right .toggle__icon svg {
    color: #0073BF !important;
    width:15px;
    height:15px;
}

.rules__right .toggle__item-hidden ul {
    margin-top:20px;
    padding-left:40px;
    list-style-type: disc;
}

.rules__right .toggle__item-hidden ul li {
    padding-bottom:0px;
    font-size:16px;
    color:#161717;
}

.rules__right .toggle__item-hidden ul li:after {
    display: none;
}

/* sticky__nav */
.sticky-nav {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #DADBEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 14px 12px 14px 12px;
    position: sticky;
    top: 70px;;
    background-color: #fff;
    z-index: 100;
}

.sticky-nav__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-nav__item {
    padding: 0 8px;
    box-sizing: border-box;
}

.sticky-nav__link {
    color: #161717;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 15px;
    border-radius: 10px;
    border: 2px solid transparent;
    display: flex;
    box-shadow: none;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s;
    background-color: #FFFFFF;
}

.sticky-nav__link:hover {
    background-color: #F4F4FF;
}

.sticky-nav__link_active {
    background-color: #F4F4FF;
    border-color: #006eb6;
}

/* product */

.product__main {
    padding: 30px 24px 0px 24px;
}

.product__main-wrap {
    display:grid;
    grid-template-columns: 680px 1fr;
}

.product__main-content {
    padding-left:60px;
}


@media (min-width: 768px) {
    .product__main-gallery {
        position: sticky;
        top: 60px;
        align-self: start;
    }
}


@media (min-width: 768px) {
    .product__mobile-header { display: none; }
}


@media (max-width: 767px) {
    .recommendations__prices-wrap {
        align-items: flex-start;
    }
    .utp__item p {
        max-width: 290px;
    }
    .professionals__item-container {
        max-height:350px;
    }
    .product__mobile-header { display: block; margin-bottom: 16px; }
    .product__main-content { 
        padding-left: 0; 
        padding-top: 30px;
    
    }
    .product__main-content .product__title,
    .product__main-content .product__reviews { display: none; }
}

.why-doctors__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.why-doctors__button {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    fill: #0073bf;
    color: #0073bf;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #0073bf;
    border-radius: 50px;
    padding: 13px 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    width: 300px;
    max-width: 300px;
    text-align: center;
    text-decoration: none;
}

.why-doctors__button:hover {
    color: #fff;
    background-color: #045f95;
    border-color: #045f95;
}

.product__title {
    color: #161717;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 15px;
}

.product__reviews {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}

.product__reviews a {
    font-family: "Qanelas", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 17px;
    fill: #0073BF;
    color: #0073BF;
    background-color: rgba(0, 0, 0, 0);
    border-style: dashed;
    border-width: 0px 0px 2px 0px;
    border-color: #0073BF;
    border-radius: 0px 0px 0px 0px;
    text-decoration: none;
}

.product__description {
    margin-bottom:5px;
    line-height:25px;
    font-size:16px;
    color: #161717;
}

.product__main-content .product__description > :first-child { 
    margin-top: 0; 
}

.product__main-content .product__description > :last-child { 
    margin-bottom: 0; 
}

.product__description.hidden {
    display: none;
}

.product__description a {
    font-size: 16px;
    color: rgb(0, 115, 191);
    font-weight: 700;
    border-style: dashed;
    border-width: 0px 0px 2px 0px;
    border-color: #0073BF;
    text-decoration: none;
}

.product__main-content > ul {
    margin-top:40px;
}

.product__main-content .toggle__item-visible > span {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.product__main-content .toggle__icon {
    background-color: transparent !important;
}



.product__main-content .toggle__icon svg {
    color: #0073BF !important;
    width:15px;
    height:15px;
}

.product__main-content .toggle__item-hidden {
    padding-top:0px;
}

.product__main-content .toggle__item-hidden ul {
    margin-top:-0.8em;
    padding-left:40px;
    list-style-type: disc;
    margin-bottom: 24px;
}

.product__main-content .toggle__item-hidden ul li {
    padding-bottom:0px;
    font-size:16px;
    color:#161717;
}

.product__main-content .toggle__item-hidden ul li:after {
    display: none;
}

.emoji.charismo-ll {
    width:16px;
}

.product__main-gallery {
    display:grid;
    grid-template-columns: 80px 1fr;
    gap:20px;
    margin-top:40px;
}

.product__main-gallery-thumbs {
    display:flex;
    flex-direction: column;
    gap:15px;
}

.product__main-gallery-thumbs img {
    max-width: 100%;
    height: 100%;
    width: auto;
}


.popup__video .review-popup__video {
    border-radius: 30px;
    overflow: hidden;
}

#popup__video-why {
    width:100% !important;
}

.popup__vk, .popup__otzovik {
    position: relative;
    width: 100%;
    max-width: 1160px;
    padding: 0;
    background-color: transparent;
    max-height: 90vh;
    min-height: 90vh;
    padding:0 !important;
}

.popup__vk iframe, .popup__otzovik iframe, .popup__vk_mob iframe {
    width:100%;
    height:100%;
    position: absolute;
    border: none;
}

.popup__vk_mob {
    padding:0 !important;
    min-height: 90vh;
    max-height: 90vh;
    position: relative;
}


.product__main-gallery-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__main-gallery-thumb:hover, .product__main-gallery-thumb.active {
    border-color: #0073BF !important;
}

.product__main-gallery-image {
    max-width: 580px;
    height:480px;
    position: relative;
}

.product__main-gallery-image-wrap {
    overflow: hidden;
    max-height:100%;
}

.product__main-gallery-image img {
    height: 480px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    margin:0 auto;
}

.product__main-gallery--left {
    left: -6px;
    position: absolute;
}

.product__main-gallery--right {
    right: -6px;
    position: absolute;
}

.product__main-gallery--arrow {
    width: 35px;
    height: 35px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.20) !important;
    display: flex;
    border-radius: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    top: calc(50% - 17px);
}

.product__main-gallery--arrow svg {
    width:14px;
    height:14px;
}

.desktop__hidden {
    display: none;
}

/* BUY BLOCK */
.buy__block-item {
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #d9d9d9;
    margin: 0;
    padding: 20px;
    transition: all .3s !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
}

.buy__block h3 {
    font-size:20px;
}

.buy__block-item:hover, .buy__block-item.active {
    border-color: #0073bf !important;
    background-color: #edf6ff !important;
}

.buy__block-item.active .buy__block-item-name:before {
    visibility: visible;
    opacity: 1;
}

.buy__block-item-name {
    color: #161717;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    display:flex;
    justify-content: space-between;
    padding: 0 0 0 22px;
    position: relative;
}

.buy__block-item-sale-wrap {
    display:flex;
    justify-content: flex-end;
}

.buy__block-item-sale {
    margin: 0;
    padding: 5px 10px;
    background-color: #f2545b;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.buy__block-item-name:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    border: 1px solid #1276ba;
    border-radius: 50%;
    box-sizing: border-box;
}

.buy__block-item-name:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 10px;
    width: 9px;
    height: 9px;
    background-color: #1276ba;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.buy__block-item-bottom {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.buy__block-item-bottom small {
    color: #161717;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.buy__block-item-bottom div {
    margin: 0;
    padding: 5px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #0073bf;
    border-radius: 35px;
    transition: all .3s !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.but__block h3 {
    margin: 29px 0 0;
    padding:0;
}

.buy__block-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.buy_block_button {
    font-family: "Qanelas", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    fill: #fff;
    color: #fff;
    background-color: #0073bf;
    border-style: solid;
    border-width: 1px;
    border-color: #0073bf;
    border-radius: 50px;
    padding: 15px 80px;
    text-align: center;
    margin: 35px 0 20px;
    transition: all .3s;
    color: #fff;
    text-decoration: none;
    font-size:20px;
    font-weight:700;
    line-height:26px;
    display:block;
}


.buy_block_button:hover {
    background-color: #fff;
    border-color: #045f95;
    color: #0073bf;
}

.header__phone svg {
    display:none;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ham path {
    stroke:#0073BF;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }
.header__phone svg {
    display:none;
}

.header__burger {
    display:none;
}

.carousel-style {
    padding-left: calc(50vw - 628px) !important;
}

footer {
    background-color: #1a1a1c;
}

.footer__wrap {
    padding: 81px 24px 160px;
    display:grid;
    grid-template-columns: 1fr 1fr;;
}

.footer__logo {
    display:block;
    margin-bottom:20px;
}

.footer__wrap span, .footer__wrap a {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
}

.footer__contacts a, .footer__contacts span {
    font-size:20px !important;
    line-height:28px !important;
}

.footer__contacts div {
    display:flex;
    gap:20px;
}

.footer__contacts {
    display:flex;
    gap:40px;
    flex-direction: column;
    margin-top:40px;
    max-width:330px;
    margin-bottom:20px;
}

.footer__contacts svg {
    min-width:30px;
    margin-top:3px;
}

.footer__wrap a:hover {
    text-decoration: underline;
}

.footer__right strong {
    font-size:48px;
    line-height:58px;
    font-weight:400;
    color:#fff;
    text-transform: uppercase;
}

.footer__socs span {
    display:none;
}

.footer__socs {
    display:flex;
    gap:20px;
    margin-top:48px;
}

.footer__socs a {
    background-color: rgba(0, 0, 0, 0);
    font-size: 80px;
    padding: 0;
}

.copyright {
    margin-top:37px;
    display:block;
}

.loan__block {
    margin-top:20px;
    font-size:22px;
    line-height:27px;
    margin: 0;
    padding: 24px 20px;
    background-color: #f7f7fb;
    border-radius: 12px;
    text-align: center;
}

.loan__block a {
    display:inline-block;
    text-decoration: none;
    border-bottom: 2px dashed #017dc7;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 8px;
    color: #0073bf;
    transition: all 0.3s;
}

.loan__block a:hover {
    color: #017dc7;
}

.fixed__header {
    top: -70px;
    transition: top .6s ease;
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 0;
    border-color: #e7e7e7;
    box-shadow: 0 1px 4px #ddd;
    z-index: 999999;
}

.fixed__header ul li > a {
    flex-wrap: initial;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.fixed__header .header__menu {
    border: unset;
    box-shadow: unset;
    /* Сбрасываем position, чтобы подменю позиционировалось относительно всей фиксированной шапки,
       как в обычной (где оно относительно .header__menu на всю ширину) */
    position: static;
}

@media (min-width: 1025px) {
    .fixed__header .header__menu-dropdown-list {
        /* В фиксированной шапке фон подменю на всю ширину шапки,
           а внутренний .header__menu-dropdown-list-wrap остаётся ограничен max-width 1200px */
        width: 100%;
        left: 0;
        top: 60px; /* 70px высота .header__wrap + ~50px как в обычной шапке */
    }
}

.mobile__nav_list {
    display:none;
}

.active .buy__block-item-bottom div {
    color: #0073bf;
}

.footer-actions {
    display:none;
}

#scroll-top {
    background-color: #006eb6;
    font-size: 1.3333333333333rem;
    border-radius: 100px;
    z-index: 200;
    position: fixed;
    text-align: center;
    cursor: pointer;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #fff;
    right: 30px;
    bottom: 30px;
    display:none;
}

#scroll-top svg {
    margin-top:10px;
}



.popup__wrap {
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    display:none;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    overflow-y: auto;
    padding: 30px 16px;
    min-height: 100vh;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

/* Top-align only when showing review popups */
.popup__wrap.popup-wrap_top {
    align-items: flex-start;
}

.popup {
    padding: 40px 20px;
    animation-duration: .3s;
    background-color: #fff;
    border-radius: 30px; 
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    margin: 0; 
    box-sizing: border-box; 
    max-width: 950px;
    width: 100%;
}

.popup.popup__review {
    padding:50px;
}

.popup__loan-title {
    color: #161717; 
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}


.popup__loan-item > span {
    content: counter(li);
    color: #fff;
    display: inline-block;
    
    margin-right: .5em;
    text-align: center;
    direction: rtl;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #373737;
    background-color: #fff;
    color: #373737;
    min-width:40px;
    min-height:40px;
}

.popup__loan-item {
    display:flex;
    align-items: center;
    gap:10px;
}

.popup__loan-item > div {
    display:flex;
    flex-direction: column;
    gap:5px;
}

.popup__loan-wrap {
    margin-top:30px;
    display:flex;
    flex-direction: column;
    gap:15px;
    margin-bottom:30px;
    margin-left:5px;
}

.popup__loan {
    max-width:800px;
    position: relative;
}
#popup__video-0 {
    width:840px;
}
/* Video popup: no overlay bg tweak not needed since we reuse overlay; keep content style */
.popup__video { position: relative;  padding:0;background-color:transparent; max-height:70vh; }
    .popup__video.vertical {
        width:335px;max-width:335px;
    }

#popup__video-prof-2, #popup__video-prof-3, #popup__video-prof-4                                                                                                                                                                 {
    max-width:840px;
    width:330px;
}
.popup__video .review-popup__video { position: relative; width: 100%; }
.popup__video iframe { display: block; width: 100%; height: 484px; border: 0; border-radius: 12px; }

@media (max-width: 1023px) {
    .popup__video iframe { height: 56vw; }
}

/* Review popup layouts */
.popup__review { position: relative; }
.popup__review .review-popup__description { margin-bottom: 16px; }
.popup__review .review-popup__gallery { 
    display: grid;
    gap: 20px;
    justify-content: start;
    align-items: start;
    justify-items: start;
 }

/* VK meta row */
.review-popup__vk-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.review-popup__vk-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}
.review-popup__vk-name {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 24px !important;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.review-popup__vk-logo {
    width: 24px;
    height: 24px;
}

/* Ensure lightbox is above popup overlay */
.lightboxOverlay,
.lightbox,
#lightboxOverlay,
#lightbox { z-index: 1000005 !important; }

/* Default: single column responsive */
.popup__review .review-popup__gallery img { width: 100%; max-height:100%; max-width:100%; height: auto; display: block; object-fit: cover; }

/* 2 images: side by side, each up to 420x420 */
.popup__review .review-popup__gallery.gallery-count-2 { grid-template-columns: repeat(2, 420px); }
.popup__review .review-popup__gallery.gallery-count-2 img { width: 420px; height: 420px; object-fit: cover; }

/* 4 images: 2x2, each 410x250 */
.popup__review .review-popup__gallery.gallery-count-4 { grid-template-columns: repeat(2, 410px); grid-auto-rows: 250px; }
.popup__review .review-popup__gallery.gallery-count-4 img { width: 410px; height: 250px; object-fit: cover; }

/* 3 images: left 570x520, right two stacked 270x250 using grid placement */
.popup__review .review-popup__gallery.gallery-count-3 { grid-template-columns: 570px 270px; grid-template-rows: 250px 250px; column-gap: 20px; row-gap: 20px; }
.popup__review .review-popup__gallery.gallery-count-3 .img-0 { grid-column: 1; grid-row: 1 / span 2; width: 570px; height: 520px; object-fit: cover; }
.popup__review .review-popup__gallery.gallery-count-3 .img-1 { grid-column: 2; grid-row: 1; width: 270px; height: 250px; object-fit: cover; }
.popup__review .review-popup__gallery.gallery-count-3 .img-2 { grid-column: 2; grid-row: 2; width: 270px; height: 250px; object-fit: cover; }

@media (max-width: 1023px) {
    .popup__review .review-popup__gallery.gallery-count-2 { grid-template-columns: 1fr; }
    .popup__review .review-popup__gallery.gallery-count-2 img { width: 100%; height: auto; }

    .popup__review .review-popup__gallery.gallery-count-4 { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
    .popup__review .review-popup__gallery.gallery-count-4 img { width: 100%; height: auto; }

    .popup__review .review-popup__gallery.gallery-count-3 { grid-template-columns: 1fr; grid-template-rows: auto; column-gap: 0; row-gap: 12px; }
    .popup__review .review-popup__gallery.gallery-count-3 .img-0,
    .popup__review .review-popup__gallery.gallery-count-3 .img-1,
    .popup__review .review-popup__gallery.gallery-count-3 .img-2 { grid-column: auto; grid-row: auto; width: 100%; height: auto; }
}

.popup__review .review-popup__description {
    font-size: 16px;
    line-height: 25px;
}

.popup__loan a {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    fill: #fff;
    color: #fff;
    background-color: #0073bf;
    border-style: solid;
    border-width: 1px;
    border-color: #0073bf;
    border-radius: 50px;
    padding: 13px 80px;
    display:inline-block;
    text-decoration: none;
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.popup__loan-item > div span {
    line-height:25px;
}

.review-popup__vk-link {
    margin-bottom: 0;
    margin-top: 0;
    color: #07f !important;
    font-weight: 400;
    border-bottom: 1px solid #07f;
    font-size: 17.6px;
    line-height: 25px;
    text-decoration: none;
}

.popup__ingredients {
    max-width:560px;
    position: relative;
}

.popup__ingredients-title {
    color: #161717;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom:30px;
}

.popup__ingredients-text {
    font-size:16px;
    line-height:25px;
}

.video__player {
    position:relative;
}

.video__player .kinescope-play-btn {
    position: absolute;
    color: #fff;
    width: 4em;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 2em);
    border-radius: 100%;
    opacity: .7;
    transition: .25s all;
    background: #000000;

}

.why-doctors__right {
    padding-left:75px;
}

.why-doctors__right img {
    max-width:550px;
    border-radius: 20px;
}

.video__player {
    display:block;
}

.reviews__item-source {
    margin-bottom:5px;
}

.popup__callback {
    max-width:600px;
    padding: 30px 20px 20px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.popup__callback-title {
    font-size: 24px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 20px;
}

.popup__callback-text {
    font-size:15px;
    line-height:28px;
    color: rgb(51, 51, 51);
    margin-bottom:15px;
}

.popup__callback-consent {
    font-size:14px;
    line-height:28px;
    color: rgb(51, 51, 51);
    margin-bottom:15px;
}

.popup__callback-consent a {
    color: #4e4e4e;
}

.popup__callback-input {
    border-width: 2px;
    border-color: #ddd;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    box-sizing: border-box;
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 20px;
}

.popup__callback-submit {
    background-color: #017DC7;
    min-height: 47px;
    border-radius: 84px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #fff;
    border: 0;
    font-size: 25px;
    margin: 0 auto;
    display: block;
}

.popup__contact {
    max-width: 450px;
    padding: 40px 50px 50px;
    position: relative;
}

.popup__contact-title {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.popup__contact-title-highlight {
    color: #2196F3;
    font-weight: 600;
}

.popup__contact-vpn-note {
    color: #E53935;
    font-size: 14px;
    margin: -10px 30px 0 0;
    font-style: italic;
    text-align: right;
    font-weight: 600;
    height: 22px;
}

.popup__contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup__contact-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 30px !important;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 17px !important;
    font-weight: 500;
    color: white !important;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    max-width: 300px;
}

.popup__contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.popup__contact-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.popup__contact-btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.popup__contact-btn-whatsapp {
    background: #2fbe0e;
}

.popup__contact-btn-whatsapp:hover {
    background: #2aaa0d;
}

.popup__contact-btn-telegram {
    background: #3597E0;
}

.popup__contact-btn-telegram:hover {
    background: #2f8bcd;
}

.popup__contact-btn-phone {
    background: #187bf1;
}

.popup__contact-btn-phone:hover {
    background: #116ad6;
}

@media (max-width: 640px) {
    .popup__contact {
        padding: 30px 25px 35px;
        max-width: 350px;
    }

    .popup__contact-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .popup__contact-btn {
        padding: 14px 20px;
        font-size: 15px;
    }

    .popup__contact-buttons {
        gap: 12px;
    }
}

.popup__consult {
    max-width:600px;
    padding: 20px 20px 50px 20px;
    position: relative;
}

.popup__consult-title {
    color: #161717;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    max-width: 400px;
    margin-top: 18px;
    margin: 18px auto 30px auto;
}

.popup__consult-text {
    max-width:400px;
    text-align: center;
    font-size:18px;
    line-height:22px;
    margin: 0 auto 24px auto;
}



.popup__consult-form { display: flex; flex-direction: column; gap: 16px; }
.popup__consult-methods { display: flex; gap: 24px; align-items: center; justify-content: center;}
.popup__consult-method { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; user-select: none; transition: 0.3s; }
.popup__consult-method input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.popup__consult-icon { width: 53px; height: 53px; display: inline-flex; align-items: center; justify-content: center; border-radius: 0; background: transparent; transition: 0.3s; border: 1px solid rgb(217, 217, 217); }
.popup__consult-icon svg { width: 32px; height: 32px; transition: 0.3s; }
.popup__consult-icon svg path { fill: rgb(217, 217, 217); transition: 0.3s; }
.popup__consult-method--call input[type="radio"]:checked + .popup__consult-icon { background: rgb(60, 210, 84); border-color: rgb(60, 210, 84); }
.popup__consult-method--call input[type="radio"]:checked + .popup__consult-icon svg path { fill: #fff; }
.popup__consult-method--telegram input[type="radio"]:checked + .popup__consult-icon { background: rgb(0, 115, 191); border-color: rgb(0, 115, 191); }
.popup__consult-method--telegram input[type="radio"]:checked + .popup__consult-icon svg path { fill: #fff; }
.popup__consult-method--whatsapp input[type="radio"]:checked + .popup__consult-icon { background: rgb(60, 210, 84); border-color: rgb(60, 210, 84); }
.popup__consult-method--whatsapp input[type="radio"]:checked + .popup__consult-icon svg path { fill: #fff; }
.popup__consult-label { display: none; }
.popup__consult-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    max-width: 400px;
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.8);
    border-width: 1px 1px 1px 1px;
    border-radius: 32px 32px 32px 32px;
    box-sizing: border-box;
    margin: 0 auto;
}
.popup__consult-agree { margin: 0 auto;max-width:400px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: #555; }
.popup__consult-privacy {margin: 0 auto;max-width:400px; font-size: 12px; color: #2a7ae2; text-decoration: underline; }
.popup__consult-submit { 

    background-color: #0073BF;
    color: #FFFFFF;
    font-family: "Qanelas", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0073BF;
    border-radius: 32px 32px 32px 32px;
    padding: 12px 24px 12px 24px;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
    width: 245px;
    margin: 0 auto 0px auto;

 }
.popup__consult-submit:hover { 
    background-color: #045F95;
    color: #FFFFFF;
    border-color: #0073BF;
}

.why-doctors__title-mobile {
    display:none;
}

.banner-dr-button-mobile {
    display:none;
}

.accept_cookies_bl {
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 85px;
    z-index: 150;
    background: #ebebeb;
    width: 600px;
    padding: 12px 22px;
    border-radius: 5px;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    line-height: 1.5em;
}

.accept_cookies_btn a {
    display: inline-block;
    color: #555;
    border: 1px solid #999;
    background-color: #ebebeb;
    border-radius: 5px;
    font-weight: 600;
    padding: 2px 20px;
}

.accept_cookies_txt a {
    color: #0073bf;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .accept_cookies_txt {
        font-size: 13px;
        line-height: 20px;
    }
    .accept_cookies_bl {
        width: 100%;
        right: 0;
        border-radius: 0;
        bottom: 0;
        box-sizing: border-box;
    }
    .why-clients__item ul {
        padding: 0 35px 0 30px;
    }
    .banner-dr-button-mobile {
        display: flex !important;
        font-size: 16px;
        justify-content: center;
        margin-top: 30px;   
    }
    .reviews__sources-vk > div > img, .reviews__sources-otzovik > div > img {
        max-width: 230px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .why-clients__item-title {
        padding: 20px 20px 15px 13px;
    }
    .table-scroll {
        margin-top:40px !important;
    }
    .banner-dr-button span {
        width:auto;
    }
    .loan__block {
        font-size: 15px;
        line-height: 22.4px;
    }
    .popup__ingredients-title {
        font-size: 24px;
        line-height: 28px;
    }
    .loan__block a {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0;
    }
    .popup__consult-title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .popup__consult {
        padding: 45px 24px 45px 24px;
    }
    /* Show mobile VK source block, hide desktop */
    .reviews__sources-vk .desktop { display: none; }
    .reviews__sources-vk .mob { display: block; }
    header {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999999;
        border-style: solid;
        border-color: #e7e7e7;
        border-width: 0 0 1px;
    }
    .footer-actions {
        display: none;
        align-items: center;
        position: fixed;
        bottom: 0;
        background: #f7f7f7;
        left: 0;
        z-index: 100000000;
        width: 100%;
        padding: 14px 20px;
        justify-content: space-evenly;
        border-top: 1px solid #e1e1e1;
        gap: 20px;
        box-sizing: border-box;
    }

    .footer-actions a.footer-btn-2 {
        color: #fff !important;
        background-color: #187bf1;
        border-color: transparent;
    }

    body .footer-actions.active {
        display: flex;
    }
    

    .footer-actions a.footer-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-family: 'Lato', Arial, sans-serif;
        line-height: 1.55;
        font-weight: 700;
        border-radius: 30px;
        border-style: solid;
        transition: background-color .2s 
    ease-in-out, color .2s 
    ease-in-out, border-color .2s 
    ease-in-out;
        text-align: center;
        width: 200px;
        height: 45px;
        color: #b8b8b8;
        border-width: 1px;
        border-color: #b8b8b8;
        text-decoration: none;
    }

    .footer-actions a.footer-btn-1 {
        color: #858585 !important;
        background: 0 0;
        border-color: #858585;
    }

    .footer-actions a.footer-btn {
        width: auto;
        max-width: 200px;
        flex: 1 1 0px;
    }



    .col-container h3 {
        min-width: 160px;
        padding-right:10px;
    }
    .mobile__nav_list {
        display:block;
        padding: 24px 19px;
        border-style: solid;
        border-width: 1px 0;
        border-color: #dadbea;
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
        margin-top: 0;
        margin-bottom: 0;
    }
    .mobile__nav_list-wrap {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        gap:24px;
    }
    .mobile__nav_list a {
        border-color: #006eb6;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        line-height: 17px;
        color: #0073bf;
        border-style: dashed;
        border-width: 0 0 2px;
        border-radius: 0;
        padding: 0;
        display: inline-block;
    }
    .fixed__header {
        display:none;
    }
  
    .footer__wrap {
        display: flex;
        flex-direction: column-reverse;
        gap:100px;
    }
    .footer__contacts a, .footer__contacts span {
        font-size:16px !important;
        line-height:25px !important;
    }
    .footer__right strong {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    
    .footer__socs svg {
        width:60px;
        height:60px;
    }
    .header__menu {
        position: absolute;
        width: 100%;
        z-index: 2;
        left: 0;
        padding: 0;
        display: none;;
    }
    .carousel-style {
        padding-left: unset !important;
    }

    .header__menu ul {
     
        flex-direction: column;
        background-color: #fff;
    }

    .header__menu ul li {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 0;
        position: initial;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid #e0e0e0;
        flex-direction: column;
        box-sizing: border-box;
    }

    .header__menu ul li a {
        font-size: 16px !important;
        text-transform: uppercase !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        padding-left:20px;
        padding-right: 20px;
        justify-content: space-between;
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }

    .header__menu-dropdown-list {
        position:inherit;
        box-shadow: unset;
    }

    .header__menu-dropdown-list-wrap {
        padding: 0 !important;
        gap: 0 !important;
        box-shadow: unset !important;
        padding-left: 10px !important;
    }

    .header__right {
        gap:20px;
    }
    .header__phone span {
        display:none;
    }

    .header__burger {
        display:block;
    }
    
    .header__burger .ham {
        width:35px;
        margin-top:2px;
    }

    .header__phone svg {
        display:block;
        fill: #017dc7;
        color: #017dc7;
        border: 3px solid #017dc7;
        width:24px;
        height:24px;
        padding: 3px;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .header__callback {
        display:none;
    }

    .header__logo img {
        width:175px;
    }


    
    .sticky-nav {
        position: fixed;
        display: block;
        top: -70px; /* hidden above viewport by default */
        max-width: 100%;
        transition: top .6s ease;
    }

    .sticky-nav__wrap {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        max-width:100%;
        padding-right: 16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .sticky-nav__link {
        font-size: 14px;
        padding: 13px 15px;
    }
    .sticky-nav__wrap::-webkit-scrollbar { display: none; }

    .sticky-nav__item {
        flex: 0 0 auto;
    }

    .desktop__hidden {
        display: block;
    }

    .container {
        width:100%;
    }

    .breadcrumbs {
        padding: 30px 24px 0px 24px;
    }

    .product__main {
        padding: 20px 24px 0px 24px;
    }

    .product__main-gallery {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .product__main-gallery-thumbs {
        display: flex;
        flex-direction: row;
        gap: 5px;
        justify-content: center;
    }
    .product__main-gallery-thumb {
        width:46px;
        height:46px;
    }

    .product__main-content {
        padding-left: 0px;
    }

    .utp__wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section__title {
        font-size:32px;
        line-height:38px;
    }

    .why-clients__wrap {
        grid-template-columns: 1fr;
    }

    .why-doctors__wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .why-doctors__title-mobile {
        display:block;
    }

    .why-doctors__right .kinescope-popup {
        padding: 0;
    }

    .product__main-gallery-image {
        max-width: 100%;;
    }

    .product__main-gallery-image img {
        height:260px;
    }
    .product__main-wrap {
        display: block;
    }
    .product__main-gallery-image {
        height:auto;
    }
    .product__main-gallery-image-wrap {
        max-height:260px;
    }
    .breadcrumbs .container {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .product__title {
        font-size:24px;
        line-height:24px;
    }
    .utp {
        padding: 40px 24px 70px;
    }
    .utp__item {
        background-color: #f4f4ff;
        padding: 14px 20px;
    }

    .utp__item {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 45px auto;
        column-gap: 5px;
        position: relative;
        border-radius: 30px;
      }
      
      .utp__item-img {
        grid-row: 1;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        width: min-content;
        width: 45px;
      }

      .utp__item-img img {
        width: 45px;
        height: 45px;
        object-fit: contain;
        object-position: center center;
      }
      
      .utp__item h2 {
        grid-row: 1;
        grid-column: 2;
        margin: 0;
        align-self: center;
        font-size: 16px;
        line-height: 25px;
        padding-right:25px;
      }
      .why-doctors__left .section__title {
        display:none;
      }
      
      .utp__item p {
        display: none;
        grid-row: 2;
        grid-column: 2 / span 2;
        margin: 10px 0 0 0;
      }

      .utp__item .toggle__icon {
        position: absolute;
        right: 20px;
        top: 25px;
      }

      .utp__item .toggle__icon {
        background-color: transparent !important;
        display: flex;
    }

    .utp__item .toggle__icon svg {
        color: #0073BF !important;
        width: 15px;
        height: 15px;
    }

    .recommendations__title-wrap {
        grid-template-columns: 1fr;
    }
    
    .recommendations__item {
        padding: 30px 20px 40px;
    }

    .recommendations__title {
        font-size: 24px;
        line-height: 28px;
        padding-right:0;
    }

    .mobile__hidden {
        display: none !important;
    }

    .recommendations__content {
        grid-template-columns: 1fr;
    }

    .recommendations__content-item-tr {
        display:block;
    }

    .recommendations__content-item-tr span {
        padding-left:0;
        padding-right:0;
    }

    .recommendations__button {
        font-size:16px;
        line-height:19px;
    }

    .recommendations__prices span {
        margin-top:15px;
    }

    .recommendations__content-item_second {
        margin-top:30px;
        border-style: solid;
        border-width: 1px 0 0;
        border-color: #bcbeca;
        padding-top:15px;
    }

    .recommendations__content h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom:16px;
    }

    .recommendations__content h3 br {
        display:none;
    }

    .recommendations__prices-wrap {
        flex-direction: column;
        gap: 0;
    }

    .recommendations__content-item-tr div {
        padding-left: 0;
    }

    .recommendations__content-item-tr div ul {
        padding-left: 0;
        padding-right:0;
    }

    .recommendations__content ul li:after {
        display: none;
    }

    .recommendations__content_unbordered .recommendations__content-item-tr:first-child {
        border-top:1px solid #bcbeca;
    }

    .recommendations__subtitle-mobile {
        margin-top:10px;
    }

    .recommendations__content_mobile_hidden {
        display:none;
    }

    .mobile_border_top {
        border-top:1px solid #bcbeca;
        padding-top:15px;
    }

    .recommendations__view-more-wrap.desktop__hidden {
        display:flex;
    }

    .recommendations__view-more {
        font-size:16px;
        line-height:21px;
    }
    .recommendations__content-item p {
        line-height: 25px !important;
    }
    .recommendations__content ul li {
        color:#6a6a71;
    }
    .gray_text_mobile {
        color:#6A6A71;
    }
    .results__slider-wrap {
        width:100%;
        max-width: 280px !important;
    }
    .results__slider__item {
        width:100%;
        padding:0;
    }
    .kinescope-popup img {
        max-width:100%;
    }
    .toggle__icon {
        min-width:26px;
        min-height:26px;
    }
    .toggle__item-visible {
        gap:5px;
    }
    .why-doctors__wrap p:last-child {
        line-height:25px;
    }
    .banner-dr {
        padding: 0px 24px 0px 24px;
    }
    .banner-dr__wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .banner-dr__right {
        width: 100%;
        padding: 30px 23px 0px 20px;
        box-sizing: border-box;
    }

    .banner-dr__right-content {
        font-size:16px;
        line-height:25px;
    }
    
    .banner-dr-button {
        display:none;
    }

    .banner-dr__left {
        width:100%;
    }

    .banner-dr__left-wrap {
        padding:0;
    }

    .banner-dr__left-wrap img {
        max-width:205px;
    }

    .banner-dr__left-name {
        align-self: center;
        margin-left: -20px;
    }
    .banner-dr__left-name strong {
        font-size:14px;
        line-height:18px;
    }
    .banner-dr__left-name p {
        font-size: 12px;
        line-height: 16px;
    }
    .banner-dr__right-content {
        margin: 0 0 10px;
    }
    .professionals {
        padding-left:0px;
        padding-right:0px;
    }
    .professionals .section__title {
        padding-left:24px;
        padding-right:24px;
        
    }
    .professionals__item {
        border-radius: 31px !important;
        /* border: 1px solid #DADBEA !important; */
        padding: 40px 28px !important;
        min-height: 280px !important;
        background-color: #FFF !important;
        box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10) !important;
        box-sizing: border-box;
    
    }
    .professionals__item-wrap {
        padding: 30px 12px 22px 12px !important;
        box-sizing: border-box;
        width:350px !important;
        max-width:100% !important;
    }
    .professionals__item-container {
        width: 350px !important;
        min-height: 280px !important;
    }
    .carousel-style {
        padding-left: 0 !important;
    }

    .why-clients__item-image {
        max-width:100%;
    }

    .why-clients__item {
        padding: 0 0 20px;
    }

    .reviews .section__title {
        padding-left:24px;
        padding-right:24px;
    }

    .reviews__top {
        grid-template-columns: 1fr;
    }
    .reviews__sources {
        width:100%;
        background: transparent;
        flex-direction: column;
    }
    .rules__wrap {
        grid-template-columns: 1fr;
    }
    .rules__left {
        padding-right:0;
    }

    .contr__wrap {
        padding: 0;
        border: unset;
        grid-template-columns: 1fr;
    }
    .contr__title {
        font-size:30px;
        line-height:36px;
        margin:0px 0px 44px 0px;
    }
    .contr__item svg {
        width: 30px;
        min-width: 30px;
    }
    .memo {
        margin:20px;
    }
    .memo__row {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
    }
    .memo__row_hidden {
        display: none;
    }
    .memo__col:nth-child(1) {
        margin-bottom:20px;
    }
    .questions-banner__content {
        padding: 34px 0px 0px 20px;
    }
    .questions-banner__title {
        font-size: 32px;
        line-height: 38px;
        max-width:unset;
    }
    .reviews .section__title {
        margin-bottom:10px;
    }
    .questions-banner__wrap {
        display:block;
        padding-bottom:40px;
        border-radius:20px;
    }
    .questions-banner__content a {
        display: block;
        position: absolute;
        bottom: -66px;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        font-size:16px;
        padding: 6px 10px;

    }
    .questions-banner__text {
        max-width:165px;
        font-size:16px;
        line-height:25px;
    }

    .questions-banner img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 189px;
        left: unset;
    }
    .questions-banner {
        padding-left:24px;
        padding-right:24px;
    }
    .results__slider__arrow {
        width:25px;
        height:25px;
    }
    .results__slider__prev:after, .results__slider__next:after {
        height:12px;
    }
    .results__slider__prev {
        left:-35px;
    }
    .results__slider__next {
        right:-35px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;

        border-radius: 50%;
        transition: all 0.3s;
        font-size: 0;
        line-height: 0;
        display: block;
       
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
 
    }
    .slick-dots li:after {
        display: none !important;
    }

    .slick-dots {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        bottom: 0px !important;
        align-items: center !important;
        position: unset !important;
        margin-top: 20px !important;
        padding-left:0 !important;
        margin-left:0;
    }

    .slick-dots li {
        margin: 3px;
        width: 8px;
        height: 8px;
        position: relative;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        list-style: none;
    }

    .slick-dots button {
        background-color: #D9D9D9;
    }

    .slick-dots .slick-active button {
        background-color: #0073BF;
    }
  

    
    .reviews__sources > div {
        width: 100%;
        padding-right: 0px;
        border-radius: 20px;
        background-color: #F4F4FF;
        padding: 30px 20px !important;
        max-width: unset;
        box-sizing: border-box;
        margin-right: 0;
    }

    .reviews__sources-bottom {
        justify-content: center;
        gap: 25px;
    }

    .reviews__sources > div a {
        display:block;
        text-align: center;
    }
    .reviews__sources {
        padding-bottom:0;
    }
    .custom-table .bottom-table {
        display: none;
    }
    
    .custom-table .bottom-table,
 .custom-table .top-table {
 padding-bottom: 0px;
 border-bottom: 0px;
 }
 
.custom-table .bottom-table {
         padding: 15px 0;
 }
 
.custom-table .top-table {
     flex-wrap: wrap;
     margin: 40px 0px 0px 0px;
 }
 
 .custom-table .col-container:first-child {
     padding-top: 0;
 }
 
 .custom-table .col-container {
     max-width: 100%;
     padding-right: 0;
         display: flex;
 align-items: center;
     padding: 15px 0;
 border-bottom: 1px solid #DADBEA;
 }
 
 .custom-table .col-container  h3 {
 font-size: 14px;
 line-height: 17px;
 max-width: 45%;
 width: 100%;
 }
 
 .custom-table .col-container span.hidden {
     display: inline-block;
 }
 
 .custom-table .col-container span {
 line-height: 17px;
 font-size: 14px;
 max-width: 25%;
 padding-left: 20px;
 width: 100%;
 }
 
.custom-table .col-container span:last-child {
     max-width: 30%;
 padding-left: 28px;
 }

 .buy__block-item-name {
    font-size: 20px;
    line-height: 25px;
 }
 .buy__block-item-bottom small {
    font-size: 14px;
    line-height: 20px;
 }
 .buy__block-item-price {
    font-size: 20px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
}
 .buy__block-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.buy__block-item-bottom div {
    font-size: 14px;
    line-height: 20px;
}
.buy__block-item-price span {
    font-size: 23px;
    line-height: 25px;
}
.buy__block-item {
    position: relative;
}
.buy__block-item-sale-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    bottom: 24px;
}
.buy_block_button {
    font-size:20px;
    padding-top:7px;
    padding-bottom:7px;
}
.why-doctors__right img {
    max-width: 100%;
    border-radius: 20px;
}
.why-doctors__right {
    padding-left:0;
}
}

