html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body, input, button, select, textarea,
h1, h2, h3, h4, h5, h6, app-root, .form-control {
    margin: 0;
    /*padding: 0;*/
    color: #001A45;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.2;
}

a {
    color: #001A45;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

body {
    background: #FBFBFB;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    overflow-y: auto;
    padding: 0 !important;
}

.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100,
    "YTLC" 500;
}

.fs-12px {
    font-size: 0.75rem !important;
}

.fs-13px {
    font-size: 0.8125rem !important;
}

.fs-14px {
    font-size: 0.875rem !important;
}

.fs-15px {
    font-size: 0.9375rem !important;
}

.fs-24px {
    font-size: 1.5rem !important;
}

.fs-26px {
    font-size: 1.625rem !important;
}

.fs-32px {
    font-size: 2rem !important;
}

.fs-46px {
    font-size: 2.875rem !important;
}

.bg-dark-blue {
    background-color: #001A45 !important;
}

.bg-yellow {
    background-color: #F9ED4B !important;
}

.bg-green {
    background-color: #0EC937 !important;
}

.bg-red {
    background-color: #FF3B00 !important;
}

.bg-orange {
    background-color: #EF7C00 !important;
}

.bg-light {
    background-color: #FBFBFB !important;
}

.bg-light-gray {
    background-color: #F3F3F5 !important;
}

button,
button.btn,
a.btn,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*color: #001A45;*/
    line-height: 1;
    transition: all 0.15s ease-in-out;
    outline: none !important;
    /*border: none !important;*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    min-height: 2.5rem;
}

button.btn-sm,
a.btn-sm,
.btn-sm {
    min-height: 2rem;
}

button.btn-lg,
a.btn-lg,
.btn-lg {
    min-height: 3rem;
    font-size: 1rem;
}

button:hover,
button.btn:hover,
a.btn:hover,
.btn:hover {

}


.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    border: 1px solid transparent;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: 1;
    position: relative;
    background: #BFC6D1 !important;
}

.btn-yellow {
    border: 1px solid #F9ED4B;
    color: #001A45 !important;
    background-color: #F9ED4B !important;
}

.btn-yellow2 {
    border: 1px solid #FFEC2D;
    color: #001A45 !important;
    background-color: #FFEC2D !important;
}

.btn-yellow:hover,
.btn-yellow:active {
    border: 1px solid #e1d645;
    background-color: #e1d645 !important;
}

.btn-yellow2:hover,
.btn-yellow2:active {
    border: 1px solid #dfcf28;
    background-color: #FFEC2D !important;
}

.btn-orange {
    border: 1px solid #EF7C00;
    background-color: #EF7C00;
    color: #fff !important;
}

.btn-orange:hover,
.btn-orange.show,
.btn-orange:active {
    color: #fff !important;
    border: 1px solid #EF7C00;
    background-color: #EF7C00 !important;
    opacity: 0.8;
}


.btn-dark-blue {
    background: #001A45;
    border: 1px solid #001A45;
    color: #fff !important;
}

.btn-dark-blue:hover {
    background: #002e78;
    border: 1px solid #001A45;
    color: #fff !important;
}

.btn-blue {
    background: #0088CC;
    border: 1px solid #0088CC;
    color: #fff !important;
}

.btn-blue:hover {
    background: #0179b5;
    border: 1px solid #0088CC;
    color: #fff !important;
}

.btn-outline-dark-blue {
    background: #fbfbfb;
    border: 1px solid #001A45;
    color: #001A45 !important;
}

.btn-outline-dark-blue:hover,
.btn-outline-dark-blue:active {
    background: #dbe6f6 !important;
    border: 1px solid #001A45 !important;
}

.btn-dark-blue:active {
    background: #00429c !important;
    border: 1px solid #00429c !important;
    color: #fff;
}

.btn-light {
    color: #001A45;
    background: #fbfbfb;
    border: 1px solid #f7f7f7;
    --bs-btn-hover-color: #001A45;
}

.btn-light:hover {
    background: #e6e5e5;
    border: 1px solid #d6d6d6;
}

.btn-gray {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    /*color: #001A45 !important;*/
}

.btn-gray:hover {
    background: #dfdfdf !important;
    /*color: #001A45 !important;*/
}

.border,
.border-top,
.border-bottom,
.border-end,
.border-start {
    /*border-color: #cccccc !important;*/
}

.border-gray {
    border-color: #cccccc !important;
}

.border-light2 {
    border-color: #F1F1F1 !important;
}

.border-light {
    border-color: #f7f7f7 !important;
}

.border-orange {
    border-color: #EF7C00 !important;
}

.p-5px {
    padding: 0.3125rem;
}

.p-10px {
    padding: 0.625rem;
}

.p-20px {
    padding: 1.25rem;
}

.p-30px {
    padding: 1.875rem;
}

.p-40px {
    padding: 2.5rem;
}

.px-5px {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
}

.ps-5px {
    padding-left: 0.3125rem;
}

.pe-5px {
    padding-right: 0.3125rem;
}

.py-5px {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.ps-10px {
    padding-left: 0.625rem;
}

.pe-10px {
    padding-right: 0.625rem;
}

.py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.pt-10px {
    padding-top: 0.625rem;
}

.pb-10px {
    padding-bottom: 0.625rem;
}

.px-10px {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.px-20px {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.py-20px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pt-20px {
    padding-top: 1.25rem;
}

.pb-20px {
    padding-bottom: 1.25rem;
}

.ps-20px {
    padding-left: 1.25rem;
}

.pe-20px {
    padding-right: 1.25rem;
}

.pt-30px {
    padding-top: 1.875rem;
}

.pb-30px {
    padding-bottom: 1.875rem;
}

.px-30px {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.py-30px {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.pt-40px {
    padding-top: 2.5rem;
}

.pt-60px {
    padding-top: 3.75rem;
}

.pb-40px {
    padding-bottom: 2.5rem;
}

.py-40px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pb-80px {
    padding-bottom: 5rem;
}

.pb-100px {
    padding-bottom: 100px;
}

.mx--5px {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}

.m-5px {
    margin: 0.3125rem;
}

.m-10px {
    margin: 0.625rem;
}

.m-20px {
    margin: 1.25rem;
}

.mt-5px {
    margin-top: 0.3125rem;
}

.mx-5px {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.my-5px {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

.ms-5px {
    margin-left: 0.3125rem;
}

.me-5px {
    margin-right: 0.3125rem;
}

.mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.ms-10px {
    margin-left: 0.625rem;
}

.me-10px {
    margin-right: 0.625rem;
}

.mt-10px {
    margin-top: 0.625rem;
}

.mb-10px {
    margin-bottom: 0.625rem;
}

.mx-20px {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mt-20px {
    margin-top: 1.25rem;
}

.mb-20px {
    margin-bottom: 1.25rem;
}

.ms-20px {
    margin-left: 1.25rem;
}

.ms-md-20px {
    margin-left: 1.25rem !important;
}

@media (max-width: 767.98px) {
    .ms-md-20px {
        margin-left: 0 !important;
    }
}

.me-20px {
    margin-right: 1.25rem;
}

.mt-30px {
    margin-top: 1.875rem;
}

.mb-30px {
    margin-bottom: 1.875rem;
}

.mb-32px {
    margin-bottom: 2rem;
}


.mt-40px {
    margin-top: 2.5rem;
}

.mb-40px {
    margin-bottom: 2.5rem;
}

.mb-60px {
    margin-bottom: 3.75rem;
}

.mb-100px {
    margin-bottom: 100px;
}


.mx--10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.me--20px {
    margin-right: -1.25rem;
}

.gap-10px {
    gap: 0.625rem;
}

.gap-20px {
    gap: 1.25rem;
}


.column-gap-10px {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

.column-gap-20px {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.row-gap-20px {
    row-gap: 1.25rem;
}

.row-gap-32px {
    row-gap: 2rem;
}

.mw-346px {
    max-width: 346px;
}

.mw-536px {
    max-width: 536px;
}

.min-h-0 {
    min-height: 0;
}

.min-w-150px {
    min-width: 150px;
}

.text-black2 {
    color: #1E1E1E !important;
    transition: all 0.3s ease-in-out;
}

.text-red {
    color: #FF3B00 !important;
    transition: all 0.3s ease-in-out;
}

.text-dark-blue {
    color: #001A45 !important;
}

.text-orange {
    color: #EF7C00 !important;
}

.text-gray {
    color: #cccccc !important;
}

.text-gray2 {
    color: #8B8B8B !important;
}

.text-green {
    color: #0EC937 !important;
}

.pc-element {
    display: none !important;
}

.mobile-element {
    display: block !important;
}

.d-flex.mobile-element {
    display: flex !important;
}

.overflow-y-auto,
.overflow-x-auto {
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
}

.form-control {
    font-size: 1rem;
    color: #1E1E1E;
    background: #FBFBFB;
    border: 1px solid #F7F7F7;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    height: 2.5rem;
    min-height: 2.5rem;
}

.form-control-sm {
    font-size: 0.875rem;
    height: 2.125rem;
    min-height: 2.125rem;
    padding: 0.25rem 0.5rem;
}

.form-control-lg {
    height: 3rem;
    min-height: 3rem;
    font-size: 1rem;
    /*padding: 0.625rem 1.25rem;*/
}

.container-xxl {
    position: relative;
    max-width: 1200px;
    padding: 0;
}


.s-header {
    position: relative;
    z-index: 1043;
}

.section {
    position: relative;
}


.s-navbar.pc-element {
    position: relative;
    z-index: 1101;
}

.s-navbar .nav-1 {
    font-size: 0.875rem;
}


.nav-link {
    color: #001A45;
    transition: all 0.15s ease-in-out;
}

.nav-link:hover, .nav-link:focus {
    color: #EF7C00;
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.625rem;
    min-height: 32px;
    font-weight: 500;
}

.rounded-5px {
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.rounded-10px {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.rounded-20px {
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}

.header-address {
    cursor: pointer;
    padding: 0 0.75rem 0 0;
    flex: 0 0 auto;
    max-width: 226px;
}

.header-address:active {
    border: none;
}


.header-address__text {
    max-width: 188px;
}

.s-navbar .header-address__text {
    font-size: 0.75rem;
}

.s-navbar .btn.show {
    background: #001A45;
    color: #fff;
}

.s-navbar .btn.show svg path {
    stroke: #fff !important;
}

.header-logo img {
    width: 140px;
}

.badge {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    min-height: 22px;
    min-width: 22px;
    --bs-badge-padding-y: 0.25rem;
    --bs-badge-padding-x: 0.25rem;
}

.s-searchbar {
    position: relative;
    z-index: 1100;
}


.s-search__form {
    background: #FBFBFB;
    transition: all 0.15s ease-in-out;
}

.s-search__form:focus-within,
.s-search__form:focus-within {
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 26, 69, 0.2);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 26, 69, 0.2);
    box-shadow: 0px 0px 10px 4px rgba(0, 26, 69, 0.2);
}


input.form-control::placeholder {
    color: #ccc;
    opacity: 1;
}

.form-floating input::placeholder {
    opacity: 0 !important;
}

.s-searchbar .nav .icon {
    margin-bottom: 0;
}

.s-searchbar .nav .icon img {
    width: 1.875rem;
}

.cart-btn .badge {
    left: 90%;
}


.s-searchbar .btn-catalog {
    padding: 0.625rem 1rem 0.625rem 0.75rem;
}

.btn-catalog .icon {
    margin-right: 0.625rem;
}

.s-navbar .btn-catalog .icon {
    width: 1rem;
}

.s-navbar.mobile-element {
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
}

.s-navbar .nav-3 .btn-catalog {
    min-width: 101px;
}

.btn-account {
    min-width: 3.9rem;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #dbe6f6;
    --bs-dropdown-link-hover-bg: #dbe6f6;
}

.s-header .dropdown-menu {
    top: 15px !important;
    --bs-dropdown-link-active-bg: #dbe6f6;
    --bs-dropdown-link-hover-bg: #dbe6f6;
}

.dropdown-item {
    color: #001A45;
    padding: 0.625rem;
}

.s-header .dropdown-item {
    font-size: 1.0625rem;
    font-weight: 500;
}

.dropdown-menu li {
    padding: 0.625rem 0;
}

.dropdown.account .dropdown-menu {
    top: 15px !important;
}

.dropdown.account .dropdown-toggle.show {
    color: #EF7C00;
}

.dropdown.account .dropdown-toggle svg path {
    transition: all 0.15s ease-in-out;
}

.dropdown.account .dropdown-toggle.show svg path {
    fill: #EF7C00 !important;
}

.dropdown.account .dropdown-menu {
    width: 400px;
}

.dropdown.account .dropdown-item {
    font-size: 1.0625rem;
    padding: 0.625rem;
}

.dropdown-menu.sorting {
    width: 250px;
}

.dropdown-menu.sorting li {
    padding: 0;
}

.dropdown-menu.sorting .dropdown-item {
    padding: 1.25rem 0.625rem;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #ef7c00;
    background: none;
}

.s-searchbar .mobile-element {
    display: block;
}


.s-cover .swiper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.swiper .swiper-slide img {
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    /*font-size: 0.75rem;*/
    /*font-weight: bold;*/
    /*color: #001A45;*/
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 20%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #001A45;
    border-radius: 50%;
    border: none;
    /*border: 1px solid #F7F7F7;*/
    transition: all 0.15s ease-in-out;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev {
    left: 0;
    transform: translateX(-50%);
}

.swiper-button-next {
    right: 0;
    transform: translateX(50%);
}

.s-title {
    font-size: 1.875rem;
}

.s-categories .swiper {
    width: 100%;
}

.s-categories .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.card-title {
    color: #001A45;
    --bs-card-title-color: #001A45;
}

.s-categories .card {
    container-type: inline-size;
}

.s-categories .swiper-slide .card-title {
    font-size: 13.72cqw;
}

.s-categories .swiper-slide:first-child .card-title {
    font-size: 6.58cqw;
}

.s-categories .card {
    height: 100%;
}

.s-categories .swiper-slide:nth-child(2) .card {
    background: #FDF3E6;
}

.s-categories .card-img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    object-fit: contain;
    object-position: center bottom;
}


.s-categories .swiper-slide {
    overflow: hidden;
    width: 33.33%;
    height: auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 5px 10px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.s-categories .swiper-slide:nth-child(1) {
    width: 66.66%;
}

.s-banner .s-banner__cnt a {
    display: block;
}

.s-banner .s-banner__cnt picture,
.s-banner .s-banner__cnt img {
    width: 100%;
    height: auto;
}

.s-banner .s-banner__cnt {
    /*background: #c9c9c9;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}


.s-products .card-body {
    padding: 10px 0 0;
    width: 100%;
}

.s-products .card {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    min-height: 100%;
}

.s-products .card a {
    flex: 1 1 auto;
}

.s-products .card-img-top {
    max-width: 100%;
    max-height: 174px;
    object-fit: contain;
    object-position: center;
}

.card .s-badges {

}

.card .card-price {
    font-size: 1.25rem;
}

.card .card-price .old-price {
    font-size: 0.875rem;
    text-decoration: line-through;
    color: #9DB2C6;
    min-height: 1.25rem;
}

.card .card-price .badge {
    font-size: 0.75rem;
    padding: 0.25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FF3B00;
}

.card .card-price small {
    font-size: 0.9375rem;
}

.card .badge.bg-orange {
    -webkit-border-radius: 10px 0px 10px 5px;
    -moz-border-radius: 10px 0px 10px 5px;
    border-radius: 10px 0px 10px 5px;
}

.card .badge {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold!important;
}

.card .card-counter {
    background: #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 40px;
}

.card .card-counter .btn {
    height: 100%;
    font-size: 1.5rem;
    color: transparent;
}

.card .card-counter .btn-plus {
    background: url("../icons/icon-plus.svg") no-repeat center center;
}

.card .card-counter .btn-minus {
    background: url("../icons/icon-minus.svg") no-repeat center center;
}

.add-to-cart.hide {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    display: none;
}

#container {
    z-index: 9999;
    width: 100%;
}

.fly-item {
    position: fixed;
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: gold;*/
    /*border-radius: 50%;*/
    /*background: #F9ED4B;*/
    pointer-events: none;
    z-index: 9999;
}

.fly-item.circle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-advantages .swiper-slide {
    max-width: 268px;
}

.s-advantages .card {
    background-repeat: no-repeat;
    background-position: 20px 175px;
    background-size: 200px auto;
}


.s-advantages .slider-pagination li {
    max-width: 7.5rem;
}


.s-advantages .slider-pagination .btn span {
    display: block;
}

.s-advantages .slider-pagination .btn {
    max-width: 7.5rem;
    width: 100%;
    height: 5rem;
    cursor: pointer;
    color: #ccc;
    font-size: 0.875rem;
    border: none !important;
}

.s-advantages .slider-pagination li.active .btn,
.s-advantages .slider-pagination .btn:hover {
    background: #001A45;
    color: #fff;
}

.s-advantages .card-img-wrapper {
    position: relative;
    height: auto;

}

.s-advantages .card-img-wrapper img {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0;
    object-fit: contain;
}

.s-advantages .card-body {
    flex: 0 1 auto;
}

.s-advantages .title-wrapper {
    position: relative;

}

.s-advantages .s-title {
    max-width: 600px;
}

.s-advantages .card-title {
    font-size: 1.875rem;
    max-width: 600px;
    opacity: 0;
}

.swiper-footer {
    /*padding: 0 1rem 1.25rem;*/
}

.swiper-footer .swiper-pagination {
    position: relative;
    width: auto;
}

.s-advantages .pagination-wrap {
    position: absolute;
    top: auto;
    bottom: 40px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem 0 0;
    z-index: 5;
}

.swiper-pagination-fraction {
    top: auto;
    bottom: auto;
    font-size: 14px;
    font-weight: bold;
}

.swiper-button-next.style-2 svg path,
.swiper-button-prev.style-2 svg path {
    stroke: #fff !important;
}

.swiper-button-next.style-2,
.swiper-button-prev.style-2 {
    display: flex;
    position: relative;
    background: #001A45;
    color: #fff;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    margin: 0 3px;
    width: 30px;
    height: 30px;
}

.swiper-button-next.style-2.swiper-button-disabled, .swiper-button-prev.style-2.swiper-button-disabled {
    opacity: 1;
    background: #fff;
}

.swiper-button-next.style-2.swiper-button-disabled svg path, .swiper-button-prev.style-2.swiper-button-disabled svg path {
    stroke: #ccc !important;
}


.s-comments .swiper-wrapper {

}

.s-comments .card-title {
    margin: 0 0 12px;
}

.s-comments .card-rating img {
    width: auto;
}

.s-comments .card-rating {
    color: #878787;
    font-size: 0.8125rem;
    margin: 0 0 12px;
}

.s-comments .swiper-slide .s-comments__col {


}

.s-comments .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    gap: 10px;
    min-width: 0;
}

.s-comments .card {
    padding: 20px;
    /*height: 215px;*/
    min-height: 100%;
}

.s-comments .card-body {
    overflow: hidden;
}

.s-comments .swiper {
    /*height: 440px;*/
}

.s-comments .swiper-pagination {
    position: relative;
    width: auto;
}

.swiper-pagination-lock {
    display: block;
}

.s-news .swiper-slide {
    width: 25%;
    height: auto;
    margin: 0;
    min-width: 175px;
    padding: 0 5px;
}

.s-news .swiper-slide a {
    height: 100%;
}


.s-news .card-text {
    color: #9DB2C6;
}

.s-news .card-img-overlay {
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.s-news .card .btn {
    padding: 0.625rem 0.875rem;
}

.s-news a:hover .card-img-overlay {
    opacity: 1;
    visibility: visible;
}

.s-main {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: -20px;
    flex: 1 1 auto;
    min-height: calc(100vh - 140px);
}

.s-footer {
    padding: 60px 10px 38px;
}

.social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    border: 1px solid #f7f7f7;
}

.s-footer__top {
    padding-bottom: 40px;
}

.s-footer__bottom {
    padding-top: 38px;
    border-top: 1px solid #ccc;
}

.s-footer .copy {
    color: #ccc;
}

.payments .payment-logo {
    width: 75px;
    height: 27px;
}

.s-footer__bottom .footer-nav {
    margin: 0 0 40px;
}

.s-footer__bottom .nav.payment-links {
    margin: 0 0 20px;
}

.offcanvas-backdrop {
    background: rgba(0, 26, 69, 0.25);
    z-index: 1043;
}

.offcanvas {
    height: auto !important;
    transition: all 0.3s ease-in-out;
}

.offcanvas-body {
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
}

.offcanvas.offcanvas-top {
    bottom: 0;
    top: 66px;
    /*opacity: 0;*/
}

.offcanvas.offcanvas-bottom {
    top: 257px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.offcanvas.showing, .offcanvas.show {
    opacity: 1;
}

.offcanvas.show.hiding {
    opacity: 0;
}

.menu-active .menu-btn-mobile svg path,
.search-active .search-btn svg path {
    stroke: #EF7C00;
}

.offcanvas.offcanvas-top .nav .nav-link {
    font-size: 1.0625rem;
}

.sticky .s-searchbar {
    z-index: 1200;
}

.menu-active .s-header .s-searchbar__inner,
.search-active .s-header .s-searchbar__inner,
.sticky .s-header .s-searchbar__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    z-index: 1200;
}

.swiped-up .offcanvas.offcanvas-bottom {
    top: 0;
}

.s-search__form .btn-search {
    z-index: 3;
    background: #001A45;
    margin: -1px;
}

.offcanvas .btn-close,
.modal .btn-close {
    background: none;
    opacity: 1;
    min-height: 0;
    width: auto;
    height: auto;
}

.modal .btn-close,
.offcanvas .btn-close:hover {
    opacity: 0.7;
}


.offcanvas-categories .offcanvas-title {
    font-size: 1.875rem;
}

.offcanvas .s-categories .card-title {
    font-size: 10.15cqw;
}

.form-floating > label {
    color: #ccc;
    /*font-size: 0.875rem;*/
    display: flex;
    align-items: center;
    padding: 0.625rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: 3rem;
    min-height: 3rem;
}

.form-floating > .form-select {
    padding: 1.25rem 2rem 0.5rem 0.625rem;
}

.form-floating > .form-select::selection {
    background: #fff;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem);
    max-width: none;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.25rem;
}

.form .address-numbers {
    grid-template-columns: repeat(3, 1fr);
}

.modal .modal-dialog {
    max-width: 482px;
    margin: 0 auto;
}

.modal-dialog-centered {
    min-height: 100%;
}

.modal .btn-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.5rem;
    z-index: 10;
    margin: 0;
    line-height: 1;
}

.modal .btn-close .icon {
    width: 18px;
}

.modal .modal-content {
    --bs-modal-color: #001A45;
}

.modal .modal-title {
    font-size: 2rem;
    line-height: 1.2;
}

.breadcrumb {
    overflow-x: auto;
    font-size: 0.875rem;
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
    padding-bottom: 0.25rem;
    /*margin: 0 0 -14px;*/
}

.breadcrumb ol {
    width: 100%;
}

.breadcrumb .breadcrumb-item {
    white-space: nowrap;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}


.breadcrumb-item a {
    display: inline-block;
    color: #8B8B8B;
    padding: 0.25rem 0.125rem;
}

.s-breadcrumb.go-back .breadcrumb-item:first-child:before,
.breadcrumb-item + .breadcrumb-item:before {
    content: "";
    background: center / cover no-repeat url('../icons/icon-arrow-right-gray.svg');
    width: 4px;
    height: 6px;
    padding: 0;
    margin-right: 0.875rem;
}

.s-breadcrumb.go-back .breadcrumb-item:first-child:before {
    background: center / cover no-repeat url('../icons/icon-arrow-left-gray.svg');
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.875rem;
}

.sidebar {
    width: 238px;
}

.sidebar .sticky-top {
    top: 90px;
    /*bottom: 0;*/
}

.s-products__grid {
    grid-template-columns: repeat(2, 1fr);
}


.btn-toggle .icon-arrow {
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
}

.btn-toggle {
    cursor: pointer;
}

.btn-toggle[data-bs-toggle="collapse"]:not(.collapsed) .icon-arrow {
    transform: rotate(180deg);
}

.sidebar-nav .btn-toggle {
}

.sidebar-nav .btn-toggle.active, .sidebar-nav .btn-toggle:hover {
    background: #FBFBFB;
}

.sidebar-nav .btn-toggle .btn-toggle-icon {
    width: 20px;
    height: 20px;
}

.sidebar-nav .nav-menu a:hover,
.sidebar-nav .nav-menu li.active a,
.sidebar-nav .nav-menu a.active {
    color: #EF7C00 !important;
}

.s-registration {
    padding-top: 80px;
    padding-bottom: 40px;
}

.s-registration.login {
    padding-top: 100px;
    padding-bottom: 175px;
}


.modal-login .s-text,
.s-registration .s-text {
    max-width: 300px;
}

.s-registration.reset-password .s-title {
    max-width: 450px;
}

.s-registration .container-xxl {
    max-width: 350px;
}


.s-registration__buttons {
    grid-template-columns: 1fr 1fr;
    max-width: 300px;
}

.s-registration .social-links a,
.modal-login .social-links a {
    width: 46px;
    height: 46px;
}

.s-registration__subtext {
    font-size: 0.75rem;
    max-width: 244px;
}

.btn-back {
    z-index: 22;
}

.btn-back img {
    width: 16px;
    height: 16px;
}

.s-content__cover img {
    width: 100%;
}

.offcanvas.offcanvas-filters {
    position: fixed;
}


/*.offcanvas.offcanvas-filters .btn-close img {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*}*/
.offcanvas.offcanvas-filters .btn-close {
    position: absolute;
    top: 1.875rem;
    right: 1.25rem;
}

.offcanvas.offcanvas-filters .offcanvas-body {
    /*overflow: hidden;*/
}

.offcanvas.offcanvas-filters .offcanvas-header {
    /*padding: 1.25rem 1.25rem 0;*/
}

.offcanvas.offcanvas-filters .offcanvas-title {
    font-size: 1.5rem;
}

.s-tags .tag {
    min-width: 5.375rem;
    line-height: 1;
}

/*.form-filters .form-filters__checks::-webkit-scrollbar-thumb {*/
/*    background: #D9D9D9;*/
/*}*/

/*.form-filters .form-filters__checks::-webkit-scrollbar {*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background: #fff;*/
/*}*/

.form-check-label {
    vertical-align: -0.2em;
}

.form-check-inline {
    margin-right: 1.25rem;
}

.form-filters .form-filters__checks {
    max-height: 412px;
    padding-bottom: 0.75rem;
    /*overflow: scroll;*/
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
}

.s-filter-search .icon img {
    width: 14px;
    height: 14px;
}

.form-check.checkbox {
    min-height: 1.25rem;
    padding-left: 1.875rem;
}

.form-check .form-check-input[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -1.875rem;
}

.form-check .form-check-input {
    /*--bs-form-check-bg: #001A45;*/
}

.form-filters .form-check-label {
    vertical-align: -0.3em;
}

.form-filters .form-check {
    color: #cccccc;
    margin: 0 0 1rem;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('../icons/icon-checked.svg');
    background-size: auto;
}

.form-check-input:checked {
    background-color: #001A45;
    border-color: #001A45;
}

.form-filters .form-check-input:checked + .form-check-label {
    color: #001A45 !important;
}

body.filters-active {
    overflow: hidden;
}

.filters-active .btn-filters svg path {
    fill: #fff;
}

.filters-active .btn-filters,
.filters-active .btn-filters:active {
    background: #001A45 !important;
    color: #fff !important;
}

.nav.nav-catalog .nav-item {
    margin: 0 0.125rem 0 0;
}

.s-product {
}

.s-product .card-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.s-product__body {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.s-product__gallery {
    padding: 0;
    overflow: hidden;
}

.card .show-more-text svg {
    display: none;

}

.card .show-more-text.collapsed svg {
    display: inline;
}


.product-slider .swiper {
    cursor: zoom-in;
}

.product-thumbs-slider .swiper {

}

.product-thumbs {
    display: block;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.product-thumbs .btn-show-more {
    height: 50px;
}

.product-thumbs .thumbnail img,
.product-thumbs-slider .swiper .swiper-slide img,
.product-slider .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.product-thumbs .thumbnail:last-child {
    margin-bottom: 0;
}

.product-thumbs .thumbnail {
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    border: 1px solid transparent;
}

.product-slider .swiper .swiper-slide,
.product-thumbs-slider .swiper .swiper-slide {
    width: 25%;
    height: auto;
    background: #fff;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    border: 1px solid transparent;
    /*padding: 0 5px 10px;*/
}

.product-thumbs .thumbnail.active,
.product-thumbs-slider .swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #EF7C00;
}


.product-slider .swiper .swiper-slide {
    height: auto;
    width: 100%;
}

.s-product__info {
    position: fixed;
    z-index: 1042;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
}


.s-product .s-product__add-cart {
    max-width: 209px;
}

.s-product .card-price .badge {
    padding: 0.3125rem;
}

.s-product__specifications dl dt {
    width: 50%;
    flex: 0 0 auto;
}

.s-product__specifications {
    max-width: none;
}

.s-products.recommendation .s-title {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
}

.payments-banner {
    container-type: inline-size;
    max-width: 400px;
}

.payments-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.payments-banner p {
    font-size: 4.06cqw;
    left: 29%;
    top: 11%;
    padding: 0 2% 0 0;
    z-index: 3;
}


.modal.gallery-modal,
.modal.gallery-modal .modal-dialog,
.modal.gallery-modal .modal-content,
.modal.gallery-modal .modal-body {
    height: 100%;
    flex: auto;
}

.modal.gallery-modal .swiper-button-prev {
    left: -30px;
}

.modal.gallery-modal .swiper-button-next {
    right: -30px;
}

.modal.gallery-modal .product-thumbs-slider {
    height: 120px;
}

.modal.gallery-modal .modal-dialog {
    max-width: 900px;
}

.modal.gallery-modal .product-slider .swiper {
    height: 100%;
}

.modal.gallery-modal .product-slider {
    height: calc(100% - 130px);
}

.modal.gallery-modal .product-thumbs-slider .swiper .swiper-slide {
    width: 120px;
    height: 120px;
}

.s-products.recommendations .swiper-button-next,
.s-products.recommendations .swiper-button-prev {
    display: none;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 3px;
}

.swiper-pagination-bullet-active {
    background: #001A45;
}

.s-products.recommendations .swiper-pagination {
    display: block;
    position: relative;
}

.s-cart > .container-xxl {
    display: block;
}

.s-cart .sidebar {
    width: 100%;
}

.s-cart__list {
    max-height: none;
    overflow: inherit;
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
}


.s-cart__item .card-img-wrapper,
.s-cart__item .card-img {
    width: 102px;
    height: 120px;
}

.s-cart__item .card-img {
    object-fit: contain;
    object-position: center;
}

.s-cart__item .card .card-price {
    font-size: 0.9375rem;
}

.s-cart__item .card-price {
    width: auto;
}

.s-cart__item .card-counter .btn {

}

.s-cart__item .card-counter {
    width: 107px;
    height: 40px;
}

.order-total small,
.s-cart__total .total-footer small {
    font-size: 0.9375rem;
}

.form-check-input {
    background-color: #fff;
    border-color: #001A45;
}

.form-check.radio {
    padding-left: 1.625rem;
}

.form-check .form-check-input[type=radio] {
    margin-left: -1.625rem;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url('../icons/icon-circle-orange.svg');
    background-size: auto;
    background-color: #fff;
    border-color: #001A45;
}

.card .card-counter.bg-dark-blue .btn-plus {
    background: url("../icons/icon-plus-white.svg") no-repeat center center;
    font-size: 1.5rem;
    color: transparent;
}

.card .card-counter.bg-dark-blue .btn-minus {
    background: url("../icons/icon-minus-white.svg") no-repeat center center;
    font-size: 1.5rem;
    color: transparent;
}

.s-cart__item .card .btn-question,
.s-cart__item .card .btn-remove {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.btn-question {
    width: 22px !important;
    height: 22px !important;
    background: #6E6E73;
    border: none !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.btn-question:hover,
.btn-question:active,
.btn-question:focus {
    background: #96969c !important;
}

.popover {
    --bs-popover-border-color: #F7F7F7;
    --bs-popover-max-width: 346px;
    -webkit-box-shadow: 5px 8px 24px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 8px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.popover-body {
    padding: 1.25rem;
    color: #6E6E73;
}

.s-cart.empty {
    padding-top: 180px;
    padding-bottom: 180px;
}

.s-cart.empty .container-xxl {
    max-width: 350px;
}

.s-checkout {
}

.s-checkout .s-content {
    width: 100%;
    position: relative;
    z-index: 1050;
}

.s-checkout .sidebar {
    width: 100%;
}

.s-checkout .form-floating {
    /*max-width: 350px;*/
}

.s-checkout .btn-toggle {
    min-height: 1rem;
}

.s-checkout .btn-toggle .icon-arrow {
    width: 14px;
}

.separator {
    max-width: 207px;
}

.separator:before,
.separator:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.s-checkout .change-address-btns {
    max-width: 169px;
}


.choices {
    margin: 0;
}

.is-open .choices__inner,
.is-focused .choices__inner, .is-open .choices__inner,
.is-flipped.is-open .choices__inner,
.choices__inner {
    color: #1E1E1E;
    background: #FBFBFB;
    border: 1px solid #F7F7F7;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1.25rem 0.625rem 0.625rem;
    min-height: 48px;
}

.choices__list--dropdown, .choices__list[aria-expanded],
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded],
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
    border: 1px solid #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    z-index: 55;
    -webkit-box-shadow: 5px 8px 24px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 8px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.choices__list--single {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.choices__list--single .choices__item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.choices[data-type*=select-one]:after,
.choices[data-type*=select-one].is-open::after {
    background: url("../icons/icon-arrow-down-blue.svg") no-repeat center center;
    background-size: 100% auto;
    width: 10px;
    height: 6px;
    border: none;
    right: 10px;
    margin-top: -3px;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
    margin-top: 0;
    margin-bottom: 10px;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 1.2rem 1.2rem;
    color: #cccccc;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #F7F7F7;
}


.choices__list--dropdown .choices__item:hover, .choices__list[aria-expanded] .choices__item:hover,
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: #EEF1F5;
    color: #001A45;
}

.form-floating.custom-select.is-selected > label {
    opacity: 1;
    transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem);
    max-width: none;
}

.choices__list--dropdown .choices__item[data-value=""] {
    display: none;
}

.form .change-address {
    display: none;
}

.form-date .form-floating > label {
    color: #001A45;
}

.form-date .form-floating.custom-select.is-selected > label,
.form-date .form-floating > .form-control:focus ~ label, .form-date .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-date .form-floating > .form-control-plaintext ~ label, .form-date .form-floating > .form-select ~ label {
    opacity: 1;
    color: #ccc;
    transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem);
    max-width: none;
}

.form-control.date {
    background-image: url("../icons/icon-calendar.svg");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    padding-right: 3rem;
}

.air-datepicker.-inline-,
.air-datepicker {
    width: 100%;
    max-width: 334px;
    min-width: 290px;
    background: #F7F7F7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #F7F7F7;
    font-size: 1rem;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 111;
}

.air-datepicker.-inline- {
    position: relative;
}

.air-datepicker-body--cells.-days- {
    grid-auto-rows: 40px;
}

.air-datepicker-body--day-name {
    color: #001A45;
    font-weight: bold;
}

.air-datepicker-cell {
    position: relative;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: none;
    line-height: 1;
    color: #001A45;
    font-weight: 500;
}

.air-datepicker-cell.-disabled- {
    color: #D9D9D9;
}

.air-datepicker-cell:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    z-index: -1;
}

.air-datepicker-body.-years- .air-datepicker-cell:before,
.air-datepicker-body.-months- .air-datepicker-cell:before {
    width: 50px;
    height: 42px;
}

.air-datepicker-cell.-focus- {
    background: none;
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-focus- {
    background: none !important;
    color: #fff;
}

.air-datepicker-cell.-current- {
    color: #001A45;
}

.air-datepicker-cell.-current-.-disabled- {
    color: #aeaeae;
}

.air-datepicker-cell.-current-:before,
.air-datepicker-cell.-focus-:before {
    background: #f0f0f0;
}

.air-datepicker-cell.-selected-:before,
.air-datepicker-cell.-selected-.-focus-:before {
    background: #001A45;
}

.air-datepicker-nav {
    padding: 0.625rem;
}

.air-datepicker-nav--title {
    order: 0;
    flex: 1 1 auto;
    justify-content: flex-start;
    padding: 0.625rem;
    font-weight: 600;
    color: #001A45;
}

.air-datepicker-nav--action img {

}

.air-datepicker-nav--action {
    width: 36px;
}

.air-datepicker-body--day-names {
    margin: 0;
}

.air-datepicker-body--day-name {
    text-transform: none;
    font-size: 1rem;
    height: 40px;
}

.air-datepicker-nav--action[data-action=prev] {
    order: 1;
}

.air-datepicker-nav--action[data-action=next] {
    order: 2;
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
    display: none !important;
}

.form-check-group .btn .icon {
    margin-right: 0.375rem;
}

.form-check-group .btn {
    background: #FBFBFB;
    border: 1px solid #F7F7F7;
    white-space: nowrap;
    min-width: 107px;
}

.form-check-group .btn-check:checked + .btn {
    border: 1px solid #001A45;
    background: #ffffff;
}


.form-notification p {
    font-weight: 800;
    font-size: 1rem;
}

.form-notification .icon {
    width: 22px;
    height: 22px;
}

.modal.modal-login .btn-close {
    top: 2rem;
}

.modal.modal-login .modal-content {
    padding-top: 65px;
}

.s-order-success .s-content__text {
    max-width: 585px;
}

.s-order-success .container-xxl {
    max-width: 804px;
}

.s-order-success .s-content__icon {
    width: 100px;
    height: 100px;
}

.s-order-success__text {
}

.s-order-success .btn-lg {
    max-width: 370px;
}

.s-account .nav-item {
    border-width: 1.5px !important;
}

.s-account__order {
    max-width: 775px;
}

.s-account__order .order-items {
    min-height: 1.875rem;
}

.s-account__order .order-item {
    margin-bottom: 0.625rem;
}

.s-account__order .order-item:last-child {
    margin-bottom: 0;
}

.page-link {
    display: flex;
    border: none;
    padding: 0.25rem 0.5rem;
    color: #B0B7C4;
    background: none;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
    color: #001A45;
    background: none;
    border: none;
    box-shadow: none;
}

.page-link:hover svg path {
    stroke: #001A45;
}

.page-item:not(:first-child) .page-link {
    margin: 0 !important;
}


@media (max-width: 575px) {
    .s-categories .swiper-slide:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .s-categories .swiper-slide {
        margin: 0 !important;
    }

    .s-categories .swiper-slide.show-more a {
        background: #F1F1F1;
    }

    .s-categories .swiper-wrapper {
        transform: translate3d(0, 0px, 0px) !important;
        margin: 0 -5px;
        width: auto;
        height: auto;
    }

    .s-categories .swiper-slide:nth-child(n+7) {
        display: none;
    }


    .s-products .swiper-slide {
        width: 50%;
        height: auto;
        padding: 0 5px 10px;
    }

    .s-products.recommendations .swiper-slide {
        width: calc(50% - 5px);
        height: auto;
        padding: 0;
    }

    .s-products.popular .swiper .swiper-slide:nth-child(n+6) {
        display: none;
    }

    .s-products.popular .swiper-wrapper {
        flex-wrap: wrap;
        transform: translate3d(0px, 0px, 0px) !important;
        margin: 0 -5px;
        width: auto;
        height: auto;
    }

    .s-products.popular .swiper-slide.show-more img {
        width: 0.3125rem;
    }

    .s-products .swiper-slide:not(.swiper-slide-fully-visible) {
        opacity: 1;
        pointer-events: auto;
    }

    .s-advantages .swiper-slide:not(.swiper-slide-fully-visible) {
        opacity: 0.5;
        /*pointer-events: auto;*/
    }

    .modal-dialog-centered {
        align-items: flex-end;
    }

    .offcanvas.offcanvas-filters {
        width: 100%;
        /*padding-top: 50px;*/
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(0, 100%);
        top: 0;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }

    .offcanvas.offcanvas-filters .offcanvas-title {
        border: none !important;
    }

    .form-notification p {
        font-size: 1rem !important;
    }

    .s-account .address-amount {
        font-size: 1rem !important;
    }

}

@media (min-width: 389px) {
    .px-xs-30px {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
}

@media (min-width: 576px) {

    .p-sm-5px {
        padding: 0.3125rem !important;
    }

    .p-sm-10px {
        padding: 0.625rem !important;
    }

    .p-sm-20px {
        padding: 1.25rem !important;
    }

    .p-sm-30px {
        padding: 1.875rem !important;
    }

    .p-sm-40px {
        padding: 2.5rem !important;
    }

    .px-sm-5px {
        padding-right: 0.3125rem !important;
        padding-left: 0.3125rem !important;
    }

    .ps-sm-5px {
        padding-left: 0.3125rem !important;
    }

    .pe-sm-5px {
        padding-right: 0.3125rem !important;
    }

    .py-sm-5px {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }

    .ps-sm-10px {
        padding-left: 0.625rem !important;
    }

    .pe-sm-10px {
        padding-right: 0.625rem !important;
    }

    .py-sm-10px {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .pt-sm-10px {
        padding-top: 0.625rem !important;
    }

    .pb-sm-10px {
        padding-bottom: 0.625rem !important;
    }

    .px-sm-10px {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-sm-20px {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .py-sm-20px {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .pt-sm-20px {
        padding-top: 1.25rem !important;
    }

    .pb-sm-20px {
        padding-bottom: 1.25rem !important;
    }

    .ps-sm-20px {
        padding-left: 1.25rem !important;
    }

    .pe-sm-20px {
        padding-right: 1.25rem !important;
    }

    .pt-sm-30px {
        padding-top: 1.875rem !important;
    }

    .pb-sm-30px {
        padding-bottom: 1.875rem !important;
    }

    .px-sm-30px {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .py-sm-30px {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .pt-sm-40px {
        padding-top: 2.5rem !important;
    }

    .pt-sm-60px {
        padding-top: 3.75rem !important;
    }

    .pb-sm-40px {
        padding-bottom: 2.5rem !important;
    }

    .py-sm-40px {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-80px {
        padding-bottom: 5rem !important;
    }

    .pb-sm-100px {
        padding-bottom: 100px;
    }

    .m-sm-5px {
        margin: 0.3125rem !important;
    }

    .m-sm-10px {
        margin: 0.625rem !important;
    }

    .m-sm-20px {
        margin: 1.25rem !important;
    }

    .mt-sm-5px {
        margin-top: 0.3125rem !important;
    }

    .mx-sm-5px {
        margin-left: 0.3125rem !important;
        margin-right: 0.3125rem !important;
    }

    .my-sm-5px {
        margin-top: 0.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }

    .ms-sm-5px {
        margin-left: 0.3125rem !important;
    }

    .me-sm-5px {
        margin-right: 0.3125rem !important;
    }

    .mx-sm--5px {
        margin-left: -0.3125rem !important;
        margin-right: -0.3125rem !important;
    }

    .mx-sm-10px {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .ms-sm-10px {
        margin-left: 0.625rem !important;
    }

    .me-sm-10px {
        margin-right: 0.625rem !important;
    }

    .mt-sm-10px {
        margin-top: 0.625rem !important;
    }

    .mb-sm-10px {
        margin-bottom: 0.625rem !important;
    }

    .mx-sm-20px {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mt-sm-20px {
        margin-top: 1.25rem !important;
    }

    .mb-sm-20px {
        margin-bottom: 1.25rem !important;
    }

    .ms-sm-20px {
        margin-left: 1.25rem !important;
    }

    .me-sm-20px {
        margin-right: 1.25rem !important;
    }

    .mt-sm-30px {
        margin-top: 1.875rem !important;
    }

    .mb-sm-30px {
        margin-bottom: 1.875rem !important;
    }

    .mb-sm-32px {
        margin-bottom: 2rem !important;
    }

    .mt-sm-40px {
        margin-top: 2.5rem !important;
    }

    .mb-sm-40px {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-60px {
        margin-bottom: 3.75rem !important;
    }

    .mb-sm-100px {
        margin-bottom: 100px;
    }

    .mx-sm--10px {
        margin-left: -0.625rem !important;
        margin-right: -0.625rem !important;
    }

    .me-sm--20px {
        margin-right: -1.25rem !important;
    }

    .gap-sm-10px {
        gap: 0.625rem !important;
    }

    .gap-sm-20px {
        gap: 1.25rem !important;
    }


    .column-gap-sm-10px {
        -moz-column-gap: 0.625rem !important;
        column-gap: 0.625rem !important;
    }

    .column-gap-sm-20px {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }

    .row-gap-sm-20px {
        row-gap: 1.25rem !important;
    }

    .row-gap-sm-32px {
        row-gap: 2rem !important;
    }

    .header-logo img {
        width: 160px;
    }


    .s-categories .swiper-slide {
        width: 25%;
    }

    .s-categories .swiper-slide:first-child {
        width: 50%;
    }

    .s-categories .swiper-slide .card-title {
        font-size: 12.1cqw;
    }

    .s-comments .swiper-slide {
        width: calc(50% - 11px);
    }

    .payments-banner {
        max-width: 490px;
    }

    .payments-banner p {
        font-size: 3.3cqw;
        left: 25.4%;
        top: 18%;
        z-index: 3;
    }

    .s-cart__item .card-price {
        width: 22.8%;
    }

    .s-cart__item .card .card-price {
        font-size: 1.5rem;
    }

    .s-cart__item .card .btn-question,
    .s-cart__item .card .btn-remove {
        position: relative;
        bottom: auto;
        right: auto;
    }

    .s-cart__item .card-title {
        max-width: 245px;
    }

}

@media (min-width: 768px) {

    .fs-md-32px {
        font-size: 2rem !important;
    }

    .p-md-5px {
        padding: 0.3125rem !important;
    }

    .p-md-10px {
        padding: 0.625rem !important;
    }

    .p-md-20px {
        padding: 1.25rem !important;
    }

    .p-md-30px {
        padding: 1.875rem !important;
    }

    .p-md-40px {
        padding: 2.5rem !important;
    }

    .ps-md-5px {
        padding-left: 0.3125rem !important;
    }

    .px-md-10px {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-md-20px {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .pt-md-20px {
        padding-top: 1.25rem !important;
    }

    .pb-md-20px {
        padding-bottom: 1.25rem !important;
    }

    .px-md-30px {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .pb-md-30px {
        padding-bottom: 1.875rem !important;
    }

    .pt-md-30px {
        padding-top: 1.875rem !important;
    }

    .pb-md-30px {
        padding-bottom: 1.875rem !important;
    }

    .pt-md-40px {
        padding-top: 2.5rem !important;
    }

    .pb-md-40px {
        padding-bottom: 2.5rem !important;
    }

    .px-md-40px {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .m-md-10px {
        margin: 0.625rem !important;
    }

    .mb-md-10px {
        margin-bottom: 0.625rem !important;
    }

    .mb-md-20px {
        margin-bottom: 1.25rem !important;
    }

    .mb-md-30px {
        margin-bottom: 1.875rem !important;
    }

    .mb-md-40px {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-100px {
        margin-bottom: 100px !important;
    }

    .mw-md-346px {
        max-width: 346px !important;
    }

    .s-main {
        -webkit-border-radius: 0 0 40px 40px;
        -moz-border-radius: 0 0 40px 40px;
        border-radius: 0 0 40px 40px;
        margin-bottom: -40px;
    }

    .s-title {
        font-size: 2.875rem;
    }

    .header-logo img {
        width: 180px;
    }

    .s-categories .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    .s-categories .swiper-slide .card-title {
        font-size: 1.25rem !important;
    }

    .s-categories .swiper-slide {
        width: 192px;
        height: 180px;
        flex: 0 0 auto;
        padding: 0;
        margin-right: 10px;
    }

    .s-products .swiper-slide {
        width: 232px;
    }

    .s-categories .swiper-slide:nth-child(1) {
        width: 394px;
    }


    .s-products .swiper-slide:not(.swiper-slide-fully-visible) {
        opacity: 0.5;
        pointer-events: none;
    }

    .s-products .card-body {
        padding: 10px 10px 0;
    }

    .card .card-price {
        font-size: 1.5rem;
    }

    .s-advantages .card {
        min-height: 444px;
        /*padding: 2rem 1.5rem;*/
    }

    .s-advantages .swiper-slide {
        max-width: none;
    }

    .s-advantages .swiper-button-next, .s-advantages .swiper-button-prev {
        display: none;
    }

    .s-advantages .title-wrapper {

    }

    .s-advantages .card-title {
        font-size: 2.875rem;
        margin: 0;
    }

    .s-advantages .card-img-wrapper img {
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        height: 300px;
        margin: 0;

    }


    .s-comments .swiper-slide {
        gap: 20px;
        min-width: 500px;
    }

    .s-comments .swiper-slide .s-comments__col {

    }

    /*.s-comments .swiper-slide:not(.swiper-slide-fully-visible) .s-comments__col:last-child {*/
    /*    opacity: 0.5;*/
    /*    pointer-events: none;*/
    /*}*/
    .s-comments .card {
        padding: 20px;
        height: auto;
    }

    .s-news .swiper-slide {
        width: calc(25% - 15px);
        padding: 0;
    }

    .s-footer {
        padding: 120px 20px 72px;
    }

    .s-footer__top {
        padding-bottom: 40px;
    }

    .s-footer .footer-nav {
        max-width: 480px;
    }

    .s-footer__bottom {
        padding-top: 40px;
    }

    .modal .btn-close {
        top: 2em;
        right: 2rem;
    }

    .modal .address-numbers {
        /*grid-template-columns: auto 79px 79px;*/
    }

    .modal .modal-content {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .s-products__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dropdown-menu.sorting {
        width: 300px;
    }

    .offcanvas.offcanvas-filters .btn-close {
        position: absolute;
        top: 2.5rem;
        right: 1.25rem;
    }

    .offcanvas.offcanvas-filters {
        position: absolute;
        width: 360px;
        padding-top: 12px !important;
    }

    .offcanvas.offcanvas-filters .offcanvas-body {
        overflow: hidden;
    }

    .offcanvas.offcanvas-filters .offcanvas-title {
        font-size: 1.5rem;
    }

    .s-product__body {
        width: 53%;
        padding: 0;
    }

    .s-product__specifications {
        max-width: 500px;
    }

    .s-product__info {
        position: relative;
        width: auto;
        background: transparent;
    }

    .s-product__info .card.sticky-md-top {
        top: 90px;
    }

    .s-products.recommendations .swiper-button-next, .s-products.recommendations .swiper-button-prev {
        display: flex;
    }

    .s-products.recommendations .swiper-pagination {
        display: none;
    }

    .s-cart__item .card-counter {
        width: 127px;
        height: 49px;
    }

    .s-cart__item .card-img-wrapper,
    .s-cart__item .card-img {
        width: 108px;
        height: 108px;
    }

    .s-cart.empty {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .form-date {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }

    .form-date .col-md-6 {
        width: calc(50% - 0.625rem) !important;
    }

    .modal.modal-login .modal-content {
        padding-top: 80px;
    }

    .s-order-success .s-content__text {
        margin-bottom: 120px;
    }

    .s-order-success__text {
        margin-bottom: 3.75rem;
    }

    .s-registration {
        padding-top: 57px;
        padding-bottom: 57px;
    }

    .s-registration.login {
        padding-top: 135px;
        padding-bottom: 135px;
    }

}

@media (min-width: 890px) {

    .pc-element {
        display: block !important;
    }

    .d-flex.pc-element,
    .btn.pc-element {
        display: flex !important;
    }

    .mobile-element {
        display: none !important;
    }

    .s-header {

    }

    .cart-btn .badge {
        left: 73%;
        top: -2px;
        margin: 0 !important;
    }

    .s-searchbar {
        z-index: 1000;
    }

    .s-searchbar .cart-btn {
        padding: 0 !important;
        margin: 0 !important;
    }

    .s-searchbar .nav .icon img {
        width: auto;
    }

    .s-searchbar .nav .icon {
        margin-bottom: 0.4375rem;
    }

    .s-navbar {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .s-searchbar .mobile-element {
        display: none;
    }

    .s-searchbar .nav .icon {
        min-height: 21px;
    }

    .s-advantages .slider-pagination .btn {
        height: 6rem;
        font-size: 1rem;
    }

    /*#offcanvas-search.offcanvas.offcanvas-top {*/
    /*    display: none !important;*/
    /*}*/

}


@media (min-width: 992px) {

    .p-lg-30px {
        padding: 1.875rem !important;
    }

    .p-lg-40px {
        padding: 2.5rem !important;
    }

    .p-lg-30px {
        padding: 1.875rem !important;
    }

    .px-lg-30px {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .px-lg-40px {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .py-lg-40px {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .pt-lg-40px {
        padding-top: 2.5rem !important;
    }

    .pb-lg-40px {
        padding-bottom: 2.5rem !important;
    }

    .ps-lg-40px {
        padding-left: 2.5rem !important;
    }

    .pe-lg-40px {
        padding-right: 2.5rem !important;
    }

    .header-logo img {
        width: auto;
    }


    .s-advantages .card {

    }

    .s-advantages .pagination-wrap {
        padding: 0 2.5rem 0 1rem;
    }

    .s-advantages .card-img-wrapper img {
        margin: -110px 40px 0 0;
        width: 416px;
        height: 416px;
        object-fit: scale-down;
    }


    .s-advantages .swiper-slide:nth-child(3) .card-img-wrapper img {
        margin-right: 10px;
    }

    .s-comments .swiper-slide {

    }

    .s-news .swiper-slide {
        width: calc(25% - 20px);
        padding: 0;
    }

    .s-products__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .s-product__body {
        width: 53%;
    }

    .product-thumbs {
        display: block;
        width: 80px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .product-thumbs-slider {

    }

    .s-cart__list {
        max-height: 665px;
        overflow-y: auto;
    }

}

@media (min-width: 1056px) {
    .s-navbar .nav-1 {
        font-size: 1rem;
    }

    .s-advantages .swiper-slide:nth-child(3) .card-img-wrapper img {
        margin-right: 40px;
    }
}

@media (min-width: 1120px) {

    .s-cart > .container-xxl,
    .s-checkout > .container-xxl {
        display: flex !important;
    }

    .s-cart .sidebar,
    .s-checkout .sidebar {
        width: 410px;
    }

    .form-date {
        -moz-column-gap: 2.25rem !important;
        column-gap: 2.25rem !important;
    }

    .form-date .col-md-6 {
        width: calc(50% - 1.125rem) !important;
    }

    .s-checkout .s-content {
        width: calc(100% - 430px);
    }


}

@media (min-width: 1200px) {
    /*.s-search__form {*/
    /*    width: auto;*/
    /*}*/
    .s-products__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .s-product__gallery {
        padding-left: 90px;
    }


}

@media (min-width: 1400px) {

}

#productsSwiper {
    .swiper-slide {
        display: flex;
        height: auto;
    }
    .product-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }
    .product-card a {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .card-body {
        flex: 1 1 auto;
    }
    .card-footer {
        margin-top: auto;
    }
}

#productSwiper {
    .card-img {
        max-height: 450px;
    }
}

.s-product__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recommendation {
    p {
        color: #8B8B8B !important;
    }
}

.form-check-input {
    vertical-align: sub;
}

.form-check-input:checked {
    background-color: #EF7C00;
    border-color: #EF7C00;
}

.pelican-logo {
    width: 100%;
    max-width: 195px;
}

.btn-reset-height {
    min-height: 0 !important;
    height: auto !important;
    line-height: 1 !important;
}

.mt--25p {
    margin-top: -25%;
}

.table-addresses {
    th,
    td {
        padding: .5rem 20px;

        &:nth-child(7) {
            border-right: 1px solid #EEF1F5!important;
        }

        span {
            color: #EEF1F5!important;
        }
    }
}

.small.text-muted {
    display: none !important;
}

/* Убрать текст "Showing 1 to 5 of 8 results" */
.small.text-muted {
    display: none !important;
}

/* Центрировать блок пагинации */
.pagination {
    justify-content: center !important;

    .page-link {
        background-color: transparent;
        color: #B0B7C4;

        *.active {
            color: #001A45;
        }
    }
}

/* Если обертка мешает */
.d-sm-flex.justify-content-sm-between {
    justify-content: center !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.custom-align {
    vertical-align: -webkit-baseline-middle;
}

.swiper-slide-click a {
    pointer-events: auto;
}

#faqs-swiper {

    .swiper-slide {
        opacity: 1!important;

        a {
            display: block;
            border-radius: 10px;
            background-color: #FFFFFF;
            padding: 15px 30px;
            border: 1px solid #F7F7F7;
            font-size: 16px;
            color: #001A45;
        }
    }
}

.faqs-accordion {
    .accordion-item {
        margin-top: 20px;
        border-radius: 10px;
        border: 1px solid #F7F7F7;

        button {
            border-top-left-radius: 10px!important;
            border-top-right-radius: 10px!important;
            font-size: 18px;
            color: #001A45;
            font-weight: 600;
            background-color: #FFFFFF!important;

            &.collapsed {
                border-bottom-left-radius: 10px!important;
                border-bottom-right-radius: 10px!important;
            }
        }

        .accordion-collapse {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .accordion-body {
            p {
                font-weight: 400;
                font-size: 16px;
                color: #8B8B8B;
                margin-bottom: 0;
            }
        }

        .accordion-button,
        .accordion-body {
            padding: 20px;
        }

        &:first-child {
            margin-top: 0;
        }

        .accordion-button::after {
            content: "";
            width: 1.25rem;
            height: 1.25rem;
            background: url("/images/new-design/icons/accordion-arrow.svg") center / contain no-repeat;
            transform: rotate(0deg);
        }

        .accordion-button:not(.collapsed)::after {
            transform: rotate(-180deg);
        }
    }
}

#office-slider,
#cooler-slider {
    position: relative;
    z-index: 1; /* слой выше, чтобы элементы были кликабельны */
}

/* Слайды */
#office-slider .swiper-slide,
#cooler-slider .swiper-slide {
    pointer-events: auto !important;
    user-select: text !important;
    opacity: 1 !important; /* сброс возможной прозрачности */
}

/* Стрелки */
#office-slider .swiper-button-prev,
#office-slider .swiper-button-next,
#cooler-slider .swiper-button-prev,
#cooler-slider .swiper-button-next {
    position: relative !important; /* не ломаем поток документа */
    margin: 0 !important;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: none !important;
}

/* Hover */
#office-slider .swiper-button-prev:hover,
#office-slider .swiper-button-next:hover,
#cooler-slider .swiper-button-prev:hover,
#cooler-slider .swiper-button-next:hover
{
    background-color: #001A45;
    color: #fff;
}

/* Контейнер стрелок рядом */
#office-slider .slider-nav,
#cooler-slider .slider-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* расстояние между стрелками */
}

.banner-home {
    .web {
        display: none; /* по умолчанию скрыт */
    }

    .mob {
        display: block; /* по умолчанию виден */
    }

    @media (min-width: 576px) {
        .web {
            display: block; /* показываем web */
        }

        .mob {
            display: none; /* скрываем mob */
        }
    }
}

.z-50 {
    z-index: 50;
}

#offcanvasFilters {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important;
    z-index: 1055 !important; /* поверх всего */
}

.offcanvas.offcanvas-filters {
    height: 100vh;         /* полная высота окна */
}

/* чтобы тело панели скроллилось независимо */
.offcanvas.offcanvas-filters .offcanvas-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
    max-height: 100vh;
    padding-bottom: 1rem; /* чтобы footer не прилипал */
}

.category-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.category-link.active {
    background: #001A45!important;
    border: 1px solid #001A45!important;
    color: #fff !important;
}

#productThumbsSwiper {
    .swiper-slide {
        height: 80px!important;
        width: 80px!important;
    }
}

#advantages-blocks {
    .advantage-block {
        .dark {
            display: inline-block;
        }
        .white {
            display: none;
        }

        &.active {
            .dark {
                display: none;
            }
            .white {
                display: inline-block;
            }

            > div {
                background: #001A45 !important;

                p {
                    color: #fff;
                }
            }
        }
    }
}

#office-page,
#cooler-page {
    .s-title {
        font-size: 40px !important;
    }

    h4 {
        font-size: 20px !important;
    }
}

.fs-16 {
    font-size: 16px !important;
}

.fs-24 {
    font-size: 24px !important;
}

@media (min-width: 992px) { /* Bootstrap lg breakpoint */
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) { /* lg breakpoint */
    .text-lg-left {
        text-align: left !important;
    }
}
