.dropmenu-close,
.dropmenu-top,
.dropmenu-bottom {
    display: none;
}

.dropmenu_bg {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(31, 40, 45, .54);
    backdrop-filter: blur(3px);
    transition: opacity 300ms ease, visibility 300ms ease;
}

.dropmenu_bg.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

html.menu-open,
html.menu-open body {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
        overflow-x: clip;
    }

    html.menu-open #pagecontent {
        touch-action: none;
    }

    .head,
    .head.small {
        height: 88px;
    }

    .head .container,
    .headmenu .container {
        width: calc(100% - 48px);
        max-width: none;
    }

    .head .row,
    .headmenu .row {
        width: 100%;
        flex-wrap: nowrap;
    }

    .head .links,
    .headmenu .mainlinks,
    .headmenu .row > .col-8 {
        display: none;
    }

    .head .row > .col-2,
    .head .row > .col-1,
    .headmenu .row > .col-2 {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
    }

    .head .row > .col-1,
    .headmenu .row > .col-2:last-child {
        margin-left: auto;
    }

    .head .logo,
    .headmenu .logo {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        max-width: 100%;
    }

    .head .logo img,
    .headmenu .logo img {
        display: block;
        width: auto;
        height: 48px;
        max-width: 100%;
    }

    .head .menuicon,
    .headmenu .menuicon {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        touch-action: manipulation;
    }

    .head .menuicon:focus-visible,
    .headmenu .menuicon:focus-visible,
    .dropmenu-close:focus-visible,
    .dropmenu a:focus-visible {
        outline: 2px solid #D7C669;
        outline-offset: 3px;
    }

    .head .menuicon.focus-restored-by-pointer:focus,
    .headmenu .menuicon.focus-restored-by-pointer:focus {
        outline: none;
    }

    .dropmenu {
        top: 0;
        right: 0;
        width: clamp(340px, 39vw, 360px);
        max-width: calc(100vw - 24px);
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        margin-right: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background-color: #F4F4F1;
        box-shadow: -24px 0 64px rgba(31, 40, 45, .18);
        transform: translate3d(100%, 0, 0);
        transition: transform 320ms cubic-bezier(.22, .61, .36, 1);
        will-change: transform;
    }

    .dropmenu.show {
        margin-right: 0;
        transform: translate3d(0, 0, 0);
    }

    .dropmenu-shell {
        display: flex;
        min-height: 100%;
        padding: 28px 28px 30px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .dropmenu-top {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
    }

    .dropmenu-kicker {
        color: #667075;
        font-family: 'TTNorms-Medium', Arial, sans-serif;
        font-size: 11px;
        letter-spacing: .18em;
        line-height: 1;
        text-transform: uppercase;
    }

    .dropmenu-close {
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        width: 48px;
        height: 48px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(31, 40, 45, .16);
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
        transition: border-color 220ms ease, background-color 220ms ease;
        touch-action: manipulation;
    }

    .dropmenu-close:hover,
    .dropmenu-close:focus-visible {
        border-color: rgba(31, 40, 45, .4);
        background-color: rgba(31, 40, 45, .05);
    }

    .dropmenu-close span {
        position: absolute;
        width: 20px;
        height: 1.5px;
        border-radius: 2px;
        background-color: #1F282D;
    }

    .dropmenu-close span:first-child {
        transform: rotate(45deg);
    }

    .dropmenu-close span:last-child {
        transform: rotate(-45deg);
    }

    .dropmenu-nav {
        margin-top: clamp(34px, 5vh, 56px);
    }

    .dropmenu .mainitems {
        padding-bottom: clamp(24px, 3.2vh, 36px);
        border-bottom: 1px solid rgba(31, 40, 45, .16);
    }

    .dropmenu .mainitems .item + .item {
        margin-top: 6px;
    }

    .dropmenu .mainitems a {
        position: relative;
        display: flex;
        min-height: 56px;
        padding: 10px 0 10px 28px;
        align-items: center;
        color: #1F282D;
        font-family: 'TTNorms-Bold', Arial, sans-serif;
        font-size: clamp(19px, 5.2vw, 23px);
        letter-spacing: .025em;
        line-height: 1.16;
        text-transform: uppercase;
        transition: color 220ms ease, transform 220ms ease;
        touch-action: manipulation;
    }

    .dropmenu .mainitems a::before {
        position: absolute;
        left: 0;
        width: 12px;
        height: 1px;
        background-color: #D7C669;
        content: '';
        transition: width 220ms ease;
    }

    .dropmenu .mainitems a:hover,
    .dropmenu .mainitems a:focus-visible {
        margin-left: 0;
        color: #9A8B3A;
        transform: translateX(5px);
    }

    .dropmenu .mainitems a:hover::before,
    .dropmenu .mainitems a:focus-visible::before {
        width: 18px;
    }

    .dropmenu .mainitems a.is-active,
    .dropmenu .mainitems a[aria-current="page"],
    .dropmenu .secondaryitems a.is-active,
    .dropmenu .secondaryitems a[aria-current="page"] {
        color: #9A8B3A;
        font-family: 'TTNorms-Bold', Arial, sans-serif;
    }

    .dropmenu .mainitems a.is-active::before,
    .dropmenu .mainitems a[aria-current="page"]::before {
        width: 18px;
    }

    .dropmenu .secondaryitems {
        display: grid;
        margin-top: clamp(22px, 3vh, 32px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 2px;
    }

    .dropmenu .secondaryitems a {
        display: flex;
        min-height: 44px;
        padding: 7px 0;
        align-items: center;
        color: #667075;
        font-family: 'TTNorms-Medium', Arial, sans-serif;
        font-size: 16px;
        letter-spacing: .025em;
        line-height: 1.25;
        transition: color 220ms ease;
        touch-action: manipulation;
    }

    .dropmenu .secondaryitems a:hover,
    .dropmenu .secondaryitems a:focus-visible {
        color: #1F282D;
    }

    .dropmenu-bottom {
        display: flex;
        margin-top: auto;
        padding-top: clamp(28px, 4vh, 44px);
    }

    .dropmenu-cta {
        display: inline-flex;
        width: 100%;
        min-height: 52px;
        padding: 12px 20px;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        border: 1px solid #D7C669;
        background-color: #D7C669;
        color: #15252F;
        font-family: 'TTNorms-Bold', Arial, sans-serif;
        font-size: 15px;
        letter-spacing: .08em;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        transition: background-color 220ms ease, border-color 220ms ease;
        touch-action: manipulation;
    }

    .dropmenu-cta:hover,
    .dropmenu-cta:focus-visible {
        border-color: #C9B84F;
        background-color: #C9B84F;
        color: #15252F;
    }

    .dropmenu .item,
    .dropmenu-bottom {
        opacity: 0;
        transform: translateX(14px);
        transition: opacity 260ms ease, transform 300ms cubic-bezier(.22, .61, .36, 1);
    }

    .dropmenu.show .item,
    .dropmenu.show .dropmenu-bottom {
        opacity: 1;
        transform: translateX(0);
    }

    .dropmenu.show .mainitems .item:nth-child(1) { transition-delay: 70ms; }
    .dropmenu.show .mainitems .item:nth-child(2) { transition-delay: 95ms; }
    .dropmenu.show .mainitems .item:nth-child(3) { transition-delay: 120ms; }
    .dropmenu.show .secondaryitems .item:nth-child(1) { transition-delay: 145ms; }
    .dropmenu.show .secondaryitems .item:nth-child(2) { transition-delay: 165ms; }
    .dropmenu.show .secondaryitems .item:nth-child(3) { transition-delay: 185ms; }
    .dropmenu.show .secondaryitems .item:nth-child(4) { transition-delay: 205ms; }
    .dropmenu.show .dropmenu-bottom { transition-delay: 230ms; }
}

@media (max-width: 767.98px) {
    .head,
    .head.small {
        height: 76px;
    }

    .headmenu {
        height: 68px;
    }

    .head .container,
    .headmenu .container {
        width: calc(100% - 32px);
    }

    .head .logo img,
    .headmenu .logo img {
        height: 42px;
    }

    .head .menuicon,
    .headmenu .menuicon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .dropmenu {
        width: clamp(300px, 81vw, 330px);
    }

    .dropmenu-shell {
        padding: 20px 20px 22px;
    }

    .dropmenu-nav {
        margin-top: clamp(26px, 4.5vh, 42px);
    }
}

@media (max-width: 575.98px) {
    .head,
    .head.small {
        height: 72px;
    }

    .head .logo img,
    .headmenu .logo img {
        height: 40px;
    }

    .head .menuicon,
    .headmenu .menuicon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

@media (max-width: 359.98px) {
    .head,
    .head.small,
    .headmenu {
        height: 68px;
    }

    .head .container,
    .headmenu .container {
        width: calc(100% - 24px);
    }

    .head .logo img,
    .headmenu .logo img {
        height: 36px;
    }

    .dropmenu {
        width: min(300px, calc(100vw - 16px));
        max-width: min(300px, calc(100vw - 16px));
    }

    .dropmenu-shell {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* Hero */
@media (max-width: 1199.98px) {
    .block_videobg {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        overflow: hidden;
        overflow: clip;
    }

    .block_videobg .bg-wrapper {
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .block_videobg .bg-holder,
    .block_videobg .bg-block {
        display: block;
        width: 100%;
        height: 100%;
    }

    .block_videobg video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .block_videobg > .container {
        position: relative;
        z-index: 1;
        width: calc(100% - 48px);
        max-width: none;
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        padding-top: 136px;
        padding-bottom: 48px;
        box-sizing: border-box;
    }

    .block_videobg .row.h1 {
        width: 100%;
        margin: 0;
        align-content: center;
    }

    .block_videobg .row.h1 > .col-10,
    .block_videobg .row.h1 > .col-5 {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-left: 0;
        flex: 0 0 100%;
    }

    .block_videobg h1 {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: clamp(30px, 5.85vw, 58px);
        line-height: 1.08;
        text-wrap: balance;
    }

    .block_videobg .description {
        max-width: 620px;
        margin-bottom: 32px;
        font-size: clamp(16px, 2vw, 18px);
        line-height: 1.45;
    }

    .block_videobg .goldbutton {
        max-width: 100%;
        min-height: 56px;
        padding: 16px 28px;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        text-align: center;
        touch-action: manipulation;
    }
}

@media (max-width: 767.98px) {
    .block_videobg > .container {
        width: calc(100% - 32px);
        padding-top: 100px;
        padding-bottom: 32px;
    }

    .block_videobg h1 {
        margin-bottom: 20px;
    }

    .block_videobg .description {
        max-width: 100%;
        margin-bottom: 28px;
    }
}

@media (max-width: 575.98px) {
    .block_videobg > .container {
        padding-top: 92px;
        padding-bottom: 24px;
    }

    .block_videobg .goldbutton {
        min-height: 52px;
        padding: 14px 24px;
    }
}

@media (max-width: 359.98px) {
    .block_videobg > .container {
        width: calc(100% - 24px);
        padding-top: 84px;
        padding-bottom: 20px;
    }

    .block_videobg h1 {
        font-size: 29px;
    }

    .block_videobg .description {
        font-size: 15px;
        line-height: 1.4;
    }

    .block_videobg .goldbutton {
        padding-right: 22px;
        padding-left: 22px;
    }
}

/* Benefits and statistics */
@media (max-width: 1199.98px) {
    .block_benefits {
        padding-top: 56px;
        padding-bottom: 24px;
    }

    .benefits-heading {
        margin-bottom: 26px;
    }

    .benefits-stat {
        padding: 20px 20px 18px;
    }

    .benefits-stat__value {
        font-size: clamp(60px, 7.5vw, 78px);
    }

    .benefits-stat__accent {
        margin: 14px 0 10px;
    }

    .benefits-reasons {
        margin-top: 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefits-reason,
    .benefits-reason:nth-child(n) {
        min-height: 150px;
        padding: 18px 22px 20px;
        grid-column: auto;
        border-top: 0;
        border-left: 0;
    }

    .benefits-reason h3 {
        margin-bottom: 10px;
    }

    .benefits-reason:nth-child(2),
    .benefits-reason:nth-child(4) {
        border-left: 1px solid rgba(31, 40, 45, .22);
    }

    .benefits-reason:nth-child(3),
    .benefits-reason:nth-child(4),
    .benefits-reason:nth-child(5) {
        border-top: 1px solid rgba(31, 40, 45, .22);
    }

    .benefits-reason:nth-child(5) {
        width: 50%;
        grid-column: 1 / -1;
        justify-self: center;
        border-right: 1px solid rgba(31, 40, 45, .22);
        border-left: 1px solid rgba(31, 40, 45, .22);
    }

}

@media (max-width: 767.98px) {
    .block_benefits {
        padding-top: 38px;
        padding-bottom: 12px;
    }

    .block_benefits > .container {
        width: calc(100% - 32px);
        max-width: none;
    }

    .benefits-heading {
        margin-bottom: 18px;
    }

    .benefits-heading h2 {
        gap: 14px;
        font-size: 12px;
        letter-spacing: .14em;
    }

    .benefits-heading h2::before {
        width: 32px;
        flex-basis: 32px;
    }

    .benefits-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .benefits-stat {
        padding: 14px 6px 13px;
        text-align: center;
    }

    .benefits-stat + .benefits-stat {
        border-top: 0;
        border-left: 1px solid rgba(31, 40, 45, .22);
    }

    .benefits-stat__value {
        justify-content: center;
        font-size: clamp(38px, 11vw, 46px);
    }

    .benefits-stat__accent {
        width: 30px;
        margin: 10px auto 8px;
    }

    .benefits-stat__label {
        font-size: clamp(8px, 2.2vw, 10px);
        letter-spacing: .1em;
        line-height: 1.35;
    }

    .benefits-reasons {
        margin-top: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefits-reason,
    .benefits-reason:nth-child(n) {
        min-height: 0;
        width: auto;
        padding: 12px 8px 14px;
        grid-column: auto;
        justify-self: stretch;
        border-top: 0;
        border-right: 0;
        border-left: 0;
    }

    .benefits-reason:nth-child(2),
    .benefits-reason:nth-child(4) {
        border-left: 1px solid rgba(31, 40, 45, .22);
    }

    .benefits-reason:nth-child(3),
    .benefits-reason:nth-child(4),
    .benefits-reason:nth-child(5) {
        border-top: 1px solid rgba(31, 40, 45, .22);
    }

    .benefits-reason:nth-child(5) {
        width: 100%;
        grid-column: 1 / -1;
        justify-self: stretch;
        border-right: 0;
        border-left: 0;
    }

    .benefits-reason:nth-child(5) h3,
    .benefits-reason:nth-child(5) p {
        width: calc(50% + 80px);
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .benefits-reason h3 {
        max-width: min(100%, 320px);
        margin-bottom: 8px;
        font-size: clamp(14px, 4.2vw, 18px);
        letter-spacing: .02em;
    }

    .benefits-reason p {
        max-width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 359.98px) {
    .block_benefits > .container {
        width: calc(100% - 24px);
    }

    .benefits-heading h2 {
        font-size: 11px;
    }

    .benefits-stat__value {
        font-size: 36px;
    }

    .benefits-stat {
        padding-right: 4px;
        padding-left: 4px;
    }

    .benefits-stat__label {
        font-size: 8px;
        letter-spacing: .08em;
    }

    .benefits-reason,
    .benefits-reason:nth-child(n) {
        padding: 12px 5px 14px;
    }

    .benefits-reason:nth-child(5) h3,
    .benefits-reason:nth-child(5) p {
        width: calc(50% + 56px);
    }

    .benefits-reason p {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Remaining homepage: responsive layout */
@media (max-width: 1199.98px) {
    .block_footer_contact {
        padding: clamp(80px, 8vw, 96px) 0;
    }

    .block_footer_contact .pic {
        height: auto;
        aspect-ratio: 4 / 3;
        margin-bottom: 20px;
    }

    .block_footer_contact h2 {
        margin-bottom: 32px;
        font-size: clamp(23px, 3vw, 32px);
        line-height: 1.15;
    }

    .block_footer_contact .avatar {
        margin-bottom: 24px;
    }

    .block_footer_contact .tg,
    .block_footer_contact .wa {
        width: 44px;
        height: 44px;
        margin-top: 24px;
        background-position: center;
        background-size: 35px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767.98px) {
    .block_footer_contact {
        padding: 56px 0;
    }

    .block_footer_contact > .container {
        width: calc(100% - 32px);
        max-width: none;
    }

    .block_footer_contact .col-6,
    .block_footer_contact .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block_footer_contact .offset-1 {
        margin-left: 0;
    }

    .block_footer_contact .col-5 {
        margin-top: 56px;
    }

    .block_footer_contact .pic {
        aspect-ratio: 4 / 3;
    }

    .block_footer_contact .text {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .block_footer_contact .goldbutton {
        display: flex;
        width: 100%;
        min-height: 56px;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        line-height: 1.2;
        text-align: center;
    }

    .block_footer_contact h2 {
        margin-bottom: 32px;
        font-size: clamp(26px, 7.4vw, 32px);
        line-height: 1.12;
    }

    .block_footer_contact .avatar {
        min-height: 60px;
        height: auto;
        margin-bottom: 24px;
    }

    .block_footer_contact .line {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        column-gap: 8px;
        margin-bottom: 4px;
    }

    .block_footer_contact .halfline {
        margin: 0;
        padding: 8px 0;
        overflow-wrap: anywhere;
    }

    .block_footer_contact .tg,
    .block_footer_contact .wa {
        flex: 0 0 44px;
        margin-top: 20px;
    }
}

@media (max-width: 359.98px) {
    .block_footer_contact > .container {
        width: calc(100% - 24px);
    }

    .block_footer_contact > .container > .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .block_footer_contact {
        padding: 48px 0;
    }

    .block_footer_contact .col-5 {
        margin-top: 48px;
    }

    .block_footer_contact h2 {
        font-size: 24px;
    }
}

/* Content sections and Footer */
@media (max-width: 1199.98px) {
    .block_video_text,
    .block_vertical_items,
    .block_horisontal_items {
        padding: clamp(80px, 8vw, 96px) 0;
    }

    .block_video_text .col-5 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0;
    }

    .block_video_text .col-3 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        margin-left: 8.333333%;
    }

    .block_video_text .item {
        padding: 16px 0;
    }

    .block_video_text .item .title {
        font-size: 22px;
        line-height: 1.25;
    }

    .block_video_text .item .desc {
        font-size: 15px;
        line-height: 1.5;
    }

    .block_video_text .video_cover {
        height: clamp(420px, 52vw, 560px);
    }

    .block_video_text .video_desc {
        top: 50%;
        right: 0;
        left: 0;
        z-index: 2;
        margin-top: 0;
        transform: translateY(-60%);
    }

    .block_video_text .video_desc span {
        padding: 0 18px;
        font-size: clamp(22px, 2.8vw, 30px);
        line-height: 1.85;
        margin: -.35em 0;
    }

    .block_video_text .playbutton {
        margin-bottom: clamp(36px, 6vw, 64px);
    }

    .block_info_link .pic_wrapper div {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 0;
    }

    .block_info_link .desc {
        padding: clamp(36px, 5vw, 64px) clamp(28px, 3vw, 32px);
    }

    .block_info_link .desc .title {
        margin-bottom: 24px;
        font-size: clamp(30px, 3.5vw, 40px);
        line-height: 1.1;
    }

    .block_info_link .desc .text {
        margin-bottom: 32px;
        line-height: 1.5;
    }

    .block_vertical_items h2,
    .block_horisontal_items h2 {
        margin-bottom: 28px;
        font-size: clamp(44px, 5.2vw, 58px);
        line-height: 1.05;
    }

    .block_vertical_items > .container:first-child .col-4,
    .block_horisontal_items > .container:first-child .col-4 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin-left: 16.666667%;
    }

    .block_vertical_items .blockdesc,
    .block_horisontal_items .blockdesc {
        margin-bottom: 48px;
    }

    .block_vertical_items .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .block_vertical_items .item {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .block_horisontal_items .item {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .block_vertical_items .itemdesc,
    .block_horisontal_items .itemdesc {
        padding: 18px 12px 28px;
    }

    .block_vertical_items .itemdesc .name,
    .block_horisontal_items .itemdesc .name {
        font-size: 22px;
        line-height: 1.2;
    }

    .block_vertical_items .itemdesc .price,
    .block_horisontal_items .itemdesc .price {
        font-size: 15px;
    }

    .block_vertical_items .buttonblock,
    .block_horisontal_items .buttonblock {
        margin-top: 40px;
    }

    .footer {
        padding: 80px 0;
    }

    .footer > .container > .row:first-child > .col-2:first-child {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer > .container > .row:first-child > .col-8 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .footer > .container > .row:first-child > .col-2:last-child,
    .footer > .container > .row:last-child > .col-10 {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: 25%;
    }

    .footer > .container > .row:first-child > .col-2:last-child {
        margin-top: 40px;
    }

    .footer-logo {
        width: 120px;
        max-width: 100%;
        height: auto;
    }

    .footer-links-wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }

    .footer-links-block {
        min-width: 0;
        margin-right: 0;
    }

    .footer-links-block:last-child {
        margin-right: 0;
    }

    .footer-social-wrapper {
        margin: 40px 0 32px;
    }

    .block_footer_contact .halfline {
        min-height: 44px;
    }

    .footer-links-block a,
    .footer > .container > .row:last-child > .col-10 > a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .footer-links-block a {
        color: rgba(255, 255, 255, .68);
    }

    .footer > .container > .row:last-child > .col-10 > a {
        color: rgba(255, 255, 255, .56);
    }

    .footer-social-wrapper {
        display: flex;
        gap: 8px;
    }

    .footer-social-wrapper a {
        width: 44px;
        height: 44px;
        margin-right: 0;
        background-position: center;
        background-size: 32px;
        background-repeat: no-repeat;
    }

}

@media (max-width: 991.98px) {
    .block_info_link .col-7,
    .block_info_link .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block_info_link .pic_wrapper {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .block_info_link .pic_wrapper div {
        height: 100%;
    }

    .block_info_link .desc .title br {
        display: none;
    }

    .block_horisontal_items > .container:nth-of-type(2) > .row {
        justify-content: center;
    }

    .block_horisontal_items > .container:nth-of-type(2) .col-4 {
        flex: 0 0 50%;
        max-width: 50%;

    }
    .block_footer_contact h2 {
        text-wrap: balance;
    }

    .block_footer_contact h2 br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .block_video_text,

    .block_vertical_items,
    .block_horisontal_items {
        padding: 64px 0;
    }

    .block_video_text > .container,
    .block_info_link > .container,
    .block_vertical_items > .container,
    .block_horisontal_items > .container,
    .footer > .container {
        width: calc(100% - 32px);
        max-width: none;
    }

    .block_video_text .col-5,
    .block_video_text .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .block_video_text .item {
        padding: 14px 0;
        border-bottom: 1px solid rgba(31, 40, 45, .12);
    }

    .block_video_text .item:first-child {
        padding-top: 0;
    }

    .block_video_text .item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .block_video_text .item .title {
        font-size: clamp(20px, 5.5vw, 23px);
    }

    .block_video_text .col-3 {
        margin-top: 36px;
    }

    .block_video_text .video_cover {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .block_video_text .video_desc {
        transform: translateY(-65%);
    }

    .block_video_text .video_desc span {
        padding: 0 14px;
        font-size: clamp(22px, 6.5vw, 28px);
        line-height: 1.8;
    }

    .block_video_text .playbutton {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
    }

    .block_info_link .col-7,
    .block_info_link .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block_info_link .pic_wrapper {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .block_info_link .pic_wrapper div {
        height: 100%;
    }

    .block_info_link .desc {
        padding: 32px 24px;
    }

    .block_info_link .desc .title {
        margin-bottom: 20px;
        font-size: clamp(30px, 8.5vw, 38px);
    }

    .block_info_link .desc .text {
        margin-bottom: 28px;
        font-size: 15px;
    }

    .block_info_link .goldbutton,
    .block_vertical_items .darkbutton,
    .block_horisontal_items .goldbutton {
        display: flex;
        width: 100%;
        min-height: 56px;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        line-height: 1.2;
        text-align: center;
    }

    .block_vertical_items h2,
    .block_horisontal_items h2 {
        margin-bottom: 24px;
        font-size: clamp(34px, 9vw, 44px);
    }

    .block_vertical_items > .container:first-child .col-4,
    .block_horisontal_items > .container:first-child .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .block_vertical_items .blockdesc,
    .block_horisontal_items .blockdesc {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 1.5;
    }

    .block_vertical_items .col-3,
    .block_horisontal_items > .container:nth-of-type(2) .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .block_vertical_items .col-3:last-child,
    .block_horisontal_items > .container:nth-of-type(2) .col-4:last-child {
        margin-bottom: 0;
    }

    .block_vertical_items .item {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .block_horisontal_items .item {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .block_vertical_items .itemdesc,
    .block_horisontal_items .itemdesc {
        padding: 18px 0 20px;
    }

    .block_vertical_items .itemdesc .name,
    .block_horisontal_items .itemdesc .name {
        font-size: clamp(20px, 6vw, 24px);
    }

    .block_vertical_items .buttonblock,
    .block_horisontal_items .buttonblock {
        margin-top: 24px;
    }

    .block_footer_contact h2 {
        text-wrap: balance;
    }

    .block_footer_contact h2 br {
        display: none;
    }

    .block_footer_contact .tg,
    .block_footer_contact .wa {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        background-position: center;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .footer {
        padding: 56px 0;
    }

    .footer > .container > .row:first-child > .col-2:first-child,
    .footer > .container > .row:first-child > .col-8,
    .footer > .container > .row:first-child > .col-2:last-child,
    .footer > .container > .row:last-child > .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-links-wrapper {
        display: grid;
        margin-top: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 20px;
    }

    .footer-links-block,
    .footer-links-block:last-child {
        margin-right: 0;
        overflow-wrap: anywhere;
    }

    .footer-social-wrapper {
        display: flex;
        margin: 40px 0 24px;
        gap: 8px;
    }

    .footer-social-wrapper a {
        width: 44px;
        height: 44px;
        margin-right: 0;
        background-position: center;
        background-size: 32px;
        background-repeat: no-repeat;
    }

    .block_footer_contact .text br {
        display: none;
    }

    .block_footer_contact .line:last-child {
        gap: 8px;
    }

    .footer-links-block a,
    .footer > .container > .row:last-child > .col-10 > a {
        min-height: 44px;
    }

    .footer > .container > .row:last-child > .col-10 {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 359.98px) {
    .block_video_text > .container,
    .block_info_link > .container,
    .block_vertical_items > .container,
    .block_horisontal_items > .container,
    .footer > .container {
        width: calc(100% - 24px);
    }

    .block_video_text > .container > .row,
    .block_vertical_items > .container > .row,
    .block_horisontal_items > .container > .row,
    .footer > .container > .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .block_video_text > .container > .row > [class*="col-"],
    .block_vertical_items > .container > .row > [class*="col-"],
    .block_horisontal_items > .container > .row > [class*="col-"],
    .block_footer_contact > .container > .row > [class*="col-"],
    .footer > .container > .row > [class*="col-"] {
        padding-right: 12px;
        padding-left: 12px;
    }

    .block_video_text .video_cover {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .block_info_link .desc {
        padding: 28px 18px;
    }

    .block_info_link .desc .title {
        font-size: 28px;
    }

    .footer-links-wrapper {
        column-gap: 14px;
    }
}

@media (max-width: 1199.98px) {
    :where(
        .block_info_link,
        .block_vertical_items,
        .block_horisontal_items,
        .block_footer_contact,
        .footer
    ) a {
        touch-action: manipulation;
    }
}

:where(
    .block_info_link,
    .block_vertical_items,
    .block_horisontal_items,
    .block_footer_contact,
    .footer
) a:focus-visible {
    outline: 2px solid #D7C669;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .dropmenu,
    .dropmenu_bg,
    .dropmenu .item,
    .dropmenu-bottom,
    .dropmenu a,
    .dropmenu a::before,
    .dropmenu-close {
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }
}
