@charset "utf-8";
/* CSS Document */
body #complete .desktop_block {
    flex-wrap: nowrap !important;
    overflow: unset !important;
}


#collection-main .desktop_block > div {
    max-width: 20%;
}



#dark-overlay.cover {
    z-index: 1050;
}

.smart-filter--fly {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1100;
    background: #fff;
    max-width: 520px;
    width: 100%;
    height: 100%;
    transition: left 0.6s ease-in-out;
}

.smart-filter--fly.open {
    left: 0;
}

.smart-filter--fly form {
    overflow: hidden;
    height: 100%;
}

.smart-filter--body {
    /*height: calc(100% - 90px);*/
    overflow-y: scroll;
}

.smart-filter--head {
    position: relative;
    padding: 33px 33px 20px;
}

.smart-filter--head-title {
    font-family: 'Source Serif 4 48pt', serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -1px;
}

.smart-filter--head .clear-filter {
    font-size: 16px;
    line-height: 1;
    color: #808080;
    border: none;
    padding: 0;
    background: none;
    display: none;
}

.smart-filter--head .clear-filter.show {
    display: block;
}

.smart-filter--head-row {
    gap: 20px;
}

.smart-filter--body {
    padding: 0 30px;
}

.filter-close {
    position: absolute;
    font-size: 22px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}


/*  parameters  */
.smart-filter--parameters {
    margin-bottom: 35px;
}

.filter_parameters_box {
    border-bottom: 1px solid #E5E5E5;
}

.filter_parameters_box:first-child {
    border-top: 1px solid #E5E5E5;
}

.smart-filter--title {
    padding: 31px 0 25px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
}

.smart-filter--title::after {
    content: "\F64D";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    font-size: 26px;
}

.smart-filter--title.active::after {
    content: "\F63B";
}

.smart-filter--content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s;
}

.smart-filter--content.open {
    max-height: 400px;
}

.smart-filter--nav {
    max-height: 235px;
    margin-bottom: 25px;
    padding-left: 23px;
    overflow: auto;
}

.smart-filter--nav ol {
    list-style-type: none;
    padding: 4px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.smart-filter--nav li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.smart-filter--content ol li::marker {

}

.sort .smart-filter--nav {
    padding-left: 21px;
}

.sort .smart-filter--nav ol {
    gap: 16px;
    padding: 0;
}

.filter_parameters_box [type="radio"] {
    display: none;
}

.filter_parameters_box [type="radio"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.filter_parameters_box [type="radio"] + label::before,
.filter_parameters_box [type="radio"] + label::after {
    content: "";
    font-size: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: inline-flex;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid;
}

.filter_parameters_box [type="radio"] + label::before {
    background: #FFFFFF;
    border-color: #000000;
}

.filter_parameters_box [type="radio"]:checked + label::before {
    background: var(--color-default-blue);
    border-color: var(--color-default-blue);
}

.filter_parameters_box [type="radio"]:checked + label::after {
    color: #fff;
    font-size: 16px;
    background: var(--color-default-blue);
    border-color: var(--color-default-blue);
    content: "\F633";
    align-items: center;
    justify-content: start;
    width: 20px;
    height: 20px;
    left: 0;
}


/**/

.filter_parameters_box [type="checkbox"] {
    display: none;
}

.filter_parameters_box [type="checkbox"] + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.filter_parameters_box [type="checkbox"] + label::before,
.filter_parameters_box [type="checkbox"] + label::after {
    content: "";
    font-size: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: inline-flex;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    border: 1px solid;
}

.filter_parameters_box [type="checkbox"] + label::before {
    background: #FFFFFF;
    border-color: #000000;
}

.filter_parameters_box [type="checkbox"]:checked + label::before {
    background: var(--color-default-blue);
    border-color: var(--color-default-blue);
}

.filter_parameters_box [type="checkbox"]:checked + label::after {
    color: #fff;
    font-size: 16px;
    background: var(--color-default-blue);
    border-color: var(--color-default-blue);
    content: "\F633";
    align-items: center;
    justify-content: start;
}

.filter_block.price-block {
    overflow: unset;
}

.price-block .filter_block--inner {
    padding: 0;
    margin: 0;
}


.price-block label {
    font-size: 13px;
}

.field-range {
    margin-top: 6px;
    padding: 16px 13px 16px 8px;
}

.field-range--summary {
    font-size: 14px;
    padding: 0 5px;
    color: #808080;
    margin-bottom: 20px;
}

.range-line {
    margin: 0 5px;
}

.ui-slider-horizontal {
    height: 2px;
}

.ui-slider .ui-slider-handle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;

}

.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {

}

.ui-widget-header {
    background: var(--color-default-blue);
}

.ui-widget.ui-widget-content {
    border: unset;
    background: gray;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #FFFFFF;
    border: 1px solid var(--color-default-blue);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: var(--color-default-blue);
    border: none;
}

.range-block,
.range-input-block {
    gap: 21px;
}

.range-input-block label {
    padding-bottom: 5px;
}

.field-group:has(.price-input) {
    position: relative;
}

.field-group:has(.price-input) label {
    position: absolute;
    color: #808080;
    padding: 0;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.price-input {
    width: 100%;
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
    outline: none;
    box-shadow: none;
    height: 50px;
    text-indent: 40px;
    color: #808080;
}

/*  / parameters  */

.smart-filter--footer {
    padding: 0 32px;
}

.smart-filter--footer .btn {
    width: 100%;
    height: 52px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.info-box .content {
    padding: 12px 15px 0;
}

.info-box #product-title {
    font-size: 20px;
    line-height: 1.35;
}

.info-box #old-price {
    width: 50%;
    font-size: 20px;
    display: inline-block;
}

.info-box #new-price {
    font-size: 20px;
    display: inline-block;
}

#home-collections .swiper-slide {
    display: flex;
    height: auto;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.swiper.detail-image {
    height: 100%;
}


body:has(#bx-panel) .search-header-block {
    /*top: 206px;*/
}

body.fixed {
    overflow-y: scroll;
}

.search-mobile button {
    z-index: 10;
}

/* @media */
@media screen and (min-width: 1200px) {
    .right-menu {
        z-index: 1;
        position: relative;
    }

    .top-back {
        position: absolute;
        background: #FFFFFF;
        width: 100%;
        height: 165.38px;
        top: 0;
    }

    #phone-link,
    #search-link {
        z-index: 1;
    }

    .cart-block {
        z-index: -1 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .mega-menu {
        width: 100%;
    }

    .main-menu a {
        font-size: 20px;
    }

    header .mb-4 {
        margin-bottom: 47px !important;
    }

    .mega-menu-left ul li a {
        font-size: 18px;
    }

    .podmenu h4 {
        font-size: 14px;
    }

    .podmenu {
        margin-bottom: 10px;
    }

    .special-offer-img img {
        max-width: 260px;
    }

    .special-offer-tovar {
        margin-left: 8rem;
    }

    .main-podmenu {
        padding: 30px 30px 25px;
    }

    section#newproducts {
        min-height: auto;
    }

    .container {
        max-width: 1230px !important;
    }
}


@media screen and (max-width: 1199px) {
    .smart-filter--head {
        padding: 32px 14px 30px;
    }

    .smart-filter--head-row {
        gap: 32px;
    }

    .smart-filter--head-title {
        font-size: 28px;
    }

    .filter-close {
        right: 12px;
    }

    .smart-filter--body {
        padding: 0 25px 0 20px;
    }

    .smart-filter--title {
        padding: 29px 0 25px;
    }

    .smart-filter--nav {
        margin-bottom: 30px;
        padding-left: 5px;
        margin-right: 5px;
        max-height: 285px;
    }

    .smart-filter--nav ol {
        padding-top: 15px;
        gap: 19px;
    }

    .smart-filter--nav li {
        font-size: 14px;
    }

    .smart-filter--parameters {
        margin-bottom: 40px;
    }

    .smart-filter--footer {
        padding: 0 15px;
    }

    .field-range {
        margin-right: -5px;
        margin-top: 23px;
    }

    .field-range--summary {
        margin-bottom: 33px;
    }
}


@media screen and (max-width: 991px) {
    .mobile-menu--inner {
        padding-top: 45px;
    }

    .mobile-logo {
        display: flex;
        align-items: center;
        background-color: var(--active-color);
    }

    .mobile-menu {
        z-index: 100;
    }

    .mobile-menu--inner {
        padding-top: 45px;
    }

    .backdrop {
        z-index: 20;
    }

    #bx-panel ~ .mobile-menu.open {
        /*padding-top: 45px;*/
    }

    .mobile-action--item {
        flex-basis: 23.5%;
    }

    .mobile-action--item i {
        font-size: 23px;
        line-height: 1;
    }

    .backdrop {
        transition: unset;
    }

    .m-header-content {
        .cart-link {
            height: 100%;
            margin: 0;
            display: flex;
        }

        .cart-link {
            .block-basket-fly-short {
                margin: auto;
                font-size: 10px;
                padding-top: 8px;
            }

            img {
                padding-bottom: 10px;
            }
        }
    }
}

@media screen and (max-width: 399px) {
    .mobile-logo {
        max-width: 100px;
    }
}
/* end @media */

/* Start:loader */
.loading {
    overflow: hidden;
    position: relative;
}

.loading::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 1100;
}

.loading .lds-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 1100;
}



.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}
.lds-spinner {
    color: #fff;
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

/* End:loader */

