* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
}
a, a:hover{
    text-decoration: none;
}
section{
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}
section:first-of-type{
    margin: 36px 0;
}
.swiper-slide img{
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 24px;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.products-grid .product-item-small-card {
    padding: 0;
    max-width: 100%;
}
.container-title-block{
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    row-gap: 4px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.row.mb-4.bx-site {
    margin: 0 -15px;
}
.container-title-block h1{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}
.product-image_preview{
    display: block;
    aspect-ratio: 5/6;
    overflow: hidden;
    padding: 8px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
a.title-goto-page {
    color: #666;
    text-decoration: underline;
    align-self: center;
}
.badge-container{
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: flex-start;
    left: 12px;
    top: 12px;
    gap: 6px;
    z-index: 2;
}
.width-100{
    width: 100%;
}
form[role="search"]{
    width: 100%;
}
.badge {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.badge.specialoffer {
    background-color: rgb(255, 78, 78);
}
.badge.badge.specialoffer::before{
    content: "Специальное предложение";
}
.badge.saleleader {
    background-color: #f4ab0f;
}
.badge.saleleader::before{
    content: "Лидер продаж";
}
.badge.newproduct{
    background-color: #6ca531;
}
.badge.newproduct::after{
    content: "Новинка";
}

.products-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
    gap: 8px;
    row-gap: 24px;
    padding-bottom: 28px;
}
.card.sidebar-menu h3 {
    padding: 3px 0;
    font-weight: 600;
    margin: 0;
}
.product-block{
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    transition: 100ms transform ease, 100ms box-shadow ease;
    will-change: transition, box-shadow;
}

.product-block:hover{
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
}
.product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
    padding: 12px;
}
img.img-on-hover {
    position: absolute;
    left: 8px;
    top: 8px;
    opacity: 0;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.product-block:hover .img-on-hover {
    opacity: 1;
}

.product-block:hover .img-on-hover+img {
    opacity: 0;
}
.product-image_preview img{
    object-fit: contain;
    object-position: center;
    transition: 200ms transform ease;
    will-change: transform, opacity;
}
.product_price{
    display: flex;
    font-size: 20px;
    align-items: baseline;
    gap: 8px;
}
.product_price b{
    color: #1E3A8A;
}
.nav-pills .nav-link:hover {
    background: #f3f3f3;
    border-radius: 15px;
}
.product_price s{
    order: 999;
    margin-left: 4px;
    font-size: 75%;
    opacity: 0.4;
}
.product_name{
    color: #515151;
    font-weight: 500;
    font-size: 13px;
    height: 100%;
    margin-bottom: 4px;
}
.row.footer-row{
    flex-wrap: wrap;
    margin: 0 -12px;
}
.row.footer-row .col {
    width: auto;
    flex: 1 0 auto;
    padding: 0 24px;
}
.btn-primary, .product-button{
    background-color: #1E3A8A;
    border-color: #1E3A8A;
}

.btn-primary:hover, .product-button:hover{
    background-color: #7359ff;
    border-color: #7359ff;
}
.product-block .product-button{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
    border: none;
    border-radius: 16px;
    width: 100%;
    padding: 8px 12px;
    color: #fff;
    font-weight: 700;
    height: 42px;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    transition: 100ms background-color ease;
}
.product-cart-controls, .product-block .product-button{
    height: 38px;
}
.product-block .product-button:disabled, .product-block .product-button[disabled]{
    cursor: not-allowed;
    background-color: #545b62 !important;
}
.product-block .product-button:hover{
    background-color: #7359ff;
    text-decoration: none;
}
.btn {
    border-radius: 14px;
    font-weight: 600;
}
.social{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 0;
    font-size: 24px;
}
.social .external {
    padding: 8px;
    background: #eee;
    border-radius: 100%;
    aspect-ratio: 1;
    display: inline-block;
}
.product-button .cart-icon{
    margin: 0;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.product-button .cart-icon-new{
    margin-right: 8px;
}
.product-button .cart-icon::before{
    -webkit-mask-size: 18px;
    mask-size: 18px;
}
.product-cart-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    background: #F1F1F1;
    border-radius: 26px;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cart-btn {
    aspect-ratio: 1/1;
    height: 100%;
    border: none;
    background: #1E3A8A;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: white;
    transition: all 100ms ease;
}
.links-row .nav-link{
    padding: 0;
    color: inherit !important;
}
.links-row:hover>.nav-item{
    transition: opacity 100ms;
}
.links-row:hover>.nav-item:not(:hover) {
    opacity: 0.7;
}
.cart-btn:hover {
    background: #7359ff;
    box-shadow: 0 4px 12px rgba(58, 39, 198, 0.3);
}

.cart-btn:active {
    transform: translateY(0);
}

.cart-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.cart-btn-minus {
    background: #6c757d;
}

.cart-btn-minus:hover {
    background: #545b62;
}

.cart-quantity {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    min-width: 60px;
    text-align: center;
    flex: 1;
    padding: 2px 12px;
    border-radius: 8px;
}

.product-cart-controls.with-icons .cart-btn {
    font-size: 0;
}

.product-cart-controls.with-icons .cart-btn-minus::before {
    content: "−";
    font-size: 18px;
    font-weight: 700;
}

.product-cart-controls.with-icons .cart-btn-plus::before {
    content: "+";
    font-size: 18px;
    font-weight: 700;
}
hr{
    border-color: #ffffff9e;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#footer{
    background-color: #fff;
    padding: 30px 0;
    color: #333;
    font-size: 13px;
}
.list-inline, .list-inline-item{
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
#footer ul{
    list-style: none;
}
#footer ul li{
    margin: 3px 0;
}
.footer-row{
    gap: 40px;
    justify-content: space-between;
}
.footer-title{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}
.btn-getnews{
    cursor: pointer;
    margin-top: 6px;
    align-self: flex-start;
    outline: 0;
    box-shadow: none;
    background: #fff;
    color: #6c757d;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #6c757d;
}
/* Анимация при изменении количества */
.cart-quantity.changing {
    animation: pulse 0.3s ease;
}
.swiper-wrapper{
    height: auto;
}
.currency-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    padding: 24px;
    border: 2px solid #7359ff;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 48px;
}
.row[data-entity="items-row"]{
    row-gap: 15px;
}
.contact-info a {
    color: #2196F3;
    text-decoration: none;
    font-weight: bold;
}
.rate-info {
    display: grid;
    gap: 10px;
    text-align: center;
    justify-content: center;
}
.rate-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.notification-content {
    display: grid;
    gap: 15px;
    font-size: 14px;
}
.contact-info {
    color: #666;
    font-size: 86%;
}
.update-time {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}
.currency-pair {
    font-size: 24px;
    font-weight: bold;
    color: #2196F3;
}
.exchange-rate {
    font-size: 24px;
    font-weight: bold;
    color: #4CAF50;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
header.new-header{
    background: linear-gradient(135deg, #7359ff 0%, #1E3A8A 100%);
    position: fixed;
    z-index: 400;
    top: 0;
    width: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.product-item-detail-tabs-container-fixed.active{
    top: 111px;
}
.tel{
    display: none;
    opacity: 0.85;
    width: 345px;
    font-size: 14px;
}
.links-row{
    font-size: 12.5px;
    font-weight: 600;
    list-style: none;
    gap: 14px;
    display: flex;
    align-items: center;
}
.header-body{
    padding: 14px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-item-detail-tab-content iframe{
    max-width: 100%;
}
.row{
    display: flex;
    flex-direction: row;
}
.col{
    display: flex;
    flex-direction: column;
}
.products-number-sort{
    padding: 0;
    padding-bottom: 8px;
}
.heading_logo{
    display: none;
    font-size: 32px;
    font-weight: 800;
    align-self: center;
}
.dropdown{
    display: contents;
}
.main-header-row{
    gap: 12px;
    flex-wrap: nowrap;
    align-items: stretch;
}
.dropdown-menu{
    display: none;
}
.dropdown-menu.show{
    display: flex;
}
.heading-menu{
    background-color: #fff;
    min-width: 150px;
    flex-direction: column;
    border: none;
    padding: 0;
    border-radius: 12px;
    margin-top: 8px;
    overflow: hidden;
    color: #111;
    list-style: none;
    font-size: 14px;
    margin-left: 40px;
    width: 100%;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.heading-menu li a{
    padding: 6px 18px;
    display: block;
    border-bottom: 1px solid #eaeade;
    white-space: normal;
    width: 100%;
}
.heading-menu li:hover{
    background-color: #ebebeb;
}
.heading-menu li:last-child{
    border-bottom: none;
}
input.search-suggest{
    color: #242424;
    -webkit-appearance: none;
    appearance: none;
    caret-color: #1E3A8A;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border-radius: 12px !important;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    outline: 0;
    border: none;
    border-radius: 16px;
    padding: 10px 12px 10px 12px;
    font-size: 14px;
    line-height: 24px;
    height: 100%;
}
.input-group{
    height: 100%;
}
input.search-suggest+div{
    display: none;
}
.search-catalog_input::placeholder{
    opacity: 0.7;
}
.cart-button{
    color: #ffffffe8;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
i.cart-icon-new{
    font-size: 20px;
}
.cart-icon{
    background-position: 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto 6px;
    display: block;
    position: relative;
}
.cart-icon::before{
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.925.488a.833.833%200%200%200-1.517.691l4.295%209.416v.001c.005.008.023.05.046.09a.9.9%200%200%200%20.979.446c.045-.01.089-.023.098-.026l6.22-1.853.105-.031c.44-.13.867-.256%201.201-.523.29-.232.517-.535.657-.88.16-.396.159-.842.158-1.3V4.105c0-.01%200-.06-.004-.11a.901.901%200%200%200-.488-.73.9.9%200%200%200-.447-.098H4.147L2.925.487ZM11.833%2012a1.333%201.333%200%200%200%200%202.667h.007a1.333%201.333%200%200%200%200-2.667h-.007ZM3.167%2013.334c0-.737.597-1.334%201.333-1.334h.007a1.333%201.333%200%200%201%200%202.667H4.5a1.333%201.333%200%200%201-1.333-1.333Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--icon);
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.burger {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    aspect-ratio: 1;
    transition: border-color .3s;
    display: flex;
}
.burger:hover, .burger[aria-expanded="true"]{
    border: 1px solid rgba(255, 255, 255, .8);
}
.burger-line {
    transform-origin: 0;
    background-color: #fff;
    border-radius: 3px;
    width: 22px;
    height: 2px;
    transition: background-color .3s;
    display: block;
    position: relative;
}
.burger-line:before {
    top: -8px;
}
.burger-line:after {
    bottom: -8px;
}

.burger-line:before, .burger-line:after {
    content: "";
    transform-origin: 0;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    transition: transform .3s;
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(0);
}
.right-block{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.user-block{
    font-size: 13.5px;
}
.user-block a{
    color: inherit;
    text-decoration: none;
}
.user-block .menu.list-inline{
    list-style: none;
    display: flex;
}
.user-block ul.menu > li + li:before, #footer ul.menu > li + li:before {
    content: "|\00a0";
    padding: 0 5px;
}
#main-slider {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#main-slider .swiper-slide {
    height: auto;
    opacity: 0.5;
}

#main-slider .swiper-slide-active {
    opacity: 1;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #ebebeb;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    cursor: pointer;
    font-weight: 800;
    z-index: 10;
    background-image: url(./arrow.png);
    background-color: #fff;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    transition: 200ms opacity;
}
.slider-arrow:hover{
    opacity: 1;
}
.slider-arrow-prev {
    left: 48px;
}

.slider-arrow-next {
    transform: translateY(-50%) rotateY(180deg);
    right: 48px;
}

.header-top-row{
    flex-wrap: wrap-reverse;
    row-gap: 12px;
}
.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid white;
}
#copyright{
    color: #fff;
    background: #1E3A8A;
    padding: 20px 0;
    font-size: 11px;
}
.content-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.mob-heading_logo{
    display: block;
    margin-right: auto;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.products-sort-by {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.products-sort-by .form-control{
    border: none;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec !important;
}
.products-sort-by .form-control:hover{
    border-color: transparent;
}

.filters-column .bx_filter, .filters-column .card{
    border: none;
    border-radius: 16px;
    background: #fff;
    text-shadow: none;
    margin-top: 1px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    overflow: hidden;
}
.filters-column .card-header{
    border: none;
    background: rgba(0,0,0,0.11);
    border-bottom: 1px solid #e5e5e5;
}
.bx_filter_button_box .bx_filter_parameters_box_container {
    display: flex;
    justify-content: space-between;
}
.filters-column .card-body {
    padding: .75rem 0.5rem;
}
.filters-column .bx_filter .bx_filter_parameters_box_container .btn:last-child{
    margin-left: auto;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
    border: none;
    background: none;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
    margin-bottom: 8px;
    box-shadow: none;
    outline: 0;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    font-size: 16px;
    padding: 4px 8px;
}
.product-view_container {
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.row.product-item-list-col-4, .row.product-item-list-col-3{
    margin: 0 -8px;
}
.row.product-item-list-col-4 .product-item-small-card{
    padding: 8px;
}
.product-item-label-text.product-item-label-big span {
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 16px;
}
.product-item-detail-tab-link{
    height: auto;
}
.product-item-detail-tab{
    min-height: auto;
    margin: 6px;
    border-radius: 16px;
}
.product-large-title {
    font-weight: 700;
}
.product-item-detail-pay-block{
    border-radius: 20px;
    border: none;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.product-item-detail-slider-block {
    padding-top: 100%;
    margin-left: 15px;
}
.product-item-detail-price-current{
    color: #1E3A8A;
}
.catalog-block-header {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}
.product-item-detail-tab-content img {
    max-width: 100%;
    height: auto;
}
.bx_filter_parameters_box_container .btn {
    width: calc(50% - 6px);
}
.product-block:hover .product-image_preview>img {
    transform: scale(1.05);
}
a.title-goto-page i {
    padding-right: 5px;
}
@media (min-width: 576px){
    .products-grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .container{
        padding: 0 26px;
    }
    .links-row{
        font-size: 13.5px;
        gap: 16px;
    }
}
@media (min-width: 768px){
    .container-title-block h1{
        font-size: 34px;
    }
    .product_name{
        font-size: 15px;
    }
    .mob-heading_logo{
        display: none;
    }
    .heading_logo{
        display: block;
    }
    input.search-suggest{
        font-size: 17px;
        padding: 10px 20px 10px 20px;
    }
    .heading-menu{
        width: auto;
        margin-left: 0;
    }
}
@media (min-width: 992px){
    .heading-menu li a{
        padding: 8px 24px;
    }
    .notification-content{
        font-size: 16px;
    }
    .rate-info{
        justify-content: end;
        text-align: right;
    }
    .currency-block {
        padding: 16px 24px;
        grid-template-columns: 1fr auto;
    }
    .catalog-block-header {
        font-size: 26px;
    }
    .product-cart-controls, .product-block .product-button{
        height: 42px;
    }
    .cart-button{
        font-size: 14px;
    }
    .main-header-row{
        gap: 18px;
    }
    .tel{
        display: block;
    }
    .container{
        padding: 0 48px;
    }
    .products-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .products-grid.smaller{
        grid-template-columns: repeat(3, 1fr);
    }
    .product-block{
        border-radius: 20px;
    }
    .social{
        font-size: 24px;
    }
    .burger{
        min-width: 50px;
    }
    .burger-line{
        width: 26px;
        height: 2px;
    }
}
@media(min-width: 1200px){
    .products-grid.smaller{
        grid-template-columns: repeat(4, 1fr);
    }
    .products-grid{
        grid-template-columns: repeat(5, 1fr);
    }
    .container-title-block h1{
        font-size: 40px;
    }
    .product_name{
        font-size: 16px;
    }
    .swiper-wrapper:not([id]) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px;
    }
    .heading-menu{
        font-size: 16px;
    }
    .product-item-small-card .product-block .product-content{
        padding: 16px;
    }
    .row.product-item-list-col-4 .product-item-small-card {
        padding: 0 15px;
    }
    .row.product-item-list-col-4, .row.product-item-list-col-3{
        margin: 0 -15px;
    }
}
@media (min-width: 1500px) {
    .container-lg{
        max-width: 100%;
    }
    .carousel-pic{
        height: 540px;
    }
}
