*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    font-family: "Inter", sans-serif;
    font-size:15px;
}
body{
    margin:0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size:14px;
    background: #fff;
    color:#000000;
    position:relative;
}
.container{
    max-width: 100%;
    padding-left:60px;
    padding-right:60px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.head-bold,
.heading--h1{
    font-family: "Inter", sans-serif;
    font-style:normal;
    line-height:normal;
    font-weight:600;
}
.section {
    padding:4rem 0;
}
a{
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:active,
a:focus {
    outline: none;
}
a{
    color:#000;
}
a:hover{
    color:#000;
}
a:active{
    color:#000;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
}
::selection {
    background-color: #000;
    color: #fff;
}
.bg-cover {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    box-shadow: none!important;
}
img{
    vertical-align:middle;
}
.pos-rel{
    position:relative;
}
.full{
    width:100%!important;
}
.responsive-img{
    max-width:100%;
    height:auto
}
/********************/
.blur{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.round {
    -webkit-border-radius: 150%;
    -moz-border-radius: 150%;
    -o-border-radius: 150%;
    border-radius: 150%;
}
.outer-wrap {
    position:relative;
    display: table;
    width: 100%;
    height: 100%;
}
.inner-wrap {
    display: table-cell;
    vertical-align: middle;
}
span.error{
    display:none;
}
.form-btn input[type=submit]{
    width:100%;
    margin-top:20px;
    cursor:pointer;
    -webkit-transition:.3s ease;
    transition:.3s ease;
}
button, input, optgroup, select, textarea {
    font-family: "Inter", sans-serif;
}
.input-row{
    position:relative;
}
.input-row+.input-row{
    margin-top:20px;
}
.input-row .pos-rel{
    background:#fff;
}
.search-page .search-margin{
    margin-bottom:2rem;
}
.slick-slide{
    outline:none!important;
}
.input-row{
    position:relative;
}
.input-row label.active{
    opacity:0;
}
.input-row .phone.unavailable:not(:focus) ~ label.active{
    opacity: 1;
}
.input-row .phone.unavailable:focus ~ label.active{
    opacity: 0;
}
/*********************/
strong{
    font-weight: 700;
}
.page {
    position:relative;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    min-height: calc(var(--vh, 1vh) * 100);
}
.header__notice {
    overflow: hidden;
    transition:
            max-height 0.3s ease,
            opacity 0.2s ease,
            padding 0.3s ease,
            margin 0.3s ease;
    max-height: 200px;
    opacity: 1;
    background: #000000;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    display: flex;
    width:100%;
    position: relative;
}
.header__notice--hidden {
    max-height: 0 !important;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.notice--wrp{
    position: relative;
    padding:10px 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice--wrp a{
    font-weight: 700;
    border-bottom:1px solid;
    color:#000;
}
.notice--wrp a:hover{
    border-color:transparent
}
.notice--wrp img {
    z-index: 1;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    cursor: pointer;
    height: 40px;
    transition: all .3s ease;
}
.notice--wrp:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:40px;
    background:#000;
    z-index: 0;
}
.cookies-wrap {
    position: fixed;
    bottom: 30px;
    z-index: 1001;
    left: calc(50% - 660px);
    width: 1320px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #000;
    border-radius: 10px;
    -webkit-transform: translateY(3000%);
    transform: translateY(3000%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.cookies-wrap.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.hide{
    display: none!important;
}
.cookies-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size:12px;
    text-align: center;
    border-radius: 0;
    color:#fff;
    border:1px solid #fff;
    height:44px;
    line-height: 44px;
    margin-right:10px;
    width:160px;
    background: #000000;
}
.cookies-wrap a:hover{
    background: #fff;
    color:#000;
}
.cookies--text{
    padding-right:20px;
    padding-left: 20px;
    text-align: left;
}
.header--tg{
    display: inline-flex;
    width:12px;
    height:10px;
    background-image:url(../images/tg.svg?1);
    background-repeat:no-repeat;
    background-size: contain;
}
.header--wa{
    display: inline-flex;
    width:12px;
    height:12px;
    background-image:url(../images/wa.svg?1);
    background-repeat:no-repeat;
    background-size: contain;
}
.header--tg:hover,
.header--wa:hover{
    opacity:0.7;
}
.header--phone{
    display: inline-flex;
    align-items: center;
    position:relative;
    height:16px;
    padding-left:20px;
}
.header--phone:after{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:11px;
    width: 12px;
    background-image:url(../images/phone.svg?1);
    background-repeat:no-repeat;
    background-size: contain;
}
.header__top{
    background:#000;
    height:36px;
    color:#fff;
    display: flex;
    align-items: center;
}
.htop--row{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:11px;
    line-height: 16px;
}
.htop--row a{
    color:#fff;
}
.htop--row a:hover{
    color:#eee;
}
.htop__left,
.htop__right{
    display: flex;
}
.htop--item{
    display: inline-flex;
    gap:15px;
    justify-content: flex-start;
    align-items: center;
}
.htop--item+.htop--item{
    margin-left:2rem;
}
.top__menu{
    display: flex;
    margin:0;
    padding: 0;
    gap:25px;
    justify-content: flex-end;
    align-items: center;
}
.top__menu li{
    position:relative;
    display: block;
}
.basket{
    stroke:#000;
}
.header__middle .container,
.header__top .container{
    max-width:100%;
}
.header__middle{
    padding: 0;
    background: #fff;
    z-index: 999;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    border-bottom:1px solid #e5e2df;
}
.hmiddle--row{
    display: flex;
    gap:2rem;
    justify-content: space-between;
    align-items: center;
}
.nav__search{
    position:relative;
}
.header__search{
    width:100%;
    max-width:400px;
}
.nav__search .search-submit {
    width: 45px;
    height: 45px;
    display: inline-flex !important;
    opacity: 1;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background-color: #000;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer;
    background-image: url(../images/search_black.svg?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size:18px;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.nav__search:not(#title-search) .search-submit{
    background-color: transparent;
}
.nav__search input[type=search]:not(.browser-default).search-field,
.nav__search input:not([type]).search-field,
.nav__search input[type=text]:not(.browser-default).search-field {
    height: 45px;
    display: flex;
    color:#333231;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    border: 0 !important;
    background: #f5f5f5;
    width: 354px;
    outline: none;
    -webkit-appearance: none;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    border-radius: 0!important;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.nav__search input[type=search]:not(.browser-default).search-field:focus,
.nav__search input:not([type]).search-field:focus,
.nav__search input[type=text]:not(.browser-default).search-field:focus {
    border: 0 !important;

}
.search__trigger{
    display: none;
}
.header__right{
    display: flex;
    justify-content: flex-end;
    gap:20px;
    align-items: center;
}
.header__contacts{
    display: flex;
    justify-content: flex-start;
    gap:1rem;
    align-items: center;
}
.hmiddle--contact:not(.last){
    opacity:0.5;
}
.hmiddle--contact:not(.last):hover{
    opacity:1;
}
.hmiddle--contact.last{
    font-size:1.2rem;
    font-weight:700;
    display:flex;
}
.hmiddle--contact.last img{
    margin-right:10px;
}
.profile--link{
    font-size:14px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    gap:10px;
    color:#777;
}
.profile--link:hover{
    color:#000;
}
.profile--link img{
    transition: .3s ease;
}
.profile--link:hover img{
    opacity: 0.5;
}
.header__basket a{
    gap:10px;
    font-size:14px;
    justify-content: flex-start;
    align-items: center;
    color:#777;
}
.basket__count {
    position: absolute;
    display: inline-block;
    background: #000000;
    color: #fff;
    right: -5px;
    top: -3px;
    text-align: center;
    line-height: 15px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: 400;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.header__basket {
    display: inline-block;
    position: relative;
}
.header__basket a,
.bx-basket.bx-opener{
    display:flex;
}
.header__basket svg{
    transition: .3s ease;
}
.header__basket:hover svg{
    opacity: 0.5;
}
.header__basket a:hover{
    color:#000;
}
.mobile--hamburger{
    display: none;
}
.modal-backdrop.show{
    opacity: .95;
}
button.mfp-close:focus,
button.mfp-close:hover {
    background-color: transparent;
    box-shadow: none;
}
.mobile--menu_trigger{
    display: none;
}
.mfp-bg {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.6);
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.offcanvas{
    width:50%!important;
    border-left:0!important;
}
.btn-close {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjEyMjIgMTYuMDIwNEwzMC4xMDYyIDQuMTAxODFDMzAuNjgwOCAzLjUzMzA5IDMwLjY4MDggMi42MTIzNiAzMC4xMDYyIDIuMDQ1MDlDMjkuNTMzMSAxLjQ3NjM2IDI4LjYwMjIgMS40NzYzNiAyOC4wMjkxIDIuMDQ1MDlMMTYuMDU1MyAxMy45NTM0TDMuOTcwOTYgMS44Njc2M0MzLjM5Nzg2IDEuMjkzMDkgMi40NjY5NiAxLjI5MzA5IDEuODkzODYgMS44Njc2M0MxLjMyMDc3IDIuNDQzNjMgMS4zMjA3NyAzLjM3NTk5IDEuODkzODYgMy45NTA1NEwxMy45Njk1IDE2LjAyNzZMMS44NTAyMyAyOC4wOEMxLjI3NzE0IDI4LjY0ODcgMS4yNzcxNCAyOS41Njk0IDEuODUwMjMgMzAuMTM2N0MyLjQyMzMyIDMwLjcwNTQgMy4zNTQyMyAzMC43MDU0IDMuOTI3MzIgMzAuMTM2N0wxNi4wMzY0IDE4LjA5NDVMMjguMDcyOCAzMC4xMzI0QzI4LjY0NTkgMzAuNzA2OSAyOS41NzY4IDMwLjcwNjkgMzAuMTQ5OSAzMC4xMzI0QzMwLjcyMyAyOS41NTY0IDMwLjcyMyAyOC42MjQgMzAuMTQ5OSAyOC4wNDk0TDE4LjEyMjIgMTYuMDIwNFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) center / 20px auto no-repeat;
    padding: 0.5rem 0.5rem;
    margin: 0;
    width: 2em;
    height: 2em;
    transition: all .3s ease;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}
.offcanvas-header{
    padding: 2rem;
    align-items: flex-start;
}
.offcanvas-body{
    padding: 0;
}
.offcanvas-backdrop {
    opacity: 1;
    background-color: rgba(0,115,207,0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.offcanvas-body ul{
    margin: 0;
    padding: 0;
    display: block;
}
.offcanvas-body ul li{
    display: block;
    padding:0 2rem;
    line-height: 50px;
}
.offcanvas-body ul li{
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.offcanvas-body ul li+li{
    border-top:1px solid #eee
}
.swiper-slide {
    height: auto !important;
}

.breadcrumbs__list {
    padding: 0;
    margin: 0;
}
.breadcrumbs__item {
    list-style-type: none;
    font-size: 12px;
    color: #777;
}
.breadcrumbs__item{
    margin: 0 5px 0 0;
    display: inline;
    float:none;
}
.breadcrumbs__divider {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
}
.breadcrumbs__item:first-child .breadcrumbs__divider {
    display: none;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.breadcrumbs__divider img{
    height: 11px;
}
.header__bottom{
    background: #000;
}
.logo img {
    width:130px;
}
.hbottom--row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.hbottom--menu .top__menu{
    gap:2rem;
}
.hbottom--menu .top__menu li+li {
    padding-left: 0;
    border-left: 0;
}
.hbottom--menu .top__menu li{
    font-weight: 600;
}

.footer--line{
    display:flex;
    flex-direction:column;
    gap:30px;
    padding:0 0 3.3rem 0;
}
.footer--line p{
    font-size:32px;
    color:#fff;
    font-weight:400;
    letter-spacing:1px;
    line-height:1.2;
    margin:0;
}
.footer__bottom{
    padding:3.3rem 0;
    color:#fff;
    background:#000;
}
.flogo{
    width:140px;
}
.footer__copy{
    border-top:1px solid #404040;
    margin-top:2rem;
    padding-top:2rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #fff;
    font-size:11px;
    line-height: 15px;
}
.footer__copy img{
    height:10px;
    opacity:0.6;
}
.copy__text a{
    color: #bbb;
    border-bottom: 1px solid transparent;
    line-height: 15px;
    display: inline-flex;
}
.copy__text a:hover{
    border-bottom: 1px solid;
}
.footer--row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:24px;
    align-items: flex-start;
}
.footer__left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:2rem;
    align-items: flex-start;
}
.footer--text{
    font-size:12px;
    color:#B0B0B0;
}
.footer--text p{
    margin:0;
}
.footer--text p+p{
    margin:1rem 0 0 0;
}
.footer__right{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:24px;
    align-items: flex-start;
}
.footer--title{
    color:#fff;
    font-weight:400;
    font-size:13px;
    text-transform: uppercase;
    margin:0 0 1rem 0;
}
.bottom__menu{
    display:flex;
    flex-direction: column;
    gap:0;
    margin:0;
    padding: 0;
    align-items: flex-start;
    font-size:12px;
}
.bottom__menu li{
    display:block;
}
.bottom__menu li a{
    color:#fff;
}
.bottom__menu li a:hover{
    color:#fff;
    text-decoration:underline;
}
.footer__bottom .htop--item{
    flex-direction: column;
    align-items: flex-start;
}
.footer__bottom .htop--item a{
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 16px;
    padding-left: 20px;
}
.footer__bottom .htop--item a.tg:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 12px;
    background-image: url(../images/tg.svg?1);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: all .3s ease;
}
.footer__bottom .htop--item a.wa:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 12px;
    background-image: url(../images/wa.svg?1);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: all .3s ease;
}
.footer__bottom .htop--item a:hover:before{
    opacity:1;
}
.social--row{
    display:flex;
    flex-direction: row;
    gap:20px;
}
.social--row a{
    opacity: 0.8;
}
.social--row a:hover{
    opacity:1;
}
.copy__text{
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: flex-start;
}
.footer--addr{
    display:flex;
    flex-direction: column;
    gap:10px;
    font-size:14px;
    color:#676767;
}
.footer--addr strong{
    font-weight: 600;
    font-size: 1rem;
}
.footer--contacts .header--phone:after,
.footer--contacts .header--tg,
.footer--contacts .header--wa{
    opacity:0.5;
    transition:all .3s ease;
}
.footer--contacts .header--phone:hover:after,
.footer--contacts .header--tg:hover,
.footer--contacts .header--wa:hover{
    opacity:1
}
.footer--contacts{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.bottom--phone{
    display: flex;
}
.bottom--phone a{
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap:8px;
    font-size:14px;
    font-weight:600;
    color:#9e9e9e;
}
.bottom--phone a img{
    height:20px;
}
.bottom--phone a:hover{
    color:#ED1D24;
}
.footer__left img{
    max-width:100%;
}
.bottom__menu li+li{
    margin-top:5px;
}
.page.page--flex {
    //display: flex;
    //flex-direction: column;
    //justify-content: space-between;
}
.page__top{
    padding:6rem 0;
    position: relative;
    min-height: calc((var(--vh, 1vh) * 100) - 100px);
    background-color: #000;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
}
.page__top video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page__top:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.page__top .container{
    position:relative;
    z-index: 2;
    color:#fff;
}
.page__topbanners{
    padding-bottom:4rem;
}
.banners--wrp{
    display: flex;
    flex-direction: row;
    gap:1.5rem;
}
.banners--wrp > div{
    width:50%;
}
.cat__pic{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.mainslider__inner{
    display:flex;
    flex-direction:row;
    align-items:center;
    position:relative;
    overflow:hidden;
    color:#fff;
    padding:0;
}
.mainslider{
    display:none;
    position:relative;
    overflow: hidden;
    max-width:1320px;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin:0 auto;
}
.catalog--topslider,
.catalog--topslider2{
    display:none;
    padding:1px;
}
.mainslider.swiper-initialized,
.catalog--topslider.swiper-initialized,
.catalog--topslider2.swiper-initialized{
    display:block;
}
.mainslider__pic {
    width: 100%;
    border-radius:10px;
    height:auto;
}
.categories--slider{
    display: none;
    position: relative;
    overflow: hidden;
    padding: 3px;
}
.categories--slider.swiper-initialized {
    display: block;
}
.categories--item {
    min-height:350px;
    padding: 2rem;
    position:relative;
    overflow:hidden;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.categories--item:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: all .3s ease;
}
.categories--slider__pic{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    right: 0;
    z-index: 0;
    top: 0;
    transition: all .3s ease;
}
.categories--item:hover .categories--slider__pic{
    transform:scale(1.1);
}
.categories--slider__title,
.categories--slider__link{
    position:relative;
    z-index:1;
    color:#fff;
}
.categories--slider__title{
    text-transform:uppercase;
    font-weight:600;
    font-size:1.3rem;
}
.swiper-button-next.slider--next,
.swiper-button-prev.slider--prev{
    position:absolute;
    top:50%;
    margin-top:-20px;
    background-color: rgba(0,0,0,0.8);
    text-indent: -9999px;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    cursor: pointer;
    outline: none;
    padding: 0;
    z-index: 2 !important;
    display: block !important;
    border: 0;
    border-radius: 40px;
    -webkit-appearance: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.swiper-button-next.slider--next:hover,
.swiper-button-prev.slider--prev:hover{
    background-color: rgba(0,0,0,1);
}
.swiper-button-next:not(.slider--next),
.swiper-button-prev:not(.slider--prev){
    position:absolute;
    top:50%;
    margin-top:-30px;
    background-color: rgba(0,0,0,0.8);
    text-indent: -9999px;
    width: 60px !important;
    height: 60px !important;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    cursor: pointer;
    outline: none;
    padding: 0;
    z-index: 2 !important;
    display: block !important;
    border: 0;
    border-radius: 60px;
    -webkit-appearance: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.swiper-button-next:not(.slider--next):hover,
.swiper-button-prev:not(.slider--prev):hover{
    background-color: rgba(0,0,0,1);
}
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev{
    opacity:0;
}
.swiper-initialized .swiper-button-prev.swiper-button-disabled,
.swiper-initialized .swiper-button-prev.swiper-button-disabled{
    opacity: .1;
    cursor: auto;
    pointer-events: none;
}
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next{
    opacity:1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:0.1
}
.swiper-button-prev:not(.slider--prev){
    left:30px;
    background-position: center;
    background-image: url(../images/arr-prev.svg?1);
}
.swiper-button-next:not(.slider--next){
    right:30px;
    background-position: center;
    background-image: url(../images/arr-next.svg?1);
}
.swiper-button-prev.slider--prev{
    left:20px;
    background-position: center;
    background-image: url(../images/arr-prev.svg?1);
}
.swiper-button-next.slider--next{
    right:20px;
    background-position: center;
    background-image: url(../images/arr-next.svg?1);
}
.page__topcategories{
    padding-bottom:6rem;
}
.categories--slider__link{
    font-size:14px;
    font-weight:600;
    display: inline-flex;
    align-items: center;
    gap:10px;
}
.categories--slider__link span,
.categories--slider__link img{
    transition: all .3s ease;
}
.categories--item > div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.categories--item:hover .categories--slider__link span{
    color:#ED1D24;
}
.categories--item:hover .categories--slider__link img{
    transform:translateX(20px);
}
.h3-title{
    font-size:2rem;
    font-weight:600;
    line-height:1.3;
    margin:0 0 2rem 0;
}
.blog--main{
    position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 2rem;
}
.blog__item{

}
.news__detail-text img{
    max-width:100%;
    height:auto;
}
.blog__link{
    position:relative;
    display:flex;
    width:100%;
    overflow:hidden;
    color:#fff;
    margin-bottom:15px;
    aspect-ratio: 4 / 3;
}
.blog__link .blog__pic{
    border-radius:0px;
    width:100%;
    height:100%;
    object-fit: cover;
}
.blog__link.full{
    flex-direction:column;
    align-items: flex-start;
    justify-content: flex-end;
    height:450px;
    padding:2rem;
    margin-bottom:0;
}
.blog__link.full .blog__info{
    position:relative;
    z-index:1;
}
.news__detail-text strong,
.news__detail-text b{
    font-weight:600;
}
.blog__link.full:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: all .3s ease;
}
.stocks--slider {
    display: none;
    position: relative;
    overflow: hidden;
}
.stocks--slider.swiper-initialized{
    display:block;
}
.blog__title{
    font-size:1.1rem;
    line-height:1.2;
    font-weight:500;
    margin-bottom:1rem;
}
.blog__title a:hover,
.blog__more:hover{
    color:#777
}
.blog__text{
    font-size:13px;
    line-height: 1.3;
    margin-bottom:1rem;
}
.blog__more{
    display: inline-flex;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 12px;
    border-bottom: 1px solid;
    font-weight: 400;
    text-transform: uppercase;
}
.blog__link.full .blog__title{
    color:#fff!important;
}
.blog__link.full:focus,
.blog__link.full:active{
    color:#fff;
}
.blog__link.full:hover .blog__title{
    color:#fff;
}
.swiper--outer .swiper-pagination-bullets.swiper-pagination-horizontal{
    display: none;
    position:relative;
    top:auto;
    left:auto;
    bottom:auto;
    margin-top:1rem;
}
.blog__sticker {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: auto;
    padding: 0 10px;
    border-radius: 0;
    height: 28px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}
.blog__sticker.stock{
    background: #cc4a0c;
}
.blog__sticker.news{
    background: #000;
}
.h3-title span{
    color:#002367;
}
.stocks--more{
    font-size:14px;
    font-weight:600;
    display: inline-flex;
    align-items: center;
    gap:10px;
}
.stocks--more img {
    transition: all .3s ease;
}
.stocks--more:hover img{
    transform: translateX(20px);
}
.stocks--heading{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.stocks--heading .h3-title{
    margin:0;
}
.stocks--heading{
    margin:0 0 2.5rem 0;
}
.about--wrp{
    position:relative;
}
.about--main{
    position:relative;
    display:flex;
    gap:1.5rem;
    align-items: stretch;
}
.about--pic{
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.center{
    text-align:center;
}
@keyframes fullHeightScroll {
    0% {
        object-position: center top;
    }
    100% {
        object-position: center bottom;
    }
}
.text-overlay__subheading{
    text-transform: uppercase;
}
.page__mainabout{
    color: #fff;
    min-height: 500px;
    position: relative;
    padding: 3.3rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.blog-post-edit .bx-captcha {
    margin-top: 1rem;
}
.page__mainabout:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.about--text{
    position: relative;
    z-index:2;
}

.btn--large,
.payment--system input{
    display: inline-flex;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: center;
    height: 48px;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    box-shadow:none;
    border:0;
    margin:0;
    transition: .3s ease;
}
.btn--large.rounded{
    border-radius:0px;
}
.btn--large.color1,
.btn--large.color1:focus,
.btn--large.color1:active,
.payment--system input,
.payment--system input:focus,
.payment--system input:active{
    background:#000000;
    color:#fff;
}
.btn--large.color2,
.btn--large.color2:focus,
.btn--large.color2:active{
    border: 1px solid #aaa;
    background:transparent;
    color:#777;
}
.btn--large.color2:hover{
    background:#f0f0f0;
    border-color:#f0f0f0;
    color:#000;
}
.btn--large.color1:hover,
.payment--system input:hover{
    background:#000;
    color:#fff;
}
.btn--large.color1.on--pic:hover{
    background:#fff;
    color:#000;
}
.btn--large.color3,
.btn--large.color3:focus,
.btn--large.color3:active{
    border: 1px solid #777;
    background:transparent;
    color:#777;
}
.btn--large.color3:hover{
    color:#000;
    border-color:#000;
}
.btn--large.color4,
.btn--large.color4:focus,
.btn--large.color4:active{
    background:transparent;
    border:1px solid #000;
    color:#000;
}
.btn--large.color4:hover{
    color:#fff;
    background:#000000;
}
.btn--large.color5,
.btn--large.color5:focus,
.btn--large.color5:active{
    background:transparent;
    border:1px solid #fff;
    color:#fff;
}
.btn--large.color5:hover{
    color:#000;
    background:#fff;
}
.detail--topleft{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}
.btn--large.video{
    gap:10px;
    margin-top:15px;
    width:100%;
    max-width:340px;
}
.btn--large.video img{
    opacity:0.4;
    transition: all .3s ease;
}
.btn--large.video:hover img{
    opacity:1;
}
.about--info{
    font-size:14px;
    line-height:1.3;
}
.about--info ul{
    padding-left:1rem;
}
.about--info a{
    border-bottom: 1px solid;
}
.about--title{
    font-size:2rem;
    font-weight:700;
    line-height:1.2;
    margin:0 0 1.5rem 0;
}
.error--wrp{
    min-height:400px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding:4rem 0 0 0;
    text-align:center;
    position:relative;
}
.h1-title{
    font-weight:600;
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 20px 0;
}
.error--wrp .h1-title{
    margin-top:30px;
    font-size:50px;
    font-weight: 800;
}
.error--text{
    font-size:1.1rem;
    line-height:1.3;
}
.error--text a{
    border-bottom:1px solid
}
.error--text div+div{
    margin-top:10px;
}
.pic--404{
    width:236px;
    display: inline-flex;
    position:relative;
    height:335px;
}
.pic--404 img{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width: auto;
}
.pic--404 img:first-child{
    z-index:2;
    transform:rotate(-30deg);
    -webkit-animation: rotateAnimation 2s infinite ease-in-out;
    animation: rotateAnimation 2s infinite ease-in-out;
}
.pic--404 img:last-child{
    z-index:1;
    animation: pulse 2s infinite;
}
.breadcrumbs{
    padding:2rem 0;
}
.breadcrumbs .h1-title{
    margin:1rem 0 0 0;
    line-height:1;
}
@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotate(-7.5deg);
    }
    50% {
        transform: rotate(7.5deg);
    }
    100% {
        transform: rotate(-7.5deg);
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-7.5deg);
    }
    50% {
        transform: rotate(7.5deg);
    }
    100% {
        transform: rotate(-7.5deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.95);
    }
}
.map-columns td,
.map-columns th{
    vertical-align: top;
    padding: 0 5px;
    display: table-cell;
    text-align: left;
}
.map-level-0 {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.map-level-0 a,
.catalog--sitemap a{
    font-weight: 600;
}
ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
    font-weight: normal;
}
ul.map-level-1 li {
    list-style-type: disc;
}
.catalog-section-list > ul{
    margin:0;
}
.catalog-section-list > ul > li > ul,
.catalog-section-list > ul > li > ul > li > ul{
    list-style-type: disc;
}
.news--wrp{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
}
.load_more{
    cursor: pointer;
    margin: 2rem auto 1rem auto;
    display: flex;
    border-radius: 0;
    height: 48px;
    width: 180px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #333;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
.load_more:hover{
    background:#000;
    color:#fff;
}
.nav__text{
    margin-top:2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
}
.nav__text a{
    display: inline-block;
}
.nav__text div,
.nav__text a{
    width:32px;
    height:20px;
    text-align:center;
    line-height:20px;
}
.nav__text a{
    color:#777;
}
a.nav__text-last:hover{
    opacity:0.5;
}
.nav__text-current{
    width:32px;
    height:20px;
    font-weight:700;
    line-height:20px;
    text-align: center;
    background:transparent;
    color:#000;
}
.nav__text a.nav__text-first,
.nav__text .nav__text-first{
    display:flex;
    align-items:center;
    margin:0 20px 0 0;
    width: auto;
}
.nav__text a.nav__text-last,
.nav__text .nav__text-last{
    display:flex;
    align-items:center;
    margin:0 0 0 20px;
    width: auto;
}
.news--row{
    display:flex;
    flex-direction:row;
}
.news__detail{
    width:100%;
}
.news__detail-img{
    position:relative;
    overflow:hidden;
    width:100%;
}
.news__detail-img:after {
    content: "";
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.news__detail-img:hover {
    //-webkit-filter: saturate(0);
    //filter: saturate(0);
}
.news__detail-img:hover:after {
    -webkit-animation: shine 1s linear;
    animation: shine 1s linear;
}
.news__detail-preview{
    width:33%;
    position:absolute;
    z-index:2;
    right: 0;
    transform: translate(-50px, -50%);
    top:50%;
    padding:20px;
    color:#fff;
    font-weight:400;
    background: rgba(0,0,0,0.8);
}
.news__detail-preview .h1-title{
    font-weight: 500;
    margin:0;
}
.news--detail_row{
    position:relative;
}
.news__detail-img img{
    border-radius:0px;
    width:100%;
    height: auto;
}
.news__detail-text{
    margin:2rem 0;
}
.news__sidebar{
    width:100%;
    position:relative;
    overflow:hidden;
}
.news__sidebar--last .blog__title {
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__sidebar--last{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.news__sidebar--title{
    font-size:1.3rem;
    font-weight:700;
    margin:0 0 20px 0;
}
.news__detail-text a,
.static--page a{
    color:#000;
    text-decoration:underline;
}
.news__detail-text a:hover,
.static--page a:hover{
    color:#000000;
    text-decoration:none;
}
.static--page{
    margin-bottom:-1rem;
}
h2, h5{
    margin-bottom:1rem;
}
.page__content{
    padding-bottom:6.7rem;
    min-height: 500px;
}
.page__content.background--page{
    background:#f5f5f5;
}
.static--row{
    display:flex;
    flex-direction:row;
}
.static--menu{
    width:25%;
}
.static--row .static--page{
    width:75%;
    padding-left:24px;
}
.static--menu__inner{
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    background:#F9F9F9;
    border:1px solid #e5e5e5;
    border-radius:10px;
}
.static--menu__header{
    font-weight:600;
    background:#fff;
    font-size:1.1rem;
    height:50px;
    display:flex;
    position:relative;
    border-radius:10px 10px 0 0;
    padding:0 20px;
    align-items: center;
    justify-content:space-between;
    border-bottom:1px solid #e5e5e5;
    user-select:none;
}
.static--menu__header.opened img{
    transform: rotate(180deg);
}
.static--menu__header img{
    opacity:0;
}
.static--menu__wrp{
    padding:20px 20px 30px 20px;
}
.static--menu__wrp a{
    display:flex;
    width:100%;
    font-size:14px;
    justify-content: space-between;
    align-items: center;
}
.static--menu__wrp a.active{
    color:#ED1D24
}
.static--menu__wrp a+a{
    margin-top:10px;
}
.static--menu__arrow{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size:10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI2Nl8xMTUxKSI+CjxwYXRoIGQ9Ik0xMC44ODkxIDYuNDUzNzJMNC42NTg5NiAwLjIyMzY1N0M0LjUxNDg2IDAuMDc5NDQ2NSA0LjMyMjUgMCA0LjExNzQgMEMzLjkxMjMgMCAzLjcxOTk0IDAuMDc5NDQ2NSAzLjU3NTg0IDAuMjIzNjU3TDMuMTE3MDMgMC42ODIzNTJDMi44MTg0OCAwLjk4MTI0NCAyLjgxODQ4IDEuNDY3MDMgMy4xMTcwMyAxLjc2NTQ3TDguMzQ4NjcgNi45OTcxTDMuMTExMjMgMTIuMjM0NUMyLjk2NzEzIDEyLjM3ODcgMi44ODc1NyAxMi41NzEgMi44ODc1NyAxMi43NzZDMi44ODc1NyAxMi45ODEyIDIuOTY3MTMgMTMuMTczNCAzLjExMTIzIDEzLjMxNzhMMy41NzAwNCAxMy43NzYzQzMuNzE0MjUgMTMuOTIwNiAzLjkwNjQ5IDE0IDQuMTExNiAxNEM0LjMxNjcgMTQgNC41MDkwNiAxMy45MjA2IDQuNjUzMTUgMTMuNzc2M0wxMC44ODkxIDcuNTQwNTlDMTEuMDMzNiA3LjM5NTkyIDExLjExMjkgNy4yMDI3NyAxMS4xMTI1IDYuOTk3NDRDMTEuMTEyOSA2Ljc5MTMxIDExLjAzMzYgNi41OTgyNyAxMC44ODkxIDYuNDUzNzJaIiBmaWxsPSIjOUU5RTlFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjY2XzExNTEiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
}
.back-to-main{
    line-height:1;
    border-bottom:1px solid
}
.auth--ok{
    min-height:300px;
}
.bx-authform{
    background: #ffffff;
    padding:3rem;
}
.bx-authform form{
    width:100%;
    max-width:700px;
    margin:0 auto;
}
.bx-authform form .bx-authform-input-container input,
.popup-size-select,
.blog-comment-field-user input{
    height: 46px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #ffffff;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.bx-authform form .bx-authform-input-container input:focus,
.bx-authform form .bx-authform-input-container input:active,
.popup-size-select:focus,
.popup-size-select:active,
.blog-comment-field-user input:focus,
.blog-comment-field-user input:active{
    border:1px solid #777;
    background:#fff;
}
.bx-authform-label-container{
    font-weight:600;
    margin-bottom:5px;
}
.bx-authform-formgroup-container{
    margin-bottom:1rem;
}
.checkbox .bx-filter-param-label{
    display:inline-flex;
    gap:10px;
    flex-direction:row;
    align-items: center;
}
.checkbox .bx-filter-param-label input{
    width:16px;
    height:16px;
}
.auth__bottom{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:700px;
    margin-left: auto;
    margin-right:auto;
    align-items:center;
    justify-content: center;
    gap:1rem;
    margin-top:1rem;
}
.auth--addbtn{
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    height: 48px;
    padding: 0 20px;
    min-width: 200px;
    border-radius: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color:#000;
    border: 1px solid #000;
    font-size: 12px;
    background-color: transparent;
    outline:none;
    -webkit-appearance: none;
    transition:all .3s ease;
}
.auth--addbtn:hover{
    color:#fff;
    background:#000;
    border-color:#000;
}
.auth--forgot{
    border-bottom: 1px solid;
    line-height: 1;
    font-size: 13px;
}
.bx-authform .alert{
    width:100%;
    max-width:700px;
    margin:0 auto 1rem auto;
}
.bx-authform-note-container{
    line-height:1.2;
    margin-top: 5px;
}
.bx-authform-starrequired{
    color:#ff0000;
    font-weight:400;
    font-size:13px;
}
.reg--note{
    font-size:13px;
    font-weight:normal;
}
.auth--or{
    text-align:center;
    line-height: 1;
}
.contacts--block{
    margin-top:20px;
}
.contacts--block ul{
    display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
    gap:5px;
}
.contacts--block ul li{
    display:flex;
    align-items:center;
    gap:10px;
}
.addr--time{
    display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
    gap:5px;
}
.contacts--block ul li a,
.addr--time div,
.contacts--phone a{
    display:inline-flex;
    flex-direction:row;
    align-items:center;
    gap:10px;
}
.contacts--block h5{
    margin-bottom:14px;
}
.contacts--block a{
    text-decoration:none;
}
.contacts--block li a img{
    opacity:0.5;
    transition:.3s ease;
}
.contacts--block li a:hover img{
    opacity:1;
}
.contacts--block li a,
.contacts--phone a{
    color:#000;
}
.contacts--none{
    font-size:13px;
}
.phone.unavailable,
input[name="UF_PHONE"].unavailable,
.bx-authform form .bx-authform-input-container input.unavailable,
.bx-soa-section .has-error input.form-control,
.bx-soa-section .has-error textarea.form-control{
    border:1px solid #ff0000!important;
}
.phone.available,
input[name="UF_PHONE"].available,
.bx-authform form .bx-authform-input-container input.available{
    border:1px solid #4CAF50 !important
}
.personal--row{
    display:grid;
    grid-row-gap: 30px;
    grid-column-gap: 24px;
}
.sale-personal-section-index-block-link{
    text-align: center;
    line-height: 1.1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:2rem;
    gap:15px;
    font-weight:500;
    background:#fff;
}
.sale-personal-section-index-block-ico img{
    opacity:0.5;
    transition:.3s ease;
}
.sale-personal-section-index-block-link:hover{
    border-color:#000;
    color:#000;
}
.sale-personal-section-index-block-name{
    opacity:0.5;
    transition:.3s ease;
}
.sale-personal-section-index-block-link:hover .sale-personal-section-index-block-name{
    opacity:1;
}
.sale-personal-section-index-block-link:hover img{
    opacity:1;
}
.personal--4col{
    grid-template-columns: repeat(4, 1fr);
}
.personal--3col{
    grid-template-columns: repeat(3, 1fr);
}
.personal--title{
    margin-bottom: 1rem;
}
.personal--cancel__text span{
    font-weight:600;
}
.personal--title a{
    border-bottom:1px solid
}
.personal--cancel__text{
    margin-bottom:1rem;
}
.bx-soa-customer-field+.bx-soa-customer-field{
    margin-top:1rem;
}
.bx-sls{
    margin-bottom:1rem;
}
.bx-authform form .bx-authform-input-container textarea,
.bx-soa-section textarea.form-control{
    min-height: 100px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #ffffff;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.bx-authform form .bx-authform-input-container textarea:focus,
.bx-authform form .bx-authform-input-container textarea:active,
.bx-soa-section textarea.form-control:focus,
.bx-soa-section textarea.form-control:active{
    border:1px solid #777;
    background:#fff;
}
.sale-order-detail__top{
    display:flex;
    flex-direction:row;
    align-items: center;
    gap:24px;
    justify-content:space-between;
    margin-bottom:2rem;
}
.sale-order-detail--row{
    display:flex;
    flex-direction:row;
    align-items: center;
    gap:24px;
    justify-content:flex-end;
}
.sale-order-detail-section-title{
    margin:0;
}
.table tr th,
.table strong{
    font-weight:600!important;
}
.sale-order-detail-order-item-img-container img{
    border-radius:10px;
    width:100px;
    height:auto;
}
.sale-order-detail-order-item-title{
    display:inline-flex;
}
.sale-order-detail-order-item-properties-type{
    margin-top:10px;
}
.sale-order-detail-card .table{
    margin-bottom:2rem;
}
.sale-order-detail--row ul{
    display:flex;
    margin:0;
    padding:0;
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
}
.sale-order-detail--row ul li{
    display:block;
    list-style: none;
}
.sale-order-detail-total-payment-list-right-item{
    font-weight:700;
}
.sale-order-detail-order-item-properties .bx-price{
    display:block;
    width:100%;
    white-space:nowrap;
}
.orders__row{
    display:flex;
    margin: 1rem 0 2rem 0;
    padding:0;
    align-items:flex-start;
    flex-direction:row;
    gap:20px;
}
.orders__row a{
    line-height:1;
    border-bottom:1px solid
}
.orders__row.negative-top {
    margin: 0 0 2rem 0;
}
.orders__wrp{
    margin-top:1rem;
    display:flex;
    flex-direction:column;
    gap:2rem;
    width:100%;
}
.order__item{
    padding:2rem;
    background:#fff
}
.order__item.ajax--item{
    display:flex;
    gap:20px;
    flex-direction:column
}
.sale-order-list-inner-row-body{
    display:flex;
    gap:20px;
    flex-direction:row;
    justify-content:space-between;
    padding-bottom:20px;
    width: 100%;
    border-bottom:1px dashed #e5e5e5;
    margin-bottom:20px;
}
.order__title{
    font-weight:600;
    font-size:1.2rem;
}
.sale-order-list-inner-title-line-item{
    font-weight:600;
}
.sale-order-list-payment{
    display:flex;
    gap:5px;
    flex-direction:column
}
.sale-order-list-payment-number{
    font-weight:700;
}
.sale-order-list-status-alert{
    color:#FF3C3C;
    display: inline-flex;
}
.sale-order-list-status-success {
    color: #3B9900;
}
.sale-order-list-inner-title-line-item{
    display:flex;
}
.sale-order-list-shipment-title{
    margin-top:10px;
    display: flex;
    gap:10px;
    align-items:center;
}
.sale-order-list-shipment-status-block{
    color:#818182;
}
.sale-order-list-shipment-item span{
    font-weight:600;
}
.sale-order-list-inner-row{
    margin-top:10px;
    display:flex;
    width: 100%;
    gap:20px;
    flex-direction:row;
}
.sale-order-list-actions{
    border-top:1px dashed #e5e5e5;
    padding-top: 10px;
}
.sale-order-list-actions a{
    border-bottom:1px solid;
    line-height: 1;
}
.sale-order-list-actions a:hover,
.orders__row a:hover{
    border-color:transparent;
}
.sale-order-list-status-alert{
    border: 1px solid;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 4px;
}
.sale-order-list-payment-title{
    display:flex;
    gap:10px;
    flex-direction:row;
    align-items:center;
}
.bx-sbb-empty-cart-container{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    gap:0px;
}
.bx-sbb-empty-cart-text{
    font-weight:600;
    font-size:1.2rem;
    margin:2rem 0 10px 0;
}
.bx-sbb-empty-cart-desc a{
    border-bottom:1px solid;
}
.bx-sbb-empty-cart-image img{
    height:200px;
}
.basket-items-list-table{
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
.basket-items-list-table td, .basket-items-list-table th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
.basket-items-list-item-descriptions-inner{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:20px;
}
.basket-item-block-image {
    display: block;
    width: 80px;
}
.basket-item-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    z-index: 0;
    top: 50%;
    transform:translateY(-50%);
}
.basket-item-image-link{
    position:relative;
    display:flex;
    overflow:hidden;
    width: 80px;
    height: 80px;
}
.basket-item-info-name{
    font-weight:600;
    font-size:1rem;
    margin-bottom:10px;
}
.basket-items-list-wrapper{
    padding:1rem;
    background:#fff;
}
#basket-root{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.bx-authform-input-container{
    position:relative;
}
.bx-authform form .bx-authform-input-container input.phone,
.bx-authform form .bx-authform-input-container input[name="UF_PHONE"],
.bx-soa-section .soa-property-container input.form-control.phone{
    padding: 0 20px 0 60px;
}
.custom-select {
    pointer-events: none;
    cursor: default;
    position: absolute;
    left: 0;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 11;
}
.selected-option {
    padding: 8px;
    cursor: pointer;
    border: 0;
    align-items: center;
    height: 44px;
    margin-top:1px;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}
.selected-option::after {
    display: none;
    content: "";
    border: 3px solid transparent;
    border-top-color: #000;
    margin-left: 8px;
    //display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 6px;
    transform: translateY(2px);
}
.flag-icon {
    width: 20px;
    height: 20px;
}
.options {
    position: absolute;
    top: 0;
    padding-top:8px;
    left: -1px;
    width: calc(100% + 1px);
    display: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px 0 4px 4px;
    background: #fff;
    z-index: 10;
}
.option {
    padding: 8px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.option:hover {
    background-color: #f0f0f0;
}
.form--buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:row-reverse;
    gap:20px;
}
.form--buttons .bx-authform-formgroup-container,
.form--buttons .auth__bottom{
    margin:0;
}
.basket-item-block-properties{
    display:flex;
    width:100%;
    flex-direction:row;
    align-items:flex-start;
    gap:20px;
}
.basket-item-property,
.basket-item-property-custom{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
}
.basket-item-property-name,
.basket-item-property-custom-name{
    font-size:13px;
    line-height:1;
}
.basket-item-property-value,
.basket-item-property-custom-value{
    height: 20px;
    display: inline-flex;
    align-items:center;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #777;
    min-width: 20px;
    padding: 0 5px;
    text-align: center;
    border-radius:0;
}
.basket-item-block-price{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.basket-item-block-price,
.basket-checkout-block-total-price-inner,
.bx-price,
.bx-price-old,
.bx-soa-cart-price{
    white-space: nowrap;
}
.basket-item-price-current{
    font-weight:600;
}
.basket-item-price-title{
    font-size:13px;
    line-height:1;
    color:#777;
}
.basket-item-amount-filed{
    pointer-events:none;
    height: 54px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(204,204,204,0.8);
    background: #fff;
    width: 76px;
    outline: none;
    -webkit-appearance: none;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none !important;
}
.basket-item-amount-btn-plus {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0px;
    z-index: 9;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-size:11px;
    background-repeat: no-repeat;
    background-image: url(../images/minus.svg);
    background-position: center;
    transition:all .3s ease
}
.basket-item-amount-btn-minus {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-size:11px;
    background-repeat: no-repeat;
    background-image: url(../images/plus.svg);
    background-position: center;
    transition:all .3s ease
}
.basket-item-amount-btn-minus:hover,
.basket-item-amount-btn-plus:hover{
    opacity:0.5;
}
.basket-item-price-current-text{
    font-size:1.1rem;
}
.basket-item-block-amount{
    width:76px;
    position:relative;
}
.basket-item-actions-remove{
    text-indent:-9999px;
    width: 16px;
    position: relative;
    height: 16px;
    display: inline-block;
    opacity: 0.9;
    transition: opacity .3s ease;
    cursor: pointer;
    overflow: hidden;
}
.basket-item-actions-remove:hover{
    opacity:1;
}
.basket-item-actions-remove:before, .basket-item-actions-remove:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #FF3C3C;
}
.basket-item-actions-remove:before {
    transform: rotate(45deg);
}
.basket-item-actions-remove:after {
    transform: rotate(-45deg);
}
.basket-items-list-item-removed-container{
    padding:10px;
}
.basket-items-list-item-removed-block a{
    line-height:1;
    border-bottom:1px solid
}
.basket-items-list-item-container{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom:20px;
    margin-bottom:20px;
}
.basket-items-list-item-container:last-child{
    border-bottom: 0;
    padding-bottom:0px;
    margin-bottom:0px;
}
.basket-checkout-container{
    background:#fff;
    padding:2rem;
    display:flex;
    flex-direction:row;
    align-items: flex-end;
    justify-content: space-between;
    gap:30px;
}
.basket-coupon-block-field input.form-control,
.bx-soa-section input.form-control{
    height: 46px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    -webkit-appearance: none;
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.basket-coupon-block-field input.form-control{
    width: calc(100% - 46px);
    border-radius: 0px 0 0 0px;
    border: 1px solid #000;
}
.basket-coupon-block-field input.form-control:focus{
    border: 1px solid #000000;
    background: #fff;
}
.bx-soa-section input.form-control:focus{
    border: 1px solid #777;
    background: #fff;
}
.basket-coupon-section{
    width:50%;
}
.basket-coupon-block-field-description,
.bx-soa-section .form-group label{
    font-weight: 600;
    margin-bottom: 5px;
}
.basket-checkout-section-inner{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: space-between;
    gap:10px;
}
.basket-checkout-block-total-price {
    display: flex;
    margin-right: 10px;
    gap: 10px;
    flex-direction: row;
}
.basket-checkout-block-total-price-inner{
    font-weight: 700;
    font-size: 1.1rem;
}
.basket-coupon-block-coupon-btn {
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 9;
    right: 0;
    border-radius: 0 0px 0px 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-color: #000000;
    background-image: url(../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.basket-coupon-block-coupon-btn:hover{
    background-color:#777;
}
.basket-coupon-block-field input.form-control:focus~.basket-coupon-block-coupon-btn{
    background-color:#000;
}
.basket-coupon-alert.text-danger{
    color:#000!important;
}
.basket-coupon-alert{
    margin-bottom:10px;
    font-size:13px;
}
.basket-coupon-alert .close-link,
.bx-soa-coupon-remove{
    cursor:pointer;
    display:inline-flex;
    margin-left:10px;
    color:#ED1D24!important;
    line-height:1;
    border-bottom:1px solid;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.basket-coupon-alert .close-link:hover,
.bx-soa-coupon-remove:hover{
    border-color:transparent;
    color:#777!important;
}
.basket-items-list-item-container{
    position:relative;
}
#bx-soa-order{
    display:flex;
    flex-direction:row;
    gap:24px;
}
.bx-soa{
    width:70%;
}
.bx-soa-sidebar{
    width:30%;
}
.bx-soa-section{
    margin-bottom:24px;
    background:#ffffff;

}
.bx-soa-section-title-container{
    padding:1rem 2rem;
    background:#fff;
    overflow:hidden;
    border-radius:0;
    border-bottom:1px solid #e0e0e0;
    font-weight:500;
    font-size:1rem;
}
.bx-soa-section-content{
    padding:1rem 2rem 2rem 2rem;
}
.bx-soa-cart-total {
    position: sticky;
    background: #fff;
    position: -webkit-sticky;
    top: 75px;
    padding:20px;
    border-radius: 0px;
    display:flex;
    flex-direction: column;
}
.bx-soa-cart-total-line{
    display:flex;
    flex-direction:row;
    gap:10px;
    align-items: center;
    padding-bottom:10px;
    border-bottom:1px dashed #e5e5e5;
    margin-bottom:10px;
    justify-content:space-between;
}
.bx-soa-cart-total-line-total{
    margin:0;
    padding:0;
    border:0;
}
.bx-soa-cart-total-line-total .bx-soa-cart-d{
    font-weight:700;
    font-size:1.3rem;
}
.bx-soa-price-free{
    color:#4CAF50
}
#bx-soa-orderSave{
    padding:0 2rem 2rem 2rem;
    position: relative;
    margin-top: -10px;
}
#loading_screen{
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.order--complete.top{
    margin-bottom:1rem;
}
.order--complete.top a:hover{
    border-color:transparent;
}
.order--complete.top a{
    line-height:1;
    border-bottom:1px solid;
}
.order--complete .btn-lg.btn-success{
    display: inline-flex;
    font-weight: 600;
    background:#198754;
    color:#fff;
    font-size: 1.1rem;
    justify-content: center;
    height: 54px;
    align-items: center;
    padding: 0 25px;
    min-width: 200px;
    text-align: center;
    border-radius: 10px!important;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;
    margin: 0;
    transition: .3s ease;
}
.order--complete .btn-lg.btn-success:hover{
    background:#157347;
    color:#fff;
}
.order--complete .d-flex.align-items-center.mb-3{
    gap:20px;
}
.system__item{
    display:inline-flex;
    flex-direction:column;
    gap:10px;
}
.system--title{
    font-weight:500;
    text-align:center;
    font-size:14px;
}
.system__pic{
    border-radius:10px;
    width: 200px;
    padding:10px;
    background:#fff;
    border:1px solid #e5e5e5;
    display:inline-flex;
    align-items:center;
    justify-content: center;
}
.selected--system{
    margin-top:1rem;
}
.bx-soa-coupon-label label{
    font-weight:600;
    margin-bottom:5px;
}
.bx-soa-coupon-input{
    position:relative;
}
.bx-soa-coupon-input input.form-control {
    height: 46px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.bx-soa-coupon-input input.form-control:focus{
    border: 1px solid #777;
    background: #fff;
}
.bx-soa-coupon-input input.form-control:focus~.basket-coupon-block-coupon-btn{
    background-color:#000;
}
.bx-soa-coupon--inner {
    margin-top: 10px;
    font-size: 13px;
    color:#000;
}
.bx-soa-coupon--inner{
    font-weight:700;
}
.bx-soa-coupon-remove,
.tooltip-inner{
    font-weight:400;
}
.bx-soa-tooltip-success .tooltip-inner{
    text-transform: lowercase;
}
.bx-soa-tooltip-success{
    display:inline-flex;
    padding-left:10px;
}
.basket-item-price-old-text{
    text-decoration: line-through;
    font-size: 13px;
}
.basket-coupon-block-total-price-difference{
    font-size: 13px;
    font-weight: 600;
}
.basket-coupon-block-total-price-old{
    font-size:13px;
    color:#777;
    text-decoration: line-through;
    font-weight:400;
}
.bx-soa-item-table {
    margin-bottom: 15px;
    min-width: 100%;
    display: table;
    border-bottom: 1px solid #dee2e6;
}
.bx-soa-item-td {
    display: table-cell;
    vertical-align: middle;
    padding: .5rem .5rem;
    border-top: 1px solid #dee2e6;
}
.bx-soa-item-tr {
    display: table-row;
}
.bx-soa-item-td-title{
    font-weight:400;
    font-size:13px;
    line-height: 2;
    color:#777;
}
.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
    border-top: none;
}
.bx-soa-item-imgcontainer {
    border-radius: 0;
    border: 0;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bx-soa-item-img-block {
    width: 85px;
    margin: 0;
}
.bx-soa-item-block{
    display:flex;
    flex-direction:row;
    gap:15px;
    align-items: center;
}
.bx-soa-item-td-text .bx-price-old,
.bx-soa-cart-total-line .bx-price-old{
    font-size:13px;
    text-decoration:line-through;
    font-weight:400;
    color:#777;
}
.bx-soa-reference{
    margin-top:1rem;
    font-size:13px;
}
.bx-soa-customer-field{
    position:relative;
}
.bx-soa-customer-field .tooltip-inner,
.bx-soa-location-input-container .tooltip-inner{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    left: auto;
    color: #ff0000;
    width: auto;
    margin: 0;
    max-width: 100%;
    text-align: left;
    background: transparent;
    font-size: 13px;
}
.bx-sls .dropdown-icon{
    background-image: url(../images/pin.svg);
    height: 18px;
    left: 12px;
    top: 50%;
    width: 18px;
    margin-top:-9px;
    opacity:0.5;
}
.bx-sls .bx-ui-sls-clear {
    background: url(../images/del.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    background-size:16px;
    cursor: pointer;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    z-index:11;
    opacity:0.5;
    -webkit-transition: opacity .3s, border .3s;
    -o-transition: opacity .3s, border .3s;
    transition: opacity .3s, border .3s;
}
.bx-sls .bx-ui-sls-clear:hover {
    background-position: center;
    opacity:1;
}
.bx-sls .dropdown-fade2white{
    display:none;
}
.soa-property-container,
.bx-soa-location-input-container{
    position:relative;
}
.bx-sls .dropdown-block {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    font-size: 14px;
    padding: 0 15px 0 40px;
    position: relative;
    height: 46px;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.bx-sls .bx-ui-sls-container {
    overflow: hidden;
    min-height: 46px;
}
.bx-sls .bx-ui-sls-route,
.bx-sls .bx-ui-sls-fake{
    height: 46px;
}
#bx-soa-properties{
    margin-bottom:0;
}
#bx-soa-orderSave .disabled,
#bx-soa-total .dasibled,
.btn-order-save.disabled{
    cursor: default;
    pointer-events: none;
    background: #bababa;
    color: #ececec;
}
.bx-soa-pp{
    display:flex;
    flex-direction:row;
    gap:24px;
}
.bx-soa-pp-item-container {
    width: 60%;
}
.bx-soa-pp-desc-container {
    width: 40%;
}
.bx-soa-pp-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #000;
}
.bx-soa-pp-company-graf-container {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    background: #fff;
    width: auto;
    height: 0;
    padding-top: 50%;
}
input[type=checkbox].bx-soa-pp-company-checkbox {
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}
.bx-soa-pp-company-image {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-soa-pp-delivery-cost {

    position: absolute;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    padding: 4px 4px;
    right: 5px;
    bottom: 5px;
    border-radius: 0px;
    background: #000000;
}
.bx-soa-pp-company-smalltitle {
    padding-top: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-bottom: 0;
}
.bx-soa-pp-company-subTitle {
    font-weight: 600;
    line-height: normal;
}
.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    display: none;
}
.bx-soa-pp-company-desc {
    font-size: 13px;
    padding-top: 10px;
    line-height: normal;
}
ul.bx-soa-pp-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #000;
    display:none;
}
ul.bx-soa-pp-list li {
    clear: both;
    padding: 5px 0;
}
.bx-soa-pp-list-termin,
.bx-soa-item-title{
    font-weight: 600;
}
.bx-price:not(.all){
    font-weight:400;
}
.catalog--main{
    display:flex;
    flex-direction:row;
    gap:24px;
}
.filter{
    width:24%;
    position:relative;
    z-index:9;
}
.filter--box{
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
}
.catalog--right{
    display:flex;
    flex-direction:column;
    width:76%;
    gap:24px;
}
.catalog__section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 30px;
}
.filter__categories,
.filter__inner{
    border-radius:0px;
    background:#fff;
    border:1px solid #ccc;
}
.filter__block--inner .checkbox+.checkbox{
    margin-top:10px;
}
.filter__inner{
    margin-top:-1px;
}
.categories--header,
.filter__trigger{
    border-radius: 0px;
    background:transparent;
    color:#000;
    margin:-1px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
    font-size:1rem;
    font-weight:400;
    height:50px;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-bottom: 1px solid #e0e0e0;
}
:root {
    --ui-font-family-open-sans: "Inter", Helvetica, Arial, sans-serif;
}
.categories--header img,
.filter__trigger img{
    height:10px;
}
.categories--header.active img,
.filter__trigger.active img,
.compare__trigger.active img{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter{
    display:flex;
    flex-direction:column;
    gap:0px;
}
.categories--inner{
    //border-top: 1px solid #ccc;
    padding:20px;
}
.categories--inner ul{
    display:flex;
    flex-direction: column;
    gap:14px;
    margin:0;
    padding:0;
}
.categories--inner ul li{
    display:flex;
    justify-content:space-between;
    gap:10px;
    align-items:center;
    font-size:14px;
}
.sort--wrp {
    color:#777777;
    display: inline-flex;
    gap: 10px;
    position: relative;
    font-size: 14px;
    line-height: normal;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.sort--value {
    color: #000;
    position: relative;
    display: inline-flex;
    padding: 0 20px 0 0;
    cursor: pointer;
}
.sort--value:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    right: 0px;
    background-image: url(../images/sort2.svg);
    background-size:10px;
    background-repeat:no-repeat;
}
.sort--list {
    border-radius:0px;
    display: none;
    width: 230px;
    position: absolute;
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    z-index: 4;
    text-align: left;
    top: 30px;
    font-size:14px;
    background: #fff;
    padding: 20px;
    left: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.sort--list.active {
    display: flex;
}
.catalog--sort {
    position: relative;
}
.sort--list a {
    display: flex;
    justify-content:space-between;
    gap:10px;
    text-align:left;
    width:100%;
    align-items:center;
}
.sort--list a.active {
    font-weight: 600;
}
.filter__block{
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.filter__block.last {
    background:#fff;
    padding-bottom: 2rem;
    border-bottom: 0;
    border-radius:0 0 10px 10px;
}
.bx-filter-popup-result {
    left: 97%;
    position: absolute;
    z-index: 915;
    display: none;
    font-weight: 300;
    margin-top: 0;
    margin-left: 10px;
    padding: 10px;
    min-height: 37px;
    border-radius:0;
    border: 0;
    color: #0f0f0f;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#modef_num {
    font-weight: 700;
}
.bx-filter-popup-result a {
    color: #000;
    text-decoration: underline;
}
.bx-filter-popup-result a:hover{
    color:#777;
}
.sort--list a img{
    height:16px;
}
.filter--wrp{
    //border-top: 1px solid #E0E0E0;
}
.price-inputs {
    display: flex;
    position:relative;
    align-items: center;
    justify-content: space-between;
    flex-direction:row;
    gap:40px;
}
.price-inputs input {
    height: 36px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    background: #fff;
    width: 50%;
    outline: none;
    -webkit-appearance: none;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: none !important;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.price-inputs input:focus{
    border: 1px solid #ccc;
}
.price-inputs:after{
    content:"";
    position:absolute;
    top:50%;
    width:14px;
    height:1px;
    background:#9E9E9E;
    left:50%;
    margin-left:-7px;
}
.bx-ui-slider-track {
    position: relative;
    height: 3px;
    background: #e7e7e7;
}
.bx-ui-slider-range,
.smart-filter-slider-price-bar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx-ui-slider-pricebar-vn {
    z-index: 70;
    background-color: #EEEEEE;
}
.bx-ui-slider-pricebar-vd {
    z-index: 60;
    background: #EEEEEE;
}
.bx-ui-slider-pricebar-v {
    z-index: 80;
    background-color:#000000;
}
.bx-ui-slider-handle {
    position: absolute;
    top: -8px;
    width: 18px;
    height: 18px;
    z-index: 71;
    background:#fff;
    border: 2px solid #000000;
    border-radius:18px;
}
.bx-ui-slider-handle.left {
    left: 0;
    margin-left: 0;
}
.bx-ui-slider-handle.right {
    right: 0;
    margin-right: 0;
}
.filer__rangeslider{
    position:relative;
    padding: 40px 0 9px 0;
}
.bx-ui-slider-range{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 80;
}
.bx-ui-slider-part {
    position: absolute;
    top: -15px;
}
.bx-ui-slider-part.p1 {
    left: -1px;
}
.bx-ui-slider-part.p2 {
    right:-1px;
}
.bx-ui-slider-part.p3 {
    left: 50%;
}
.bx-ui-slider-part.p4 {
    left: 75%;
}
.bx-ui-slider-part.p5 {
    right: -1px
}
.bx-ui-slider-part span {
    position: absolute;
    top: -16px;
    left: 0;
    display: block;
    margin-left: 0;
    white-space: nowrap;
    width: auto;
    color: #000;
    text-align: left;
    font-size: 14px;
}
.bx-ui-slider-part.p2 span{
    left:auto;
    right:0;
}
.filter__block--title.has-arr {
    cursor: pointer;
}
.filter__block--title {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #000;
}
.filter__block--inner {
    margin-top: 1rem;
}
.filter__block--title.has-arr:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-size:10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI2Nl8xMTUxKSI+CjxwYXRoIGQ9Ik0xMC44ODkxIDYuNDUzNzJMNC42NTg5NiAwLjIyMzY1N0M0LjUxNDg2IDAuMDc5NDQ2NSA0LjMyMjUgMCA0LjExNzQgMEMzLjkxMjMgMCAzLjcxOTk0IDAuMDc5NDQ2NSAzLjU3NTg0IDAuMjIzNjU3TDMuMTE3MDMgMC42ODIzNTJDMi44MTg0OCAwLjk4MTI0NCAyLjgxODQ4IDEuNDY3MDMgMy4xMTcwMyAxLjc2NTQ3TDguMzQ4NjcgNi45OTcxTDMuMTExMjMgMTIuMjM0NUMyLjk2NzEzIDEyLjM3ODcgMi44ODc1NyAxMi41NzEgMi44ODc1NyAxMi43NzZDMi44ODc1NyAxMi45ODEyIDIuOTY3MTMgMTMuMTczNCAzLjExMTIzIDEzLjMxNzhMMy41NzAwNCAxMy43NzYzQzMuNzE0MjUgMTMuOTIwNiAzLjkwNjQ5IDE0IDQuMTExNiAxNEM0LjMxNjcgMTQgNC41MDkwNiAxMy45MjA2IDQuNjUzMTUgMTMuNzc2M0wxMC44ODkxIDcuNTQwNTlDMTEuMDMzNiA3LjM5NTkyIDExLjExMjkgNy4yMDI3NyAxMS4xMTI1IDYuOTk3NDRDMTEuMTEyOSA2Ljc5MTMxIDExLjAzMzYgNi41OTgyNyAxMC44ODkxIDYuNDUzNzJaIiBmaWxsPSIjOUU5RTlFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjY2XzExNTEiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter__block--title.has-arr.active:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.hide-filt {
    display: none;
}
.checkbox label{
    display:inline-flex;
    align-items:center;
    justify-content: flex-start;
    gap:10px;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.checkbox label span{
    line-height:1;
    font-size:14px;
}
.checkbox label span:first-letter{
    text-transform:uppercase;
}
.checkbox input{
    width:20px;
    height:20px;
    border-color:rgba(204,204,204,0.8);
}
.checkbox label span i{
    display: none;
    font-size:12px;
    color:#777;
    font-style:normal;
    position:relative;
}
.checkbox label span i:before {
    content: "(";
}
.checkbox label span i:after {
    content: ")";
}
.form-check-input{
    margin-top:0;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.form-check-input:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25);
}
.filter__buttons .btn--large{
    height:48px;
    border-radius:0;
    font-size:12px;
}
.filter__buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.catalog--element__full{
    width:100% !important
}
.product__item > div {
    text-align:left;
    border-radius:0px;
    border: 0;
    background: transparent;
    overflow:hidden;
    padding: 0px;
    height: 100%;
    position: relative;
    transition: all .3s ease;
}
.product-item-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding:10%;
    transition: all 300ms ease;
    border: 1px solid #ccc;
}
.product-item .product-item-image-wrapper{
    padding:10%;
    background:#fff;
    height:250px;
}
.product__item.ajax--item .product-item-image-wrapper{
    height:300px;
}
.product__item.swiper-slide{
    min-height: 100%;
    display: grid;         /* Включаем grid */
    grid-template-rows: 1fr;
}
.catalog--topslider,
.catalog--topslider2{
    overflow: hidden;
}
.product-item-image-original,
.product-item-image-alternative {
    display: block;
    width: 100%; /* Убираем фиксированную ширину */
    height: auto; /* Убираем фиксированную высоту */
    max-width: 100%; /* Максимальная ширина - 100% от родителя */
    max-height: 100%; /* Максимальная высота - 100% от родителя */
    object-fit: contain; /* Сохраняем пропорции, вписывая изображение */
    transition: all 300ms linear;
}

.product-item-label-text {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items:center;
    gap:1px;
    flex-direction:row;
    z-index: 112;
}
.product-item-detail-slider-block .product-item-label-text{
    top: -10px;
    left: -10px;
}
.catalog--item_section{
    margin-top:10px;
    font-size:11px;
    font-weight:400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 18px;
    text-transform:uppercase;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product--label {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-style:normal;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    font-weight:400;
    padding: 0 10px;
    border-radius: 0;
}
.product--label.top--label {
    background: #000000;
    color:#fff;
}
.product--label.new--label {
    background: #009c47;
}
.product--label.sale--label{
    background: #d9232a;
}
.product--label.order--label{
    color: #fff;
    background-color: #000;
}
.product__item .product-item-label-text {
    z-index: 1;
}
.product-item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    user-select: none;
}
.product-item-info-container.product-item-price-container{
    margin-bottom:0;
}
.bx-soa-item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-price-current {
    font-size: 1rem;
    font-weight: 400;
}
.product-item-price-old {
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}
.catalog--item_artnumber{
    font-size:12px;
    color:#777;
    margin-bottom:20px;
}
.cat__sticker{
    z-index: 2;
    position:absolute;
    top:10px;
    left:10px;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    letter-spacing:1px;
    font-weight: 400;
    padding: 0 5px;
    border-radius: 0;
}
.cat__sticker.men{
    background:#005bff;
    color:#fff;
}
.cat__sticker.women{
    background:#F930C0;
    color:#fff;
}
.blog__sticker.articles{
    background:#000;
}
.product-item__btn{
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:0!important;
    visibility:hidden;
    text-transform:uppercase;
    transition:all .3s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    height:40px;
    overflow:hidden;
    color:#000;
    font-size:13px;
    width:160px;
    font-weight:500;
    background:#000000;
    user-select: none;
}
.product-item__btn:hover{
    background:#000;
    color:#fff;
}
.product-item-image-wrapper:hover .product-item__btn{
    display:none!important;
}
.product-item-price-container{
    margin-bottom:0px;
    display: flex;
    flex-direction: row;
    line-height: 1;
    align-items: flex-end;
    gap:5px;
}
.basket-item-label-text{
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap:5px;
}
.basket-item-label-text > div > span{
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
    padding: 0 5px;
    border-radius: 0px;
    background: #000;
}
.bx-price{
    white-space: nowrap;
}
.bx-soa-item-properties{
    white-space: nowrap;
}
.bx-soa-cart-total-line-highlighted{
    color:#ED1D24
}
.basket-item-label-ring{
    display:none;
}
.catalog--wrp.search--page .catalog__section{
    grid-template-columns: repeat(4, 1fr);
}
.search-page .nav__search input[type=search]:not(.browser-default).search-field,
.search-page .nav__search input:not([type]).search-field,
.search-page .nav__search input[type=text]:not(.browser-default).search-field{
    height:46px;
    border-radius: 0 !important;
    width:100%;
}
.search-page .nav__search .search-submit{
    height:46px;
}
.nav__search input[type=text]:not(.browser-default).search-field{

}
.page__topgoods{
    padding:5rem 0;
    overflow: hidden;
    background:#f5f5f5;
}
.nav-tabs{
    flex-direction:row;
    gap:20px;
    border:0!important;
    margin-bottom:25px;
}
.nav-link{
    outline: none;
    border:0!important;
    -webkit-appearance: none;
    display: inline-flex;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    height: 44px;
    align-items: center;
    padding: 0;
    min-width: 160px;
    text-align: center;
    border-radius: 44px!important;
    transition: .3s ease;
    line-height: 1;
}
.nav-tabs .nav-link{
    color:#777;
    background:#F5F5F5
}
.nav-tabs .nav-link:hover{
    color:#fff;
    background:#000
}
.nav-tabs .nav-link.active{
    background: #ED1D24;
    color: #fff;
}
.catalog--trigger span{
    line-height:1;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
    overflow:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-item-detail-slider-container:not(.popup) .product-item-detail-slider-images-container{

}
.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}
.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 20px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: opacity 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 0%;
    left: 50%;
    bottom:auto;
    max-height: 100vh;
    width: calc(100% - 90px);
    transform: translateY(0) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}
.product-item-detail-slider-image img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
}
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}
.detail--controls{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    position: relative;
    max-width: 440px;
    width: fit-content;
    margin: 0px auto 0 auto;
    padding: 5px;
    box-sizing: border-box;
}
.product-item-detail-slider-controls-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
    overflow: hidden;
    flex-shrink: 0; /* Запрет уменьшения размеров */
}
.product-item-detail-slider-controls-image.active,
.product-item-detail-slider-controls-image:hover{
    border:1px solid #000000;
}
.product-item-detail-slider-controls-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    height: auto;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 0px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .detail--controls {
    bottom: 10px;
    z-index: 33;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.detail--row{
    display:flex;
    flex-direction:row;
    gap:24px;
}
.detail--pic{
    width: 41.66666667%;
}
.detail--col{
    width: 58.33333333%;
}
.product-item-detail-slider-container {
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    max-width: 100%;
    background: transparent;
    z-index: 90;
    text-align:center;
}
.product-item-detail-slider-container:not(.popup){
    border: 1px solid #eee;
    padding: 20px;
}
.product-item-detail-slider-container.popup.padding--img {

}
.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    height:500px;
}
.bx-catalog-element{
    display:flex;
    flex-direction:column;
    gap:0px;
}
.recommended--wrp{
    position: relative;
}
.catalog-block-header{
    margin-top: 4rem;
}
.recommended--wrp [data-entity^="container-"]{
    overflow:hidden;
    display: none;
    padding: 1px;
}
.catalog-block-header h2{
    margin-bottom:2rem;
}
.recommended--wrp [data-entity^="container-"].swiper-initialized {
    display: block;
}
.detail--top{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    gap:30px;
    align-items:center;
    margin-bottom:20px;
}
.brand--item img{
    height:auto;
    width:60px;
}
.detail--count{
    font-size:13px;
    display:inline-flex;
    align-items:center;
    position: relative;
    padding: 0 12px;
    height:32px;
    border: 1px solid transparent;
    border-radius: 0;
}
.detail--available{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.detail--unavailable{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.detail--reserved{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.detail--top .product-item-detail-info-container{
    color:#777;
    font-size:14px;
}
.price--block{
    display:flex;
    flex-direction:row;
    gap:10px;
    align-items: flex-end;

}
.product-item-detail-price-current{
    font-size:24px;
    font-weight:400;
}
.product-item-detail-price-current,
.product-item-detail-price-old,
.item_economy_price{
    white-space:nowrap;
    line-height:1;

}

.product-item-detail-price-old{
    text-decoration:line-through;
    color: #777;
    font-size: 20px;
}
.item_economy_price{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    font-weight: 600;
    padding: 0 10px;
    background: #ED1D24;
    border-radius: 3px;
}
.price--block.pricenewold{
    justify-content: space-between;
    align-items: center;
}
.product--detail_flex{
    display:flex;
    flex-direction:row;
    gap:10px;
    align-items: flex-end;
}
.detail--price{
    margin-bottom:20px;
}
.wallet{
    display:inline-flex;
    align-items:center;
    font-size:14px;
    line-height: 14px;
    gap:8px;
}
.wallet span{
    border-bottom:1px dashed
}
.price--block{
    margin-bottom:1rem;
}
.product-item-detail-info-container-title{
    margin:0 0 10px 0;
    font-size:14px;
    font-weight:500;
}
.product-item-scu-item-list{
    margin:0;
    display:flex;
    gap:10px;
    padding:0;
}
.product-item-scu-item-text-container{
    display:inline-flex;
    min-width:36px;
    height:36px;
    align-items:center;
    text-align:center;
    border-radius:0;
    border:1px solid rgba(204,204,204,0.8);
    font-weight:400;
    line-height:1;
    padding:0 5px;
    font-size:14px;
    color:#777777;
    cursor:pointer;
    justify-content: center;
    transition:all .3s ease;
}
.product-item-scu-item-text-container.selected,
.product-item-scu-item-text-container:hover{
    border-color:#000000;
    color:#fff;
    background: #000000;
}
.product-item-detail-info-section{
    margin-bottom:2rem;
}
.product-item-amount-field-container {
    width: 76px;
    position: relative;
}
.product-item-amount-field-btn-plus {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0px;
    z-index: 9;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/minus.svg);
    background-position: center;
    opacity: 1;
    transition: background-color .3s ease;
}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover{
    //background-color:#bbb;
    opacity:0.5
}
.product-item-amount-field-btn-minus {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/plus.svg);
    background-position: center;
    opacity: 1;
    transition: background-color .3s ease;
}
.product-item-amount-field {
    pointer-events: none;
    height: 54px;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(204,204,204,0.8);
    background: transparent;
    width: 76px;
    outline: none;
    -webkit-appearance: none;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none !important;
}
.main-button-container{
    display:flex;
    flex-direction:row;
    gap:10px;
    align-items:center;
}
.product-item-detail-buy-button{
    transition: background .3s ease, border .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    gap: 10px;
    height: 54px;
    border:1px solid #000;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    line-height:1;
    width: 200px;
    background:transparent;
    font-weight: 400;
}
.product-item-detail-buy-button img,
.product-item-detail-buy-button span {
    transition: all .3s ease;
}
.product-item-detail-buy-button:hover {
    background: #000;
    color: #fff;
}
.product-item-detail-buy-button:hover span {
    transform: translateX(14px);
}
.product-item-detail-buy-button:hover img {
    transform: translateX(100px);
}
.product-item-detail-buy-button.disabled{
    pointer-events:none;
    cursor:default;
    background:#eee;
    color:#777;
}
.product-item-detail-pay-block{
    padding-bottom:2.5rem;
    position:relative;
}
.product-item-amount-description-container{
    position:absolute;
    bottom: 1rem;
    color: #333;
    font-size: 13px;
    left:0;
}
.detail--forms{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.detail--forms a{
    display:inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    gap: 8px;
}
.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 50%;
    margin-top:-20px;
    z-index: 111;
    display: block;
    width: 40px;
    border-radius: 40px;
    height:40px;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    background-size:20px;
    transition: all 300ms ease;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arr-prev.svg?1);
    opacity:0;
}
.product-item-detail-slider-block:hover .product-item-detail-slider-left,
.product-item-detail-slider-block:hover .product-item-detail-slider-right{
    opacity:1;
}
.product-item-detail-slider-left {
    left: 0px;
}
.product-item-detail-slider-right {
    right: 0px;
    transform: rotate(180deg);
}
.product-item-detail-slider-container.popup .product-item-detail-slider-left {
    left:30px;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 30px;
}
.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(0, 0, 0, 1);
}
.popup-window {
    max-width: 480px!important;
    width:calc(100% - 12px)!important;
    padding:2rem!important;
    border-radius: 10px;
}
.popup-window-close-icon:after {
    width: 20px!important;
    height: 20px!important;
    background-image: url(../images/catalog_close.svg?2)!important;
}
.popup-window-close-icon {
    height: 20px!important;
    opacity: 1;
    right: 1rem!important;
    top: 1rem!important;
    width: 20px!important;
}
.popup-window-close-icon:hover{
    opacity:0.5;
}
.popup-window-titlebar-text {
    font-weight: 500;
    color:#000;
    font-family: "Inter", sans-serif;
    line-height: normal;
    margin: 0 0 2rem 0;
    font-size: 1.3rem;
    text-align: center;
    display: inline-block;
    padding: 0;
    width: 100%;
}
.popup-window-buttons{
    display:flex!important;
    flex-direction:row;
    gap:20px;
    justify-content: center;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 0!important;
}
.popup-window-buttons .btn {
    font-weight: 400;
    -webkit-appearance: none;
    font-family: "Inter", sans-serif;
    outline: none;
    text-transform: uppercase;
    border: 0 !important;
    font-size: 12px;
    height: 48px;
    display: inline-flex;
    margin:0!important;
    align-items: center;
    justify-content: center;
    letter-spacing: 0px;
    width: 180px;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    color: #fff !important;
    background-color: #000000 !important;
}
.popup-window-content p{
    font-weight:400;
    margin:1rem 0 0 0;
}
.popup-window-content img{
    max-height:100px!important;
}
.popup-window-buttons .btn:nth-child(2){
    background-color: transparent !important;
    color:#000!important;
    font-weight:400;
    width:auto;
    padding:0;
    text-decoration:underline;
}
.popup-window-buttons .btn:nth-child(1):hover{
    color: #fff !important;
    background-color: #000 !important;
}
.popup-window-overlay {
    width: 100% !important;
    height: 100% !important;
    z-index:1045!important;
}
.popup-window-buttons .btn:nth-child(2):hover{
    color:#000000!important;
    text-decoration:none
}
.product-item-detail-slider-container.popup .product-item-label-text{
    display:none!important;
}
.product-item-detail-tab-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:1rem;
    position:relative;
    margin-bottom:20px;
}
.product-item-detail-tab-content{
    font-size:14px;
    line-height:24px;
}
.good--short{
    overflow: hidden;
    position:relative;
    //max-height: 150px;
    //transition: max-height 0.3s ease;
}
.good--short:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    transition: all 0.3s ease;
    opacity:1;
    visibility:visible;
}
.good--short.expanded {
    max-height: none;
    padding-bottom:18px;
}
.good--short__trigger{
    line-height: 18px;
    position:absolute;
    cursor:pointer;
    bottom:0;
    z-index: 2;
    font-size:14px;
    display:inline-flex;
    border-bottom:1px dotted;
    left:50%;
    transform:translateX(-50%);
    transition:color .3s ease;
}
.good--short__trigger:hover{
    color:#ED1D24;
}
.good--short.expanded:after{
    opacity:0;
    visibility:hidden;
}
.catalog--top .catalog--topslider{
    padding:1px;
}
.good--short__trigger,
.good--anchor,
.wallet{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.popup--title{
    font-weight:600;
    font-size:1.3rem;
    margin:0 0 20px 0;
}
#pricelow .first{
    color:#ED1D24
}
#pricelow .last{
    margin:0;
}
.white-popup-block{
    padding:2rem 2rem 35px 2rem;
}
.categories--backbutton{
    margin-bottom: 20px;
    margin-top: -10px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
}
.categories--backbutton:after{
    content:"";
    position:absolute;
    bottom:0;
    left:-20px;
    width:calc(100% + 40px);
    height:1px;
    background:#e5e5e5;
}
.product-item-price-current.colored,
.product-item-detail-price-current.colored{
    color:#d9232a;
}
.cert{
    color:#ED1D24;
    font-weight: 500;
}
.cert:hover{
    color:#000;
}
.mainslider .swiper-slide > a{
    cursor:default;
    pointer-events:none;
}
.mainslider .swiper-slide{
    cursor:pointer;
}
.mainslider .swiper-slide.swiper-slide-active > a{
    cursor:pointer;
    pointer-events:all;
}
.sdek_pvzLair{
    margin-top:10px;
}
.SDEK_selectPVZ{
    border: 0!important;
    font-size: 13px;
    background: #000;
    border-radius:0!important;
}
.alert{
    border-radius:0!important;
}
.SDEK_selectPVZ:focus,
.SDEK_selectPVZ:active{
    background: #000!important;
    border: 0!important;
}
.SDEK_selectPVZ:hover{
    background: #000000!important;
}
.sdek_pvzAddr{
    display:inline-flex;
    margin-top:10px;
}
.img--row{
    display:flex;
    flex-direction:row;
    gap:20px;
}
.img--row div{
    width:50%;
}
.img--row img{
    width:100%;
    height:auto;
    border-radius:0;
}
.img--row{
    margin-bottom:20px;
}
.share--btn{
    position:relative;
    margin:20px 0 0 0;
}
.share--cont{
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:-8px;
    left:-10px;
    padding:10px;
    background:#fff;
    border-radius:6px;
    transition: opacity .3s ease;
}
.share--cont.active{
    opacity:1;
    visibility: visible;
}
.share--btn_wrp{
    display: inline-flex;
    flex-direction: row;
    gap:10px;
    justify-content: center;
    align-items: center;
    padding:0 20px;
    transition: all .3s ease;
    height: 36px;
    cursor: pointer;
    font-size:15px;
    font-weight: 600;
    color:#000;
    border:1px solid #000;
    opacity:0.5;
    border-radius: 6px;
}
.share--btn_wrp:hover{
    opacity:1;
}
.bx-soa-pp-list-description .bx-price-old{
    text-decoration:line-through;
    color:#777;
}
.accordion-button:focus{
    box-shadow: none!important;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f5f7f9;
    box-shadow: none!important;
}
div.title-search-result {
    padding:0;
    border:1px solid #ccc;
    border-radius: 5px;
    display:none;
    overflow:hidden;
    z-index:1002;
    background: #fff;
    width:100%;
    max-width: 460px;
}

table.title-search-result {
    border-collapse: collapse;
    border:none;
    width:100%!important;
}

table.title-search-result th {
    display:none;
}

table.title-search-result td {
    background-color:white;
    color:black;
    font-weight:normal;
    padding:0;
    text-align:left;
}

table.title-search-result td.title-search-item {
    padding:0;
}

table.title-search-result td.title-search-item a {
    padding: 10px 20px;
    text-decoration: none;
    color:black;
    font-size: 14px;
    vertical-align:top;
    display:block;
}

table.title-search-result td.title-search-item img {
    vertical-align:top;
    display:none;
}

table.title-search-result td.title-search-item b {
    color:#000000;
    font-weight:normal;
}

table.title-search-result tr.title-search-selected td a {
    background-color:#f5f6f7;
}

table.title-search-result td.title-search-more {
    display:none;
}

table.title-search-result td.title-search-all a {
    padding:10px 20px;
    display: block;
}
.title-search-result tbody tr:first-child{
    display: none;
}
table.title-search-result td.title-search-all a {
    font-size: 14px;
    text-decoration:none;
    color:#777;
    font-weight: 300;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
    padding-top:0px;
    padding-bottom:0px;
    font-size:4px;
    display: none;
}

div.title-search-fader {
    display:none;
    background-image: none;
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}
.good--sizes{
    position: relative;
    margin-bottom:2rem;
    margin-top:-15px;
}
.good--sizes a {
    line-height: 1;
    font-size:14px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid;
}
.accordion-header img{
    position:absolute;
    height:60px;
    width:auto;
    left:1.25rem;
    top:50%;
    transform: translateY(-50%);
}
.accordion-button{
    padding-left: calc(2.5rem + 60px);
}
.accordion-button::after {
    right: 1.25rem;
    position: absolute;
}
.icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    width: 20px;
    top: 9px;
    background-color: #000;
}
.icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #000;
    content: "";
    top: -7px;
}
.icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #000;
    content: "";
    top: 7px;
}
.copy__text img{
    height:16px;
}
.cat__item{
    display: block;
    overflow: hidden;
    position:relative;
}
.cat__item:hover,
.mainslider .swiper-slide.swiper-slide-active > a:hover{
    //-webkit-filter:saturate(0);
    //filter:saturate(0);
}

.brand__inner{
    background:#fff;
    display: flex;
    position:relative;
    overflow: hidden;
    width:100%;
}
.brand__inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.cat__name{
    display: inline-flex;
    font-size:14px;
    line-height:1;
    background:#fff;
    color:#000;
    padding:0 10px;
    align-items:center;
    height:28px;
    justify-content: center;
    transition:all .3s ease;
}
.cat__name:hover{
    background:#000;
    color:#fff;
}
.swiper--outer .brandslider.swiper-initialized ~ .slider__controls {
    display: none;
}
.page__topbrands .container{
    max-width:100%;
}
.cat__caption{
    position:absolute;
    text-align:center;
    bottom:3rem;
    width:100%;
    left:0;
    z-index:2;
    color:#fff;
    padding:0 20px;
}
.page__topbrands{
    background: #fff;
    padding:5rem 0;
    overflow:hidden;
    position:relative;
}
.brandslider{
    position: relative;
    padding:1px;
    display: none;
}
.swiper--outer{
    position: relative;
}
.brandslider.swiper-initialized{
    display: block;
}
.swiper--outer .slider__controls,
.randslider{
    display: none;
}
.swiper--outer .swiper-initialized ~ .slider__controls,
.randslider.swiper-initialized{
    display: block;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.content__blog{
    overflow: hidden;
}
.seo-block-image{
    position:relative;
    border-radius:10px;
    overflow:hidden;
    padding-top:40%;
    margin-bottom:2rem;
}
.seo-block-image img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    object-fit: cover;
    object-position: center;
}
.seo-block-image:after{
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 215, 0, 0.1) 50%, rgba(0, 0, 0, 1) 100%);
    transition: all .3s ease;
}
.accordion-item:first-of-type{
    border-radius:0px;
}
.accordion-item:last-of-type{
    border-radius:0px;
}
.accordion-item{
    border:1px solid rgba(204,204,204,0.8)
}
.accordion-button::after {
    flex-shrink: 0;
    width: 14px;
    height: 9px;
    margin-left: auto;
    content: "";
    background-image: url(../images/darrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/darrow.svg);
}
.accordion-button{
    padding-top: 18px;
    padding-right: 1.25rem;
    padding-bottom: 18px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button{
    border-radius: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #ffd602;
}
.swiper-wrapper .blog__item{
    display: block;
    flex: none;
}
.swiper-wrapper .blog__title{
    position:absolute;
    bottom:2rem;
    width:100%;
    z-index:2;
    padding:0 20px;
    color:#fff;
    font-weight:400;
    font-size:14px;
    margin:0;
}
.swiper-wrapper .blog__link:before{
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}
.swiper-wrapper .blog__link{
    height:260px;

    margin-bottom: 0;
}
.swiper-wrapper .blog__pic{
    object-fit: cover;
    height:100%;
    border-radius: 0px;
}
.ai--preloader{
    padding: 2rem 1rem;
    border: 1px solid rgba(204, 204, 204, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:10px;
}
.ai--sticker{
    display: inline-flex;
    padding: 5px 7px;
    border-radius: 3px;
    background: #4d6bfe;
    color: #fff;
    line-height: 1;
    align-items: center;
    font-weight: 500;
    height: auto;
    justify-content: center;
    text-transform:none;
}
#ai-recommend-block h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.show--on_mobile{
    display: none;
}
.show--on_mobile .basket-coupon-section{
    display: none;
}

#title-search.nav__search .search-submit{
    background-image: none;
    text-indent: unset;
    color: #fff;
    text-transform:uppercase;
    font-weight:300;
    font-size:12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search__trigger{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-image: url(../images/search_black.svg?1);
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    user-select:none;
    transition: all .3s ease;
}
.search__trigger:hover{
    opacity:0.5
}
#title-search.nav__search input[type=search]:not(.browser-default).search-field, #title-search.nav__search input:not([type]).search-field, #title-search.nav__search input[type=text]:not(.browser-default).search-field{
    width:calc(100% - 60px);
    border-radius: 0;
}
.header__search{
    z-index:9;
    width:0;
    overflow: hidden;
    max-width: 100%;
    position:absolute;
    right:182px;
    //top:0px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

#title-search.nav__search .search-submit {
    height: 45px;
    width: 60px;
    line-height: 45px;
}
#title-search.nav__search input[type=search]:not(.browser-default).search-field, #title-search.nav__search input:not([type]).search-field, #title-search.nav__search input[type=text]:not(.browser-default).search-field {
    height: 45px;
    padding: 0 20px 0 20px;
}
.header__search {
    max-width: 100%;
}
.header__search.opened{
    width: calc(100% - 650px);
}
.text-overlay__text{
    max-width:65%;
}
.text-overlay__text .h1-title {
    font-size: 32px;
    font-weight:600;
    line-height:1;
    margin: 10px 0 30px 0;
}
.text-overlay__text p{
    font-weight:300;
    font-size:16px;
    margin:0 0 30px 0;
}
.page__topstocks{
    padding:5rem 0;
}
.product-item-title a:hover{
    color:#777;
}
.page-sizes table{
    width: 100%;
    max-width:700px;
    margin-bottom:0;
}
.page-sizes video{
    margin-top:1rem;
    width: 100%;
    max-width:700px;
    height: auto;
    margin-bottom:0;
}
.alert.disp--inline {
    display: inline-block;
}
.detail--preorder {
    background-color: #000;
    color: #fff;
}
.white-popup-block {
    padding: 2rem 2rem 35px 2rem;
}
.orderpopup--inner .bx-authform {
    padding: 0;
    background: transparent;
}
.popup-size-select {
    text-transform: uppercase;
    cursor: pointer;
}
.popup-size-select option:last-child{
    display: none;
}
#order .alert.alert-success{
    margin-bottom:0;
    margin-top:10px;
}
.bx-authform-input-container.has-arr:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI2Nl8xMTUxKSI+CjxwYXRoIGQ9Ik0xMC44ODkxIDYuNDUzNzJMNC42NTg5NiAwLjIyMzY1N0M0LjUxNDg2IDAuMDc5NDQ2NSA0LjMyMjUgMCA0LjExNzQgMEMzLjkxMjMgMCAzLjcxOTk0IDAuMDc5NDQ2NSAzLjU3NTg0IDAuMjIzNjU3TDMuMTE3MDMgMC42ODIzNTJDMi44MTg0OCAwLjk4MTI0NCAyLjgxODQ4IDEuNDY3MDMgMy4xMTcwMyAxLjc2NTQ3TDguMzQ4NjcgNi45OTcxTDMuMTExMjMgMTIuMjM0NUMyLjk2NzEzIDEyLjM3ODcgMi44ODc1NyAxMi41NzEgMi44ODc1NyAxMi43NzZDMi44ODc1NyAxMi45ODEyIDIuOTY3MTMgMTMuMTczNCAzLjExMTIzIDEzLjMxNzhMMy41NzAwNCAxMy43NzYzQzMuNzE0MjUgMTMuOTIwNiAzLjkwNjQ5IDE0IDQuMTExNiAxNEM0LjMxNjcgMTQgNC41MDkwNiAxMy45MjA2IDQuNjUzMTUgMTMuNzc2M0wxMC44ODkxIDcuNTQwNTlDMTEuMDMzNiA3LjM5NTkyIDExLjExMjkgNy4yMDI3NyAxMS4xMTI1IDYuOTk3NDRDMTEuMTEyOSA2Ljc5MTMxIDExLjAzMzYgNi41OTgyNyAxMC44ODkxIDYuNDUzNzJaIiBmaWxsPSIjOUU5RTlFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjY2XzExNTEiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.form__notice {
    text-align: center;
    line-height: normal;
    font-size: 12px;
}
.form__notice a {
    border-bottom: 1px solid;
}
.news__detail{
    width:67%;
    margin:0 16%;
}
.filter--stock .filter__block--title{
    font-weight: 700;
    text-transform: uppercase;
    color: #39b054;
}
.popup-size-select {
    color:#000;
}
.filter--sale .filter__block--title {
    font-weight: 700;
    text-transform: uppercase;
    color: #ED1D24;
}
.filter--stock .filter__block--inner .checkbox label span{
    text-transform: none;
    font-weight:400
}
.stock--sticker {
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    text-transform:uppercase;
    padding: 0 10px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 0;
    left:10px;
    bottom:10px;
}
.stock--sticker.in{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.stock--sticker.out{
    color: #052c65;
    background-color: #cfe2ff;
    border-color: #9ec5fe;
}
.comments--block{
    background: #faf9f9;
    padding: 2rem 3rem 3rem 3rem;
    margin-top: 2rem;
    border:1px solid #eee;
}
.comments-rating-block{
    height:24px;
}
.blog-comment{

    margin-top:1rem;
}
.blog-comment-cont{
    padding:20px;
    border-radius:10px;
    background:#fff;
}
.blog-comment-edit .feed-add-post-form {
    border-radius: 10px;
}
div.blog-post-edit-form, div.blog-comment-fields {
    background-color: transparent;
    padding: 2rem 0 0 0;
}
.blog-add-comment{
    display:flex;
    justify-content:space-between;
    padding:0;
    align-items: center;
}
.blog-add-comment h5{
    margin:0;
}
div.blog-comment .blog-author {
    font-size: 1rem;
}
.comments--block .alert.alert-empty{
    border: 1px solid #eee;
    margin:20px 0 0 0!important;
    background:#fff;
}
.blog-comment-content {
    font-size: 14px;
}
div.blog-comment-field-user{
    padding:0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:1rem
}
.blog-comments .alert{
    margin:1rem 0 0 0!important;
}
div.blog-comment-hidden .blog-comment-cont-white {
    padding:10px;
}
#comment-wrapper .bx-captcha{
    margin-top:1rem;
}
#wait_divPOST_COMMENT_MESSAGE{
    display:none!important;
}
.bx_item_detail_rating{margin-bottom: 10px;}
.bx_item_detail_rating .bx_stars_container{
    position: relative;
    width: 92px;
    height: 24px;
    overflow:auto;
    background-color: #dadada;
}
.bx_item_detail_rating .bx_stars_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width:100%;
    z-index: 2;
    background-image: url(../images/stars.svg?1);
    background-repeat:no-repeat;
    background-position: center;
    background-size: 92px 24px;
}
.bx_item_detail_rating{
    flex-shrink: 1;
}
.bx_item_detail_rating.static .bx_stars_bg{
    background-image: url(../images/stars-grey.svg?1);
}
.bx_item_detail_rating .bx_stars_progress{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e76110;
}
.bx_item_detail_rating .bx_stars_rating_votes{
    color: #8d8d8d;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
}
.bx_item_detail_rating,
.detail--price .price--block{
    margin:0
}
.bx_item_detail_rating{
    display: flex;
    align-items: center;
    gap:10px;
}
.blog-add-comment > div{
    display: flex;
    align-items: center;
    gap:20px;
}
.rating-value{
    font-weight: 700;
    font-size:13px;
}
.rating-count{
    font-size:13px;
}
div.blog-comment-buttons input {
    font-size: 14px !important;
    padding: 0!important;
}
.detail--rating .bx_item_detail_rating{
    flex-direction:column;
    gap:0;
    align-items: flex-end;
}
.detail--rating .rating-count a{
    border-bottom:1px dotted
}
.product-item-rating .rating-count,
.product-item-rating .rating-value{
    display:none
}
.product-item-rating .bx_item_detail_rating.static .bx_stars_bg {
    background-image: url(../images/stars.svg?1);
    background-size: 76px 20px;
}
#catalog-section-container .product-item-rating .bx_item_detail_rating.static .bx_stars_bg{
    background-image: url(../images/stars-grey.svg?1);
    background-size: 76px 20px;
}
.product-item-rating{
    text-align:left;
}
.product-item-rating .comments-rating-block{
    display:inline-block;
    height: 20px;
    margin-bottom: 10px;
}
.product-item-rating .bx_item_detail_rating .bx_stars_container {
    width: 76px;
    height: 19px;
}
.blog-comment-field-rating{
    display: flex;
    flex-direction:row;
    gap:10px;
    align-items:center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.blog-comment-field-rating label{
    font-weight: 600;
}
.rating-select{
    display: flex;
    flex-direction:row;
    gap:10px;
    align-items:center;
}
.rating-star{
    cursor:pointer;
    font-size:18px;
}
.bx_item_detail_rating.comment--rating .bx_stars_bg{
    background-size: 54px 14px;
}
.bx_item_detail_rating.comment--rating .bx_stars_container {
    width: 53px;
    height: 14px;
}
.bx_item_detail_rating.comment--rating{
    margin-bottom:5px;
}
.detail--price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
div.blog-comment-buttons {
    margin-top: 1em;
    padding-bottom: .4em;
}
.page__reviews{
    overflow:hidden;
    padding:5rem 0;
    background:#f5f5f5;
}
.review-card{
    position:relative;
    height:100%;
    border-radius: 0px;
    background: #fff;
    display: flex;
    flex-direction:row;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}
.page__reviews .swiper--outer .swiper-pagination-bullets.swiper-pagination-horizontal{
    display: block;
}
.reviews-slider{
    display: none;
}
.reviews-slider.swiper-initialized{
    display: block;
}
.swiper.reviews-slider{
    overflow:visible;
}
.review-product-name{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.review-pic{
    width:150px;
    height:150px;
    position: relative;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content: center;
}
.review-pic img{
    max-width:150px;
    max-height:150px;
    object-fit: cover;
    object-position: center;
}
.review-product{
    width:300px;
    align-items: center;
    display: flex;
    flex-direction:column;
    gap:12px;
    padding:2rem;
    border-right:1px solid #eee;
}
.review-desc{
    padding: 2rem;
}
.swiper-slide.review--slide{
    width:80%!important;
}
.review-rating{
    color:#e76210;
}
.review-top{
    margin-top: 1rem;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.review-author{
    font-weight:600;
    font-size:1rem;
    line-height:1;
    display:flex;
    gap:10px;
    align-items: center;
}
.review-author span{
    display:flex;
    gap:3px;
    align-items: center;
    font-weight:300;
    font-size:12px;
    line-height: 1;
}
.review-author span img{
    height:14px;
}
.review-text{
    font-size:14px;
    margin-bottom:1rem;
    margin-top:10px;
}
@media only screen and (min-width : 993px) {
    .filter--wrp,
    .categories--inner{
        display: block;
    }
    .mobile--menu{
        display:none!important;
    }
}
@media only screen and (min-width : 769px) {

}
@media only screen and (max-width : 1400px) {
    .cookies-wrap {
        bottom: 30px;
        left: calc(50% - 570px);
        width: 1140px;
    }
    .header__search.opened {
        width: calc(100% - 200px);
    }

    .mainslider {
        max-width: 1140px;
    }
    .bx-soa-item-table{
        font-size:14px;
    }
}
@media only screen and (max-width : 1200px) {
    .catalog--top .catalog--topslider{
        max-width:937px;
    }
    .swiper--outer .brandslider.swiper-initialized ~ .slider__controls {
        display: block;
    }
    .product-item-detail-slider-block {
        height: 450px;
    }
    .footer--line p {
        font-size: 24px;
    }
    .text-overlay__text .h1-title {
        font-size: 24px;
    }
    .text-overlay__text {
        max-width: 100%;
    }
    .detail--pic {
        width: 45%;
    }
    .detail--col {
        width: 55%;
    }
    .footer--title,
    .footer--addr strong{
        font-size:14px;
    }
    .cert > span:first-child{
        display:none;
    }
    .htop--item+.htop--item {
        margin-left: 1rem;
    }
    .cert span:nth-child(2){
        display: inline-block;
    }
    .cert span:nth-child(2)::first-letter{
        text-transform:uppercase;
    }
    .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog--wrp.search--page .catalog__section {
        grid-template-columns: repeat(3, 1fr);
    }
    .filter {
        width: 33%;
    }
    .catalog--right {
        width: 67%;
    }
    .bx-soa-pp-company-graf-container{
        padding-top:40%;
    }
    .bx-soa-pp {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .bx-soa-pp-desc-container,
    .bx-soa-pp-item-container{
        width: 100%;
    }
    .h3-title {
        font-size: 1.8rem;
    }
    .h1-title{
        font-size:28px;
    }
    h2{
        font-size: calc(1.2rem + .9vw);
    }
    .categories--item > div {
        flex-direction: column;
    }
    .cookies-wrap {
        bottom: 20px;
        left: calc(50% - 480px);
        width: 960px;
    }
    .hmiddle--contact.last span{
        display: none;
    }
    .hmiddle--contact.last img {
        margin-right: 0px;
    }
    .hbottom--menu .top__menu {
        gap: 20px;
        font-size:14px;
    }
    .mainslider {
        max-width: 960px;
    }
    .mainslider__title {
        font-size: 28px;
    }
    .mainslider__text {
        font-size: 1.2rem;
    }
    .error--wrp .h1-title {
        margin-top: 30px;
        font-size: 40px;
    }
    .static--menu {
        width: 35%;
    }
    .static--row .static--page {
        width: 65%;
        padding-left: 24px;
    }
    .bx-soa-item-table, .bx-soa-item-table>tbody, .bx-soa-item-tr, .bx-soa-item-td {
        display: block;
    }
    .bx-soa-table-header{
        display:none;
    }
    .bx-soa-item-tr.bx-soa-item-tr-first {
        border: none;
    }
    .bx-soa-item-tr {
        border-top: 1px solid #e5e5e5;
        padding-bottom: 15px;
        padding-top: 10px;
        overflow: hidden;
    }
    .bx-soa-item-tr.bx-soa-item-info-container, .bx-soa-item-tr .bx-soa-item-td {
        border: none;
    }
    .bx-soa-item-properties{
        float:left;
        width:25%;
    }
    .bx-soa-item-tr {
        clear: both;
    }
    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title, .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
        text-align: left;
    }
    .bx-soa-item-title{
        font-weight:600;
    }
    .bx-soa-item-td-title{
        color:#777;
        text-align:left;
    }
    .bx-soa-item-td-text{
        text-align:left;
    }
}
@media only screen and (max-width : 992px) {
    .good--sizes {
        margin-top: -5px;
    }
    .swiper-slide.review--slide {
        width: 90% !important;
    }
    .page__reviews {
        padding: 3.3rem 0;
    }
    .payment--system input{
        min-width: 200px;
    }
    .comments--block {
        padding: 2rem;
        margin-top: 1rem;
    }
    .news__detail{
        width:100%;
        margin:0 auto;
    }
    .news__detail-text img{
        max-width:100%;
    }
    .cookies-wrap{
        font-size:12px;
    }
    .product-item-detail-slider-block {
        height: 400px;
    }
    .blog--main .blog__item:last-child{
        //display: none;
    }
    .page__mainabout {
        min-height: 400px;
    }
    .blog--main {
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .page__topstocks {
        padding: 3.3rem 0;
    }
    .footer--line{
        padding:0 0 2rem 0;
    }
    .footer--line p {
        font-size: 20px;
    }
    #title-search.nav__search .search-submit {
        height: 36px;
        width: 60px;
        font-size:11px;
        line-height: 36px;
    }
    #title-search.nav__search input[type=search]:not(.browser-default).search-field, #title-search.nav__search input:not([type]).search-field, #title-search.nav__search input[type=text]:not(.browser-default).search-field {
        height: 36px;
        padding: 0 15px 0 15px;
    }
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header__search.opened {
        width: calc(100% - 67px);
    }

    .hmiddle--row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 1rem;
        align-items: center;
    }
    .hmiddle--row > *:first-child {
        grid-column: 2;
    }

    .hmiddle--row > *:last-child {
        grid-column: 3;
        justify-self: end;
    }
    .header__search{
        right:67px;
    }

    .show--on_mobile{
        display: block;
    }
    .show--on_mobile .basket-checkout-section {
        justify-content: center;
    }
    #ai-recommend-block h3 {
        font-size: 1.2rem;
    }
    .news__detail-img{
        width:100%;
    }
    .news__detail-preview {
        width: calc(100% - 60px);
        position: relative;
        z-index: 2;
        right: auto;
        transform: translate(30px, 0);
        top: auto;
        margin-top: -30px;
        padding: 2rem;
    }
    .pic--404{
        width:176px;
        height:250px;
    }
    .filter__inner{
        margin-top:-1px;
    }
    .page__topbrands{
        padding:3rem 0;
    }
    .about--main{
        flex-direction: column;
    }
    .menu--title_static {
        margin-top:2rem;
        margin-bottom:1rem;
        font-size: 18px;
        font-weight: 400;
        display: inline-flex;
        padding-left:14px;
        line-height: 1;
    }
    .mobile-menu__static .bottom__menu li a {
        display: block;
        color: #333231;
        padding: 5px 14px 5px 14px;
        text-decoration: none;
        font-weight: 300;
        font-size:14px!important;
    }
    .mobile-menu__static .bottom__menu li a:hover{
        color:#000;
    }
    .mobile-menu__static .bottom__menu li+li{
        margin:0;
    }
    .mobile-menu__static .bottom__menu{
        margin-top:0!important;
    }
    .mobile-menu__static .bottom__menu li{
        width:100%;
    }
    .mobile--menu_trigger{
        position:absolute;
        display: inline-flex;
        cursor:pointer;
        user-select:none;
        left:0;
        top:50%;
        transform: translateY(-50%);
        width:16px;
        height:10px;
    }
    .mobile--menu_trigger .icon{
        transition-duration: 0.5s;
        position: absolute;
        height: 1.5px;
        border-radius: 3px;
        width: 16px;
        top: 5px;
        background-color: #000;
    }
    .mobile--menu_trigger .icon:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 16px;
        height: 1.5px;
        border-radius: 3px;
        background-color: #000;
        content: "";
        top: -5px;
    }
    .mobile--menu_trigger .icon:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 16px;
        height: 1.5px;
        border-radius: 3px;
        background-color: #000;
        content: "";
        top: 5px;
    }
    .logo img {
        width: 100px;
    }
    .hbottom--menu{
        display: none;
    }
    .hmiddle--row {
        padding: 17px 0;
    }
    .page__top {
        padding: 3.3rem 0;
        min-height: calc((var(--vh, 1vh) * 100) - 55px);
    }
    .search__trigger {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .header__bottom{
        display: none;
    }
    .header__basket a {
        gap: 5px;
    }

    .hmiddle--row{
        position:relative;
    }

    .order--complete .btn-lg.btn-success{
        height: 44px;
        font-size: 1rem;
        min-width: 180px;
        border-radius: 6px!important;
    }
    .product-item-detail-slider-container:not(.popup) .detail--controls{
        position:relative;
        top: auto;
        left:auto;
        transform: translate(0, 0);
        bottom: auto;
        flex-direction: row;
        margin-top:1rem;
        justify-content:center;
    }


    .offcanvas{
        width:80%!important;
    }
    .detail--row {
        flex-direction: column;
        gap:14px
    }
    .catalog-block-header {
        margin-top: 2rem
    }
    .detail--topleft{
        gap:15px;
    }
    .product-item-detail-info-section {
        margin-bottom: 20px;
    }
    .detail--pic, .detail--col {
        width: 100%;
    }
    .detail--col {
        padding-left: 0;
    }
    .detail--top .product-item-detail-info-container {
        font-size: 12px;
    }
    .product-item-detail-slider-container {
         position: relative;
         top: auto;

     }
    .product-item-detail-slider-container.popup .detail--controls .product-item-detail-slider-controls-image{
        width:36px;
        height: 36px;
    }
    .product-item-detail-slider-container.popup.padding--img{
        padding-left:0;
        padding-bottom:90px;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 0;
    }
    .product-item-detail-buy-button{
        width:160px;
    }
    .search-page .nav__search input[type=search]:not(.browser-default).search-field,
    .search-page .nav__search input:not([type]).search-field,
    .search-page .nav__search input[type=text]:not(.browser-default).search-field{
        height:44px;
        padding:0 10px;
    }
    .search-page .nav__search .search-submit{
        height:44px;
    }
    .catalog--wrp.search--page .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog--item_section {
        font-size: 11px;
    }
    .bx-filter-popup-result {
        left: 0;
        border:0;
        margin-top: -56px;
        margin-left: 0;
    }
    .bx-filter-popup-result {
        width: 100%;
    }
    .categories--header, .filter__trigger{
        font-size:14px;
    }
    .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog--main{
        flex-direction: column;
    }
    .filter {
        gap: 15px;
        width: 100%;
    }
    .catalog--right {
        width: 100%;
    }
    .categories--inner, .filter--wrp {
        display: none;
    }

    .options {
        padding-top: 3px;
    }
    .categories--item {
        min-height: 300px;
    }
    .categories--slider__title {
        font-size: 1.2rem;
    }
    .h3-title {
        font-size: 1.6rem;
    }
    .h1-title{
        font-size:24px;
    }
    .stocks--heading{
        margin: 0 0 2rem 0;
    }
    .swiper-button-next:not(.slider--next),
    .swiper-button-prev:not(.slider--prev),
    .swiper-button-next.slider--next,
    .swiper-button-prev.slider--prev{
        width: 36px !important;
        height: 36px !important;
        background-size: 20px;
        margin-top:-18px;
    }
    .categories--slider.swiper-initialized ~ .slider__controls {
        width: 73px;
        height: 36px;
        top: -40px;
    }
    .page__topgoods{
        padding: 3.3rem 0;
    }
    .cookies-wrap {
        bottom: 20px;
        left: calc(50% - 360px);
        width: 720px;
    }
    .header__top{
        display: none;
    }

    .profile-cab{
        display: none;
    }
    .profile--link img{
        transition: .3s ease;
    }
    .profile--link:hover img{
        opacity: 0.5;
    }
    .hmiddle--contact{
        display: flex;
    }
    .hmiddle--contact img,
    .profile--link img,
    .header__basket svg{
        height:20px;
    }
    .profile--link {
        display: none;
    }
    .header__right{
        gap:15px;
    }
    .hbottom--menu{
        //display: none;
    }
    .footer--row {
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
    }
    .mainslider {
        max-width: 720px;
    }
    .mainslider__title {
        font-size: 24px;
    }
    .mainslider__text {
        font-size: 1rem;
    }

    .btn--large,
    .auth--addbtn{
        min-width: 180px;
    }
    .mainslider__info {
        width: 70%;
    }
    .about--text {
        z-index: 3;
        width: 100%;
    }
    .about--title {
        font-size: 1.3rem;
    }
    .error--wrp .h1-title {
        margin-top: 20px;
        font-size: 30px;
    }
    .error--wrp {
        min-height: 350px;
        padding: 3rem 0 0 0;
    }
    .error--text {
        font-size: 1rem;
    }
    .error--text div+div {
        margin-top: 5px;
    }
    .page__content{
        padding-bottom:4rem;
    }
    .news--wrp {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 2rem;
        grid-column-gap: 1.5rem;
    }
    .news--row {
        flex-direction: column;
    }
    .news__detail,
    .news__sidebar{
        width: 100%;
        padding:0;
    }
    .breadcrumbs .h1-title {
        margin: 1rem 0 0 0;
        line-height: 1;
    }
    .news__sidebar--title {
         font-size: 1.2rem;
         margin: 0 0 20px 0;
     }
    .static--menu {
        width: 100%;
    }
    .static--row .static--page {
        width: 100%;
        padding-left: 0;
    }
    .static--row {
        flex-direction: column;
        gap:20px;
    }
    .static--menu__wrp{
        display:none;
    }
    .static--menu__header img{
        opacity:1;
    }
    .static--menu__header {
        cursor: pointer;
        font-size: 1rem;
        border-radius: 10px;
        margin-bottom: -1px;
    }
    .static--menu__header.opened{
        border-radius: 10px 10px 0 0;
    }
    .auth--ok{
        min-height:150px;
    }
    .bx-authform{
        padding:2rem 2rem 3rem 2rem
    }
    .auth__bottom {
        justify-content: center;
    }
    .personal--4col {
        grid-template-columns: repeat(2, 1fr);
    }
    .sale-order-detail-order-item-img-container img {
        border-radius: 6px;
        width: 50px;
        height: auto;
    }
    .sale-order-detail__top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        justify-content: flex-start;
        margin-bottom: 1rem;
    }
    .sale-order-detail__top a{
        font-size:13px;
    }
    .sale-order-detail-card .table {
        margin-bottom: 1rem;
    }
    .sale-order-detail--row {
        justify-content: flex-start;
    }
    .sale-order-detail-order-item-properties-type {
        margin-top: 5px;
        font-size: 13px;
    }
    .orders__row {
        flex-direction: column;
        gap: 1rem;
    }
    .order__item.ajax--item {
        gap: 10px;
    }
    .bx-sbb-empty-cart-image img{
        height:150px;
    }
    .bx-sbb-empty-cart-text {
        margin: 20px 0 10px 0;
    }
    .basket-checkout-container {
        padding: 2rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .basket-coupon-section {
        width: 100%;
    }
    .basket-checkout-section{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .custom-select{
        height:44px;
    }
    .selected-option{
        height:42px;
    }
    #bx-soa-order {
        flex-direction: column;
        gap:24px;
    }
    .bx-soa {
        width: 100%;
    }
    .bx-soa-sidebar {
        width: 100%;
    }
    .bx-sls .bx-ui-sls-container {
        overflow: hidden;
        min-height: 44px;
    }
    .bx-sls .dropdown-block{
        border-radius:6px;
    }
    .bx-authform form .bx-authform-input-container textarea, .bx-soa-section textarea.form-control{
        min-height:80px;
    }
    .footer__right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media only screen and (max-width : 768px) {
    html{
        font-size: 14px;
    }
    div.blog-comment-buttons input {
        width: 100%;
    }
    .review-product {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
    .review-card{
        flex-direction: column;
    }
    .review-product-name {
        line-height: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 34px;
        user-select: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .review-top {
        margin-top: 0;
    }
    .blog-add-comment {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .blog-add-comment > div {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
        flex-direction: column;
    }
    .bx_medium.bx_bt_button.btn--large.color4 {
        width: 100%;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .footer--line p {
        font-size: 18px;
    }
    .text-overlay__text .h1-title {
        font-size: 22px;
    }
    .text-overlay__text p {
        font-size: 14px;
    }
    .swiper-wrapper .blog__link {
        height: 180px;
    }
    .bottom__menu,
    .htop--row,
    .footer--addr{
        font-size:13px;
    }
    .seo-block-image{
        padding-top:50%;
    }
    #pageheader{
        padding-bottom:0px;
        z-index:999;
    }


    .swiper--outer .swiper-pagination-bullets.swiper-pagination-horizontal{
        display:block;
    }
    .page__mainabout{
        padding-top:3rem;
    }
    .about--info {
        font-size: 13px;
    }
    .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog--wrp.search--page .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog--main{
        flex-direction:column;
    }
    .blog__title {
        font-size: 1rem;
    }
    .mainslider .slider__controls,
    .swiper--outer .swiper-initialized ~ .slider__controls{
        display: none!important;
    }
    .swiper-button-prev.slider--prev{
        left:10px;
    }
    .swiper-button-next.slider--next{
        right:10px;
    }
    .page__topbanners{
        display: none;
    }
    .banners--wrp{
        flex-direction: column;
        gap: 10px;
    }
    .page__top {
        padding: 1.5rem 0 3rem 0;
    }
    .banners--wrp > div {
        width: 100%;
    }
    .footer__top{
        padding:2rem 0;
    }
    .hmiddle--row{
        position:relative;
    }
    .notice--wrp{
        padding:10px 50px 10px 0;
        justify-content: flex-start;
    }
    .notice--wrp > div{
        text-align:left;
    }
    .product-item-detail-slider-left, .product-item-detail-slider-right{
        display: none!important;
    }
    .product-item-price-container {
        margin-bottom: 0px;
    }
    .catalog--item_artnumber {
        margin-bottom: 1rem;
    }
    .product-item-price-current {
        font-size: 1.2rem;
    }
    .cookies-wrap {
        display: block;
        left: 2%;
        width: 96%;
        text-align: left;
        bottom: 20px;
    }
    .cookies--text {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .cookies-wrap a {
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
    }

    a,
    .auth--addbtn,
    .btn--large{
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition:none;
    }
    .mobile--phone__wrap{
        position:absolute;
        width: 100%;
        left:0;
        top:0;
        transform: translateY(0px);
        height:80px;
        padding: 15px;
        background:#FFFFFF;
        visibility: hidden;
        transition: .3s ease;
        border-top:1px solid #ededed;
        z-index: 1;
        opacity:0;
    }
    .mobile--phone__wrap.active{
        visibility: visible;
        transform: translateY(-81px);
        opacity:1;
    }
    .mobile--contacts{
        width: 100%;
        max-width: 517px;
        margin: 0 auto;
        transition: opacity .3s ease;
        display: flex;
        gap:10px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        opacity:0;
        visibility:hidden;
    }
    .mobile--phone__wrap.active .mobile--contacts{
        opacity:1;
        visibility:visible;
    }
    .mcontacts--col{
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 20px;
        justify-content: flex-start;
    }
    .hmiddle--contact.last{
        font-size:14px;
    }
    .hmiddle--contact.last span {
        display: flex;
    }
    .hmiddle--contact.last img {
        margin-right: 10px;
    }
    .htop--item+.htop--item {
        margin-left: 0;
    }
    .htop--item img{
        display: none;
    }
    .footer__right {
        display:flex;
        flex-direction: column;
    }
    .footer__col:nth-child(1),
    .footer__col:nth-child(3),
    .footer__col.last .footer--title,
    .footer__col.last .social--row.fcontacts{
        display: none;
    }
    .flogo{
        width:136px;
    }
    .footer__left{
        gap:20px;
    }
    .footer--title{
        cursor:pointer;
        margin: 0;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    .bottom__menu{
        margin-top:1rem;
    }
    .footer__col{
        width:100%;
    }

    .mainslider {
        max-width: 540px;
    }
    .mainslider__title {
        font-size: 22px;
    }
    .mainslider__info {
        width: 100%;
    }
    .custom-pagination {
        width: 80%;
        margin: 30px auto 0;
    }
    .mainslider__inner{
        transition:transform .3s ease!important;
    }
    .categories--slider__pic{
        transition:none;
    }
    .categories--item:hover .categories--slider__pic,
    .blog__link:hover .blog__pic,
    .about--main:hover .about--bg{
        transform:none;
    }
    .categories--slider {
        overflow: unset;
        padding: 0;
    }
    .categories--slider.swiper-initialized ~ .slider__controls{
        display: none;
    }
    .h3-title {
        font-size: 1.4rem;
    }
    .h1-title{
        font-size:22px;
    }
    .page__topcategories{
        overflow:hidden;
    }
    .categories--item > div {
        flex-direction: row;
    }
    .categories--slide .categories--item {
        transform: scale(0.95);
        transition: transform .3s ease !important;
    }
    .categories--slide.swiper-slide-active .categories--item {
        transform: scale(1);
    }
    .stocks--slider {
        width: 90%;
    }
    .categories--slider__link span{
        transition: none;
    }
    .stocks--slider{
        overflow: unset;
    }
    .page__topstocks{
        overflow:hidden;
    }
    .blog__title{

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .stocks--heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .about--title {
        font-size: 1.2rem;
    }
    .error--wrp .h1-title {
        font-size: 26px;
    }
    .sale-order-list-inner-row-body {
        gap: 15px;
        flex-direction: column;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .order__title {
        font-size: 1.1rem;
    }
    .sale-order-list-payment {
        gap: 10px;
    }
    .sale-order-list-payment-title,
    .sale-order-list-shipment-title{
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .sale-order-list-shipment-title{
        margin-bottom:10px;
    }
    .sale-order-list-actions {
        justify-content: space-between;
    }
    .basket-items-list-table,
    .basket-items-list-table td,
    .basket-items-list-table th,
    .basket-items-list-table tbody {
        display: block;
        padding: 0;
    }
    .basket-items-list-table tr{
        display:block;
    }
    .basket-item-actions-remove{
        position: absolute;
        right: 2rem;
        background-image: url(../images/delete.svg?2);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center;
        background-color: #FF3C3C;
        border-radius: 4px;
        top: -4px;
        line-height: 1;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        opacity: 1;
        overflow: inherit;
    }
    .basket-item-actions-remove:hover{
        background-color:#000;
    }
    .basket-item-actions-remove:before, .basket-item-actions-remove:after{
        display:none!important;
    }
    .basket-items-list-item-descriptions-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
        margin-bottom:10px;
    }
    .basket-items-list-item-price,
    .basket-items-list-item-amount{
        width:50%;
        float:left;
    }
    .basket-item-block-price {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
        margin:0;
    }
    .basket-items-list-item-amount{
        text-align:right!important;
    }
    .basket-item-block-amount{
        display:inline-flex;
    }
    .basket-items-list-wrapper {
        padding: 2rem 0;
    }
    .basket-item-block-actions{
        text-align:center;
    }
    .basket-checkout-section-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }
    .basket-btn-checkout,
    .basket-checkout-block-btn{
        width:100%!important;
    }
    .basket-items-list-item-removed-container {
        padding: 0;
    }
    .basket-items-list-item-container{
        padding-left:2rem;
        padding-right:2rem;
    }
    .basket-items-list-item-container {
        margin-bottom: 30px;
    }
    .bx-soa-section-title-container{
        font-size:1rem
    }
    .basket-coupon-block-field-description, .bx-soa-section .form-group label{
        font-size:14px;
    }
}
@media only screen and (max-width : 576px) {
    .offcanvas{
        width:100%!important;
    }
    .product-item .product-item-image-wrapper{
        height:200px;
    }
    .product__item.ajax--item .product-item-image-wrapper{
        height:200px;
    }
    .cat__name {
        font-size: 12px;
    }
    .cat__caption{
        bottom:2rem;
    }
    .blog--main {
        gap: 2rem;
        grid-template-columns: repeat(1, 1fr);
    }
    #ai-recommend-block h3 {
        font-size: 1.1rem;
    }
    .news__detail-preview {
        width: calc(100% - 40px);
        position: relative;
        z-index: 2;
        right: auto;
        transform: translate(20px, 0);
        top: auto;
        margin-top: -30px;
        padding: 20px;
    }
    .news__detail-img{
        height:220px;
    }
    .news__detail-img img {
        height: 100%;
        object-fit: cover;
    }
    .form--buttons{
        flex-direction: column;
        gap:1rem;
        align-items: normal;
    }
    .auth--or{
        display: none;
    }
    .product-item-detail-slider-container.popup .detail--controls{
        gap:5px;
    }
    .notice--wrp:after,
    .notice--wrp img{
        right:-0.75rem;
    }
    .header__notice{
        font-size: 13px;
    }
    .notice--wrp{
        justify-content: flex-start;
        text-align: left;
        padding:10px 50px 10px 0;
    }
    .order--complete .d-flex.align-items-center.mb-3{
        flex-direction:column;
        gap: 10px;
    }
    .order--complete .col-auto{
        display:block;
        width:100%;
    }
    .order--complete .btn-lg.btn-success{
        width:100%;
        min-width:100%;
    }
    .catalog--topslider {
        width: 100%;
        //margin: 0 auto;
    }

    .container{
        width:100%;
        max-width:540px;
        min-width:300px;
    }
    .offcanvas {
        width: 80%;
    }
    .offcanvas-backdrop.show {
        opacity: 0!important;
    }
    .cookies-wrap a {
        width: 100%;
        text-align: center;
    }
    .footer__copy {
        gap:1rem;
        flex-direction: column;
        align-items:flex-start;
        justify-content: flex-start;
    }
    .copy__text{
        gap:1rem;
    }
    .copy__text img {
        height: 14px;
    }
    .mobile--phone__wrap {
        padding: 15px 10px 15px 25px;
    }
    .mainslider__title {
        font-size: 20px;
    }
    .categories--item > div {
        flex-direction: column;
    }
    .categories--item {
        min-height: 250px;
    }
    .categories--slider{
        width:90%;
        margin: 0 auto;
    }
    .news--wrp {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }
    .checkbox .bx-filter-param-label .bx-filter-param-text{
        font-size:13px;
    }
    .personal--row {
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }
    .sale-personal-section-index-block-link{
        padding:2rem 1rem;
    }
    .sale-order-list-actions {
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .mcontacts--col:last-child{
        gap:10px;
    }
    #bx-soa-orderSave{
        display:none;
    }
    .bx-soa-cart-total-button-container{
        margin-top:20px;
    }
    .bx-soa-cart-total-line-total .bx-soa-cart-d {
        font-size: 1.2rem;
    }
    .bx-soa-item-properties {
        width: 50%;
        text-align: left;
        padding: 5px 0;
    }
    .bx-soa-item-td-title,
    .bx-soa-item-td-text,
    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title, .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{
        text-align: left;
    }
    .bx-soa-item-td-title {
        line-height: 1.2;
    }
    .bx-soa-item-td:not(.bx-soa-item-properties){
        padding:0;
    }
    .bx-soa-item-block {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .bx-soa-pp-company-graf-container {
        padding-top: 50%;
    }
    .bx-soa-customer-field .tooltip-inner, .bx-soa-location-input-container .tooltip-inner {
        top: auto;
        right: auto;
        left: 0;
        bottom: -18px;
        font-size: 12px;
    }
    .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog--wrp.search--page .catalog__section {
        grid-template-columns: repeat(2, 1fr);
    }
    .sort--list {
        width: 100%;
    }
    .product-item-title {
        height: auto;
    }
    .basket-item-label-text{
        display:none;
    }
    .product--label {
        font-size: 10px;
    }
    .product-item__btn{
        width:120px;
    }
    .product__item > div {
        padding: 0px;
    }
    .basket-item-label-ring{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        line-height: 20px;
        height: 20px;
        font-weight: 600;
        padding: 0 5px;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.7);
    }
    .nav-tabs{
        gap:10px;
    }
    .popup-window-buttons {
        flex-direction: column;
        gap:0;
        align-items: center;
    }
    .item_economy_price {
        font-size: 11px;
    }
    .product-item-detail-price-current {
        font-size: 20px;
    }
    .product-item-detail-price-old {
        font-size: 14px;
    }
    .detail--row{
        gap:14px;
    }
    .good--short__trigger{
        width: 160px;
        justify-content: center;
        text-align:center;
    }
    .expanded .good--short__trigger {
        width: 136px;
    }
    .img--row {
        flex-direction: column;
        gap: 10px;
    }
    .img--row div {
        width: 100%;
    }
    .img--row img {
        border-radius: 10px;
    }
    table.title-search-result td.title-search-item a,
    table.title-search-result td.title-search-all a {
        font-size: 13px;
        padding: 5px 20px;
    }
    div.title-search-result{
        padding:0;
    }
    .product-item-detail-slider-controls-image{
        width: 40px;
        height: 40px;
    }
    .btn--large.video{
        max-width:290px;
    }
    .product-item-detail-slider-container:not(.popup) {
        padding: 15px 15px 30px 15px;
    }
    .product-item-detail-slider-block {
        height: 300px;
    }
    .product-item-detail-slider-block .product-item-label-text {
        top: -5px;
        left: -5px;
    }
    .product-item-scu-item-text-container{
        width:32px;
        min-width:32px;
        height:32px;
        font-size:13px;
    }
    div.blog-comment-field-user {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}