@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;
}

#scroll-top svg {
    display:none !important
}


.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;
}


/* 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;
}



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

.carousel-arrows div {
    cursor: pointer;
}

.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;
    margin-top:20px;
}

.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 .buy__block-item-price-old {
    position: relative;
    margin-right: 10px;
}

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


/* 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: 153px;
    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 !important;
    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;
}

#results {
    margin-top:140px;
    min-height: 580px;
    scroll-margin-top: 150px;
}

#recommendations {
    scroll-margin-top: 150px;
}

#action {
    scroll-margin-top: 150px;
}

#contr {
    scroll-margin-top: 150px;
}

#advantages {
    scroll-margin-top: 150px;
}

.results-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 363px 363px;
    gap: 331px;
    justify-content: center;
}

.results-img {
    position: absolute;
    left:379px;
    top:0;
}

.results-right {
    margin-top:-21px;
}

.results-left.results-list {
    text-align: right;
    align-items: flex-end;
}

.results-left .results-list-item {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    display: table;
    border-bottom: 1px dashed #0073BF;
    padding-bottom: 5px;
    position: relative;
}

.results-left .results-list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 100px;
    height: 1px;
    border-top: 1px dashed #0073BF;
    transform: rotate(205deg);
    transform-origin: bottom right;
}

.results-right.results-list {
    text-align: left;
    align-items: flex-start;
}

.results-right .results-list-item {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    display: table;
    border-bottom: 1px dashed #0073BF;
    padding-bottom: 5px;
    position: relative;
}

.results-right .results-list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 88px;
    height: 1px;
    border-top: 1px dashed #0073BF;
    transform: rotate(160deg);
    transform-origin: bottom left;
}

.results-list {
    padding-top:84px;
    text-align: right;
    display:flex;
    flex-direction: column;
    gap:40px;
}

.results-list-item {
    color: #0073BF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
    display: table;
    padding-bottom: 5px;
    margin-left: auto;
    border-bottom: 1px dashed #0073BF;
}


@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;
    }
}

.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;
    max-height:480px;
    overflow: hidden;
    flex-wrap: nowrap;
}

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



.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;
    flex: 0 0 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: 20px;
    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;
}

/* Ingredients popup */
.popup__ingredients {
    max-width: 560px;
    position: relative;
}

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

.popup__ingredients-title p {
    margin:0;
    padding:0;
}

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

/* Ingredients button */
.product__ingredients-btn {
    margin-top:30px;
    display: flex;
    width: 310px;
    height: 54px;
    padding: 14px 56.024px 14px 56.38px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #0073BF;
    background: #FFF;
    color: #0073BF !important;
    text-align: center;
    font-family: Qanelas, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.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__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__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;
}


.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;
}


@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;
}


.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;
}

.buy__block h3 {
    color: #161717;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 115% */
    margin-top:24px;
}

.results-banner {
    border-radius: 30px;
    background: #F4F4FF;
    width: 100%;
    padding: 34px 50px 52px 50px;
    display:flex;
    flex-direction: column;
    gap:21px;
    margin-top:68px;
  }

  .results-banner-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 31px;
  }


  .results-banner4 .results-banner-row  {

    grid-template-columns: repeat(4, 1fr);

  }
  
  .results-banner-icon-wrap {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .results-banner-icon {
    display: flex;
    gap: 31px;
    align-items: center;
  }
  
  .results-banner-item span {
    color: #161717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    display: block;
    margin-bottom: 7px;
    margin-top: 12px;
  }

  .product-effects .toggle__item_active .toggle__item-visible>span {
    color: #161717 !important;
  }

  .product-effects .toggle__icon {
    background-color: transparent !important;
  }
  
  .product-effects .toggle__icon svg {
    color: #0073BF !important;
    width: 15px;
    height: 15px;
  }
  
  .product-effects-wrap {
    display: grid;
    grid-template-columns: 578px 1fr;
    gap: 60px;
  }
  




/* contr */

.contr {
    padding: 60px 24px 0;
  }
  
  .contr__wrap {
   
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 40px;
    margin-bottom: 0;
    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;
    max-width:400px;
  }
  
  .contr__title span {
    color: #0073bf;
  }

  .contr__item-img{
    width:33px;
    min-width:33px;
  }

  .contr__item-img img {
    width:100%;
  }

.will-do {
    margin-top:75px;
}

.will-do .section__title {
    margin-top:0;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:28px;
}

.will-do-wrap {
    display:grid;
    grid-template-columns: 554px 1fr;
    gap:38px;
}

.will-do-image {
    width: 554px;
    height: 458px;
    background-size: cover;
    border-radius: 20px;
}

/* Способ применения */
.usage-section {
    width: 100%;
    margin-top: 140px;
    margin-bottom:40px;
}

.usage-section__wrap {
    display: grid;
    grid-template-columns: 1fr 471px;
    gap: 0;
    align-items: stretch;
    background-color: #F4F4FF;
    border-radius:30px;
}

.usage-section__content {
    padding-left: 43px;
    padding-top: 47px;
    padding-right: 43px;
    padding-bottom: 55px;
}

.usage-section__content .section__title {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.usage-section__text {
    font-family: Qanelas, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #161717;
}

.usage-section__image {
    width: 471px;
    height: 100%;
}

.usage-section__image img {
    width: 100%;
    height: 100%;
    display: block;
}

.usage-section .section__title p {
    margin:0;
    padding:0;
}

@media (max-width: 767px) {
    .usage-section {
        margin-top:49px;
    }
    .contr__title {
        font-size:32px;
        line-height:38px;
    }
    .breadcrumbs .container {
        padding: 0;
    }
    .product__main-gallery-thumb {
        flex:0 0 46px;
    }
    .questions-banner .container {
        padding:0;
    }
    .contr .container {
        padding:0;
    }
    .will-do-image {
        order: 2;
        width: 100%;
        background-size: cover;
        border-radius: 15px;
        height:300px;
    }
    .product-effects-wrap {
        grid-template-columns: 1fr;
    }
    .contr__wrap {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .will-do-wrap {
        display: flex;
        flex-direction: column;
    }

    .will-do-content {
        order: 1;
    }

    .will-do-image {
        order: 2;
        width: 100%;
    }

    .usage-section__wrap {
        grid-template-columns: 1fr;
    }

    .usage-section__content {
        order: 1;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .usage-section__image {
        order: 2;
        width: 100%;
        height: auto;
    }

    .usage-section__image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .results-banner-row {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 22px;
    }
    .results-banner-icon > img {
        display:none;
    }
    .results-banner-item {
        display: flex;
        gap: 18px;
        align-items: center;
    }
    .container {
        padding: 0 25px;
    }

    .product__main .container {
        padding:0;
    }

    .results-banner {
        padding:26px;
    }

    .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;
    }

    .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;
    }

    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: none;
        /* hidden by default on mobile */
        top: 70px;
        max-width: 100%;
        transition: display .3s ease;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .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: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        scroll-behavior: smooth;
    }

    .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;
    }

    .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;
    }


    .mobile__hidden {
        display: none !important;
    }


    .gray_text_mobile {
        color: #6A6A71;
    }

    .toggle__icon {
        min-width: 26px;
        min-height: 26px;
    }

    .toggle__item-visible {
        gap: 5px;
    }

    .questions-banner__content {
        padding: 34px 0px 0px 20px;
    }

    .questions-banner__title {
        font-size: 32px;
        line-height: 38px;
        max-width: unset;
    }

    .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;
    }

    .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;
    }





    .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;
    }

    #results {
        margin-top:72px;
    }

    #results .section__title {
        margin-top:0;
        padding-top:0;
    }

    .results-img {
        display:none;
    }

    .results-wrap {
        grid-template-columns: 1fr;
        gap:18px;
    }

    .results-list {
        margin-top:0;
        padding-top:0;
        gap:18px;
    }

    .results-left .results-list-item {
        text-align: left;
        margin-left:0;
    }

    .results-left.results-list {
        text-align: right;
        align-items: flex-start;
    }

    .results-list-item {
        border-bottom:0 !important;
    }

    .results-list-item::after {
        display:none !important;
    }

    .results-list-item {
        color: #161717;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; /* 156.25% */
        padding:18px 16px 18px 23px !important;
        border-radius: 15px;
        background: #F4F4FF;
        width:100%;
        display:block;
        position: relative;
    }

    .results-list-item::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17.4752 1.38241C12.9281 5.27455 9.15947 10.8396 6.36008 16.865C6.28525 17.0296 6.05321 17.026 5.97836 16.865C4.2905 13.115 2.52779 10.3606 0.536784 8.91972C0.360899 8.79253 0.473168 8.5155 0.686492 8.54173C2.84966 8.81492 5.21488 10.2183 6.16923 11.6592C8.78522 7.10088 12.4379 3.71397 17.2357 1.04179C17.4565 0.918301 17.6661 1.21772 17.4752 1.38241Z' fill='%230073BF'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

}