/* GetCups v17.7.4: responsive header navigation and compact cookie controls. */
:root {
    --gc77-navy: #102468;
    --gc77-navy-hover: #193b8f;
    --gc77-magenta: #ed0b7c;
    --gc77-muted: #596c9b;
    --gc77-line: #c8d2e4;
    --gc77-paper: #fff;
}

/* Header */
.site-header .site-header-shell {
    position: fixed !important;
    top: 5px !important;
    right: clamp(24px, 2.5vw, 60px) !important;
    left: clamp(24px, 2.5vw, 60px) !important;
    width: auto !important;
    max-width: none !important;
    min-height: 78px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--gc77-paper) !important;
    box-shadow: 0 12px 34px rgba(16, 36, 104, .13) !important;
}

.site-header .site-header-row {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 78px;
    gap: clamp(10px, 1.25vw, 24px);
}

.site-header .site-header-logo {
    display: block;
    flex: 0 0 auto;
    line-height: 0;
}

.site-header .site-header-logo img {
    display: block;
    width: clamp(128px, 9.5vw, 164px) !important;
    height: auto !important;
}

.site-header #bs-example-navbar-collapse-1 {
    display: flex !important;
    flex: 1 1 auto;
    align-self: stretch;
    align-items: stretch;
    float: none !important;
    width: auto !important;
    min-width: 0;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.site-header #bs-example-navbar-collapse-1::before,
.site-header #bs-example-navbar-collapse-1::after {
    display: none !important;
}

.site-header .site-nav {
    display: flex !important;
    align-items: stretch;
    justify-content: space-between;
    float: none !important;
    width: 100%;
    height: 78px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.site-header .site-nav > li {
    display: flex;
    flex: 0 0 auto !important;
    align-items: stretch;
    float: none !important;
    padding: 0 !important;
    background: transparent !important;
    background-image: none !important;
}

.site-header .site-nav > li > a,
.site-header .site-nav > li > a:visited {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 78px !important;
    min-height: 0 !important;
    padding: 0 clamp(5px, .65vw, 12px) !important;
    color: var(--gc77-navy) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: clamp(12px, .82vw, 15px) !important;
    line-height: 1 !important;
    white-space: nowrap;
    text-decoration: none !important;
}

.site-header .site-nav > li > a::after {
    position: absolute;
    right: 10px;
    bottom: 16px;
    left: 10px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    content: "";
}

.site-header .site-nav > li.is-active > a,
.site-header .site-nav > li.active > a,
.site-header .site-nav > li > a:hover,
.site-header .site-nav > li > a:focus-visible {
    color: var(--gc77-magenta) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header .site-nav > li.is-active > a::after,
.site-header .site-nav > li.active > a::after,
.site-header .site-nav > li > a:hover::after,
.site-header .site-nav > li > a:focus-visible::after {
    background: var(--gc77-magenta);
}

.site-header .site-header-contact {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-width: 0;
}

.site-header .header-contact-reveal,
.site-header .header-phone,
.site-header .header-email,
.site-header .header-messenger {
    color: var(--gc77-navy) !important;
    text-decoration: none !important;
}

.site-header .header-contact-reveal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(14px, .94vw, 17px);
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.site-header .header-phone-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.site-header .header-contact-open {
    display: none;
    align-items: center;
    gap: clamp(8px, .7vw, 13px);
    min-width: 0;
}

.site-header .site-header-shell.is-contact-open .header-contact-reveal {
    display: none;
}

.site-header .site-header-shell.is-contact-open .header-contact-open {
    display: flex;
}

.site-header .header-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.site-header .header-phone-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-header .header-phone-copy strong {
    color: var(--gc77-navy);
    font-size: clamp(13px, .86vw, 16px);
    line-height: 1.1;
}

.site-header .header-phone-copy small {
    color: var(--gc77-muted);
    font-size: clamp(12px, .75vw, 14px);
    line-height: 1.25;
}

.site-header .header-messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.site-header .header-messenger img {
    display: block;
    width: 30px !important;
    height: 30px !important;
    max-width: none !important;
}

.site-header .header-messenger-max {
    cursor: default;
    filter: grayscale(1);
    opacity: .42;
}

.site-header .header-email {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(13px, .85vw, 16px);
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.site-header .header-email svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.site-header .header-callback,
.site-header .header-callback:visited {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    height: 48px;
    padding: 0 18px;
    border: 1px solid #07194d;
    border-radius: 7px;
    color: #fff !important;
    background: linear-gradient(180deg, #1f4098 0%, var(--gc77-navy) 100%);
    box-shadow: 0 4px 0 #07194d, 0 8px 18px rgba(16, 36, 104, .18);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
}

.site-header .header-callback:hover,
.site-header .header-callback:focus-visible {
    background: linear-gradient(180deg, #2850b3 0%, var(--gc77-navy-hover) 100%);
}

.site-header .navbar-toggle {
    display: none !important;
    flex: 0 0 auto;
    float: none !important;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    padding: 12px 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #1f4098 0%, var(--gc77-navy) 100%) !important;
    box-shadow: 0 4px 0 #07194d, 0 8px 18px rgba(16, 36, 104, .18) !important;
}

.site-header .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    margin: 4px auto;
    border-radius: 2px;
    background: #fff !important;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
#formzakaz a:focus-visible,
#formzakaz button:focus-visible,
#formzakaz input:focus-visible {
    outline: 3px solid rgba(237, 11, 124, .35) !important;
    outline-offset: 3px;
}

@media (min-width: 901px) and (max-width: 1180px) {
    .site-header .site-header-shell {
        width: auto !important;
        padding: 0 12px !important;
    }

    .site-header .site-header-row {
        gap: 7px;
    }

    .site-header .site-header-logo img {
        width: 108px !important;
    }

    .site-header .site-nav > li > a,
    .site-header .site-nav > li > a:visited {
        padding-right: 4px !important;
        padding-left: 4px !important;
        font-size: 11px !important;
    }

    .site-header .header-contact-open {
        gap: 5px;
    }

    .site-header .header-phone-icon {
        width: 19px;
        height: 19px;
    }

    .site-header .header-phone-copy strong {
        font-size: 12px;
    }

    .site-header .header-phone-copy small {
        font-size: 11px;
    }

    .site-header .header-messenger img {
        width: 24px !important;
        height: 24px !important;
    }

    .site-header .header-email {
        gap: 3px;
        font-size: 11px;
    }

    .site-header .header-email svg {
        width: 18px;
        height: 18px;
    }

    .site-header .header-callback {
        min-width: 124px;
        height: 44px;
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .site-header .site-header-shell {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: calc(100% - 24px) !important;
        min-height: 88px !important;
        margin-top: 12px !important;
        padding: 0 18px !important;
    }

    .site-header .site-header-row {
        min-height: 88px;
        gap: 14px;
    }

    .site-header .site-header-logo img {
        width: 150px !important;
    }

    .site-header .navbar-toggle {
        display: block !important;
    }

    .site-header #bs-example-navbar-collapse-1,
    .site-header #bs-example-navbar-collapse-1.collapse {
        position: absolute;
        z-index: 40;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        display: none !important;
        width: 100% !important;
        padding: 10px 16px 14px !important;
        border-radius: 10px;
        background: #fff !important;
        box-shadow: 0 15px 34px rgba(16, 36, 104, .18) !important;
    }

    .site-header #bs-example-navbar-collapse-1.in {
        display: block !important;
        overflow: visible !important;
    }

    .site-header .site-nav {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 4px 16px;
        height: auto !important;
        min-height: 0 !important;
    }

    .site-header .site-nav > li {
        display: block;
        flex: none !important;
    }

    .site-header .site-nav > li > a,
    .site-header .site-nav > li > a:visited {
        height: auto !important;
        min-height: 0 !important;
        padding: 12px 8px !important;
        font-size: 14px !important;
    }

    .site-header .site-nav > li > a::after {
        right: 8px;
        bottom: 6px;
        left: 8px;
    }

    .site-header .site-header-contact {
        margin-left: auto;
    }

    .site-header .header-contact-reveal {
        gap: 9px;
        font-size: 16px;
    }

    .site-header .header-contact-open {
        gap: 8px;
    }

    .site-header .header-phone-copy strong {
        font-size: 14px;
    }

    .site-header .header-phone-copy small {
        font-size: 13px;
    }

    .site-header .header-email {
        font-size: 14px;
    }

    .site-header .header-callback {
        min-width: 164px;
        height: 52px;
        border-color: #a4005c;
        background: linear-gradient(180deg, #f20b89 0%, #df006f 100%);
        box-shadow: 0 4px 0 #a4005c, 0 8px 18px rgba(237, 11, 124, .2);
        font-size: 17px;
    }
}

@media (max-width: 700px) {
    .site-header .site-header-shell {
        padding: 0 12px !important;
    }

    .site-header .site-header-row {
        gap: 10px;
    }

    .site-header .site-header-logo img {
        width: 120px !important;
    }

    .site-header .header-callback {
        display: none;
    }

    .site-header .header-contact-reveal {
        font-size: 14px;
    }

    .site-header .header-contact-open {
        gap: 5px;
    }

    .site-header .header-phone {
        gap: 3px;
    }

    .site-header .header-phone-copy strong {
        font-size: 12px;
    }

    .site-header .header-phone-copy small {
        font-size: 11px;
    }

    .site-header .header-messenger img {
        width: 24px !important;
        height: 24px !important;
    }

    .site-header .header-email {
        gap: 3px;
        font-size: 11px;
    }

    .site-header .header-email svg {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 481px) and (max-width: 800px) {
    .site-header .site-header-row {
        gap: 8px;
    }

    .site-header .site-header-logo img {
        width: 120px !important;
    }

    .site-header .header-contact-open {
        gap: 5px;
    }

    .site-header .header-phone {
        gap: 4px;
    }

    .site-header .header-phone-icon {
        width: 20px;
        height: 20px;
    }

    .site-header .header-phone-copy strong {
        font-size: 12px;
    }

    .site-header .header-phone-copy small {
        font-size: 11px;
    }

    .site-header .header-messenger img {
        width: 24px !important;
        height: 24px !important;
    }

    .site-header .header-email {
        gap: 3px;
        font-size: 12px;
    }

    .site-header .header-email svg {
        width: 18px;
        height: 18px;
    }

    .site-header .header-callback {
        min-width: 132px;
        height: 50px;
        padding: 0 12px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .site-header .site-header-shell {
        width: calc(100% - 16px) !important;
        min-height: 82px !important;
        margin-top: 8px !important;
        padding: 0 10px !important;
        border-radius: 8px !important;
    }

    .site-header .site-header-row {
        min-height: 82px;
        gap: 8px;
    }

    .site-header .site-header-logo img {
        width: 104px !important;
    }

    .site-header .site-header-shell.is-contact-open .site-header-logo img {
        width: 70px !important;
    }

    .site-header .header-contact-reveal {
        font-size: 14px;
    }

    .site-header .header-contact-reveal .header-phone-icon {
        display: none;
    }

    .site-header .navbar-toggle {
        width: 38px;
        height: 48px;
        padding: 11px 5px !important;
    }

    .site-header .navbar-toggle .icon-bar {
        width: 25px;
    }

    .site-header .site-header-shell.is-contact-open .site-header-row {
        gap: 5px;
    }

    .site-header .site-header-shell.is-contact-open .site-header-contact {
        flex: 1 1 auto;
        justify-content: center;
    }

    .site-header .header-contact-open {
        width: 100%;
        gap: 3px;
    }

    .site-header .header-phone-icon {
        width: 15px;
        height: 15px;
    }

    .site-header .header-phone-copy strong {
        font-size: 10.5px;
    }

    .site-header .header-phone-copy small {
        font-size: 10px;
    }

    .site-header .header-messenger img {
        width: 20px !important;
        height: 20px !important;
    }

    .site-header .header-email {
        gap: 2px;
        font-size: 9.5px;
    }

    .site-header .header-email svg {
        width: 14px;
        height: 14px;
    }

    .site-header .site-nav {
        grid-template-columns: 1fr;
    }
}

/* v17.7.4 definitive responsive header layout. */
.site-header .site-header-shell {
    overflow: visible !important;
    border: 1px solid rgba(16, 36, 104, .24) !important;
    background: var(--gc77-paper) !important;
    box-shadow: 0 10px 28px rgba(16, 36, 104, .11) !important;
}

.site-header .site-header-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: clamp(10px, 1vw, 20px);
}

.site-header .site-header-logo {
    grid-column: 1;
}

.site-header #bs-example-navbar-collapse-1 {
    grid-column: 2;
    min-width: 0;
}

.site-header .site-nav {
    display: grid !important;
    grid-template-columns: repeat(6, max-content);
    align-items: stretch;
    justify-content: space-between;
}

.site-header .site-nav > li {
    min-width: 0;
}

.site-header .site-nav > li > a,
.site-header .site-nav > li > a:visited {
    padding-right: 7px !important;
    padding-left: 7px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.site-header .site-nav > li > a::after {
    right: auto;
    bottom: 24px;
    left: 50%;
    width: calc(100% - 14px);
    transform: translateX(-50%);
}

.site-header .site-header-contact {
    position: relative;
    grid-column: 3;
    width: 160px;
    height: 48px;
    overflow: hidden;
    transition: width .32s cubic-bezier(.2, .7, .2, 1);
}

.site-header .header-contact-reveal {
    position: absolute;
    top: 50%;
    left: 0;
    width: max-content;
    max-width: 100%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: opacity .18s ease, transform .32s cubic-bezier(.2, .7, .2, 1), visibility 0s linear;
}

.site-header .header-contact-open {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    width: 400px;
    max-width: none;
    overflow: hidden;
    transform: translate(14px, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .32s cubic-bezier(.2, .7, .2, 1), visibility 0s linear .32s;
}

.site-header .site-header-shell.is-contact-open .site-header-contact {
    width: 400px;
}

.site-header .site-header-shell.is-contact-open .header-contact-reveal {
    display: inline-flex;
    transform: translate(-10px, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-delay: 0s, 0s, .18s;
}

.site-header .site-header-shell.is-contact-open .header-contact-open {
    display: flex;
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: .08s, 0s, 0s;
}

.site-header .header-callback {
    grid-column: 4;
}

.site-header .header-menu-callback {
    display: none;
}

@media (min-width: 1600px) {
    .site-header .site-header-logo img {
        width: 164px !important;
    }

    .site-header .site-nav > li > a,
    .site-header .site-nav > li > a:visited {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 16px !important;
    }

    .site-header .site-header-shell.is-contact-open .site-header-contact,
    .site-header .header-contact-open {
        width: 420px;
    }
}

@media (min-width: 1281px) and (max-width: 1599px) {
    .site-header .site-header-shell {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .site-header .site-header-row {
        gap: 10px;
    }

    .site-header .site-header-logo img {
        width: 128px !important;
    }

    .site-header .site-nav > li > a,
    .site-header .site-nav > li > a:visited {
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 15px !important;
    }

    .site-header .site-header-contact {
        width: 160px;
    }

    .site-header .header-contact-reveal {
        gap: 7px;
        font-size: 14px;
    }

    .site-header .site-header-shell.is-contact-open .site-header-contact,
    .site-header .header-contact-open {
        width: 340px;
    }

    .site-header .header-contact-open {
        gap: 6px;
    }

    .site-header .header-phone-icon {
        width: 20px;
        height: 20px;
    }

    .site-header .header-phone-copy strong,
    .site-header .header-email {
        font-size: 13px;
    }

    .site-header .header-phone-copy small {
        font-size: 12px;
    }

    .site-header .header-messenger img {
        width: 26px !important;
        height: 26px !important;
    }

    .site-header .header-email {
        gap: 4px;
    }

    .site-header .header-email svg {
        width: 18px;
        height: 18px;
    }

    .site-header .header-callback {
        min-width: 142px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .site-header .site-header-shell {
        right: 16px !important;
        left: 16px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .site-header .site-header-row {
        grid-template-columns: auto minmax(0, 1fr) 145px auto;
        gap: 5px;
    }

    .site-header .site-header-logo img {
        width: 82px !important;
    }

    .site-header .site-nav > li > a,
    .site-header .site-nav > li > a:visited {
        padding-right: 2px !important;
        padding-left: 2px !important;
        font-size: 14px !important;
    }

    .site-header .site-nav > li > a::after {
        bottom: 24px;
        width: calc(100% - 4px);
    }

    .site-header .site-header-contact,
    .site-header .site-header-shell.is-contact-open .site-header-contact {
        width: 145px;
        overflow: visible;
    }

    .site-header .header-contact-reveal {
        gap: 6px;
        font-size: 14px;
    }

    .site-header .header-contact-open,
    .site-header .site-header-shell.is-contact-open .header-contact-open {
        top: calc(100% + 12px);
        right: 0;
        left: auto;
        width: 400px;
        padding: 12px 14px;
        overflow: visible;
        transform: translateY(-10px);
        border: 1px solid rgba(16, 36, 104, .22);
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 14px 30px rgba(16, 36, 104, .15);
    }

    .site-header .site-header-shell.is-contact-open .header-contact-open {
        transform: translateY(0);
    }

    .site-header .header-phone-copy strong,
    .site-header .header-email {
        font-size: 13px;
    }

    .site-header .header-phone-copy small {
        font-size: 12px;
    }

    .site-header .header-messenger img {
        width: 26px !important;
        height: 26px !important;
    }

    .site-header .header-callback {
        min-width: 112px;
        height: 44px;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .site-header .site-header-shell {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: calc(100% - 24px) !important;
        min-height: 88px !important;
        margin: 5px auto 0 !important;
        padding: 0 18px !important;
    }

    .site-header .site-header-row {
        grid-template-columns: auto minmax(0, 1fr) auto auto;
        min-height: 88px;
        gap: 12px;
    }

    .site-header .site-header-logo {
        grid-column: 1;
    }

    .site-header .site-header-logo img {
        width: 136px !important;
    }

    .site-header #bs-example-navbar-collapse-1,
    .site-header #bs-example-navbar-collapse-1.collapse {
        position: absolute;
        z-index: 40;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        display: none !important;
        width: 100% !important;
        padding: 10px 16px 14px !important;
        overflow: hidden !important;
        border: 1px solid rgba(16, 36, 104, .2) !important;
        border-radius: 10px;
        background: #fff !important;
        box-shadow: 0 15px 34px rgba(16, 36, 104, .18) !important;
    }

    .site-header #bs-example-navbar-collapse-1.in {
        display: block !important;
    }

    .site-header .site-nav {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 4px 16px;
        height: auto !important;
    }

    .site-header .site-nav > li {
        display: block;
    }

    .site-header .site-nav > li > a,
    .site-header .site-nav > li > a:visited {
        width: max-content;
        height: auto !important;
        padding: 12px 8px !important;
        font-size: 16px !important;
    }

    .site-header .site-nav > li > a::after {
        bottom: 6px;
        width: calc(100% - 16px);
    }

    .site-header .site-header-contact,
    .site-header .site-header-shell.is-contact-open .site-header-contact {
        grid-column: 2;
        justify-self: end;
        width: 156px;
        overflow: visible;
    }

    .site-header .header-contact-reveal {
        gap: 8px;
        font-size: 15px;
    }

    .site-header .header-contact-open,
    .site-header .site-header-shell.is-contact-open .header-contact-open {
        top: calc(100% + 12px);
        right: 0;
        left: auto;
        width: min(420px, calc(100vw - 48px));
        padding: 12px 14px;
        overflow: visible;
        transform: translateY(-10px);
        border: 1px solid rgba(16, 36, 104, .22);
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 14px 30px rgba(16, 36, 104, .15);
    }

    .site-header .site-header-shell.is-contact-open .header-contact-open {
        transform: translateY(0);
    }

    .site-header .header-callback {
        grid-column: 3;
        min-width: 150px;
        height: 50px;
        padding-right: 14px;
        padding-left: 14px;
        border-color: #a4005c;
        background: linear-gradient(180deg, #f20b89 0%, #df006f 100%);
        box-shadow: 0 4px 0 #a4005c, 0 8px 18px rgba(237, 11, 124, .2);
        font-size: 16px;
    }

    .site-header .navbar-toggle {
        display: block !important;
        grid-column: 4;
    }
}

@media (max-width: 820px) {
    .site-header .site-header-shell {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .site-header .site-header-row {
        gap: 8px;
    }

    .site-header .site-header-logo img {
        width: 120px !important;
    }

    .site-header .site-header-contact,
    .site-header .site-header-shell.is-contact-open .site-header-contact {
        width: 156px;
    }

    .site-header .header-contact-reveal {
        font-size: 14px;
    }

    .site-header .header-callback {
        min-width: 132px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .site-header .site-header-row {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 10px;
    }

    .site-header .site-header-logo img {
        width: 116px !important;
    }

    .site-header .site-header-contact,
    .site-header .site-header-shell.is-contact-open .site-header-contact {
        grid-column: 2;
        width: 156px;
    }

    .site-header .header-contact-open,
    .site-header .site-header-shell.is-contact-open .header-contact-open {
        right: -58px;
        width: min(390px, calc(100vw - 32px));
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .site-header .header-callback {
        display: none;
    }

    .site-header .navbar-toggle {
        grid-column: 3;
    }

    .site-header .header-menu-callback,
    .site-header .header-menu-callback:visited {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        margin-top: 10px;
        border: 1px solid #a4005c;
        border-radius: 7px;
        color: #fff !important;
        background: linear-gradient(180deg, #f20b89 0%, #df006f 100%);
        box-shadow: 0 4px 0 #a4005c;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none !important;
    }
}

@media (max-width: 480px) {
    .site-header .site-header-shell {
        width: calc(100% - 16px) !important;
        min-height: 78px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        border-radius: 9px !important;
    }

    .site-header .site-header-row {
        min-height: 78px;
        gap: 8px;
    }

    .site-header .site-header-logo img,
    .site-header .site-header-shell.is-contact-open .site-header-logo img {
        width: 104px !important;
    }

    .site-header .site-header-contact,
    .site-header .site-header-shell.is-contact-open .site-header-contact {
        width: 44px;
        height: 44px;
    }

    .site-header .header-contact-reveal {
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        transform: none;
        border: 1px solid rgba(16, 36, 104, .18);
        border-radius: 8px;
        text-decoration: none !important;
    }

    .site-header .site-header-shell.is-contact-open .header-contact-reveal {
        transform: translateX(-6px);
    }

    .site-header .header-contact-reveal .header-phone-icon {
        display: block;
        width: 22px;
        height: 22px;
    }

    .site-header .header-contact-reveal span {
        display: none;
    }

    .site-header .header-contact-open,
    .site-header .site-header-shell.is-contact-open .header-contact-open {
        top: calc(100% + 20px);
        right: -48px;
        width: calc(100vw - 32px);
        padding: 12px;
        transform: translateY(-8px);
    }

    .site-header .site-header-shell.is-contact-open .header-contact-open {
        transform: translateY(0);
    }

    .site-header .header-phone-icon {
        width: 18px;
        height: 18px;
    }

    .site-header .header-phone-copy strong,
    .site-header .header-email {
        font-size: 12px;
    }

    .site-header .header-phone-copy small {
        font-size: 11px;
    }

    .site-header .header-messenger img {
        width: 24px !important;
        height: 24px !important;
    }

    .site-header .navbar-toggle {
        width: 44px;
        height: 48px;
        padding: 11px 8px !important;
    }

    .site-header .navbar-toggle .icon-bar {
        width: 26px;
    }

    .site-header .site-nav {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header .site-header-contact,
    .site-header .header-contact-reveal,
    .site-header .header-contact-open {
        transition: none !important;
    }
}

/* Approved order modal */
body.has-order-modal {
    overflow: hidden;
}

.popupbg {
    z-index: 4000 !important;
    background: rgba(5, 18, 55, .58) !important;
    opacity: 1 !important;
}

#formzakaz.order-modal {
    position: fixed !important;
    z-index: 4010 !important;
    top: 50% !important;
    left: 50% !important;
    width: 540px !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 32px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: translate(-50%, -50%) !important;
    border: 4px solid var(--gc77-navy) !important;
    border-radius: 11px !important;
    background: #fff !important;
    box-shadow: 0 20px 50px rgba(16, 36, 104, .26) !important;
}

#formzakaz.order-modal .context {
    display: block !important;
    width: 100% !important;
    padding: 24px 26px 22px !important;
    max-height: calc(100vh - 32px) !important;
    overflow: auto !important;
}

#formzakaz.order-modal h3 {
    float: none !important;
    width: auto !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: var(--gc77-navy) !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    text-align: left !important;
}

#formzakaz.order-modal h3 span {
    color: var(--gc77-magenta) !important;
}

#formzakaz.order-modal .popup-close {
    position: absolute !important;
    z-index: 2;
    top: -22px !important;
    right: -22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: var(--gc77-navy) !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(16, 36, 104, .2) !important;
    font: 700 36px/1 Arial, sans-serif !important;
}

#formzakaz.order-modal .img {
    float: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 350px !important;
    max-width: 100%;
    height: 262px !important;
    margin: 0 auto 18px !important;
    overflow: hidden;
    border: 1px solid var(--gc77-line);
    border-radius: 8px;
    background: #fff;
}

#formzakaz.order-modal .img picture {
    display: contents;
}

#formzakaz.order-modal .img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
}

#formzakaz.order-modal .namekr {
    margin: 0 0 4px !important;
    color: var(--gc77-navy) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

#formzakaz.order-modal .order-product-description {
    min-height: 38px;
    margin: 0 0 16px;
    color: var(--gc77-muted);
    font-size: 16px;
    line-height: 1.35;
}

#formzakaz.order-modal .order-summary {
    display: grid;
    grid-template-columns: 1fr 1.18fr 1fr;
    margin: 0 0 20px;
    padding: 14px 0;
    border-top: 1px solid var(--gc77-line);
    border-bottom: 1px solid var(--gc77-line);
}

#formzakaz.order-modal .order-summary > div {
    min-width: 0;
    padding: 0 14px;
    border-left: 1px solid var(--gc77-line);
}

#formzakaz.order-modal .order-summary > div:first-child {
    padding-left: 0;
    border-left: 0;
}

#formzakaz.order-modal .order-summary > div:last-child {
    padding-right: 0;
}

#formzakaz.order-modal .order-summary small,
#formzakaz.order-modal .order-summary strong {
    display: block;
}

#formzakaz.order-modal .order-summary small {
    margin-bottom: 6px;
    color: var(--gc77-muted);
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

#formzakaz.order-modal .order-summary strong {
    color: var(--gc77-navy);
    font-size: 22px;
    line-height: 1.12;
    white-space: nowrap;
}

#formzakaz.order-modal .order-summary .pricepart {
    color: var(--gc77-magenta);
}

#formzakaz.order-modal form,
#formzakaz.order-modal .text {
    width: 100% !important;
    margin: 0 !important;
}

#formzakaz.order-modal .rowinp {
    margin: 0 !important;
    padding: 0 0 12px !important;
}

#formzakaz.order-modal .inptxt,
#formzakaz.order-modal input[name="user_phone"] {
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    padding: 0 18px !important;
    border: 1px solid #9babca !important;
    border-radius: 7px !important;
    color: var(--gc77-navy) !important;
    background: #fff !important;
    font-size: 20px !important;
    line-height: 56px !important;
}

#formzakaz.order-modal .phone-hint {
    display: block;
    min-height: 0;
    margin-top: 5px;
    color: #d50055;
    font-size: 13px;
    line-height: 1.25;
}

#formzakaz.order-modal .form-status {
    min-height: 0;
    margin: 0 0 8px;
}

#formzakaz.order-modal .order-submit-row {
    padding-bottom: 0 !important;
}

#formzakaz.order-modal .inpsmb {
    display: block !important;
    width: 100% !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #fff !important;
    background: linear-gradient(180deg, #1f4098 0%, var(--gc77-navy) 100%) !important;
    box-shadow: 0 4px 0 #07194d, 0 8px 18px rgba(16, 36, 104, .18) !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    filter: none !important;
}

#formzakaz.order-modal .inpsmb:disabled {
    cursor: default;
    opacity: .55;
}

@media (max-width: 600px) {
    #formzakaz.order-modal {
        width: calc(100vw - 24px) !important;
        max-width: 390px !important;
        max-height: calc(100vh - 24px) !important;
        border-width: 3px !important;
        border-radius: 9px !important;
    }

    #formzakaz.order-modal .context {
        padding: 24px 20px 20px !important;
    }

    #formzakaz.order-modal h3 {
        margin-bottom: 18px !important;
        font-size: 40px !important;
    }

    #formzakaz.order-modal .popup-close {
        top: -18px !important;
        right: -10px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 32px !important;
    }

    #formzakaz.order-modal .img {
        width: 280px !important;
        height: 250px !important;
        margin-bottom: 20px !important;
    }

    #formzakaz.order-modal .namekr {
        font-size: 23px !important;
    }

    #formzakaz.order-modal .order-product-description {
        min-height: 44px;
        font-size: 16px;
    }

    #formzakaz.order-modal .order-summary {
        grid-template-columns: .92fr 1.18fr .95fr;
        padding: 13px 0;
    }

    #formzakaz.order-modal .order-summary > div {
        padding: 0 10px;
    }

    #formzakaz.order-modal .order-summary small {
        font-size: 12px;
    }

    #formzakaz.order-modal .order-summary strong {
        font-size: 18px;
    }

    #formzakaz.order-modal .inptxt,
    #formzakaz.order-modal input[name="user_phone"] {
        height: 54px !important;
        font-size: 19px !important;
        line-height: 54px !important;
    }

    #formzakaz.order-modal .inpsmb {
        height: 62px !important;
        font-size: 21px !important;
    }
}

@media (max-width: 380px), (max-height: 760px) {
    #formzakaz.order-modal .context {
        padding: 18px 16px 16px !important;
    }

    #formzakaz.order-modal h3 {
        margin-bottom: 12px !important;
        font-size: 32px !important;
    }

    #formzakaz.order-modal .img {
        width: 230px !important;
        height: 185px !important;
        margin-bottom: 12px !important;
    }

    #formzakaz.order-modal .namekr {
        font-size: 20px !important;
    }

    #formzakaz.order-modal .order-product-description {
        min-height: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #formzakaz.order-modal .order-summary {
        margin-bottom: 12px;
        padding: 10px 0;
    }

    #formzakaz.order-modal .order-summary small {
        font-size: 11px;
    }

    #formzakaz.order-modal .order-summary strong {
        font-size: 16px;
    }

    #formzakaz.order-modal .inptxt,
    #formzakaz.order-modal input[name="user_phone"] {
        height: 48px !important;
        font-size: 17px !important;
        line-height: 48px !important;
    }

    #formzakaz.order-modal .inpsmb {
        height: 54px !important;
        font-size: 19px !important;
    }
}
/* v17.7.3: inbound-only forms and explicit analytics consent. */
.form-legal-notice {
    margin: 7px 0 0;
    color: #4d5874;
    font-size: 11px;
    line-height: 1.35;
    text-align: left;
}

.form-legal-notice a {
    color: #173675;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie .content {
    display: grid;
    grid-template-areas: "text actions" "status actions";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 18px;
    align-items: center;
}

.cookie .text {
    grid-area: text;
    display: block;
    padding-right: 0;
}

.cookie .confirm {
    grid-area: actions;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: auto;
}

.cookie .confirm .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 128px;
    min-height: 38px;
    height: auto !important;
    padding: 9px 16px !important;
    line-height: 1.2;
    white-space: nowrap;
}

.cookie .cookie-reject {
    min-width: 128px;
    color: #173675;
    background: #fff;
    box-shadow: inset 0 0 0 1px #173675;
}

.cookie .cookie-status {
    grid-area: status;
    min-height: 1.35em;
    margin: 0;
    color: #a1124f;
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 480px) {
    .cookie .content {
        grid-template-areas: "text" "status" "actions";
        grid-template-columns: 1fr;
    }

    .cookie .confirm {
        width: 100%;
    }

    .cookie .confirm .button {
        width: 100%;
    }
}
