#is-service-frame {
    display: none;
}
.header-lining {
    height: 150px;
}
footer.is-footer {
    font-family: "Geologica";
    font-size: 14px;
    line-height: 1.5;
    color: #222729;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.is-footer-widget-title {
    font-family: "Montserrat";
}

.is-footer-widget-title a {
    color: #cf3620;
    text-decoration: none;
    display: block;
}

.is-footer-market-button,
.is-footer-market-icon {
    margin-right: 10px;
    align-items: center;
}

.is-footer-market-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 15px;
    border-radius: 8px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    min-width: 210px;
    max-width: 240px;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(0, 79, 100, 0.3);
    color: #003549;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 50px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 79, 100, 0.1);
    box-shadow: 0 2px 8px rgba(0, 79, 100, 0.1);
    will-change: transform, box-shadow;
}

.is-footer-market-icon,
.is-footer-market-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.is-footer-market-icon {
    font-size: 20px;
    color: red;
}

.is-footer-market-icon ion-icon {
    width: 1.2em;
    height: 1.2em;
}

.is-footer-market-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.is-footer-mb-subtitle {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    margin-right: 6px;
}

.is-footer-mb-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.is-footer-mb-light-skin {
    color: #003549;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 79, 100, 0.3);
}

.is-footer-links-section {
    background-color: #f6f6f6;
    padding: 80px 0 40px;
    width: 100%;
    position: relative;
}

.is-footer-links-section::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: -o-radial-gradient(center, circle, #004f64, #640000 50%, red);
    background: radial-gradient(circle at center, #004f64, #640000 50%, red);
    border-radius: 2px;
}

.is-footer-bottom-section {
    background-color: #f6f6f6;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.is-footer-copyright-section {
    background: -o-linear-gradient(
        315deg,
        #003549 0,
        #1e1e2f 50%,
        #003549 100%
    );
    background: linear-gradient(135deg, #003549 0, #1e1e2f 50%, #003549 100%);
    padding: 30px 0;
    width: 100%;
}

.is-footer-bottom-container {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 40px;
    align-items: stretch;
}

.is-footer-app-download {
    padding: 0;
}

.is-footer-app-download .is-footer-widget-title {
    margin-bottom: 20px;
}

.is-footer-app-download-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.is-footer-for-clients {
    display: flex;
    flex-direction: column;
}

.is-footer-client-buttons-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.is-footer-client-button,
.is-footer-client-button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-footer-client-button {
    min-width: 220px;
    max-width: 220px;
    gap: 12px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    text-decoration: none;
    color: #003549;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 79, 100, 0.3);
    font-family: "Montserrat";
    -webkit-box-shadow: 0 2px 8px rgba(0, 79, 100, 0.1);
    box-shadow: 0 2px 8px rgba(0, 79, 100, 0.1);
    will-change: box-shadow;
    position: relative;
}

.is-footer-client-button::after,
.is-footer-client-button::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.is-footer-client-button::after {
    content: attr(data-tooltip);
    -webkit-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
    background-color: #003549;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    font-family: "Montserrat";
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.is-footer-client-button::before {
    content: "";
    -webkit-transform: translateX(-50%) translateY(5px);
    -ms-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
    border-width: 5px;
    border-style: solid;
    border-color: #003549 transparent transparent;
}

.is-footer-client-button-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 79, 100, 0.1);
    border-radius: 4px;
    color: #004f64;
}

.is-footer-client-button-icon ion-icon {
    font-size: 22px;
}

.is-footer-client-button-text {
    flex: 1;
}

.is-footer-client-button-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
}

.is-footer-logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.is-footer-grid .is-footer-widget:first-child {
    position: relative;
    padding: 30px;
    margin: -33px 10px 0 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0.8)),
        color-stop(50%, rgba(255, 255, 255, 0.6)),
        to(rgba(246, 246, 246, 0.4))
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.8) 0,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(246, 246, 246, 0.4) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.8) 0,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(246, 246, 246, 0.4) 100%
    );
    border-top: 4px solid #cf3620;
    border-bottom: none;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
    overflow: hidden;
}

.is-footer-grid .is-footer-widget:first-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #cf3620),
                to(rgba(207, 54, 32, 0))
            )
            left 0 top 0/4px 100% no-repeat,
        rgba(207, 54, 32, 0.03);
    background:
        -o-linear-gradient(top, #cf3620 0, rgba(207, 54, 32, 0) 100%) left 0 top
            0/4px 100% no-repeat,
        rgba(207, 54, 32, 0.03);
    background:
        linear-gradient(to bottom, #cf3620 0, rgba(207, 54, 32, 0) 100%) left 0
            top 0/4px 100% no-repeat,
        rgba(207, 54, 32, 0.03);
    border-radius: 12px 12px 0 0;
    z-index: -1;
}

.is-footer-grid .is-footer-widget:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #cf3620),
        to(rgba(207, 54, 32, 0))
    );
    background: -o-linear-gradient(top, #cf3620 0, rgba(207, 54, 32, 0) 100%);
    background: linear-gradient(
        to bottom,
        #cf3620 0,
        rgba(207, 54, 32, 0) 100%
    );
    z-index: 0;
}

.is-footer-grid .is-footer-widget:first-child .is-footer-widget-title {
    position: relative;
    z-index: 2;
}

.is-footer-widget-title::after {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: #cf3620;
    content: "";
    transition: width 0.4s ease-in-out;
}

.is-footer,
.is-footer-container {
    position: relative;
    width: 100%;
}

.is-footer {
    padding: 0;
    z-index: 1;
}

.is-footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 10px;
    z-index: 2;
}

.is-footer-bottom-section .is-footer-container,
.is-footer-copyright-section .is-footer-container {
    padding: 0 20px;
}

.is-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
}

.is-footer-widget {
    margin-bottom: 0;
}

.is-footer-widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
    color: #cf3620;
    font-size: 21px;
    font-weight: 400;
    cursor: pointer;
}

.is-footer-widget .is-footer-block:not(:first-child) {
    margin-top: 30px;
}

.is-footer-bottom-section .is-footer-widget-title {
    border-bottom: 1px solid #ccc;
}

.is-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.is-footer-links ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.is-footer-links .is-footer-nested-list li {
    padding-left: 0;
}

.is-footer-links .is-footer-nested-list li::before {
    font-variation-settings: "FILL" 0;
    font-size: 9px;
    top: 6px;
    left: 0;
    color: #004f64;
}

.is-footer-contact-info-cop .is-footer-tel,
.is-footer-links ul li a {
    text-decoration: none;
    font-family: "Geologica";
}

.is-footer-links ul li a {
    display: inline-flex;
    align-items: center;
    transition: all 0.25s;
    color: #555;
    font-size: 14px;
    font-weight: 200;
    padding: 2px 0;
    will-change: color;
}

ul.is-footer-nested-list {
    margin-left: 15px;
    margin-top: 5px;
}

.is-footer-contact-info-cop {
    margin-bottom: 25px;
}

.is-footer-contact-info-cop .is-footer-tel {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #003549;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.is-footer-address-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.is-footer-address-block:last-child {
    border-bottom: none;
}

.is-footer-address-block p {
    color: #555;
    margin-bottom: 8px;
    font-weight: 200;
    line-height: 1.5;
}

.is-footer-address-block a {
    color: #004f64;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 500;
}

.is-footer-sko-logo,
.is-footer-social-cop,
.is-footer-social-cop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.is-footer-social-cop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.is-footer-sko-logo,
.is-footer-social-cop a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.is-footer-social-cop a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 79, 100, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(0, 79, 100, 0.3);
    will-change: transform, box-shadow;
}

.is-footer-social-cop img {
    width: 20px;
    height: 20px;
}

.is-footer-sko-logo {
    margin-top: 20px;
}

.is-footer-sko-logo img {
    max-width: 120px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.is-footer-logo-block img {
    height: calc((100vw - 320px) / (1920 - 320) * (50 - 45) + 45px);
}

.is-footer-copyright-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 50px;
}

.is-footer-copyright-text {
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    font-family: "Geologica";
}

.is-footer-copyright-links a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.is-footer-copyright-section,
.is-footer-horizontal-menu li {
    position: relative;
}

.is-footer-copyright-text-right {
    text-align: right;
}

.is-footer-company-services-row {
    margin-top: 50px;
}

.is-footer-company-services-row .is-footer-widget-title {
    margin-bottom: 20px;
}

.is-footer-company-services-row .is-footer-horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.is-footer-company-services-row .is-footer-horizontal-menu a {
    display: inline-block;
    font-family: "Geologica";
    font-size: 14px;
    color: #555;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.25s;
    padding: 4px 0;
    white-space: nowrap;
}

.is-footer-address-block a,
.is-footer-client-button,
.is-footer-contact-info-cop .is-footer-tel,
.is-footer-copyright-links a,
.is-footer-links ul li a,
.is-footer-market-button,
.is-footer-social-cop a,
.is-footer-widget-title {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.is-footer-links .is-footer-nested-list li.has-icon::before,
.is-footer-links ul li.has-icon::before {
    display: none;
}

.is-footer-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.is-footer-menu-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.is-footer-links ul li:not(.has-icon) a {
    padding-left: 0;
}

.is-footer-links ul li:not(.has-icon) {
    padding-left: 20px;
}

.is-footer-links ul li:not(.has-icon)::before,
.is-footer-horizontal-menu li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 6px;
    left: -3px;
    background-image: url("../img/icon/hexagon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}
.is-footer-horizontal-menu li::before {
    top: 8px;
    left: -20px;
}

.mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0-2px 10px rgba(0, 0, 0, 0.08);
    z-index: 8000;
    padding: 8px 0 6px;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #f0f0f0;
}

.mobile-bottom-bar .bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #3f4a5a;
    font-size: 11px;
    gap: 4px;
    transition: opacity 0.2s;
    flex: 1;
    max-width: 80px;
}

.mobile-bottom-bar .bar-item ion-icon {
    font-size: 24px;
    color: #3f4a5a;
}

.mobile-bottom-bar .bar-item span {
    line-height: 1.2;
    font-weight: 500;
}

.mobile-bottom-bar .bar-item:active {
    opacity: 0.7;
}

.modal-close-container ion-icon {
    font-size: 28px;
    color: #7f8c9a;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        color 0.2s ease;
    display: block;
}

.callback-modal .modal-close-container {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;
}

/*----------------------------------------*/
body.is-modal-open {
    overflow: hidden;
}

header.is-header {
    font-family: "Geologica";
    font-weight: 100;
    font-size: 14px;
    line-height: 1.5;
    color: #292929;
}

ion-icon {
    display: inline-block;
    width: 2em;
    height: 1.2em;
    vertical-align: middle;
}

.is-header-top-container,
.is-header-bottom-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.is-header {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px #0000001a;
    position: relative;
}

.is-header-top {
    height: 75px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.is-header-top-container-inner {
    display: grid;
    grid-template-areas: "logo search where-buy region phone";
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.is-header-logo {
    grid-area: logo;
}

.is-header-logo img {
    height: calc((100vw - 768px) / (1920 - 768) * (50 - 40) + 40px);
    width: auto;
    display: block;
}

.is-header-search-block {
    grid-area: search;
    position: relative;
}

.is-header-search-form {
    display: flex;
    position: relative;
}

.is-header-search-input:focus {
    border-color: #cf3620;
    outline: none;
    box-shadow: 0 4px 10px rgba(207, 54, 32, 0.1);
}

.is-header-search-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #3f4a5a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.is-header-clear-btn {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #cf3620;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    transition: color 0.2s;
}

.is-header-where-buy-wrapper {
    grid-area: where-buy;
    position: relative;
    display: inline-block;
    max-width: 160px;
}

.is-header-where-buy-link {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #f5f5f5;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 100;
    font-size: 15px;
    color: #222729;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.is-header-where-buy-link .is-header-arrow-icon {
    transition: transform 0.2s;
}

.is-header-where-buy-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #f5f5f5;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition:
        opacity 0.2s,
        transform 0.2s,
        visibility 0.2s;
    z-index: 2000;
    overflow: hidden;
}

.is-header-where-buy-wrapper:hover .is-header-where-buy-link {
    border-radius: 18px 18px 0 0;
}

.is-header-where-buy-dropdown a {
    display: block;
    padding: 12px 20px;
    color: #222729;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.is-header-region-selector {
    grid-area: region;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 100;
    font-size: 15px;
    transition: all 0.2s;
    white-space: nowrap;
    background: #f5f5f5;
    padding: 8px 20px;
    border-radius: 50px;
}

.is-header-selector-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.is-header-selector-icon ion-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #cf3620;
    height: 100%;
    transition: opacity 0.2s ease;
}

.is-header-selector-icon .is-header-icon-filled {
    opacity: 0;
}

.is-header-phone {
    grid-area: phone;
    color: #222729;
    text-decoration: none;
    font-weight: 100;
    font-size: 15px;
    white-space: nowrap;
    transition: 0.2s ease-in;
}

.is-header-mobile-menu-toggle {
    grid-area: menu;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #292929;
    padding: 8px;
    background: #0000000a;
    border-radius: 18px;
    width: 50px;
    height: 50px;
}

.is-header-mobile-region {
    grid-area: region;
    display: none;
    align-items: center;
    justify-content: center;
    background: #0000000a;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #292929;
    cursor: pointer;
}

.is-header-bottom {
    height: 75px;
    border-top: 1px solid #cf3620;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.is-header-modal {
    display: flex;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.is-header-modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.is-header-modal-content {
    background-color: #ffffff;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.is-header-modal-content.regions-fix {
    justify-content: space-between;
}

.is-header-modal.is-visible .is-header-modal-content {
    transform: scale(1);
}

.is-header-modal-close {
    align-self: flex-end;
    cursor: pointer;
    font-size: 28px;
    color: #7f8c9a;
    transition:
        transform 0.2s,
        color 0.2s;
    margin-bottom: 10px;
}

.is-header-modal-title {
    font-family: "Geologica";
    font-size: calc((100vw - 320px) / (1920 - 320) * (26 - 20) + 20px);
    margin-bottom: 10px;
    color: #222729;
    font-weight: 300;
    margin-left: 8px;
}

.is-header-region-search {
    margin-bottom: 20px;
    position: relative;
}

.is-header-region-search input,
.is-header-search-input {
    font-family: "Geologica";
    font-weight: 300;
    width: 100%;
    padding: 12px 40px 12px 16px;
    border-radius: 30px;
    border: 1px solid #0000001a;
    font-size: 16px;
    transition: 0.2s;
}

.is-header-region-search input:focus {
    border-color: #cf3620;
    outline: none;
    box-shadow: 0 2px 8px rgba(207, 54, 32, 0.1);
}

.is-header-region-search .search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #222729;
    font-size: 20px;
    pointer-events: none;
}

.is-header-region-clear-btn {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #cf3620;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    transition: color 0.2s;
}

.is-header-region-list-container {
    height: 50vh;
    max-height: 500px;
    min-height: 300px;
    overflow-y: auto;
    border: 1px solid #e9ecf0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.is-header-city-item {
    font-family: "Geologica";
    font-size: 14px;
    line-height: 1.5;
    color: #222729;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f2f5;
}

.is-header-city-item:last-child {
    border-bottom: none;
}

.is-header-city-item.selected {
    background-color: #fceae8;
    color: #cf3620;
    font-weight: 500;
}

.is-header-city-item ion-icon {
    color: #cf3620;
    font-size: 20px;
    flex-shrink: 0;
}

.is-header-selected-region-info {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #f5f5f5;
}

.info-left {
    flex: 1 1 200px;
}

.info-label {
    font-family: "Geologica";
    font-size: 13px;
    color: #9b9b9b;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-region-name {
    font-family: "Geologica";
    font-weight: 600;
    font-size: 18px;
    color: #222729;
}

.info-right {
    font-family: "Geologica";
    flex: 2 1 300px;
    color: #222729;
}

.info-right .office-name {
    font-weight: 500;
    margin-bottom: 5px;
}

.info-right .office-address {
    font-size: 15px;
    margin-bottom: 5px;
}

.info-right .office-phone {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-right .office-phone a {
    color: #cf3620;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.info-right .office-phone ion-icon {
    font-size: 18px;
    color: #cf3620;
}

.is-header-search-modal .is-header-search-form {
    margin-bottom: 20px;
    position: relative;
}

.is-header-search-modal .is-header-search-input {
    display: block;
    padding-right: 80px;
}

.is-header-search-modal .is-header-search-btn {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 12px;
    background: none;
    border: none;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 20px;
    border-radius: 0;
    display: flex;
    color: #3f4a5a;
}

.is-header-search-modal .is-header-search-btn ion-icon {
    font-size: 18px;
}

.is-header-search-modal .is-header-clear-btn {
    right: 48px;
}

.page-content {
    flex: 1;
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
}

.is-header-nav-list,
.is-header-submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.is-header-nav-list {
    display: flex;
    justify-content: center;
    gap: 70px;
    align-items: center;
    height: 100%;
    position: relative;
}

.is-header-nav-link {
    text-decoration: none;
    color: #222729;
    font-size: 18px;
    line-height: 75px;
    padding: 0;
    display: block;
    transition: 0.2s ease-in;
}

.is-header-nav-item--has-sub {
    position: static;
}

.is-header-submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 25px, 0);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
    z-index: 5000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.is-header-submenu-inner {
    margin: 0 auto;
    padding: 60px 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.is-header-submenu-title {
    position: relative;
    margin-bottom: calc((100vw - 768px) / (1920 - 768) * (36 - 26) + 26px);
    font-size: calc((100vw - 768px) / (1920 - 768) * (20 - 16) + 16px);
    font-weight: 400;
    font-family: "Montserrat";
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 14px;
}

.is-header-submenu-title a,
.is-header-submenu-title span {
    text-decoration: none;
    color: #cf3620;
}

.is-header-submenu-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #cf3620;
    transition: width 0.4s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

.is-header-submenu-item {
    margin-bottom: 13px;
}

.is-header-submenu-link {
    text-decoration: none;
    font-size: 12px;
    color: #292929;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.is-header-submenu-text {
    text-transform: uppercase;
    transition: all 0.2s ease-in;
}

.is-header-submenu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.is-header-submenu-icon img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

.is-header-submenu-hr {
    height: 1px;
    width: 50%;
    background-color: #222729;
}

.int-icon {
    font-size: 20px;
    height: 24px;
    width: 44px;
    color: #141414;
    font-weight: normal;
}

.is-footer-widget-title a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 8px 0 6px;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #f0f0f0;
}

.mobile-bottom-bar .bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #3f4a5a;
    font-size: 11px;
    gap: 4px;
    transition: opacity 0.2s;
    flex: 1;
    max-width: 80px;
}

.mobile-bottom-bar .bar-item ion-icon {
    font-size: 24px;
    color: #3f4a5a;
}

.mobile-bottom-bar .bar-item span {
    line-height: 1.2;
    font-weight: 500;
}

.mobile-bottom-bar .bar-item:active {
    opacity: 0.7;
}

.modal-close-container {
    display: flex;
    justify-content: flex-end;
}

.modal-close-container ion-icon {
    font-size: 28px;
    color: #7f8c9a;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        color 0.2s ease;
    display: block;
}

.callback-modal .modal-close-container {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;
}

.is-header-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9998;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    flex-direction: column;
    font-family: "Geologica";
    transform: translateY(-100%);
    overflow-y: auto;
}

.is-header-mobile-menu.is-visible {
    transform: translateY(0);
}

.is-header-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #f0f2f5;
    flex-shrink: 0;
}

.is-header-mobile-menu-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #cf3620;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-header-mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.is-header-mobile-nav-item {
    border-bottom: 1px solid #f0f2f5;
}

.is-header-mobile-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-header-mobile-nav-link {
    padding: 15px 20px;
    color: #222729;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
    display: block;
}

.is-header-mobile-nav-link:active {
    color: #cf3620;
}

.is-header-mobile-submenu-toggle {
    background: none;
    border: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #cf3620;
    position: relative;
}

.is-header-mobile-submenu-toggle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #cf3620;
    pointer-events: none;
}

.is-header-mobile-submenu-toggle ion-icon {
    padding: 4px;
    width: 1.4em;
    height: 1.4em;
    transition: transform 0.3s ease;
}

.is-header-mobile-nav-item--open .is-header-mobile-submenu-toggle ion-icon {
    transform: rotate(180deg);
}

.is-header-mobile-submenu {
    font-weight: 100;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background-color: #fafbfc;
}

.is-header-mobile-nav-item--open .is-header-mobile-submenu {
    max-height: 2000px;
}

.is-header-mobile-submenu-group {
    margin: 0;
    padding: 0;
}

.is-header-mobile-submenu-title {
    padding: 12px 20px 8px 20px;
    border-bottom: 1px solid #e0e4e8;
    margin-top: 5px;
}

.is-header-mobile-submenu-title a,
.is-header-mobile-submenu-title span {
    display: block;
    color: #cf3620;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: color 0.2s;
}

.is-header-mobile-submenu-title a:active {
    color: #a32b1a;
}

.is-header-mobile-submenu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.is-header-mobile-menu {
    display: none;
}

.is-header-mobile-submenu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 20px;
    height: 20px;
}

.is-header-mobile-submenu-icon img {
    width: 20px;
    height: 20px;
    transition: filter 0.2s ease;
    display: block;
}

.is-header-mobile-submenu-link {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 40px;
    color: #222729;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    border-bottom: 1px solid #f0f2f5;
}

.is-header-mobile-submenu-link:active {
    color: #cf3620;
}

.is-header-mobile-submenu-link:active img {
    filter: invert(22%) sepia(80%) saturate(3147%) hue-rotate(355deg)
        brightness(88%) contrast(83%);
}

.is-header-mobile-submenu-group:not(:last-child) {
    margin-bottom: 5px;
}

.is-header-mobile-contacts {
    padding: 20px;
    border-top: 1px solid #f0f2f5;
    flex-shrink: 0;
}

.is-header-mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #222729;
    font-size: 14px;
}

.is-header-mobile-contact-item ion-icon {
    color: #cf3620;
    font-size: 20px;
    flex-shrink: 0;
}

.is-header-mobile-contact-item a {
    color: #222729;
    text-decoration: none;
}

.is-header-mobile-contact-item a:active {
    color: #cf3620;
}

.is-header-mobile-actions {
    padding: 20px;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    flex-shrink: 0;
}

.is-header-mobile-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.is-header-mobile-button-wrapper {
    flex: 1 1 255px;
    min-width: 0;
}

.is-header-mobile-client-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    text-decoration: none;
    color: #003549;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 79, 100, 0.3);
    font-family: "Montserrat";
    box-shadow: 0 2px 8px rgba(0, 79, 100, 0.1);
    will-change: box-shadow;
    position: relative;
    min-width: 0;
    width: 100%;
}

.is-header-mobile-client-button:active {
    background-color: #fff;
    box-shadow: 0 5px 16px rgba(0, 79, 100, 0.2);
    border-color: rgba(207, 54, 32, 0.3);
}

.is-header-mobile-client-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 79, 100, 0.1);
    border-radius: 4px;
    color: #004f64;
}

.is-header-mobile-client-button-icon ion-icon {
    font-size: 18px;
    color: #004f64;
}

.is-header-mobile-client-button-text {
    flex: 1;
}

.is-header-mobile-client-button-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.is-header-mobile-bottom {
    margin-top: auto;
    flex-shrink: 0;
}

.is-header-mobile-menu-close ion-icon {
    transform: translate(13px, -3px);
}

#mobileDownloadAppBtn .is-header-mobile-client-button-icon ion-icon {
    color: red;
}

/*-------------*/
.is-notification-container {
    font-family: "Geologica";
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    width: 100%;
    pointer-events: none;
}

.is-notification {
    pointer-events: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: is-notification-slideIn 0.3s ease forwards;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #004f64;
}

.is-notification-content {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
}

.is-notification-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004f64;
}

.is-notification-message {
    flex: 1;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    word-break: break-word;
}

.is-notification-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    transition: background 0.2s;
}

.is-notification-progress {
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
}

.is-notification-progress-bar {
    height: 100%;
    width: 100%;
    background: #004f64;
    transform-origin: left;
    animation: is-notification-progressShrink linear forwards;
}

@keyframes is-notification-slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes is-notification-progressShrink {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

/*-------------------------------------------------------------------------*/

@media (max-width: 1200px) {
    .is-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .is-footer-copyright-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .is-footer-copyright-text-right {
        text-align: left;
        grid-column: span 2;
    }
    .is-footer-bottom-container {
        grid-template-columns: 33% 1fr;
        gap: 30px;
    }
}

@media (min-width: 769px) {
    .is-footer-client-button:hover::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-15px);
        -ms-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }

    .is-footer-client-button:hover::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    .is-footer-links ul li:not(.has-icon):hover::before,
    .is-footer-horizontal-menu li:hover::before {
        transform: scale(1.2);
    }
    .is-footer-links ul li a:hover .is-footer-menu-icon img {
        filter: invert(22%) sepia(80%) saturate(3147%) hue-rotate(355deg)
            brightness(88%) contrast(83%);
    }
    .is-footer-market-button:hover {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        -webkit-box-shadow: 0 4px 16px rgba(0, 79, 100, 0.2);
        box-shadow: 0 4px 16px rgba(0, 79, 100, 0.2);
    }
    .is-footer-market-button:hover,
    .is-footer-mb-light-skin:hover {
        background-color: #fff;
        border-color: rgba(0, 79, 100, 0.5);
    }
    .is-footer-client-button:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 16px rgba(0, 79, 100, 0.2);
        box-shadow: 0 5px 16px rgba(0, 79, 100, 0.2);
        border-color: rgba(207, 54, 32, 0.3);
    }
    .is-footer-block:hover .is-footer-widget-title::after {
        width: 100%;
    }
    .is-footer-contact-info-cop .is-footer-tel:hover {
        color: #cf3620;
    }
    .is-footer-address-block a:hover {
        color: #cf3620;
        text-decoration: underline;
    }
    .is-footer-social-cop a:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(95%)
            saturate(1650%) hue-rotate(348deg) brightness(92%) contrast(95%);
        filter: brightness(0) saturate(100%) invert(23%) sepia(95%)
            saturate(1650%) hue-rotate(348deg) brightness(92%) contrast(95%);
    }
    .is-footer-copyright-links a:hover {
        color: #fff;
    }

    .modal-close-container ion-icon:hover {
        transform: rotate(90deg);
        color: #cf3620;
    }
    .is-header-search-btn:hover {
        color: #cf3620;
    }
    .is-header-clear-btn:hover {
        color: #a32b1a;
    }
    .is-header-where-buy-wrapper:hover .is-header-arrow-icon {
        transform: rotate(180deg);
    }
    .is-header-where-buy-wrapper:hover .is-header-where-buy-link {
        border-radius: 18px 18px 0 0;
    }
    .is-header-where-buy-wrapper:hover .is-header-where-buy-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .is-header-region-selector:hover
        .is-header-selector-icon
        .is-header-icon-outline {
        opacity: 0;
    }
    .is-header-region-selector:hover
        .is-header-selector-icon
        .is-header-icon-filled {
        opacity: 1;
    }
    .is-header-phone:hover {
        color: #a32b1a;
    }
    .is-header-modal-close:hover {
        transform: rotate(90deg);
        color: #cf3620;
    }
    .is-header-region-clear-btn:hover {
        color: #a32b1a;
    }
    .is-header-city-item:hover {
        background-color: #fef5f3;
    }
    .info-right .office-phone a:hover {
        text-decoration: underline;
    }
    .is-header-search-modal .is-header-search-btn:hover {
        color: #cf3620;
    }
    .is-header-nav-link:hover {
        color: #cf3620;
    }
    .is-header-nav-item--has-sub:hover .is-header-submenu,
    .is-header-submenu:hover {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, -1px, 0);
    }
    .is-header-submenu-column:hover .is-header-submenu-title::after {
        width: 100%;
    }
    .is-header-submenu-link:hover .int-icon {
        color: #cf3620;
    }
    .is-header-submenu-link:hover img {
        filter: invert(22%) sepia(80%) saturate(3147%) hue-rotate(355deg)
            brightness(88%) contrast(83%);
    }
    .is-header-submenu-link:hover .is-header-submenu-text {
        color: #cf3620;
    }
    .is-form__policy a:hover {
        text-decoration: underline;
    }
    .is-form__button:hover {
        background: rgba(207, 54, 32, 0.05);
    }
    .is-notification-close:hover {
        background: #f0f0f0;
        color: #333;
    }
}

@media (max-width: 768px) {
    .is-footer-company-services-row .is-footer-horizontal-menu {
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        margin-left: 16px;
    }
    .is-footer-client-button::after,
    .is-footer-client-button::before {
        display: none;
    }
    .header-lining {
        height: 74px;
    }
    body {
        padding-bottom: 40px;
    }
    .is-header-region-list-container {
        height: auto;
        max-height: 1500px;
    }

    .is-footer-company-services-row .is-footer-horizontal-menu a {
        white-space: normal;
    }
    .is-footer-grid {
        grid-template-columns: 1fr;
    }
    .is-footer-copyright-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .is-footer-copyright-text-right {
        text-align: left;
        grid-column: span 1;
    }
    .is-footer-bottom-container {
        grid-template-columns: 1fr;
    }
    .is-footer-for-clients {
        justify-self: start;
    }
    .is-footer-widget .is-footer-block:not(:first-child) {
        margin-top: 40px;
    }
    .is-footer-company-services-row {
        margin-top: 40px;
    }
    .mobile-bottom-bar {
        display: flex;
    }
}

@media (max-width: 505px) {
    .is-footer-client-button {
        flex: 1;
        min-width: auto;
        max-width: 500px;
    }
    .is-footer-market-button {
        flex: 1;
        min-width: 210px;
        max-width: 500px;
    }
    .is-footer-copyright-grid {
        padding: 10px 15px;
        gap: 10px;
    }
    .is-footer-logo-block img {
        max-height: 45px;
    }
    .is-footer-copyright-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 968px) {
    .is-header-search-input {
        display: none;
    }
    .is-header-search-btn {
        position: static;
        transform: none;
        padding: 8px;
        background: #f0f2f5;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .is-header-search-block {
        width: auto;
    }
    .is-header-search-form {
        display: flex;
        justify-content: flex-end;
    }
    .is-header-top-container-inner {
        grid-template-areas: "logo where-buy region phone search";
        grid-template-columns: auto auto auto auto auto;
        gap: 10px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .is-header-search-input {
        display: block;
    }
    .is-header-search-btn {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        border-radius: 0;
        width: auto;
        height: auto;
        padding: 5px;
        color: #3f4a5a;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .is-header-search-form {
        display: flex;
        position: relative;
        justify-content: flex-start;
    }
    .is-header-search-block {
        width: auto;
    }
    .is-header-clear-btn {
        right: 48px;
    }
}

@media (max-width: 768px) {
    .is-header-top-container-inner {
        grid-template-areas: "logo search region menu";
        grid-template-columns: auto 1fr auto auto;
    }
    .is-header-where-buy-wrapper,
    .is-header-region-selector,
    .is-header-phone {
        display: none;
    }
    .is-header-mobile-region {
        display: flex;
    }
    .is-header-mobile-region ion-icon {
        color: #cf3620;
    }
    .is-header-mobile-menu-toggle {
        display: flex;
    }
    .is-header-bottom {
        display: none;
    }
    .is-header-modal-content {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 1360px) {
    .is-header-submenu-inner {
        padding: 60px 100px;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
    .is-header-nav-list {
        gap: 50px;
    }
    .is-header-submenu {
        left: -20px;
        width: calc(100% + 40px);
    }
}

@media (max-width: 1024px) {
    .is-header-submenu-inner {
        padding: 60px 60px;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
    .is-header-nav-list {
        gap: 30px;
    }
}

@media (max-width: 350px) {
    .is-header-top-container-inner {
        gap: 5px;
    }
    .is-header-logo img {
        height: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1096px) {
    .is-header-nav-list {
        justify-content: space-between;
    }
}

@media (min-width: 1300px) {
    .is-header-logo img {
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .is-header-mobile-menu {
        display: flex;
    }
}

@media (max-width: 480px) {
    .is-notification-container {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}
.is-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.is-header--hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.is-footer-tel {
    text-align: center;
}
