@import "fonts/fonts.css?v=1" screen, print;

.main-content {
    display: none;
}

b, strong {
    font-weight: 600;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    transition: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    color: rgb(18, 41, 63);
    font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    width: 100%;
}

main {
    min-height: calc(100vh - 550px);
}

.g-slider {
    display: flex;
    position: relative;
}

.tns-item {
    display: flex;
    flex-direction: column;
    height: auto; /* Позволяет Flexbox управлять высотой */
}

.slide-item {
    flex: 1 0 auto; /* Растягивает блок на всю доступную высоту слайда */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.tns-controls{
    display: none;
}
.tns-nav{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 20px;
    z-index: 10;
}
.tns-nav button{
    border: 1px solid rgb(185, 215, 242);
    background: #eef5fb;
    width: 40px;
    height: 6px;
}
.tns-nav button:hover,
.tns-nav button.tns-nav-active{
    border-color: #1976d2;
    background: #1976d2;
}

.wc-tabs,
.wrapper {
    width: 100%;
    max-width: 1330px;
    padding: 0 10px;
    margin: 0 auto;
}

ul.products,
.flex-start,
.flex-stretch,
.flex-end,
.flex-center {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: initial;
}

.flex-end {
    justify-content: right;
}

ul.products,
.flex-stretch {
    align-items: stretch;
    flex-wrap: wrap;
}

.flex-start {
    align-items: flex-start;
    flex-wrap: wrap;
}

.half .left, .half .right {
    width: 48%;
}

.related.products,
.custom-scroll-tabs-wrapper {
    width: 100%;
}

ul.woocommerce-shipping-methods,
ul.wc_payment_methods,
ul.products,
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}


.topbar {
    background: rgb(25, 118, 210);
    color: rgb(195, 214, 233);
    font-size: 13px;
}

/* Ограничивающий контейнер */
.topbar-container {
    padding: 8px clamp(18px, 4vw, 28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 22px;
    flex-wrap: wrap;
    min-height: 42px;
}

/* Сервисное меню (ссылки слева) */
nav.top ul {
    display: flex;
    gap: 6px 22px;
    align-items: center;
    flex-wrap: wrap;
}

nav.top a {
    color: rgb(195, 214, 233);
    text-decoration: none;
}

nav.top a:hover {
    color: #fff;
}

/* Правая часть (мессенджеры и языки) */
.tb-right {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}

/* Кнопки мессенджеров */
.social-row {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: rgb(195, 214, 233);
    font: 500 12px Montserrat, sans-serif;
    text-decoration: none;
}

.dark .social-link {
    background: rgb(25, 118, 210);
    color: #fff;
}

/* Блок переключения языков */
.lang ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.lang li {
    display: inline-block;
    font-size: 12.5px;
}

.wpm-switcher-list li.active > span {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.wpm-switcher-list li a {
    color: rgb(147, 166, 186);
    text-decoration: none;
}

.wpm-switcher-list li a:hover {
    color: rgb(255, 255, 255);
}

.wpm-language-switcher {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpm-language-switcher li:not(:last-child)::after {
    content: "●";
    color: rgb(147, 166, 186);
    font-size: 8px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
}

.wpm-language-switcher li,
.wpm-language-switcher a,
.wpm-language-switcher span {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgb(232, 241, 249);
}

/* Ограничивающий контейнер */
.header-container {
    padding: 12px clamp(18px, 4vw, 28px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 26px;
    min-height: 76px;
}

/* Логотип */
.logo {
    max-width: 238px;
    text-decoration: none;
}

/* Кнопка Каталог */
.menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgb(25, 118, 210);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 4px;
    padding: 13px 20px;
    font: 600 14px Montserrat, sans-serif;
    cursor: pointer;
    min-height: 46px;
}

/* Блок поиска */
.searchForm {
    flex: 1 1 240px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: rgb(245, 250, 254);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 4px;
    padding: 11px 20px;
    color: rgb(147, 166, 186);
    min-height: 48px;
}

.search-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    color: rgb(147, 166, 186);
}

.search-input {
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: rgb(51, 71, 92);
}

/* Блок действий справа */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

/* Ссылка на Личный кабинет */
.h-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(51, 71, 92);
    font: 600 14px Montserrat, sans-serif;
    white-space: nowrap;
    min-height: 44px;
    text-decoration: none;
}

.action-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    color: rgb(25, 118, 210);
}

/* Функциональные квадратные кнопки (Избранное, Корзина) */
.icon-btn {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    border: 1px solid rgb(232, 241, 249);
    background: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: rgb(25, 118, 210);
    cursor: pointer;
}

/* Счетчик товаров в корзине */
.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: rgb(226, 61, 87);
    color: rgb(255, 255, 255);
    font: 800 10px Montserrat, sans-serif;
    min-width: 19px;
    height: 19px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}


.cat-rail {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 10px;
    box-shadow: rgba(16, 44, 74, 0.05) 0 1px 2px;
    height: fit-content;
}
.cat-rail > div{
    padding: 14px 10px;
}

.scp6 {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 14px;
    border-bottom: 1px solid rgb(241, 247, 252);
    color: rgb(18, 41, 63);
    font: 500 15px / 1.35 Montserrat, sans-serif;
    border-radius: 10px;
}

.scp6:hover {
    background: rgb(244, 249, 253);
}

.hero-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(220, 235, 248);
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scp8:hover,
.scp7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 32px;
    border-radius: 4px;
    background: rgb(25, 118, 210);
    border: 1.5px solid rgb(25, 118, 210);
    color: rgb(255, 255, 255);
    font: 700 15px / 1.25 Montserrat, sans-serif;
}

.scp7:hover,
.scp8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 30px;
    border-radius: 4px;
    background: rgba(255, 255, 255);
    border: 1.5px solid rgb(185, 215, 242);
    color: rgb(13, 78, 158);
    font: 700 15px / 1.25 Montserrat, sans-serif;
}

.scpa {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid rgb(232, 241, 249);
    border-radius: 12px;
    font-size: 16px;
    background: rgb(245, 250, 254);
    color: rgb(51, 71, 92);
    min-height: 50px;
}

.cat-link {
    margin-top: auto;
    padding-top: 20px;
    font: 700 14px Montserrat, sans-serif;
    color: rgb(25, 118, 210);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
}

.usp {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 8px;
    padding: 17px 19px;
    display: flex;
    gap: 14px;
}

.usp b {
    display: block;
    font: 700 14.5px Montserrat, sans-serif;
    color: rgb(18, 41, 63);
}

.usp-s {
    font-size: 13px;
    color: rgb(92, 113, 137);
}

.u-ic {
    width: 24px;
    height: 24px;
    color: rgb(25, 118, 210);
    flex: 0 0 auto;
}

.wc-tabs {
    list-style: none;
    display: flex;
    justify-content: stretch;
    gap: 3px;
}

/* Контейнер шапки табов */
.custom-tabs-nav-wrap {
    border-bottom: 1px solid rgb(25, 118, 210);
    background: #eef5fb;
    overflow: auto clip;
    z-index: 99;
}

/* Элементы меню */
.wc-tabs a {
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    padding: 10px 18px;
    background: #fff;
    color: rgb(18, 41, 63);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 14px;
}

.wc-tabs li.active a,
.wc-tabs a:hover {
    color: #fff;
    background: rgb(25, 118, 210);
}

.hero-split .cat-rail svg {
    fill: #9aa5b1;
    color: #9aa5b1;
    width: 26px;
}

/* Отступы для блоков контента, чтобы скролл не упирался вплотную */
.tab-main-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 25px;
}


.article ul {
    padding-left: 25px;
}

.article ul li {
    padding: 5px 0;
}

.tab-main-content h2 {
    margin-bottom: 20px;
}

#scroll-tab-reviews,
#scroll-tab-additional_information,
.bg-blue {
    background: #EEF5FB;
}

/* Контейнер сетки преимуществ */
.buy-perks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 10px;
    margin-top: 8px;
}

/* Карточка отдельного преимущества */
.perk {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 8px;
    padding: 14px 16px;
}

/* Иконка SVG внутри карточки */
.perk-icon {
    width: 20px;
    height: 20px;
    color: rgb(25, 118, 210);
    flex: 0 0 auto;
}

/* Контейнер для текста */
.perk-content {
    display: flex;
    flex-direction: column;
}

/* Заголовок преимущества */
.perk-title {
    display: block;
    font: 700 13px 'Montserrat', sans-serif;
    color: rgb(18, 41, 63);
}

/* Описание преимущества */
.perk-desc {
    font-size: 12px;
    color: rgb(92, 113, 137);
}

.eyebrow {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(25, 118, 210);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.eyebrow.white {
    color: #fff;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: rgb(25, 118, 210);
    display: inline-block;
}

.eyebrow.white:before {
    background: #fff;
}

.article-toggle p {
    line-height: 1.5;
}

.nav-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -1000px;
    width: 330px;
    max-width: 88%;
    background: #fff;
    z-index: 220;
    transition: all 0.7s ease;
    overflow-y: auto;
    box-shadow: rgba(16, 44, 74, 0.16) 0px 16px 40px;
}

.nav-menu.open {
    left: 0;
}

.mnavScrim {
    position: fixed;
    inset: 0px;
    background: rgba(12, 32, 54, 0.55);
    z-index: 210;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease;
}

.mnavScrim.open {
    opacity: 1;
    visibility: visible;
}

.mnav-sec {
    font: 700 11px Montserrat, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(147, 166, 186);
    padding: 20px 20px 6px;
}

.head-menu {
    background: rgb(25, 118, 210);
    padding: 22px 20px;
}

.head-menu .logo {
    max-width: 220px;
}

.side-menu a {
    display: block;
    font: 500 15px Montserrat, sans-serif;
    color: rgb(18, 41, 63);
    min-height: 52px;
    padding: 15px 15px 15px 35px;
}

.side-menu a:hover {
    background: #EEF5FB;
}

.hero-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.hero-badges span {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 4px;
    padding: 8px 14px;
    font: 600 12.5px Montserrat, sans-serif;
    color: rgb(51, 71, 92);
}

.hero-card {
    background: rgb(245, 250, 254);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 10px;
    padding: 18px 20px;
}

.fact-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 7px 0px;
    border-bottom: 1px solid rgb(232, 241, 249);
    font-size: 13px;
}

.zone-card.hover-lift {
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 10px;
    padding: clamp(22px, 2.2vw, 30px);
    color: rgb(51, 71, 92);
}

.go {
    font: 700 13.5px Montserrat, sans-serif;
    color: rgb(25, 118, 210);
}

section {
    padding: clamp(48px, 6vw, 84px) 0px;
    border-top: 1px solid rgb(232, 241, 249);
}

.section-intro {
    max-width: 70ch;
    color: rgb(92, 113, 137);
    margin-bottom: 28px;
}

.info-card {
    background: rgb(255, 255, 255);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgb(232, 241, 249) rgb(232, 241, 249) rgb(232, 241, 249) rgb(25, 118, 210);
    border-image: none;
    border-radius: 10px;
    padding: clamp(20px, 2.2vw, 28px);
}

.comp {
    background: rgb(245, 250, 254);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 8px;
    padding: 20px;
}

.step {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 10px;
    padding: 24px 22px;
}

.faq-item {
    background: rgb(245, 250, 254);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 8px;
    padding: 17px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-item .question {
    font: 700 16px / 1.45 Montserrat, sans-serif;
    color: rgb(18, 41, 63);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.faq-item .question span {
    margin-left: 20px;
}

.faq-item .question svg {
    fill: #7f7f7f;
    transition: all 0.3s ease-in-out;
}

.faq-item .question.active svg {
    fill: #000;
    transform: rotate(45deg);
    transform-origin: center;
}

.faq-item .answer {
    max-height: 0;
    overflow: hidden;
    font-size: 14.5px;
    color: rgb(92, 113, 137);
    max-width: 70ch;
    line-height: 1.7;
    transition: max-height 0.3s ease-in-out;
}

.faq-item .answer > div {
    margin: 18px 0 0;
}

.article p {
    color: rgb(51, 71, 92);
    max-width: 76ch;
    margin: 0px 0px 14px;
    font-size: 16px;
    line-height: 1.85;
}

.prod__but {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishlist-button {
    cursor: pointer;
    width: 46px;
    height: 40px;
    background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="21px" height="18px" viewBox="389.5 391 21 18" enable-background="new 389.5 391 21 18" xml:space="preserve"><path fill="%23293D83" d="M408.6,392.7c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7l-0.6,0.6l-0.6-0.6c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7c-1.1,1.1-1.7,2.5-1.7,4c0,1.5,0.6,2.9,1.7,4l8.2,8.2c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2l8.2-8.1c1.1-1.1,1.7-2.5,1.7-4C410.2,395.2,409.7,393.7,408.6,392.7z M407.8,399.9l-7.8,7.7l-7.7-7.7c-0.9-0.9-1.3-2-1.3-3.2c0-1.2,0.5-2.3,1.3-3.2c0.8-0.8,2-1.3,3.2-1.3c1.2,0,2.3,0.5,3.2,1.3l1,1c0.2,0.2,0.6,0.2,0.8,0l1-1c0.9-0.9,2-1.3,3.2-1.3c1.2,0,2.3,0.5,3.2,1.3c0.9,0.9,1.3,2,1.3,3.2C409.1,397.9,408.6,399,407.8,399.9z"/></svg>') no-repeat;
    background-position: center;
}


.wishlist-button.add {
    background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="21px" height="18px" viewBox="389.5 391 21 18" enable-background="new 389.5 391 21 18" xml:space="preserve"><path fill="%23293D83" d="M408.6,392.7c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7l-0.6,0.6l-0.6-0.6c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7c-1.1,1.1-1.7,2.5-1.7,4c0,1.5,0.6,2.9,1.7,4l8.2,8.2c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2l8.2-8.1c1.1-1.1,1.7-2.5,1.7-4C410.2,395.2,409.7,393.7,408.6,392.7z"/></svg>') no-repeat;
    background-position: center;
}

/*************************************************************************
                            CHECKOUT
 */
/* Изначально скрываем все панели с контентом */
.custom-tab-panel {
    display: none;
}

/* Показываем только активную панель */
.custom-tab-panel.active {
    display: block;
}

/* Базовые стили для навигации */
.custom-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    border-bottom: 2px solid #eee;
}

.custom-tabs-nav .nav-item {
    margin-bottom: -2px;
}

.custom-tabs-nav .nav-item a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #666;
    border-bottom: 2px solid transparent;
}

/* Стиль для активной кнопки меню */
.custom-tabs-nav .nav-item.active a {
    color: #000;
    border-bottom: 2px solid #000; /* Цвет подчеркивания активного таба */
    font-weight: bold;
}

#billing_phone_field.form-row-wide,
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

#billing_phone_field.form-row-wide,
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}

.woo-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: rgb(25, 118, 210);
}

.woo-title span {
    font-weight: 600;
    font-size: 13px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid rgb(25, 118, 210);
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
    margin: 0 10px 1px 0;
}
.comment-form{
    max-width: 500px;
}
p.form-row {
    margin: 0;
}

p.form-row:before {
    content: "";
    display: block;
    clear: both;
}

ul.wc_payment_methods.payment_methods li, .woocommerce ul#shipping_method li {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0;
}

.woocommerce ul#shipping_method li span {
    vertical-align: middle;
    width: 45%;
    display: inline-block;
}

.woocommerce form .form-row label {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    color: #868585;
}

.woocommerce ul#shipping_method li span {
    vertical-align: middle;
    width: 45%;
    display: inline-block;
}

.zen-ui-select__value,
textarea, input[type="password"], input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    height: 46px;
    padding: 0 18px;
    background: transparent;
    border: 1px solid #3c3c3c;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
    border-radius: 6px;
    color: #000;
}

ul.wc_payment_methods li {
    width: 100%;
}

.__rememberme input[type="checkbox"],
.wc-terms-and-conditions input[type="checkbox"],
.wc_payment_methods input[type="radio"],
.woocommerce-shipping-methods input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.__rememberme input[type="checkbox"] + label,
.wc-terms-and-conditions input[type="checkbox"] + label,
.wc_payment_methods input[type="radio"] + label,
.woocommerce-shipping-methods input[type="radio"] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    width: 100%;
}

.wc_payment_methods input[type="radio"] + label:before,
.woocommerce-shipping-methods input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #625f5f;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: top;
    background: #fff;
}

.__rememberme input[type="checkbox"] + label:before,
.wc-terms-and-conditions input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #625f5f;
    border-radius: 6px;
    margin-right: 0.5em;
    background-color: #fff;
}

.woocommerce ul#shipping_method li span {
    vertical-align: middle;
    width: 45%;
    display: inline-block
}

.wc_payment_methods input[type="radio"]:checked + label:before,
.woocommerce-shipping-methods input[type="radio"]:checked + label:before {
    border-color: rgb(25, 118, 210);
    background: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.5" cy="4.5" r="4" fill="%236f0404"/></svg>') no-repeat;
    background-position: center;
    background-size: 9px;
    background-color: #fff;
}

.__rememberme input[type="checkbox"]:checked + label:before,
.wc-terms-and-conditions input[type="checkbox"]:checked + label:before {
    border-color: rgb(25, 118, 210);
    background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><path fill="%23FFFFFF" d="M18.7,8.2c-0.3-0.3-0.9-0.3-1.2,0L10.3,15l-3.8-3.5c-0.3-0.3-0.9-0.3-1.2,0c-0.3,0.3-0.3,0.8,0,1.2l4.4,4.1C9.8,16.9,10,17,10.3,17c0.2,0,0.5-0.1,0.6-0.2l7.8-7.3C19.1,9.1,19.1,8.6,18.7,8.2z"/></svg>');
    background-position: center;
    background-size: 24px;
    background-color: rgb(25, 118, 210);
}

button#place_order {
    border-radius: 6px;
    border: 2px solid rgb(25, 118, 210);
    background: transparent;
    color: rgb(25, 118, 210);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}

button#place_order:hover {
    background: rgb(25, 118, 210);
    color: #fff;
}

.woocommerce-form__label a {
    color: rgb(25, 118, 210);
    font-weight: 600;
}

.sw_basket_prod {
    border-bottom: 1px solid #3c3c3c;
    padding: 13px 0;
}

.sw_basket_info {
    width: calc(100% - 110px);
}

.sw_basket-product-image {
    width: 98px;
}

.sw_prod_name {
    width: 60%;
}

.sw_pros_data {
    width: 150px;
    font-weight: 600;
}

#order_review .total {
    margin: 10px 0;
}

.f16 {
    font-size: 14px;
}

#billing_country_field {
    display: none !important;
}

.checkout-inline-error-message {
    font-size: 13px;
    position: relative;
    top: -10px;
    color: #bc0a06;
    font-weight: 600;
    margin: 0;
}

form.checkout {
    margin-bottom: 80px;
}

/*************************************************************************
                            WOOCOMMERCE
 */
.custom-loop-cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

ul.products .custom-loop-cart-wrapper .add_to_cart_button,
.custom-loop-cart-wrapper .quantity input,
.custom-loop-cart-wrapper .quantity {
    margin: 0;
    height: 36px;
}

.custom-loop-cart-wrapper .quantity {
    width: calc(100% - 55px);
}

ul.products .custom-loop-cart-wrapper .add_to_cart_button:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path style="fill:%23FFFFFF;" d="M20,3.3H4.3v1.4L3.3,0H0v2.2h1.5l2.6,11.3h12.4L20,3.3z M5.9,11.3L4.5,5.5h12.4l-2,5.8H5.9z M7.1,14.8c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c1.4,0,2.6-1.2,2.6-2.6C9.7,16,8.5,14.8,7.1,14.8z M7.1,17.8c-0.2,0-0.4-0.2-0.4-0.4S6.8,17,7.1,17s0.4,0.2,0.4,0.4S7.3,17.8,7.1,17.8z M15.2,14.8c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c1.4,0,2.6-1.2,2.6-2.6C17.8,16,16.7,14.8,15.2,14.8z M15.2,17.8c-0.2,0-0.4-0.2-0.4-0.4S15,17,15.2,17s0.4,0.2,0.4,0.4S15.4,17.8,15.2,17.8z"/></svg>');
}

.products .product .added_to_cart,
.products .product .wc-forward {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    overflow: hidden !important;
}

.orderby {
    background: rgb(245, 250, 254);
    border: 1px solid rgb(232, 241, 249);
    border-radius: 4px;
    padding: 11px 20px;
    color: rgb(147, 166, 186);
}

ul.page-numbers {
    text-align: center;
    margin: 25px 0 40px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul.page-numbers li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

ul.page-numbers span.current {
    font-weight: 700;
    font-size: 22px;
    color: rgb(25, 118, 210);;
}

ul.page-numbers a {
    color: #2E2B2E;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.variations label {
    font: 600 13px Montserrat, sans-serif;
    color: rgb(18, 41, 63);
    margin-bottom: 10px;
}

.custom-radio-variations {
    display: flex;
    gap: 15px;
}

.radio-variation-label {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    user-select: none;
}

/* Полностью скрываем стандартный кружок радиокнопки */
.radio-variation-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Стилизуем текст внутри тега span, превращая его в кнопку */
.radio-variation-label span {
    display: inline-block;
    padding: 10px 20px;
    border: 1.5px solid rgb(232, 241, 249);
    background: rgb(255, 255, 255);
    border-radius: 12px;
    font: 700 13.5px / 1.4 Montserrat, sans-serif;
    color: rgb(18, 41, 63);
    transition: all 0.2s ease-in-out;
}

/* Эффект при наведении мыши на кнопку */
.radio-variation-label:hover span,
.radio-variation-input:checked + span {
    background: #E3F1FC;
    border: 1.5px solid #1976D2;

}

.woocommerce-product-details__short-description p {
    font: 400 17px/1.5 "Montserrat", ui-sans-serif, system-ui, "Segoe UI", Arial, sans-serif;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #1976d2;
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover ~ a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.quantity {
    width: 138px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #e7e8ea;
    box-shadow: inset 0 1px 2px rgba(35, 31, 32, .06);
}

.td-quantity-button.plus,
.td-quantity-button.minus {
    position: absolute;
    top: 0;
    cursor: pointer;
    text-align: center;
    width: 30%;
    height: 100%;
}

.td-quantity-button svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.td-quantity-button.plus {
    right: 0;
}

.td-quantity-button.minus {
    left: 0;
}

.quantity input {
    height: 52px;
    width: 100%;
    border: none;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

input.submit,
.single_add_to_cart_button {
    flex: 1 1 170px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0px;
    border-radius: 4px;
    background: rgb(25, 118, 210);
    color: rgb(255, 255, 255);
    font: 700 15.5px Montserrat, sans-serif;
    cursor: pointer;
    min-width: 170px;
    max-width: 220px;
    margin: 0 10px;
}

.catalog-toolbar-wrapper {
    margin-bottom: 20px;
}

.wrap-catalog > .filter {
    width: 264px;
    margin-bottom: 20px;
    border: 1px solid rgb(232, 241, 249);
    border-radius: 10px;
}

.yith-wcan-filters {
    background-color: transparent;
    margin-bottom: 30px;
    padding: 20px;
    top: 90px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
    font: 700 11.5px Montserrat, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgb(92, 113, 137);
    margin: 0 0 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: 1.5;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    color: rgb(18, 41, 63);
    font-size: 14px;
}

.catalog {
    width: calc(100% - 305px);
}

ul.products li.product {
    width: calc(25% - 10px);
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgb(232, 241, 249);
    border-radius: 10px;
    overflow: hidden;
}

ul.products li.product.empty {
    height: 0;
    overflow: hidden;
    margin: 0;
    border: none;
}

.prod-slider ul.products li.product {
    width: 24%;
    max-width: 300px;
    background: #fff;
}
.product-tag{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
span.onsale {
    background: rgb(226, 61, 87);
    color: rgb(255, 255, 255);
    font: 700 11px Montserrat, sans-serif;
    padding: 5px 12px;
    border-radius: 4px;

}

.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 12px;
    text-decoration: none;
}

.woocommerce-LoopProduct-div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.yith-wcan-reset-filters {
    border: none;
    width: 100%;
    margin: 0 0 10px;
}

.yith-wcan-reset-filters,
ul.products .add_to_cart_button {
    background: rgb(25, 118, 210);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 13px;
    border-radius: 12px;
    font: 700 13.5px Montserrat, sans-serif;
    margin-top: 6px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yith-wcan-reset-filters:hover,
ul.products .add_to_cart_button:hover {
    background: rgb(8, 69, 130);
}

ul.products .main-content ul {
    font-size: 15px;
    padding-left: 15px;
    list-style: disc;
}

ul.products .main-content ul li {
    margin-bottom: 5px;
}

.prod-info {
    margin: 10px 15px 0 15px;
}

.product-cat-price {
    margin: auto 10px 10px 10px;
}

ul.products .price {
    font: 800 19px Montserrat, sans-serif;
    color: rgb(13, 78, 158);
    margin: 10px 0 10px 10px;
    display: block;
}

.price del,
.price ins,
ul.products .price del,
ul.products .price ins {
    text-decoration: none;
    position: relative;
}

.price del:after,
ul.products .price del:after {
    content: "";
    position: absolute;
    width: 77%;
    height: 2px;
    background: #e23d57;
    top: 51%;
    left: 0;
    margin: auto;
}

ul.products .price del {
    font-size: 14px;
    color: #e23d57;
}
.quantity_for_the_price{
    margin: 0 0 10px;
    font-size: 15px;
}
.woocommerce-loop-product__title {
    font: 700 15px / 1.35 Montserrat, sans-serif;
    margin: 0 0 15px;
}

.woocommerce-loop-product__title a {
    color: rgb(25, 118, 210);;
}

.woocommerce-breadcrumb {
    padding: 24px 0;
    overflow: hidden;
}

.breadcrumb-last, .woocommerce-breadcrumb a {
    color: rgb(90, 106, 122);
    font-size: 13px;
}

a.brand-link:hover,
.woocommerce-breadcrumb a:hover {
    color: #000;
}

.woocommerce div.product div.summary, .woocommerce-product-gallery {
    width: 49%;
    position: relative;
}

h1.product_title {
    font-family: 'Bona Nova';
    font-size: 34px;
    margin: 5px 0;
}

.price {
    font: 800 clamp(30px, 3vw, 38px) / 1 Montserrat, sans-serif;
    color: rgb(18, 41, 63);
    margin: 20px 0 5px;
}

.price del {
    font-size: 20px;
    color: #e23d57;
    display: table;
    text-decoration: none;
    position: relative;
}

a.brand-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(90, 106, 122);
    letter-spacing: .18em;
}

.product.type-product > .bg-blue .wrapper {
    padding: 0 20px 20px;
}

.woocommerce-product-gallery__image {
    background: #fff;
    border-radius: 16px;
}

.tab-main-content table {
    width: 100%;
    max-width: 780px;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e8f1f9;
    border-radius: 10px;
    overflow: hidden;
    display: table;
}

.tab-main-content table td,
.tab-main-content table td a {
    color: rgb(18, 41, 63);
    font-weight: 600;
}

.tab-main-content table th,
.tab-main-content table td {
    padding: 14px 18px;
    font-size: 14px;
    box-sizing: border-box;
}

.tab-main-content table tr > td {
    text-align: left;
    color: rgb(92, 113, 137);
    font-weight: 300;
}


.tab-main-content table tr td:first-child {
    color: #5c7189;
    width: 46%;
}


.tab-main-content table tr td:last-child {
    color: #12293f;
    font-weight: 600;
}


.tab-main-content table tr:not(:last-child) {
    border-bottom: 1px solid #f1f7fc;
}


.tab-main-content table tr:nth-child(odd) {
    background: #f5fafd;
}


@media screen and (max-width: 600px) {
    /* Превращаем таблицу и строки в блочные элементы */
    .tab-main-content table,
    .tab-main-content table tbody,
    .tab-main-content table tr,
    .tab-main-content table td {
    }
    .table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-wrapper  table {
        width: 500px;
        border-collapse: collapse;
    }

    /* Убираем стандартные границы строк */
    .tab-main-content table tr {
        border-bottom: 1px solid #e8f1f9 !important;
    }

    .tab-main-content table tr:last-child {
        border-bottom: none !important;
    }

    /* Настраиваем отступы для ячеек */
    .tab-main-content table td {
        padding: 10px 16px;
    }

    /* Сжимаем отступ снизу у названия, чтобы оно было ближе к значению */
    .tab-main-content table tr td:first-child {
        padding-bottom: 4px;
    }

    /* Добавляем отступ сверху для значения */
    .tab-main-content table tr td:last-child {
        padding-top: 0;
    }
}

#FlyBasket .modal-dialog,
#callback .modal-dialog {
    width: 90%;
    max-width: 500px;
    background: #fff;
    padding: 50px 40px;
    border: 2px solid #caa181;
    border-radius: 10px;
}

#FlyBasket .half {
    flex-wrap: nowrap;
}

#FlyBasket .modal-dialog {
    max-width: 900px;
}

#flyCartItems {
    border-top: 1px solid #3c3c3c;
}

#flyCartItems .left {
    max-height: 375px;
    overflow-y: auto;
}

#flyCartItems .right {
    width: 49%;
    background: #EEF5FB;
    padding: 35px 24px;
}

.flyProd {
    padding: 35px 0;
    border-bottom: 1px solid #3c3c3c;
}

.fly_title a, .sw_prod_name a {
    text-decoration: none;
    color: #1976D2;
    font-weight: 700;
    margin: 0;
}

.flyProd .attachment-woocommerce_thumbnail {
    max-width: 76px;
}

.fly_prod_descr {
    width: calc(100% - 85px);
    padding-right: 15px;
    font-weight: 400;
}

.fly_price {
    width: 100%;
    margin-top: 7px;
}

#flyCartItems .total {
    margin-bottom: 16px;
    color: #000;
}

#flyCartItems .total span {
    font-size: 14px;
    font-weight: 400;
    max-width: 49%;
}

#flyCartItems .total._all {
    padding: 16px 0;
    margin: 0;
    border-top: 1px solid #3c3c3c;
}

button.fly-modal-close,
.modal-dialog .toCart {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

button.fly-modal-close {
    border-radius: 6px;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

button.fly-modal-close:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.modal-close {
    right: -20px;
    top: -30px;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal-dialog textarea,
.modal-dialog input {
    width: 100%;
    background: transparent;
    border: 1px solid #625f5f;
    color: #000;
    height: 47px;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 15px;
}

.modal-dialog textarea {
    height: 120px;
    padding: 20px;
}

.modal-dialog .toCart {
    border-radius: 6px;
    border: 2px solid rgb(25, 118, 210);
    background: transparent;
    color: rgb(25, 118, 210);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.modal-dialog .toCart:hover,
.modal-dialog input[type="submit"]:hover {
    background: rgb(25, 118, 210);
    color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    justify-content: start;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    margin: 0;
    list-style: none;
    max-width: 110px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 8px;
}

.variations label {

}

/**********************************************************************************
                                    FOOTER
 */
.footer {
    background: rgb(25, 118, 210);
    color: rgb(195, 214, 233);
    padding: clamp(48px, 6vw, 76px) 0px 24px;
}

.footer-container {
    padding-inline: clamp(18px, 4vw, 28px);
}

.f-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(26px, 3vw, 40px);
}

.f-logo {
    font: 800 21px Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    letter-spacing: 0.26em;
}

.footer-desc {
    color: rgb(165, 191, 216);
    font-size: 14.5px;
    margin-top: 14px;
    max-width: 30ch;
}

.footer-highlight {
    color: rgb(143, 203, 255);
}

.social-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.scp2 {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.07);
    color: rgb(220, 235, 250);
    font: 500 12.5px Montserrat, sans-serif;
    text-decoration: none;
}

.footer-title {
    color: rgb(255, 255, 255);
    font: 700 12px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0px 0px 18px;
}

.foo-menu a,
.scp0 {
    color: rgb(165, 191, 216);
    font-size: 14.5px;
    display: block;
    padding: 6px 0px;
    text-decoration: none;
}

.foo-menu a:hover,
.scp0:hover {
    color: #fff;
}

.f-contact {
    font-size: 14.5px;
    line-height: 2;
    color: rgb(165, 191, 216);
}

.contact-phone {
    color: rgb(255, 255, 255);
}

.contact-email {
    display: inline;
    padding: 0px;
}

.modal-dialog {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.modal-title{
    color: rgb(25, 118, 210);;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 38px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px 18px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: rgb(202, 212, 223);
}
.footer-bottom a{
    color: rgb(202, 212, 223);
}
.footer-bottom a:hover{
    color: #fff;
}

.openFilter {
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

input.error {
    background: #dfa7a7;
}
.woo-pay-block,
.woocommerce-checkout-review-order{
    background: #eef5fb;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1100px) {
    .wrap-catalog {
        position: relative;
    }

    .filter {
        position: absolute;
        left: -500px;
        transition: all 0.7s ease;
        z-index: 22;
    }

    .filter.open {
        left: 0;
    }

    .openFilter {
        display: inline-flex;
    }

    .catalog {
        width: 100%;
    }
}

@media (max-width: 1050px) {
    #customer_details.half .left,
    #customer_details.half .right {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .woocommerce div.product div.summary,
    .woocommerce-product-gallery {
        width: 100%;
    }

    .prod-slider ul.products li.product {
        width: 32%;
    }

    .product-wrap {
        display: block;
    }

    .woocommerce-product-gallery__image img {
        margin: auto;
    }
}

@media (max-width: 900px) {
    #menu-top {
        display: none;
    }
}

@media (max-width: 780px) {
    #flyCartItems .left,
    #flyCartItems .right {
        width: 100%;
    }

    #FlyBasket .half {
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .prod-slider ul.products li.product {
        width: 49%;
    }

    ul.products li.product {
        width: calc(33% - 10px);
    }
}

@media (max-width: 550px) {
    .fly_prod_descr,
    button#place_order,
    .sw_basket_info,
    #billing_phone_field.form-row-wide,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .sw_top .quantity {
        width: 35%;
        margin: 0;
    }

    .sw_bottom {
        margin-top: 10px;
    }

    .__sw_end_chekout {
        display: block;
    }

    #FlyBasket .modal-dialog, #callback .modal-dialog {
        padding: 50px 0;
    }

    .fly_descr {
        margin-top: 5px;
    }

    .fly_descr,
    .fly_title a,
    .sw_prod_name a {
        font-size: 14px;
    }

    .woo-title {
        font-size: 18px;
    }

    #flyCartItems .left {
        padding: 0 20px;
    }

    .sw_top .quantity input,
    button#place_order {
        height: 42px;
    }
}

@media (max-width: 500px) {
    .logo {
        max-width: 180px;
    }
}

@media (max-width: 450px) {
    .header-container {
        gap: 8px;
    }

    a.brand-link {
        font-size: 10px;
    }

    .prod-info {
        margin: 0 10px;
    }

    .woocommerce-loop-product__title a {
        font-size: 13px;
    }

    .header-actions {
        gap: 6px;
    }

    ul.products li.product,
    .prod-slider ul.products li.product {
        width: calc(50% - 10px);
        margin: 0 auto 5px;
    }

    .tab-main-content {
        padding: 28px 0;
    }

    .woocommerce-result-count,
    .custom-tabs-nav .nav-item a {
        font-size: 14px;
    }
    .g-slider .scp8{
        display: none;
    }
    .g-slider .scp7 {
        width: 100%;
        min-width: 32px;
        min-height: auto;
        margin-bottom: 20px;
        padding: 10px;
    }
    .g-slider p{
        font-size: 14px;
    }
    .eyebrow{
        font-size: 10px;
    }
}

@media (hover: hover) {
    .hover-lift:hover {
        border-color: #1976D2;
        box-shadow: 0 1px 3px rgba(16, 44, 74, .08)
    }
}

@media (max-width: 1024px) {
    .hero-split {
        grid-template-columns:1fr !important
    }

    .cat-rail {
        display: none;
    }
    .cat-rail > div{
        padding: 8px !important;
        display: flex !important;
        overflow-x: auto;
        gap: 8px !important;
        scrollbar-width: thin
    }

    .cat-rail a {
        flex: 0 0 auto;
        white-space: nowrap;
        border-bottom: 0 !important;
        border: 1px solid #E8F1F9 !important;
        border-radius: 4px !important;
        padding: 9px 16px !important
    }

    .menu-btn {
        display: none !important
    }

    .hamburger {
        display: block;
    }
}

@media (max-width: 760px) {
    .h-link {
        display: none !important
    }

    .social-fixed {
        display: none !important
    }

    .mobile-cta {
        display: flex !important
    }

    body {
        padding-bottom: 84px
    }

    .searchForm {
        flex: 1 1 100% !important;
        order: 10
    }

    .split-2 {
        grid-template-columns:1fr !important
    }

    .topbar-nav {
        display: none !important
    }
}

@media (max-width: 680px) {
    .grid-4 {
        grid-template-columns:1fr 1fr !important;
        gap: 10px !important
    }

    .prod-body {
        padding: 13px !important;
        gap: 7px !important
    }

    .prod-card h3 {
        font-size: 13.5px !important
    }

    .prod-price {
        font-size: 16.5px !important
    }

    .prod-card .btn {
        font-size: 12.5px !important;
        min-height: 44px !important
    }

    .prod-tag {
        font-size: 10px !important;
        padding: 4px 9px !important
    }
}