html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.lp-main {
    width: 100%;
}

.cbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 25px;
    background: #161616;
    border: 2px solid #161616;
    border-radius: 999px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.cbtn:hover {
    background: transparent;
    color: #161616;
}

.cbtn-light {
    background: #fff;
    border-color: #fff;
    color: #161616;
}

.cbtn-light:hover {
    background: transparent;
    color: #fff;
}

.cbtn-gold {
    background: #8f7142;
    border-color: #8f7142;
    color: #fff;
}

.cbtn-gold:hover {
    background: transparent;
    color: #fff;
}

.cbtn-full {
    width: 100%;
}

body.no-scroll {
    overflow: hidden;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, 0.9);
    animation: video-modal-in 0.25s ease;
}

@keyframes video-modal-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.video-modal__close {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s;
}

.video-modal__close:hover {
    transform: rotate(90deg);
}

.video-modal__frame {
    position: relative;
    width: 100%;
    max-width: 1100px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.herobaner {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    padding-top: 96px;
    padding-bottom: 96px;
    font-family: 'Karla', sans-serif;
}

.herobaner__bg {
    position: absolute;
    top: -48px;
    right: -80px;
    z-index: 0;
    max-width: 100%;
    width: 1660px;
    height: auto;
    opacity: 0.03;
    pointer-events: none;
    user-select: none;
}

.herobaner__row {
    position: relative;
    z-index: 1;
    align-items: center;
}

.herobaner__content {
    position: relative;
    z-index: 2;
}

.herobaner__subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.herobaner__divider {
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    width: 33px;
    height: 2px;
    background: #b08d57;
    border-radius: 2px;
}

.herobaner__title {
    margin: 0 0 29px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(34px, 3.9vw, 58px);
    line-height: 1.18;
    text-transform: uppercase;
}

.herobaner__title span {
    color: #8f7142;
}

.herobaner__txt {
    margin: 0 0 32px;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.7;
}

.herobaner__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.herobaner__list-item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #161616;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.herobaner__list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 100%;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 34px -14px rgba(0, 0, 0, 0.13);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1;
}

.herobaner__list-icon img {
    display: block;
    max-width: 100%;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.herobaner__cta img {
    flex-shrink: 0;
    max-width: 100%;
    width: 17px;
    height: 10px;
    transition: filter 0.3s;
}

.herobaner__cta:hover img {
    filter: invert(1);
}

.herobaner__visual {
    position: relative;
    align-self: stretch;
}

.herobaner__visual-inner {
    position: relative;
    height: 100%;
}

.herobaner__teeth-stack {
    position: absolute;
    left: 5%;
    top: 37px;
    max-width: 100%;
    width: 42%;
    z-index: 2;
}

.herobaner__teeth {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 0 0 19px 19px;
    animation: herobaner-teeth-float 6s ease-in-out infinite;
    will-change: transform;
}

@keyframes herobaner-teeth-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    25%      { transform: translate3d(0, -7px, 0) rotate(-0.5deg); }
    50%      { transform: translate3d(0, 0, 0) rotate(0deg); }
    75%      { transform: translate3d(0, -4px, 0) rotate(0.5deg); }
}

@media (prefers-reduced-motion: reduce) {
    .herobaner__teeth {
        animation: none;
    }
}

.herobaner__doctor {
    position: absolute;
    right: -18%;
    bottom: -96px;
    z-index: 1;
    max-width: none;
    width: 85%;
    height: auto;
}

.herobaner__card {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 12px 17px;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 18px 50px -18px rgba(0, 0, 0, 0.2);
}

.herobaner__card--rate {
    position: absolute;
    right: -8%;
    bottom: 0;
    z-index: 3;
}

.herobaner__card-icon {
    flex-shrink: 0;
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1;
}

.herobaner__card-stars {
    flex-shrink: 0;
    color: #f5a623;
    font-size: clamp(17px, 1.7vw, 25px);
    line-height: 1;
    letter-spacing: 1px;
}

.herobaner__card-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.herobaner__card-title {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.35;
}

.herobaner__card-sub {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 0.9vw, 14px);
    line-height: 1.35;
}

.herobaner__rate {
    position: absolute;
    right: -8%;
    bottom: 0;
    z-index: 3;
    max-width: 80%;
    width: 220px;
    height: auto;
    border-radius: 11px;
}

.herobaner__caption {
    position: absolute;
    left: 8%;
    bottom: 64px;
    z-index: 3;
    text-align: right;
}

.herobaner__name {
    margin: 0 0 4px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1;
    text-transform: uppercase;
}

.herobaner__sign {
    margin: 0;
    color: #8f7142;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .herobaner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .herobaner__visual-inner {
        margin-top: 40px;
    }
    .herobaner__teeth-stack {
        position: static;
        left: auto;
        top: auto;
    }
    .herobaner__doctor {
        right: -10%;
        width: 75%;
    }
    .herobaner__caption {
        left: 35%;
        bottom: 48px;
    }
    .herobaner__card--rate {
        right: -2%;
    }
    .herobaner__rate {
        right: -2%;
    }
}

@media (max-width: 767px) {
    .herobaner__visual {
        padding: 0;
    }
    .herobaner__visual-inner {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .herobaner__caption {
        bottom: -20px;
        right: -15px;
        left: initial;
    }
    .herobaner__name {
        margin: 0;
    }
    .herobaner__name br {
        display: none;
    }
    .herobaner__rate {
        position: static;
        margin-left: auto;
        margin-right: auto;
        order: 0;
    }
    .herobaner__teeth-stack {
        order: 1;
        width: 60%;
        position: relative;
        left: -40px;
    }
    .herobaner__doctor {
        right: -15%;
        bottom: -35px;
        width: 78%;
    }
    .herobaner__name {
        font-size: 18px;
        line-height: 120%;
    }
}

.effs {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
    font-family: 'Karla', sans-serif;
}

.effs__header {
    text-align: center;
    margin-bottom: 48px;
}

.effs__subtitle {
    margin: 0 0 14px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.effs__title {
    margin: 0 0 14px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.effs__txt {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.effs__gallery {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-bottom: 24px;
}

.effs__item {
    display: block;
    flex: 1 1 0;
    max-width: 100%;
    width: 360px;
    aspect-ratio: 1080 / 1350;
    border-radius: 19px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 10px 34px -14px rgba(0, 0, 0, 0.13);
    transition: transform 0.3s, box-shadow 0.3s;
}

.effs__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px -18px rgba(0, 0, 0, 0.2);
}

.effs__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.effs__footer {
    text-align: center;
}

.effs__bottom {
    margin: 0 0 29px;
    color: #595959;
    font-family: 'Karla', sans-serif;
    font-size: clamp(12px, 0.9vw, 14px);
    line-height: 1.7;
}

.effs__btn-title {
    margin: 0 0 14px;
    color: #161616;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .effs {
        padding-left: 0;
        padding-right: 0;
    }
    .effs__gallery {
        align-items: center;
        padding: 0 !important;
        gap: 5px;
    }
    .effs__item {
        width: 90%;
    }
}

.pointslist {
    background: #161616;
    padding-top: 42px;
    padding-bottom: 42px;
    font-family: 'Karla', sans-serif;
}

.pointslist__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.pointslist__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.pointslist__title {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(27px, 2.5vw, 38px);
    line-height: 1.1;
}

.pointslist__txt {
    margin: 0;
    color: #d9d9d9;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .pointslist__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }
}

@media (max-width: 479.98px) {
    .pointslist__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.vidtxt {
    background: #f5f5f5;
    padding-top: 83px;
    padding-bottom: 83px;
    font-family: 'Karla', sans-serif;
}

.vidtxt__row {
    align-items: flex-start;
    gap: 19px 0;
}

.vidtxt__media {
    position: relative;
    aspect-ratio: 4 / 5;
}

.vidtxt__video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.vidtxt__play {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #c6c6c6;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 34px -14px rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.vidtxt__poster {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.4s;
}

.vidtxt__play:hover .vidtxt__poster {
    transform: scale(1.04);
}

.vidtxt__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow:
        0 0 0 15px rgba(255, 255, 255, 0.22),
        0 14px 40px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.vidtxt__play-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #161616;
    margin-left: 4px;
}

.vidtxt__play:hover .vidtxt__play-btn {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow:
        0 0 0 18px rgba(255, 255, 255, 0.3),
        0 18px 50px rgba(0, 0, 0, 0.4);
}

.vidtxt__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vidtxt__subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vidtxt__divider {
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    width: 33px;
    height: 2px;
    background: #b08d57;
    border-radius: 2px;
}

.vidtxt__title {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.vidtxt__txt {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.vidtxt__txt strong {
    font-weight: 700;
}

.vidtxt__card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 24px;
    box-shadow: 0 10px 34px -14px rgba(0, 0, 0, 0.13);
}

.vidtxt__list-title {
    margin: 0 0 14px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1.18;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vidtxt__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vidtxt__list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.7;
}

.vidtxt__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: #f4ece0;
    border-radius: 999px;
    color: #8f7142;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1;
    margin-top: 3px;
}

.vidtxt__bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-left: 4px solid #b08d57;
    border-radius: 5px;
    padding: 15px 18px 15px 22px;
}

.vidtxt__bottom-icon {
    flex-shrink: 0;
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1;
}

.vidtxt__bottom-text {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .vidtxt__row {
        gap: 32px 0;
    }
    .vidtxt__media {
        max-width: 512px;
        width: 100%;
        margin: 0 auto;
    }
}

.vidlist {
    background: #fff;
    padding-top: 83px;
    padding-bottom: 83px;
    font-family: 'Karla', sans-serif;
}

.vidlist__header {
    text-align: center;
    margin-bottom: 37px;
}

.vidlist__subtitle {
    margin: 0 0 14px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vidlist__title {
    margin: 0 0 14px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.vidlist__intro {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.vidlist__body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}

.vidlist__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vidlist__list--left {
    justify-self: end;
}

.vidlist__list--right {
    justify-self: start;
}

.vidlist__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
}

.vidlist__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    background: #f4ece0;
    border-radius: 999px;
    color: #8f7142;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1;
}

.vidlist__item-text {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.18;
    text-transform: none;
}

.vidlist__media {
    position: relative;
    max-width: 100%;
    width: 405px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 13px;
    background: #fff;
    box-shadow:
        0 0 0 1.4px #d9d9d9,
        0 25px 70px -25px rgba(0, 0, 0, 0.2);
}

.vidlist__video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: radial-gradient(circle at 35% 30%, #faf7f1, #f4ece0);
}

.vidlist__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.vidlist__bottom p {
    margin: 0;
    max-width: 100%;
    width: 900px;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 991.98px) {
    .vidlist__body {
        display: flex;
        flex-direction: column;
        justify-items: center;
        gap: 0;
    }
    .vidlist__list--left,
    .vidlist__list--right {
        justify-self: stretch;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .vidlist__media {
        order: -1;
        margin-bottom: 20px;
    }
}

.sboxes {
    background: #fff;
    padding-top: 83px;
    padding-bottom: 83px;
    font-family: 'Karla', sans-serif;
}

.sboxes__header {
    text-align: center;
    margin-bottom: 29px;
}

.sboxes__subtitle {
    margin: 0 0 24px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sboxes__title {
    margin: 0 0 16px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.sboxes__txt {
    margin: 0 auto;
    max-width: 100%;
    width: 900px;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.sboxes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.sboxes__box {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 28px 26px 38px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.sboxes__icon {
    font-size: clamp(27px, 2.5vw, 38px);
    line-height: 1.36;
}

.sboxes__icon img {
    display: block;
    max-width: 100%;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.sboxes__box-title {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.18;
    text-transform: none;
}

.sboxes__frame {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 24px 42px;
    background: linear-gradient(117deg, #161616 0%, #2b2b2b 100%);
    border-radius: 16px;
    color: #fff;
}

.sboxes__frame-icon {
    flex-shrink: 0;
    max-width: 100%;
    width: 60px;
    height: auto;
}

.sboxes__frame-content {
    flex: 1;
    min-width: 0;
}

.sboxes__frame-title {
    margin: 0 0 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.18;
}

.sboxes__frame-txt {
    margin: 0;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.26;
}

.sboxes__frame-btn {
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .sboxes {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .sboxes__grid {
        grid-template-columns: 1fr;
    }
    .sboxes__frame {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 19px;
        padding: 29px;
    }
    .sboxes__frame-btn {
        align-self: stretch;
    }
}

.nrlist {
    background: #f5f5f5;
    padding-top: 83px;
    padding-bottom: 83px;
    font-family: 'Karla', sans-serif;
}

.nrlist__header {
    text-align: center;
    margin-bottom: 45px;
}

.nrlist__subtitle {
    margin: 0 0 14px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nrlist__title {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.nrlist__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 14px;
}

.nrlist__card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 34px -14px rgba(0, 0, 0, 0.13);
    display: flex;
    flex-direction: column;
}

.nrlist__nr {
    margin: 0 0 10px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
}

.nrlist__card-title {
    margin: 0 0 14px;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.18;
    text-transform: none;
}

.nrlist__card-txt {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1.7;
}

.nrlist__media {
    display: flex;
}

.nrlist__play {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: #c6c6c6;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 34px -14px rgba(0, 0, 0, 0.13);
    cursor: pointer;
    aspect-ratio: 2 / 3;
}

.nrlist__poster {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.nrlist__play:hover .nrlist__poster {
    transform: scale(1.04);
}

.nrlist__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow:
        0 0 0 15px rgba(255, 255, 255, 0.22),
        0 14px 40px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.nrlist__play-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #161616;
    margin-left: 4px;
}

.nrlist__play:hover .nrlist__play-btn {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow:
        0 0 0 18px rgba(255, 255, 255, 0.3),
        0 18px 50px rgba(0, 0, 0, 0.4);
}

.nrlist__cta {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .nrlist__cards {
        margin-bottom: 24px;
    }
    .nrlist__media {
        max-width: 448px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .nrlist__cards {
        grid-template-columns: 1fr;
    }
    .nrlist__card {
    }
}

.ops {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    font-family: 'Karla', sans-serif;
    overflow: hidden;
    gap: 0 !important;
}

.ops__header {
    text-align: center;
    margin-bottom: 42px;
}

.ops__subtitle {
    margin: 0 0 11px;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ops__title {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.ops__marquee {
    position: relative;
}

.ops__slide {
    padding: 0 8px;
}

.ops__card {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 437px;
    height: 326px;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(144, 144, 144, 0.1);
    background: #fff;
    cursor: pointer;
}

.ops .slick-track {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ops__card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
}

.ops .slick-dots li {
    margin: 0;
}

.ops .slick-dots li button {
    padding: 0;
    width: 16px;
    height: 16px;
}

.ops .slick-dots li button:before {
    font-size: 9px;
}

@media (max-width: 767.98px) {
    .ops__card {
        width: 288px;
        height: 224px;
    }
}

.cont {
    background: #fff;
    padding-top: 83px;
    padding-bottom: 83px;
    font-family: 'Karla', sans-serif;
}

.cont__row {
    align-items: stretch;
    gap: 53px 0;
}

.cont__info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media (min-width: 993px) {
    .cont__info {
        padding-right: clamp(15px, 3vw, 80px);
    }
}

.cont__subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #8f7142;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cont__divider {
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    width: 33px;
    height: 2px;
    background: #b08d57;
    border-radius: 2px;
}

.cont__title {
    margin: 0;
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.18;
    text-transform: uppercase;
}

.cont__list-title {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.cont__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.cont__list-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.7;
}

.cont__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: #f4ece0;
    border-radius: 999px;
    color: #8f7142;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1;
}

.cont__bottom {
    margin-top: 10px;
    background: #f5f5f5;
    border-radius: 11px;
    padding: 19px 20px;
}

.cont__bottom p {
    margin: 0;
    color: #363636;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1.7;
}

.cont__bottom strong {
    color: #161616;
    font-weight: 700;
}

.cont__form-wrap {
    background: #161616;
    border-radius: 16px;
    padding: 38px;
    box-shadow: 0 18px 50px -18px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cont__form-title {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.18;
    text-transform: uppercase;
}

.cont__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cont__row-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.cont__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cont__label {
    color: #d9d9d9;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 0px;
}

.cont__input,
.cont__textarea {
    width: 100%;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #161616;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.4;
    transition: border-color 0.2s;
}

.cont__textarea {
    resize: vertical;
}

.cont__input::placeholder,
.cont__textarea::placeholder {
    color: #757575;
}

.cont__input:focus,
.cont__textarea:focus {
    outline: none;
    border-color: #8f7142;
}

.cont__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
    color: #d9d9d9;
}

.cont__checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: background 0.2s, border-color 0.2s;
}

.cont__checkbox input[type="checkbox"]:checked {
    background: #8f7142;
    border-color: #8f7142;
}

.cont__checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

.cont__checkbox-label {
    font-family: 'Karla', sans-serif;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.4;
}

.cont__link {
    color: #fff;
    text-decoration: underline;
}

.cont__link:hover {
    color: #8f7142;
}

.cont__submit {
    margin-top: 6px;
}

.cont__submit img {
    flex-shrink: 0;
    max-width: 100%;
    width: 17px;
    height: 10px;
    transition: filter 0.3s;
}

.cont__form-wrap .wpcf7 {
    margin: 0;
}

.cont__form-wrap .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cfcols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 11px;
}

.cffull {
    grid-column: 1 / -1;
}

.cfitem {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cflabel {
    color: #d9d9d9;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 0;
}

.cfitem .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cfitem input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.cfitem textarea.wpcf7-form-control {
    width: 100%;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #161616;
    font-family: 'Karla', sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.4;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.cfitem textarea.wpcf7-form-control {
    resize: vertical;
    min-height: 110px;
}

.cfitem input.wpcf7-form-control::placeholder,
.cfitem textarea.wpcf7-form-control::placeholder {
    color: #757575;
}

.cfitem input.wpcf7-form-control:focus,
.cfitem textarea.wpcf7-form-control:focus {
    outline: none;
    border-color: #8f7142;
}

.cfitem .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0;
}

.cfitem .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
    color: #d9d9d9;
    font-family: 'Karla', sans-serif;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 1.4;
}

.cfitem .wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 1px 0 0 0;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: background 0.2s, border-color 0.2s;
}

.cfitem .wpcf7-acceptance input[type="checkbox"]:checked {
    background: #8f7142;
    border-color: #8f7142;
}

.cfitem .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.cfitem .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #fff;
    text-decoration: underline;
}

.cfitem .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: #8f7142;
}

.cfsub.wpcf7-submit,
input.cfsub[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 6px;
    padding: 14px 25px;
    background: #8f7142;
    border: 2px solid #8f7142;
    border-radius: 999px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    white-space: normal;
}

.cfsub.wpcf7-submit:hover,
input.cfsub[type="submit"]:hover {
    background: transparent;
    color: #fff;
}

.cont__form-wrap .wpcf7-spinner {
    margin: 0 0 0 14px;
}

.cont__form-wrap .wpcf7-response-output {
    margin: 14px 0 0 0;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: clamp(13px, 0.95vw, 14px);
    line-height: 1.4;
}

.cont__form-wrap .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #ff8a8a;
    font-family: 'Karla', sans-serif;
    font-size: clamp(11px, 0.8vw, 12px);
}

@media (max-width: 991.98px) {
    .cont__form-wrap {
        padding: 29px;
    }
}

@media (max-width: 575.98px) {
    .cont__row-fields {
        grid-template-columns: 1fr;
    }
    .cfcols {
        grid-template-columns: 1fr;
    }
}
