/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
}

.header {
    background-color: #121212;
    background-image: url("../img/line.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
}

.header .header-wrapper {
    position: relative;
}

.header .header-wrapper>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header .header-wrapper .header-logo {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrapper .header-search {
    width: 28%;
    text-align: center;
}

.header .header-wrapper .header-phone {
    width: 28%;
    text-align: center;
}

.header .header-wrapper .header-account {
    width: 4%;
    text-align: center;
}

.header .header-wrapper .header-cdb {
    width: 12%;
    text-align: right;
}

.header .header-wrapper .header-category {
    width: 16%;
    z-index: 100;
}

.header .header-wrapper .header-menu {
    width: 84%;
    z-index: 10;
}

.header-logo {
    height: 100px;
}

.header-logo a {}

.header-logo a span {
    display: table-cell;
    vertical-align: middle;
}

.header-logo a img {}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--bs-body-color);
}

.logo .logo-img {}

.logo .logo-img img {}

.logo .logo-name {
    font-weight: 700;
    padding-left: 10px;
    font-size: 26px;
    text-transform: uppercase;
}

.site-menu-wrap {
    background: #000;
    height: 54px;
}

.site-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.site-menu > li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.site-menu > li:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #414141;
    position: absolute;
    left: -2px;
    top: 50%;
    display: block;
    margin-top: -2px;
}
.site-menu > li:first-child:before {
    display: none;
}
.site-menu>li:hover>a {
    color: #FFF001;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.site-menu>li.dropdown:before {
    content: "";
    mask-image: url("../img/arrow-down.svg");
    -webkit-mask-image: url("../img/arrow-down.svg");
    background-color: var(--bs-white);
    position: absolute;
    width: 12px;
    height: 12px;
    mask-size: contain;
    -webkit-mask-size: contain;
    display: block;
    z-index: 10;
    right: 15px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.site-menu>li.dropdown>a {
    padding-right: 30px;
}

.site-menu>li>a {
    color: var(--bs-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase;
}

.site-menu>li>ul {
    display: none;
    background: green;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 15px;
    background: var(--bs-white);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    max-width: 300px;
}

.site-menu>li>ul>li {}

.site-menu>li>ul>li>a {
    color: var(--bs-body-color);
    padding: 14px 29px 14px 19px;
    border-top: 1px solid var(--bs-gray-dark);
    display: block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.site-menu>li>ul>li>a:hover {
    color: var(--bs-blue-weak);
}

.cdb-labels-wrap {
    text-align: right;
    height: 100%;
    display: inline-block;
}

.cdb-labels {
    display: table;
    width: 100%;
    height: 100%;
}

.cdb-label {
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center;
}

.cdb-label a {
    display: inline-block;
    position: relative;
    height: 24px;
    width: 24px;
    text-decoration: none;
    text-align: left;
    margin-right: 25px;
    vertical-align: top;
}

.cdb-label a:before {
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.compare-label>a:before {
    background-image: url("../img/compare.png");
}

.desire-label>a:before {
    background-image: url("../img/desire.png");
}

.basket-label>a:before {
    background-image: url("../img/basket.png");
}

.cdb-labels .cdb-label:last-child a {
    margin-right: 0;
}

.cdb-label .count {
    background: #FFF;
    position: absolute;
    top: -7px;
    left: 16px;
    color: #000;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
}

.cdb-label.compare-label .count {
    left: 14px;
}

.cdb-label a.active .count {
    background-color: #FFF001;
}

.cdb-label .wrap {
    margin-top: -4px;
    display: inline-block;
    vertical-align: top;
    z-index: 10px;
    position: relative;
    margin-left: 45px;
}

.cdb-label .title {
    display: block;
    margin: 0 0 2px;
    font-size: .9333em;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--bs-blue);
    display: none;
}

.cdb-label .price {
    display: block;
    font-size: 11px;
    color: var(--bs-gray-vdark);
    max-width: 70px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-wrap {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brendbook-wrap{
    display: table;
    width: 100%;
    height: 100%;
}

.brendbook-mapa{
    text-align: center;
    padding-top: 20px;
}
.brendbook2 a{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #FFF001 url("../img/brend2.png") left 18px center no-repeat;
    font-size: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 6px 20px 8px 40px;
    color: #000;
    border-color: #FFF001;
    text-transform: uppercase;
    padding: 12px 30px 12px 50px;
}
.brendbook2 a:hover{
    opacity: .8;
}
.wrapper-product-galery{
    padding-bottom: 50px;
}
.wrapper-product-galery h2{
    font-size: 30px;
}

.brendbook{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.brendbook a{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: url("../img/local.png") left 14px center no-repeat;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 7px 20px 8px 40px;
}
.brendbook a:hover{
    color: #FFF001;
    border-color: #FFF001;
}

.search-wrap form {
    width: 100%;
}

.search-form-wrap {
    width: 100%;
    position: relative;
    padding-right: 50px;
}
.search-form-close{
    height: 44px; width: 44px; display: block; -webkit-transition: color 0.2s; -o-transition: color 0.2s; transition: color 0.2s; position: absolute; border: 0; right: 0; top: 50%;
    margin-top: -22px;
    padding: 0; cursor: pointer; background: transparent;
}
.search-form-close:before{
    content: "";
    width: 44px;
    height: 44px;
    mask-image: url("../img/close.svg");
    -webkit-mask-image: url("../img/close.svg");
    mask-size: 36px;
    -webkit-mask-size: 36px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: #FFF001;
    display: block;

}

.search-form-wrap .search-input {
    padding: 7px 13px 10px;
    font-size: 14px;
}

.search-form-wrap .btn-search {
    position: absolute;
    top: 0;
    right: 65px;
    bottom: 0;
    border: none;
    font-size: 0;
    mask-image: url("../img/search.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 20px;
    -webkit-mask-image: url("../img/search.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: 20px;
    background-color: #FFF;
    width: 40px;
    cursor: pointer;
    padding: 0;
}

.account-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.header-account .account-wrap{
    width: auto;
}
.search-label, .account-label{
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}
.search-label > a{
    width: 22px;
    height: 22px;
    background: url("../img/search.png") center center no-repeat;
    display: block;
}
.account-label > a {
    width: 22px;
    height: 22px;
    background: url("../img/user.png") center center no-repeat;
    display: block;
}

.phone-wrap {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 300px;
}
.phone-wrap-moscow{}
.phone-wrap-ekaterinburg{
    max-width: 350px;
}
.phone-wrap-tyumen{}

.city-label{
    position: relative;
    width: 170px;

}
.phone-labels {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: left;
}

.phone-label {
    position: absolute;
    right: 0;
    z-index: 1;
    z-index: 101;
}

.phone-label .phone-link {
    padding-left: 20px;
    text-align: left;
}

.phone-label .phone-link:before {
    content: "";
    mask-image: url("../img/phone.svg");
    -webkit-mask-image: url("../img/phone.svg");
    background-color: var(--bs-black);
    position: absolute;
    width: 12px;
    height: 12px;
    mask-size: contain;
    -webkit-mask-size: contain;
    display: block;
    left: 0px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    top: 8px;
}

.phone-label .phone-link a {
    font-size: 15px;
    text-decoration: none;
    color: var(--bs-body-color);
    font-weight: 700;
    line-height: normal;
}

.phone-label .callback-label {
    text-align: left;
    padding-left: 20px;
}

.phone-label .callback-label a {
    font-size: 12px;
    color: var(--bs-blue);
    text-decoration: none;
    line-height: normal;
    vertical-align: 1px;
}

.city-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.days-label{
    color: #949494;
    font-size: 14px;
    margin-top: -7px;
    margin-left: 30px;
}
.city-box{
    position: relative;
    z-index: 102;
    border: 1px solid transparent;
    border-bottom: 0;
}
.city-box.active{
    border-color: #303030;
    background: #121212;
}
.city-box-header{
    padding: 5px 10px;
}
.city-box-header a{
    background: url("../img/local.png") left center no-repeat;
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 5px 15px 5px 20px;
    position: relative;
}
.phone-box .city-box-body ul li a {
    background: none;
    text-align: right;
    padding-right: 25px;
    font-size: 15px;
    padding-left: 0;
}
.phone-box-header a{
    background: url("../img/phone.png") left center no-repeat;
}
.city-box-header a:after{
    content: "";
    width: 7px;
    height: 4px;
    display: block;
    background: url("../img/down.png");
    position: absolute;
    right: 0;
    top: 50%;
}
.phone-box-header a:after{
    margin-top: -2px;
}
.city-box-header a:hover:after{
    background: url("../img/down2.png");
}
.city-box.active .city-box-body{
    display: block;
}
.city-box-body{
    position: absolute;
    background: #121212;
    width: calc(100% + 2px);
    border: 1px solid #303030;
    border-top: 0;
    display: none;
    margin-left: -1px;
}
.city-box-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.city-box-body ul li{}
.city-box-body ul li:first-child{
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
}
.city-box-body ul li a{
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 15px 10px 30px;
    display: block;
    background: url("../img/right.png") left 14px center no-repeat;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.city-box-body ul li a:hover{
    background-color: #000;
}
.city-box.active{}






.categories-wrap {
    height: 100%;
}

.categories-wrap:hover .categories-btn {
    border-radius: 5px 5px 0 0;
}

.categories-btn {
    background: #FFF001;
    display: block;
    color: #141414;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;
}

.search-wrapper{
    background: #000;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    z-index: 1000;
    padding-top: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.search-wrapper .search-input{
    background: #121212;
    border: 1px solid #121212;
    border-radius: 5px;
    height: 60px;
    padding-left: 30px;
}

.search-wrapper.open {
    top: 0px;
}



.categories-btn:before {
    content: "";
    mask-image: url("../img/burger.svg");
    -webkit-mask-image: url("../img/burger.svg");
    background-color: #141414;
    position: absolute;
    width: 15px;
    height: 12px;
    mask-size: contain;
    -webkit-mask-size: contain;
    display: block;
    z-index: 10;
    left: 25px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.categories-btn:after {
    content: "";
    mask-image: url("../img/arrow-down.svg");
    -webkit-mask-image: url("../img/arrow-down.svg");
    background-color: #141414;
    position: absolute;
    width: 12px;
    height: 12px;
    mask-size: contain;
    -webkit-mask-size: contain;
    display: block;
    z-index: 10;
    right: 15px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.categories-dropdown {
    position: absolute;
    width: 100%;
    right: 0;
    padding: 0px;
    left: 0;
    max-height: 600px;
    overflow: auto;
    background: #121212;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 10px 0 20px 0;
    display: none;
    border-top: 3px solid #FFF001;
}

.categories-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-menu>li {
    width: 33.3333333%;
    outline: 0px solid red;
    padding: 20px 30px;
    position: relative;
    padding-left: 120px;
}

.categories-menu-img {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    border: 3px solid #FFF001;
    border-radius: 10px;
}

.categories-menu-img img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover;
}

.categories-menu-main {
    display: block;
    color: #FFF001;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
}

.categories-menu-main:hover {
    text-decoration: underline;
}

.categories-menu-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-menu-dropdown li {}

.categories-menu-dropdown li a {
    font-size: 13px;
    color: #FFF;
    padding: 2px 0;
    text-decoration: none;
    display: block;
}

.categories-menu-dropdown li a:hover {
    text-decoration: underline;
}

.slide-wrapper {
    height: 620px;
}

.slide-section {}

.slide-section>div {
    outline: 0px solid red;
}

.slide-section-left {
    width: 20%;
}

.slide-section-center {
    width: 60%;
}

.slide-section-right {
    width: 20%;
}

.index-slide .swiper-button-prev.swb-circle {
    left: 50px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.index-slide .swiper-button-next.swb-circle {
    right: 50px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.slide-section-left {
    padding-right: 20px;
}

.slide-section-right {
    padding-left: 20px;
}

.slide-section-left .slide-mini-wrapper,
.slide-section-right .slide-mini-wrapper {
    height: 50%;
}

.slide-section-left .slide-mini-wrapper:nth-child(1),
.slide-section-right .slide-mini-wrapper:nth-child(1) {
    padding-bottom: 10px;
}

.slide-section-left .slide-mini-wrapper:nth-child(2),
.slide-section-right .slide-mini-wrapper:nth-child(2) {
    padding-top: 10px;
}

.slide-mini {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--bs-white);
    position: relative;
    overflow: hidden;
}

.slide-mini::before {
    content: "";
    z-index: 2;
    position: absolute;
    height: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
}

.slide-img-mini {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url("../img/bm.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.slide-mini:hover .slide-img-mini {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slide-mini-data {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.slide-mini-label {
    background: var(--bs-blue);
    font-size: 10px;
    text-transform: uppercase;
    color: var(--bs-white);
    font-weight: 700;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
}

.slide-mini-txt {
    display: block;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
}

.index-slide {}

.index-slide .swiper-slide {
    position: relative;
    text-decoration: none;
}
.index-slide .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
}
.index-slide .swiper-slide.swiper-slide-none:before {
    display: none !important;
}

.index-slide-body{
    position: relative;
    z-index: 2;
}
.index-slide-data {
    position: absolute;
    left: 50%;
    z-index: 2;
    max-width: 1100px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
}
.index-slide-h2 {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    text-transform: uppercase;
}
.index-slide-h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    line-height: 58px;
    padding: 10px 0;
    max-width: 800px;
}

.index-slide-text {
    color: #FFF;
    font-size: 16px;
    padding: 15px 0 25px 0;
    display: block;
    line-height: 22px;
    max-width: 600px;
}

.index-slide-button {
    display: block;
}

.index-slide-button span {
    display: inline-block;
    background: #FFEE00;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.index-slide-button span:hover {
    opacity: .8;
}

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 10px;
}

.products-list .products-item {}

.products-list.products-list-4 .products-item {
    width: calc(25% + 1px);
}

.products-list.products-list-5 .products-item {
    width: calc(20% + 1px);
}

.products-item {
    position: relative;
    margin-right: -1px;
    position: relative;
    margin-bottom: -1px;
    padding: 10px;
}

.compare-slider-slides .products-item {
    margin-right: 0;
    margin-bottom: 0;
}

.products-item form {
    height: 100%;
    display: block;
}

.products-item-body {
    padding: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border: 1px solid #393939;
    background: #1A1A1A;
    border-radius: 15px;
}

.products-item-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products-item-top {
    position: relative;
    margin-bottom: 5px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
}

.products-item-thumbs {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: 100%;
}

.products-item-thumbs-all {
    height: 100%;
    width: 100%;
}

.products-item-thumb {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
    height: 100%;
    width: 100%;
}

.products-item-thumb div {
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-item-thumb.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-item-thumb img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-item-thumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.products-item-thumbs-nav div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 2px;
    height: 100%;
    position: relative;
}

.products-item-thumbs-nav div::before {
    background: var(--bs-gray-sdark);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.products-item-thumbs-nav div.active::before {
    background: #FFF001;
}

.products-item-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.products-item-badges .badge {
    margin: 0 1px 5px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    color: var(--bs-white);
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
}

.badge--blue {
    background: var(--bs-blue-light);
}

.badge--yellow {
    background: var(--bs-yellow);
}

.badge--red {
    background: var(--bs-red);
}

.badge--green {
    background: var(--bs-green);
}

.products-item-actions {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}
.product-item-actions{
    position: static;
    margin-bottom: 15px;
}
.product-item-actions .btn-action{
    display: inline-block;
    margin-right: 5px;
}
.wrapper-product-right h1{
    margin: 0;
    margin-bottom: 20px;
}

.product-box{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 10px;
}

.btn-action {
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #393939;
    border-radius: 50%;
    background: #010101;
}

.btn-action.btn-action-visible {
    visibility: visible;
    opacity: 1;
}

.btn-action:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 16px;
    -webkit-mask-size: 16px;
    background-color: var(--bs-gray-vdark);

}

.label {
    position: relative;
    display: inline-block;
    border: 1px solid var(--bs-body-color);
    padding: 0 6px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 18px;
    text-transform: lowercase;
}

.products-item:hover .products-item-actions button {
    visibility: visible;
    opacity: 1;
}

.products-item-actions button.active {
    visibility: visible;
    opacity: 1;
}

.btn-action:hover,
.btn-action.active {

}

.btn-action:hover:before,
.btn-action.active:before {

}

.action--wishlist:before {
    background: url("../img/likew.png") center center no-repeat;
}
.action--wishlist:hover:before,
.action--wishlist.active:before {
    background: url("../img/likee.png") center center no-repeat;
}

.action--compare:before {
    background: url("../img/comparew.png") center center no-repeat;
}
.action--compare:hover:before,
.action--compare.active:before {
    background: url("../img/comparee.png") center center no-repeat;
}



.action--view:before {
    mask-image: url("../img/zoom-search.svg");
    -webkit-mask-image: url("../img/zoom-search.svg");
}

.products-item-center {
    outline: 0px solid red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
}

.products-item-name {
    display: block;
    margin: 10px 0 5px;
}

.products-item-name a {
    line-height: 1.4;
    font-size: 15px;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #FFF;
    font-weight: 600;
}

.products-item-name a:hover {
    color: #FFF001;
}

.products-item-articul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 0 10px 0;
    border-top: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
}

.products-dant{
    font-size: 14px;
    color: #bebebe;
}
.products-dant > div{
    padding: 1px 0;
}
.products-dant strong{
    color: #FFF;
    font-weight: 500;
}

.products-item-status {
    position: relative;
    font-size: 13px;
    padding-left: 13px;
    margin-right: 10px;
}

.products-item-status.status--green::before {
    content: "В наличии";
}

.products-item-status.status--red::before {
    content: "Нет в наличии";
}

.products-item-status::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 3px;
}

.products-item-sku {
    color: var(--bs-gray-vdark);
    font-size: 13px;
}

.status--green {
    color: var(--bs-yellow-green);
}

.status--green::after {
    background: var(--bs-yellow-green);
}

.status--red {
    color: var(--bs-flaming-red);
}

.status--red::after {
    background: var(--bs-flaming-red);
}

.compare-slider-slides .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.compare-slider-slides .swiper-slide img {
    max-height: 100%;
    display: inline-block;
    width: auto;
}

.compare-slider-slides .products-item {
    height: 100%;
    width: 100%;
}

.compare-slider-slides .swiper-slide {
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compare-slider-slides .products-item:hover {

}

.related-slider-slides .products-item {
    height: 100%;
    width: 100%;
}

.wrapper-product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}
.wrapper-product-left{
    outline: 0px solid red;
    width: 50%;
    padding-right: 50px;
}
.wrapper-product-right{
    width: 50%;
}
.wrapper-product-center{
    width: 100%;
}

.chr-img{
    margin-bottom: 20px;
}
.chr-img img{}
.chr-h2{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.chrs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.chrs-left{
    width: 50%;
    position: relative;
}
.chrs-left:before{
    content: "";
    display: block;
    border-top: 1px dashed #6E6E6E;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 1;
}
.chrs-left span{
    background: #0D0D0D;
    display: inline-block;
    padding: 2px 0;
    z-index: 2;
    position: relative;
    padding-right: 5px;
}
.chrs-right{
    width: 50%;
    padding-left: 10px;
}

.chrs-rek .chrs{
    margin: 5px 0;
}
.chrs-rek .chrs-left{
    width: 35%;
}
.chrs-rek .chrs-right{
    width: 65%;
}




.products-item-noprice{
    color: #bbbbbb;
    font-size: 13px;
    line-height: 16px;
}
.products-item-prices {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-item-price {
    font-size: 16px;
    font-weight: 500;
    margin-right: 0;
    line-height: 18px;
}

.products-item-price-n {
    width: 100%;
}

.products-item-price-z {
    font-size: 14px;
    margin-left: 3px;
}

.products-item-price-old, .product-data-cost-old {
    color: var(--bs-gray-vdark);
    font-size: 14px;
    text-decoration: line-through;
    padding-top: 0px;
    width: 100%;
    line-height: 16px;
}

.products-item-price-old-n {}

.products-item-price-old-z {
    font-size: 14px;
    margin-left: 3px;
}

.btn-cart{
    padding: 9px 20px 10px;
    font-size: 14px;
}
.btn-cart span.ic{
    width: 22px;
    height: 22px;
    background: url("../img/cartb.png") center center no-repeat;
    display: inline-block;
    vertical-align: -5px;
    margin-left: 10px;
}

.products-item .products-item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.compare-slider-slides .products-item .products-item-footer {
    display: block;
    position: static;
    padding: 0;
    padding-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products-item-size.products-item-size-mini{
    padding: 10px 10px 0px 10px;
}
.products-item-size.products-item-size-mini label{
    padding: 2px 7px;
    font-weight: 500;
    font-size: 12px;
}

.js-product-item-buy-hide{
    display: none !important;
}

.products-item-size {
    padding-bottom: 15px;
    width: 100%;
}

.products-item-size label {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #6E6E6E;
    padding: 5px 10px;
    text-align: center;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.products-item-size label.active {
    background: #FFF001;
    color: #000;
    border-color: #FFF001;
}

.products-item-size label input[type=radio] {
    display: none;
}

.products-item-buy {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.products-item-counter {}

.products-item-btn {
    padding: 10px 15px 10px 10px;
}


.products-item-click {
    padding-top: 10px;
    width: 100%;
}

.products-item-click .btn {
    font-weight: 500;
    width: 100%;
}

.products-item-soc {
    padding-top: 30px;
}

.sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sharing-btn {}

.sharing-btn button {
    background-image: url("../img/share.svg");
    background-repeat: no-repeat;
    position: relative;
    background-color: #FFF;
    border: 1px solid #F2F2F2;
    padding: 10px 60px 10px 20px;
    background-position: center right 12px;
    background-size: 20px;
    cursor: pointer;
}

.sharing-btn button:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #F2F2F2;
    top: 0;
    bottom: 0;
    right: 43px;
}

.sharing-btn button:hover {
    background-color: #F2F2F2;
}

.sharing-btn button:hover:before {
    background: #FFF;
}

.sharing-ya {
    padding-left: 15px;
    display: none;
}

.sharing.active .sharing-ya {
    display: block;
}

.products-item.products-item-list {
    width: 100% !important;
}

.products-item.products-item-list .products-item-body {
    height: auto;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.products-item.products-item-list .products-item-header {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.products-item.products-item-list .products-item-footer {
    display: block;
    position: static;
    width: 220px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products-item.products-item-list .products-item-header {
    height: auto;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.products-item.products-item-list .products-item-top {
    width: 200px;
    height: 185px;
    margin-bottom: 0;
}

.products-item.products-item-list .products-item-center {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 30px;
}

.products-item.products-item-list .products-item-articul {
    margin-top: 0px;
    padding-left: 15px;
}

.products-item.products-item-list .products-item-name {
    display: block;
    margin: 0 0 10px;
}

.products-item.products-item-list .products-item-name a {
    font-size: 16px;
}

.products-item.products-item-list .products-item-prices {
    padding-bottom: 10px;
}

.products-item.products-item-list .products-item-buy-one {
    padding-top: 15px;
}

.products-item.products-item-list .products-item-buy-one button {
    width: 100%;
}

.products-item-features {
    font-size: 12px;
    padding-top: 10px;
}

.products-item-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.products-item-feature:before {
    content: "";
    background: url("../img/dott.png") repeat-x;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 1px;
    right: 0;
    display: block;
}

.products-item-feature span {
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
    color: #666;
}

.products-item-feature span:first-child {
    padding-right: 10px;
}

.products-item-feature span:last-child {
    padding-left: 10px;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-box>div {}

.counter {
    border: 1px solid #6E6E6E;
    width: 110px;
    display: block;
    vertical-align: top;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 45px;
    margin-right: 30px;
}

.counter .minus,
.counter .plus {
    height: 34px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    height: 43px;
    width: 30px;

}
.counter .minus {
    border-right: 1px solid #6E6E6E;
}
.counter .plus {
    border-left: 1px solid #6E6E6E;
}

.counter .minus:before,
.counter .plus:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    mask-size: 20px;
    -webkit-mask-size: 20px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: var(--bs-gray-rdark);
}

.counter .minus:hover:before,
.counter .plus:hover:before {
    background: #FFF;
}

.counter .minus:before {
    mask-image: url("../img/minus.svg");
    -webkit-mask-image: url("../img/minus.svg");
    mask-size: 18px;
    -webkit-mask-size: 18px;
}

.counter .plus:before {
    mask-image: url("../img/plus.svg");
    -webkit-mask-image: url("../img/plus.svg");
}

.counter input[type="text"] {
    width: 48px;
    border: 0;
    background: none;
    color: #FFF;
    font-size: 18px;
    height: 43px;
    border-radius: 0;
    text-align: center;
    padding: 0;
    font-weight: 600;
}

.footer {
    background: #121212;
    border-top: 1px solid #333333;
}

.footer-watched {
    border-bottom: 1px solid var(--bs-gray-dark);
}

.h1eader{
    padding: 50px 0;
    overflow: hidden;
}
.h1eader-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.h1eader-box-name{
    position: relative;
    font-size: 38px;
    font-weight: 600;
}
.h1eader-box-name:before{
    content: attr(data-name);
    font-size: 92px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(255,255,255, .5);
    color: #121212;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    letter-spacing: 2px;
    z-index: 1;
    white-space: nowrap;
}
.h1eader-product-galery{
    padding-bottom: 30px;
}
.h1eader-product-galery .h1eader-box-name:before{
    display: none;
}
.h1eader-product-galery .h1eader-box-name {
    font-size: 30px;
}

.h1eader-box-name span{
    display: block;
    position: relative;
    z-index: 2;
}
.h1eader-box-name span h1{
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    line-height: normal;
}
.h1eader-box-line{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.h1eader-box-line:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 100%;
    max-width: 320px;
    height: 3px;
    background: #FFF001;
    border-radius: 5px;
    z-index: 2;
}

.about{
    overflow: hidden;
}
.about-box{
    position: relative;
    width: 100%;
    max-width: 950px;
    padding-right: 100px;
    margin-bottom: 70px;
}
.about-img{
    background: url("../img/hous.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    width: 110%;
    top: 0;
    bottom: 0;
    left: 100%;
    cursor: pointer;
}
.video-box{
    background: url("../img/maxresdefault.jpg") center center no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    height: 250px;
}
.about-img:before{
    content: "";
    border: 2px solid #FFF;
    border-right: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 0;
}
.video-box:before{
    content: "";
    border: 2px solid #FFF;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}
.about-img a, .video-box a{
    position: absolute;
    background: rgba(0,0,0,0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.about-img a:after, .video-box a:after{
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/video.png") center center no-repeat;
    background-size: contain;
    z-index: 2;
}
.about-img a:hover:after, .video-box a:hover:after{
    width: 150px;
    height: 150px;
}
.about-img:hover a, .video-box:hover a{
    background: rgba(0,0,0,.5);
}

.about-numbers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.about-numbers > div{}

.about-number{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-number > div{}
.about-number > div:nth-child(1){}
.about-number > div:nth-child(2){
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
}

.a-number{
    color: #FFF001;
    font-size: 50px;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 75px;
}
.a-number span{
    display: block;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.a-number span i{
    font-style: normal;
    font-size: 24px;
}
.a-number::before {
    content: attr(data-name);
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(255,255,255, .5);
    color: #121212;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    white-space: nowrap;
}
.w255{
    max-width: 225px;
}

.a-number-mini{
    color: #FFF001;
    font-size: 24px;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
}
.a-number-mini span{
    display: block;
    position: relative;
    z-index: 2;
}
.a-number-mini::before {
    content: attr(data-name);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(255,255,255, .5);
    color: #121212;
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 1;
    white-space: nowrap;
}
.number-string{

}
.num-div{
    margin-bottom: 20px;
    max-width: 700px;
}




.you-watched {
    padding: 30px 0;
}

.you-watched-h1 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}

.you-watched-wrapper {
    background: var(--bs-pale-gray);
    display: block;
    height: 100%;
    width: 100%;
}

.you-watched-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: var(--bs-white);
    height: 100%;
    padding: 15px;
}

.you-watched-item-image {
    width: 100px;
}

.you-watched-item-image a {
    display: block;
    text-align: center;
}

.you-watched-item-image a img {
    max-height: 100px;
    display: inline-block;
    width: auto;
}

.you-watched-item-body {
    padding-left: 15px;
}

.you-watched-item-body>div {}

.footer-data {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #333333;
}

.footer-data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-data-contacts{
    width: 30%;
}
.footer-data-menus {
    outline: 0px solid red;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 50px;
    width: 45%;
}

.footer-data-mailing {
    outline: 0px solid red;
    width: 25%;
}

.footer-data-h1 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-data-contact {}

.footer-data-contact>div {}

.footer-data-contact>div a {
    text-decoration: none;
    color: var(--bs-black);
}

.footer-citys{
    padding: 10px 0 20px 0;
}
.footer-citys a{
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #FFF;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
}
.footer-citys a.active, .footer-citys a:hover{
    background: #FFF001;
    border-color: #FFF001;
    color: #000000;
}

.foot-label{
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 5px 0;
    padding-left: 30px;
}
.foot-label strong{
    display: block;
}
.foot-label span{
    display: block;
}

.foot-phone{
    background-image: url("../img/ph.png");
}
.foot-local{
    background-image: url("../img/locl.png");
}
.foot-mail{
    background-image: url("../img/mal.png");
}
.foot-work{
    background-image: url("../img/clc.png");
}









.footer-phone,
.footer-email,
.footer-address {
    position: relative;
    padding: 10px 10px 10px 30px;
}

.footer-phone:before,
.footer-email:before,
.footer-address:before {
    content: "";
    width: 20px;
    height: 20px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: var(--bs-black);
    position: absolute;
    left: 0;
    top: 12px;
}

.footer-phone:before {
    mask-image: url("../img/phone-com.svg");
    -webkit-mask-image: url("../img/phone-com.svg");
}

.footer-email:before {
    mask-image: url("../img/email-open.svg");
    -webkit-mask-image: url("../img/email-open.svg");
}

.footer-address:before {
    mask-image: url("../img/location.svg");
    -webkit-mask-image: url("../img/location.svg");
}

.footer-phone {
    font-weight: 700;
    font-size: 16px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo a {
    display: block;
}

.footer-license {}

.footer-license a {}

.footer-copy {
    padding: 20px 0;
    background: #000000;
}
.tlg-link{
    background: url("../img/tlg.png") center left no-repeat;
    background: url("../img/max-icon.png") center left no-repeat;
    color: #FFF;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0 10px 45px;
    max-width: 150px;
    line-height: 12px;
    background-size: 30px;
}
.footer-copy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copy-text {
    font-size: 14px;
}
.footer-copy-text div:first-child, .footer-copy-text a {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}
.footer-copy-text div:last-child{
    padding-top: 3px;
    font-size: 12px;
}
.footer-copy-text a:hover{
    color: #FFF001;

}

.footer-license-link {}

.footer-data-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-data-company {
    padding-right: 50px;
}

.footer-data-catalog {
    padding-right: 50px;
}

.footer-data-help {}

.footer-data-menu>div {
    width: 50%;
}

.footer-data-menu>div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-data-menu>div ul li {
    padding-bottom: 8px;
}

.footer-data-menu>div ul li a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-data-menu>div ul li a:hover {
    color: #FFF001;
}

.subscription {
    background: #212121;
    border-radius: 15px;
    padding: 30px;
}
.subscription-h1{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.subscription.sending-data .subscription-email.box-loader .loader {
    display: block;
}

.subscription-text {
    padding: 10px 0;
}

.subscription-wrapper {

}

.subscription-email {

}

.subscription-email.box-loader .loader {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 30px;
    width: 30px;
    right: 5px;
    left: auto;
    display: none;
}

.subscription-email input {
    background: #454545 url("../img/email.png") left 15px center no-repeat;
    text-indent: 30px;

}

.subscription-btn {
    padding-top: 20px;
}
.js-subscriber-load > div{
    margin-top: 20px;
    margin-bottom: 0px;
}

.box-loader {
    position: relative;
}

.box-loader .loader {
    position: absolute;
    display: block;
    height: 90px;
    width: 90px;
    background: url("../img/spinner.gif") center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    left: 50%;
    top: 50%;
}

.js-load-triger{
    position: relative;
}
.loaders{
    position: absolute;
    display: block;
    height: 90px;
    width: 90px;
    background: url("../img/spinner.gif") center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    left: 50%;
    top: 50%;
}

.btn-mailing {
    background: var(--bs-blue);
    height: 42px;
    width: 42px;
    border: 0;
    cursor: pointer;
    position: relative;
}

.btn-mailing span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    mask-image: url("../img/subscribe.svg");
    -webkit-mask-image: url("../img/subscribe.svg");
    mask-size: 20px;
    -webkit-mask-size: 20px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: var(--bs-white);
}

.btn-mailing:hover {
    background: var(--bs-blue-weak);
}

.brands-slider {
    border-top: 1px solid var(--bs-gray-dark);
    padding: 50px 0;
}

.brands-slider-wrapper {}

.brands-slider-slides {}

.brands-slider-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands-slider-slide a {
    width: 100%;
    display: inline-block;
}

.brands-slider-slide a img {
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.reviews-slider {
    border-top: 1px solid var(--bs-gray-dark);
    padding: 50px 0;
}

.reviews-slider-slide {
    width: 100%;
    height: 100%;
}

.reviews-item {
    padding: 30px 70px;
    position: relative;
    text-align: left;
    border: 1px solid var(--bs-gray-dark);
    margin-bottom: 0;
    height: 100%;
    background-color: var(--bs-white);
}

.reviews-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.reviews-item-img {
    width: 50px;
}

.reviews-item-img img {}

.reviews-item-user {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 20px;
}

.reviews-item-date {
    font-size: 12px;
    color: var(--bs-gray-vdark);
}

.reviews-item-name {
    font-size: 15px;
    font-weight: 700;
}

.reviews-item-rating {}

.reviews-item-content {
    position: relative;
}

.reviews-item-content p {
    margin: 0;
}

.reviews-item-btn {
    padding-top: 20px;
}

.h3-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.h3-header-title {
    display: inline-block;
    padding-right: 30px;
}

.h3-header-title h3 {
    margin: 0;
}

.h3-header-link {}

.news-widget {
    border-top: 1px solid var(--bs-gray-dark);
    padding: 50px 0;
    background: var(--bs-gray);
}
.h1-product{
    display: none;
}
.news-widget-wrapper {}

.news-widget-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-widget-items>div {
    width: 19%;
}

.news-widget-item {
    border: 1px solid var(--bs-gray-dark);
    height: 100%;
}

.news-widget-item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.news-widget-image {
    border-bottom: 1px solid var(--bs-gray-dark);
    height: 150px;
}

.news-widget-image a {
    display: block;
    height: 100%;
}

.news-widget-image a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-widget-name {
    padding: 20px;
    background: var(--bs-white);
}

.news-widget-date {
    font-size: 13px;
    color: var(--bs-gray-vdark);
    padding-bottom: 10px;
}

.news-widget-link {}

.news-widget-link a {
    color: var(--bs-black);
    font-weight: 300;
    display: block;
    text-decoration: none;
}

.news-widget-link a:hover {
    text-decoration: underline;
}

.index-offers {
    padding: 10px 0 50px 0;
}

.index-offers-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.index-offers-h3 {}

.index-offers-h3 h3 {
    margin: 0;
}

.index-offers-btn div {
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.index-offers-btn div span {}

.index-offers-body {}

.index-offers-products {
    display: none;
}

.index-offers-products.active {
    display: block;
}

.banners-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.banners-widget-item {
    width: 32%;
}

.banners-widget-item a {
    display: block;
    overflow: hidden;
}

.banners-widget-item a img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.banners-widget-item a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.callback-personal,
.callback-personal a {
    color: var(--bs-gray-vdark);
    font-size: 13px;
}

.header-close {
    display: none;
}

.burger {
    cursor: pointer;
    display: none;
}

.burger span {
    display: block;
    height: 2px;
    background: #FFF;
    margin: 6px 0;
    width: 25px;
}

.header-mobile {
    display: none;
}

.order-table {
    width: 100%;
}

.order-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-table-item:first-child {
    border-top: 0px solid #F2F2F2;
}

.order-table-item>div {
    padding: 10px 25px;
}

.order-table-item-img {
    width: 120px;
    text-align: center;
    padding-left: 0 !important;
}

.order-table-item-img a img {
    max-height: 70px;
    max-width: 70px;
    border: 3px solid #FFF001;
    border-radius: 10px;
}

.order-table-item-name {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0 !important;
}

.order-table-item-name a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
}

.order-table-item-name a:hover {
    text-decoration: underline;
}

.order-table-item-name div {
    font-size: 14px;
    color: #999;
}

.order-table-item-count {
    width: 140px;
    text-align: center;
    color: #999;
}

.order-table-item-price {
    width: 130px;
}

.order-table-item-price div {
    font-weight: 600;
    font-size: 16px;
}

.cart-table {
    width: 100%;
    margin-bottom: 25px;
    background: #121212;
    border-radius: 10px;
    padding: 10px 0;
}

.cart-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -1px;
}

.cart-table-item>div {
    padding: 10px 25px;
}

.cart-table-item-img {
    width: 120px;
    text-align: center;
}

.cart-table-item-img a img {
    max-height: 70px;
    max-width: 70px;
    border: 3px solid #FFF001;
    border-radius: 10px;
}

.cart-table-item-name {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0 !important;
}

.cart-table-item-name a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
}

.cart-table-item-name a:hover {
    text-decoration: underline;
}

.cart-table-item-name div {
    font-size: 14px;
    color: #999;
}

.cart-table-item-count {
    width: 140px;
    text-align: center;
}

.cart-table-item-count .counter {
    display: inline-block;
    margin: 0;
}

.cart-table-item-price {
    width: 130px;
}

.cart-table-item-price div {
    font-weight: 600;
    font-size: 16px;
}

.cart-table-item-close {}

.cart-total {
    border: 1px solid #F2F2F2;
    padding: 25px;
    top: 25px;
    position: sticky;
}

.cart-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}

.cart-total-price-left {}

.cart-total-price-right {}

.cart-total-info {
    position: relative;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-total-info:before {
    border-bottom: 1px dotted #999;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
}

.cart-total-info-left {
    background: #fff;
    position: relative;
    padding-right: 10px;
}

.cart-total-info-right {
    background: #fff;
    position: relative;
    padding-left: 10px;
}

.cart-total-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}

.cart-total-coupon-input {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.cart-total-coupon-input input {
    padding: 7px 13px 7px;
    font-size: 14px;
    height: 38px;
}

.cart-total-coupon-btn {
    width: 38px;
}

.cart-total-coupon-btn button {
    position: relative;
    height: 38px;
    width: 100%;
    border-radius: 0px;
    padding: 0;
}

.cart-total-coupon-btn button:before {
    content: "";
    mask-image: url("../img/arrow-right.svg");
    -webkit-mask-image: url("../img/arrow-right.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: var(--bs-white);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart-total-checkout {}

.cart-total-checkout button {
    width: 100%;
    padding: 8px 20px 9px;
    font-weight: 600;
}

.cart-dp {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-dp-left {
    padding-right: 12px;
    width: 50%;
}

.cart-dp-right {
    padding-left: 12px;
    width: 50%;
}

.cart-box {
    background: #121212;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.cart-box-head {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 40px;
}

.cart-box-head:before {
    content: "";
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background-color: var(--bs-blue);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -2px;
    top: 0px;
}

.cart-box-head-del:before {
    mask-image: url("../img/delivery.svg");
    -webkit-mask-image: url("../img/delivery.svg");
}

.cart-box-head-user:before {
    mask-image: url("../img/user.svg");
    -webkit-mask-image: url("../img/user.svg");
}

.cart-box-head-pay:before {
    mask-image: url("../img/wallet.svg");
    -webkit-mask-image: url("../img/wallet.svg");
}

.cart-box-body {
    padding-left: 38px;
}

.cart-box-items {}

.cart-box-item {}

.cart-box-form {
    padding-top: 10px;
}

.scroll-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    border: 2px solid #FFF001;
    border-radius: 10px;
    cursor: pointer;
}
.scroll-top:before {
    content: "";
    mask-image: url("../img/arrow-up.svg");
    mask-position: center center;
    mask-repeat: no-repeat;
    background: #FFF001;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    mask-size: 18px;
}

.galleries-one{
    background: #1A1A1A;
    width: 100% !important;
    border-radius: 20px;
    display: flex;
}
.galler-txt2 {
    display: block;
    width: 100%;
    padding: 15px 25px;
    font-size: 15px;
}
.galler-txt2 p {
    margin: 10px 0;
    line-height: 20px;
}
.galler-txt2 a {
    color: #FFF001;
}

.order-ok {
    position: relative;
    background: #121212;
    border-radius: 10px;
    padding: 25px 25px 25px 65px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.order-ok:before {
    content: "";
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background-color: var(--bs-green);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -15px;
    mask-image: url("../img/ok.svg");
    -webkit-mask-image: url("../img/ok.svg");
}

.order-box {
    background: #121212;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
}

.order-box-head {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 40px;
}

.order-box-head:before {
    content: "";
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background-color: var(--bs-blue);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -2px;
    top: 0px;
}

.order-box-body {}

.order-box-head-shopping:before {
    mask-image: url("../img/shopping.svg");
    -webkit-mask-image: url("../img/shopping.svg");
}

.order-box-head-order:before {
    mask-image: url("../img/order.svg");
    -webkit-mask-image: url("../img/order.svg");
}

.order-details {
    font-size: 16px;
}

.order-details-header {
    color: #999;
    padding-bottom: 2px;
}

.order-details-body {
    margin-bottom: 20px;
}

.cart-empty {
    text-align: center;
}

.cart-empty-img {
    mask-image: url("../img/basket.svg");
    -webkit-mask-image: url("../img/basket.svg");
    display: inline-block;
    mask-position: left center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    height: 80px;
    width: 80px;
    background-color: var(--bs-gray-gain);
    margin: 0 auto;
}

.cart-empty-txt {}

.cart-empty-txt div {
    font-size: 20px;
    padding: 15px 0;
}

.cart-empty-txt span {}

.form-btn {
    text-align: center;
}

.form-btn button {
    padding: 10px 30px 11px;
    font-size: 16px;
    font-weight: 600;
}

.radio-big {
    padding: 10px 0;
}

.radio-big input[type="radio"]:checked+label::before,
.radio-big input[type="radio"]:not(:checked)+label::before {
    width: 20px;
    height: 20px;
}

.radio-big input[type="radio"]:checked+label::after,
.radio-big input[type="radio"]:not(:checked)+label::after {
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
}

.radio-big label {
    font-weight: 600;
    font-size: 16px;
    padding-top: 2px;
}

.radio-big-text {
    display: none;
}

.radio-big-price {
    margin: 0 3px 0 0;
    color: #777;
    word-wrap: break-word;
    padding: 7px 0 7px 27px;
}

.radio-big-price span.label-gray {
    padding: 5px 7px 5px 7px;
    background: #f0f0f0;
    border-radius: 5px;
    display: inline-block;
    line-height: 8px;
    vertical-align: top;
    font-size: 13px;
    margin-right: 10px;
}

.radio-big-price span.label-yellow {
    background: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
    padding: 5px 7px 5px 7px;
    border-radius: 5px;
    display: inline-block;
    line-height: 8px;
    vertical-align: top;
    font-size: 13px;
}

.radio-big-desc {
    color: #777;
    font-size: 13px;
    padding: 0 0 0 27px;
}

.radio-big-desc p {
    margin: 0;
}

.wrapper-bottom {
    padding: 0 0 50px 0;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0 50px 0;
}
.wrap{
    padding: 5px 0 50px 0;
}

.wrapper-left {
    width: 19%;
    outline: 0px solid red;
}

.wrapper-right {
    outline: 0px solid green;
    width: 81%;
    padding-left: 30px;
}

.wrapper-content {
    width: 100%;
}

.wrapper-cart-left {
    width: 100%;
    padding-right: 0px;
}

.wrapper-cart-bottom {
    width: 100%;
    padding-right: 0px;
}

.wrapper-cart-right {
    width: 25%;
    display: none;
}

.page-comments {
    padding-top: 10px;
}

.w-filter {
    background: var(--bs-gray);
    border: 1px solid var(--bs-gray-dark);
    margin-bottom: 20px;
    background: var(--bs-white);
}

.w-filter-header {
    border-bottom: 1px solid var(--bs-gray-dark);
    font-weight: 600;
    padding: 15px 20px;
    font-size: 16px;
    position: relative;
}

.w-filter-data {}

.w-filter-footer {
    padding: 20px;
}

.w-filter-footer>div:first-child {
    padding-bottom: 10px;
}

.w-filter-footer .btn {
    width: 100%;
}

.w-filter-item {}

.w-filter-item:hover {
    background: var(--bs-white);
}

.w-filter-item-header {
    position: relative;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    font-size: 15px;
}

.w-filter-item-header:before {
    content: "";
    mask-image: url("../img/arrow-down.svg");
    -webkit-mask-image: url("../img/arrow-down.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background-color: var(--bs-black);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 20px;
    top: 21px;
}

.w-filter-item-header-none:before {
    display: none;
}

.w-filter-item.hidden .w-filter-item-body {
    display: none;
}

.w-filter-item-body {
    padding: 0 20px 15px;
}

.w-filter-select {}

.w-filter-checkbox {}

.w-filter-badge {
    color: #8c8c8c;
    font-size: 12px;
    margin-left: 5px;
}

.w-filter-checkbox>div,
.w-filter-radio>div {
    margin-bottom: 7px;
}

.w-filter-checkbox label,
.w-filter-radio label {}

.w-filter-item {
    border-bottom: 1px solid var(--bs-gray-dark);
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    top: -7px;
}

.noUi-target {
    background: #F2F2F2;
    border-radius: 3px;
}

.noUi-connect {
    background: var(--bs-blue);
}

.noUi-handle {
    border: 3px solid var(--bs-blue);
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.noUi-handle.noUi-handle-lower {
    right: -18px;
}

.noUi-handle.noUi-handle-upper {
    right: 0;
}

.range-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.range-wrap:before {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    background: #9a9a9a;
}

.range-wrap>div {
    width: 44%;
}

.range-wrap input {
    padding: 5px 13px 7px;
}

.range-slider {
    padding-bottom: 10px;
}

.range-slider-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 0
}

.range-slider-number>div {
    color: #999;
    font-size: 13px;
}

.w-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.w-sort-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-sort-display {}

.w-sort-btn {
    background: #F5F5F5;
    width: 36px;
    height: 36px;
    margin: 0 0 0 8px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    cursor: pointer;
    position: relative;
}

.w-sort-btn.active {
    background: var(--bs-blue);
}

.w-sort-btn:before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url("../img/display.svg");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w-sort-btn-tile:before {
    background-position: 0 -17px;
}

.w-sort-btn-tile.active:before {
    background-position: 0 0;
}

.w-sort-btn-list:before {
    background-position: -29px -17px;
}

.w-sort-btn-list.active:before {
    background-position: -29px 0;
}

.w-sort-btn-table:before {
    background-position: -57px -17px;
}

.w-sort-btn-table.active:before {
    background-position: -57px 0;
}

.btn-filter {
    background: #E5E5E5;
    height: 36px;
    border-radius: 2px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    position: relative;
    margin-right: 12px;
    padding: 0 15px 0 35px;
    display: none;
}

.btn-filter:before {
    content: "";
    display: block;
    mask-image: url("../img/filter2.svg");
    -webkit-mask-image: url("../img/filter2.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background-color: var(--bs-black);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 13px;
    top: 10px;
}

.w-banner {}

.w-banner div {
    margin-bottom: 20px;
}

.w-banner div a {
    display: block;
}

.w-banner div a img {}

.w-news {
    background: #121212;
    border-radius: 10px;
    margin-bottom: 25px;
}

.w-news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 0 20px;
}

.w-news-header>div {}

.w-news-header span {
    font-weight: 600;
    font-size: 18px;
}

.w-news-header a {
    text-decoration: none;
    font-size: 13px;
}

.w-news-header a:hover {
    text-decoration: underline;
}

.w-news-body {}

.w-news-items {}

.w-news-item {
    border-top: 1px solid #000;
    padding: 20px;
}

.w-news-item:first-child {
    border-top: 0;
}

.w-news-info {}

.w-news-date {
    color: #AFAFAF;
    font-size: 13px;
}

.w-news-name {
    text-decoration: none;
    display: block;
}

.w-news-name:hover {
    color: var(--bs-blue);
}

.w-menu {
    margin-bottom: 20px;
    border: 1px solid #F2F2F2;
}

.w-menu a {
    border-left: 2px solid transparent;
    background: #F9F9F9;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #F2F2F2;
    color: var(--bs-black);
}

.w-menu a.active {
    border-left-color: var(--bs-blue);
    background: var(--bs-blue);
    color: var(--bs-white) !important;
}

.w-menu>div:first-child a {
    border-top: 0;
}

.w-menu a:hover {
    border-left-color: var(--bs-blue);
    color: var(--bs-blue);
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #F2F2F2;
    width: 100%;
}

.product-gallery {
    width: 50%;
    padding: 30px;
    position: relative;
}

.product-data {
    padding: 30px 30px 30px 0px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.product-data-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 30px;
}

.product-data-rating {}

.product-data-articul {}

.product-data-brand {}

.product-data-brand img {
    max-width: 130px;
    max-height: 30px;
}

.product-data-price {}

.product-data-prices {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: normal;
    padding-top: 30px;
}
.product-data-prices2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: normal;
    padding-left: 20px;
}

.product-data-cost {

}

.products-data-cost-n {

}

.products-data-cost-z {
    font-size: 14px;
    margin-left: 3px;
}

.product-data-cost-old {

}

.products-data-cost-old-n {

}

.product-data-cost-old-z {}

.product-data-btns {
    padding-top: 30px;
}

.product-data-btns .products-item-size label {
    font-size: 12px;
    padding: 6px 12px;
}

.product-data-btns .products-item-buy {
    width: 250px;
}

.product-data-btns .btn {
    height: 36px;
}

.counter.counter-big {
    height: 40px;
}

.counter.counter-big .minus,
.counter.counter-big .plus {
    height: 38px;
}

.counter.counter-big input[type="text"] {
    height: 38px;
}

.product-data-price .products-item-articul {
    padding-top: 0px;
}

.product-data-price .products-item-articul {
    font-size: 14px;
}

.product-data-sale {
    padding-top: 10px;
}

.product-data-percent {
    background: #E32330;
    display: inline-block;
    color: var(--bs-white);
    border-radius: 3px;
    font-size: 13px;
    line-height: normal;
    padding: 3px 8px 4px 8px;
}

.product-data-economs {
    background: #FFD02E;
    display: inline-block;
    border-radius: 3px;
    margin-left: 4px;
    font-size: 13px;
    line-height: normal;
    padding: 3px 8px 4px 8px;
}

.swiper-product {
    position: relative;
    margin-bottom: 30px;
}

.swiper-product .swiper-large-preview {
    border: 3px solid #1A1A1A;
    border-radius: 15px;
    background: #1A1A1A;
}

.swiper-product .swiper-large-preview .swiper-slide {

}

.swiper-product .swiper-large-preview .swiper-slide>a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

.swiper-product .swiper-thumb .swiper-button-next,
.swiper-product .swiper-thumb .swiper-button-next:hover,
.swiper-product .swiper-thumb .swiper-button-prev,
.swiper-product .swiper-thumb .swiper-button-prev:hover {
    background: #FFF;
    border-radius: 0;
    height: 100%;
    top: 0;
    margin: 0;
}

.swiper-product .swiper-thumb .swiper-button-next:after,
.swiper-product .swiper-thumb .swiper-button-prev:after {
    background-color: var(--bs-black);
}

.swiper-large-preview .product-slide-next {
    right: -50px;
    -webkit-transform: translate(-10%, 0px);
    -ms-transform: translate(-10%, 0px);
    transform: translate(-10%, 0px);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.swiper-large-preview:hover .product-slide-next {
    right: 20px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.swiper-large-preview .product-slide-prev {
    left: -50px;
    -webkit-transform: translate(-10%, 0px);
    -ms-transform: translate(-10%, 0px);
    transform: translate(-10%, 0px);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.swiper-large-preview:hover .product-slide-prev {
    left: 20px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.swiper-thumb {
    width: 620px;
    padding: 20px 42px;
}

.swiper-thumb .swiper-wrapper {
    width: 100%;
}

.swiper-thumb .swiper-slide {
    opacity: 0.7;
    cursor: pointer;
    padding: 0;
    border: 3px solid #1A1A1A;
    border-radius: 10px;
}

.swiper-thumb .swiper-slide:hover {
    opacity: 1;
}

.swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #FFF001;
}

.swiper-slide img {
    display: block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.index-slide .swiper-slide img {
    border-radius: 0;
}

.swiper.swiper-thumb .swb-trum:hover::after{
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #FFF001;
}
.swiper.swiper-thumb .swb-trum:hover::before{
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-color: #FFF001;
}

.swiper.swiper-thumb .swb-trum, .swiper.swiper-thumb .swb-trum:hover {
    background: #000000;
    border: 0;
}

.swiper-product .swb-circle-mini.swb-trum::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: 45%;
    -webkit-mask-size: 45%;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #c2c2c2;
    top: 50%;
    margin-top: -16px;
}
.swiper-product .swiper-button-next.swb-circle-mini.swb-trum::after, .swiper-product .swiper-button-next.swb-circle-mini.swb-trum::before {
    right: 0;
}
.swiper-product .swiper-button-prev.swb-circle-mini.swb-trum::after, .swiper-product .swiper-button-prev.swb-circle-mini.swb-trum::before {
    left: 0;
}
.swiper-product .swb-circle-mini.swb-trum::before {
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #c2c2c2;
    top: 50%;
    margin-top: -16px;
}

.swiper-thumb .swiper-slide img {
    max-height: 100px;
    border-radius: 7px;
}

.certificates-files{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.certificates-files > div{
    width: 50%;
    padding: 10px;
}
.certificates-files-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #121212;
    border-radius: 10px;
    padding: 25px;
}
.certificates-files-img{
    width: 80px;
}
.certificates-files-data{
    padding-left: 20px;
    flex: 1;
}
.certificates-files-data div{}
.certificates-files-data div:nth-child(1){}
.certificates-files-data div:nth-child(2){}
.certificates-files-data div span{
    font-size: 20px;
    display: block;
    padding-bottom: 5px;
}
.certificates-files-data div a{}


.product-files{
    background: #0D0D0D;
    border: 1px solid #292929;
    border-radius: 10px;
    padding: 20px 50px;
    margin-bottom: 30px;
}
.product-files ul{
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.product-files ul li{
    background: url("../img/file.png") center left no-repeat;
    padding: 10px 10px 10px 30px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.product-files ul li a{
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
}

.feedback-product{
    background-color: #292929;
    border: 1px solid #292929;
    border-radius: 10px;
    padding: 20px 50px 20px 100px;
    background-image: url("../img/user2.png");
    background-position: left 35px top 20px;
    background-repeat: no-repeat;
}
.feedback-product-h1{
    font-size: 24px;
    font-weight: 700
}
.feedback-product-h2{}
.feedback-product-btn{
    padding-top: 20px;
}



.property {
    margin-bottom: 25px;
}

.property-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
}

.property-item:nth-child(2n+1) {
    background: #F6F6F7;
}

.property-name {
    width: 70%;
}

.contacts-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #121212;
    border-radius: 10px;
    padding: 45px 50px 25px 50px;
    padding: 25px;
}

.contacts-item {
    width: 25%;
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
}

.contacts-item::before {
    content: "";
    width: 26px;
    height: 26px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: var(--bs-blue);
    position: absolute;
    left: 0;
    top: 0;
}

.contacts-item-address::before {
    mask-image: url("../img/location.svg");
    -webkit-mask-image: url("../img/location.svg");
}

.contacts-item-phone::before {
    mask-image: url("../img/phone-com.svg");
    -webkit-mask-image: url("../img/phone-com.svg");
}

.contacts-item-email::before {
    mask-image: url("../img/email-open.svg");
    -webkit-mask-image: url("../img/email-open.svg");
}

.contacts-item-work::before {
    mask-image: url("../img/clock.svg");
    -webkit-mask-image: url("../img/clock.svg");
}

.contacts-item-header {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
}
.contacts-item-header-ind{
    font-size: 20px;
    margin-top: -2px;
}
.contacts-item-body .link-map{
    padding-top: 10px;
}
.contacts-item-body .link-map a{
    color: #FFF001;
    font-size: 14px;
}

.contacts-item-body {
    color: var(--bs-gray-vdark);
}

.contacts-item-body a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    color: var(--bs-body-color);
}

.contacts-form {
    background: #121212;
    border-radius: 10px;
    padding: 45px 50px 25px 50px;
    margin-top: 25px;
}

.contacts-form-header {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.contacts-form-body {}

.form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-wrapper-left {
    width: 50%;
    padding-right: 20px;
}

.content-width{
    max-width: 1000px;
}

.form-wrapper-right {
    width: 50%;
    padding-left: 20px;
}

.form-wrapper-footer {}

.form100 {
    height: calc(100% - 50px);
}

.form100 textarea {
    height: 100%;
}

.form-sending {
    padding: 45px 50px 25px 50px;
    max-width: 700px;
    background: #121212;
    border-radius: 10px;
}

.form-account {
    max-width: 700px;
}

.reviews-page {}

.reviews-page-item {
    background: #121212;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 25px;
}

.reviews-page-text {

}

.reviews-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-page-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-page-img {
    width: 50px;
    margin-right: 20px;
}
.reviews-page-img img{
    border-radius: 5px;
}
.reviews-page-user {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.reviews-page-user div {
    font-size: 16px;
}

.reviews-page-user span {
    font-size: 13px;
    color: #999;
}

.reviews-page-name div {
    font-size: 16px;
}

.reviews-page-rating {}

.reviews-page-body {
    padding-top: 25px;
}

.reviews-page-answer {
    background: #FAFAFA;
    border-top: 1px solid #ECECEC;
    padding: 25px;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    background: #121212;
    border-radius: 10px;
    margin-bottom: 25px;
}

.news-list-img {
    padding-right: 25px;
    max-width: 260px;
    width: 100%;
}

.news-list-img a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 235px;
    height: 100%;
}

.news-list-img a img {
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

.news-list-data {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.news-list-date {
    color: var(--bs-gray-vdark);
}
.content-date{
    margin-bottom: 20px;
    color: var(--bs-gray-vdark);
}
.news-list-name {
    padding: 15px 0;
}
.news-list-text{
    margin-bottom: -20px;
}

.news-list-name a {
    text-decoration: none;
    color: var(--bs-body-color);
    font-size: 18px;
}

.news-list-name a:hover {
    text-decoration: underline;
}

.faq-lists {}

.faq-list {
    border: 1px solid var(--bs-gray-dark);
    margin-bottom: 15px;
}

.faq-list-question {
    position: relative;
    font-size: 16px;
    padding: 13px 25px 15px;
    cursor: pointer;
}

.faq-list-question:hover {
    background-color: var(--bs-gray);
}

.faq-list-question::before {
    content: "";
    mask-image: url("../img/arrow-down.svg");
    -webkit-mask-image: url("../img/arrow-down.svg");
    background-color: var(--bs-black);
    position: absolute;
    width: 12px;
    height: 12px;
    mask-size: contain;
    -webkit-mask-size: contain;
    display: block;
    z-index: 10;
    right: 20px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.faq-list-content {
    padding: 15px 25px 20px 25px;
    display: none;
}

.faq-list-content p:last-child {
    margin-bottom: 0;
}

.faq-list.open .faq-list-content {
    display: block;
}

.brands-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brands-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    border: 1px solid var(--bs-gray-dark);
    margin-left: -1px;
    margin-bottom: -1px;
}

.brands-list a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 25px;
}

.brands-list a>span {}

.brands-list a>span img {
    max-width: 150px;
}

.brands-list a>span>span {
    color: #999;
    text-transform: uppercase;
    display: block;
    padding-top: 25px;
    font-size: 14px;
}

.categories-children {
    padding-bottom: 20px;
}

.categories-children>div {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.categories-children>div a {
    text-decoration: none;
    color: rgba(255,255,255,.8);
    display: block;
    border: 1px solid #393939;
    padding: 5px 15px 8px;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.categories-children>div a:hover, .categories-children>div a.active {
    color: #FFF001;
    border-color: #FFF001;
}

.catalogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.catalogs>div {
    width: 25%;
    padding: 15px;
}

.catalogs-link {
    padding: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border: 1px solid #393939;
    background: #1A1A1A;
    border-radius: 15px;
    text-decoration: none;
}

.catalogs-image {
    display: block;
    height: 260px;
}
.catalogs-image img{
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalogs-info {
    display: block;
    margin: 15px 0 5px;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

.catalogs-link:hover .catalogs-info {
    color: #FFF001;
}

.notice {
    position: fixed;
    z-index: 3000;
    right: 30px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.notice-wrap {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    position: relative;
    background: #1A1A1A;
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: show 1s 1;
    animation: show 1s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border: 2px solid #FFF001;
    border-radius: 10px;
}

.notice-closer {
    width: 38px;
    height: 38px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    mask-image: url("../img/close.svg");
    -webkit-mask-image: url("../img/close.svg");
    mask-size: 30px;
    -webkit-mask-size: 30px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background: var(--bs-gray-vdark);
    right: 0;
    top: 0;
}

.notice-closer:hover {
    background: #FFF001;
}

.notice-inner {}

.notice-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    text-decoration: none;
    color: var(--bs-body-color);
}

.notice-inner a:hover .notice-detail {
    text-decoration: underline;
}

.notice-image {
    width: 60px;
    text-align: center;
}

.notice-image img {
    max-height: 70px;
    border-radius: 5px;
}

.notice-text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 20px;
    font-size: 14px;
}

.notice-title {
    font-weight: 600;
}

.notice-detail {
    max-width: 300px;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper-slide-features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compare-features {
    width: 100%;
    -webkit-box-shadow: inset 0 0 0 1px #393939;
    box-shadow: inset 0 0 0 1px #393939;
    padding: 10px 20px;
    font-size: 13px;
}

.compare-slider-slides .products-item {
    padding: 0px;
}
.compare-slider-slides .products-item-body {
    border-radius: 0;
}

.compare-features-name {
    color: var(--bs-gray-vdark);
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.compare-features-value {
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.multi-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 0;
    background: #121212;
    border-radius: 10px;
    margin-bottom: 25px;
}

.multi-accordion li {
    padding: 0;
}

.account-label{
    display: none !important;
}


.multi-accordion a,
.multi-accordion a:link,
.multi-accordion a:visited {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #000;
    position: relative;
}

.multi-accordion a:before {
    content: "";
    background: url("../img/arrow-down.svg") center center no-repeat;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    background-size: cover;
}

.multi-accordion a:only-child:link:before {
    display: none;
}

.multi-accordion a:hover {
    color: var(--bs-blue);
}

.multi-accordion a:only-child:link,
.multi-accordion a:only-child:visited {}

.multi-accordion a:only-child:hover {}

.multi-accordion li ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.multi-accordion li ul li a,
.multi-accordion li ul li a:link,
.multi-accordion li ul li a:visited {
    background: #FAFAFA;
    padding: 5px 20px;
    border-top: 0;
}

.multi-accordion li ul li:last-child a {
    padding-bottom: 10px;
}

.multi-accordion li ul a:hover {
    color: var(--bs-blue);
}

.multi-accordion a.active {
    background: #FAFAFA;
    font-weight: 500;
}

.box-contact {
    margin-bottom: 20px;
    border: 1px solid #F2F2F2;
    border-top: 0;
}

.box-contact div {
    border-top: 1px solid #F2F2F2;
}

.box-contact div a {
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 50px;
    color: var(--bs-black);
    position: relative;
}

.box-contact>div a:hover {
    background: #FAFAFA;
}

.box-contact div a:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    mask-size: 18px;
    -webkit-mask-size: 18px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    background-color: var(--bs-blue);
    position: absolute;
    left: 15px;
}

.box-contact>div a.box-contact-f:before {
    mask-image: url("../img/phone-com.svg");
    -webkit-mask-image: url("../img/phone-com.svg");
}

.box-contact>div a.box-contact-c:before {
    mask-image: url("../img/email-open.svg");
    -webkit-mask-image: url("../img/email-open.svg");
}

.box-contact>div a.box-contact-r:before {
    mask-image: url("../img/comment-com.svg");
    -webkit-mask-image: url("../img/comment-com.svg");
}

.form-politika {
    text-align: center;
}

.form-politika .form-group {
    display: inline-block;
}

.products-related {
    margin-bottom: 20px;
}

.products-related-h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.products-related-body {
    position: relative;
}
.galleries-content{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.galleries-content-left{
    width: 25%;
    padding-right: 20px;
}
.galleries-content-images{
    width: 75%;
}
.galleries-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}
.galleries-box > div{
    padding: 10px;
    width: 25%;
}
.galleries-content-images .galleries-box > div{
    width: 33.333333%;
}
.galleries-content-left .galleries-box > div{
    width: 100%;
}

.galler{
    padding-bottom: 4px;
    width: 100%;
}
.galler a{
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 20px;
    position: relative;
    color: #FFF;
    text-decoration: none;
}
.galleris-mini .galler a:before{
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,239,0,0.3)), color-stop(70%, rgba(255,255,255,0)));
    opacity: 1;
    transition: .3s ease;
    top: 50%;
}
.galleris-mini .galler:hover a::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,239,0,0.5)), color-stop(70%, rgba(255,255,255,0)));
}
.galleris-mini .galler-search{
    display: none !important;
}
.galleris-mini .galler-box{
    opacity: 1;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    padding: 25px 15px 5px 15px;
}
.galler a:hover:before{
    opacity: 1;
}
.galleris-mini .galler-line {
    opacity: 0;
}


.galler a img{
    border-radius: 20px;
    width: 100% !important;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.galler-box{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 25px 15px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.galler a:hover .galler-box{
    opacity: 1;
}
.galler-search{
    width: 100%;
    height: 44px;
    background: url("../img/srch.png") center center no-repeat;
    margin: 0 auto;
    display: block;
}
.galler-name{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 26px;
}
.galler-txt{
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    display: none;
}
.galler-txt p{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 12px;
}
.galler-line{
    content: "";
    position: absolute;
    left: 15px;
    bottom: -4px;
    right: 15px;
    height: 4px;
    background: #FFF001;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.galler a:hover .galler-line{
    opacity: 1;
}

.sotrudn-box{
    display: flex;
    flex-wrap: wrap;
}
.sotrudn-box-left{
    width: 65%;
    padding-right: 15px;
}
.sotrudn-box-right{
    width: 35%;
    padding-left: 15px;
}

.pays{}
.pay{
    position: relative;
    margin-bottom: 30px;
    padding: 15px 0 15px 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pay:before{
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background-color: #FFF001;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.pay:after{
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border: 2px solid #FFF001;
    border-radius: 50%;
}
.pay-name{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 5px;
}
.pay-desc{}
.pay-desc p{
    margin-bottom: 0;
}

.pay-1:before{
    mask-image: url("../img/wallet-filled-svgrepo-com.svg");
}
.pay-2:before{
    mask-image: url("../img/credit-cards-svgrepo-com.svg");
}
.pay-3:before{
    mask-image: url("../img/bank-fill-svgrepo-com.svg");
}

.contacts-form-body .writeus:last-child{
    border-bottom: 0px solid #000;
    margin-bottom: 0px;
}
.writeus{
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.writeus > div{
    padding: 5px 5px 5px 35px;
    background-size: 20px;
}
.writeus-city{
    background: url("../img/locl.png") center left no-repeat;
    font-size: 16px;
    font-weight: 500;
    background-position: top 11px left;
}
.writeus-name{
    background: url("../img/user.png") center left no-repeat;
}
.writeus-phone{
    background: url("../img/ph.png") center left no-repeat;
}
.writeus-email{
    background: url("../img/mal.png") center left no-repeat;
}

.sotrudn-box .contacts-form{
    height: 100%;
    margin: 0;
}


.index-slide .swiper-slide img{
    max-height: 1000%;
    height: 100%;
}

.content-tovary{}
.content-tovary h2{
    color: #FFF001;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 35px;
}
.content-tovary h3{
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 26px;
    font-weight: 600;
}

.img-right{
    float: right;
    margin-left: 50px;
    width: 400px;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}
.clear{
    clear: both;
}
.content-tovary-box{
    margin-bottom: 50px;
}
.tovar{
    margin-bottom: 30px;
}

.tovar-box{
    margin-bottom: 30px;
    background: #121212;
    border-radius: 10px;
    padding: 35px 45px;
}

.tovar-top{
    display: flex;
}
.tovar-img{
    width: 250px;
}
.tovar-img-mini{
    width: 150px;
}
.tovar-img img{
    width: 100%;
    border-radius: 10px;
}
.tovar-desc{
    flex: 1;
    padding-left: 50px;
}
.tovar-h1{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.tovar-opis{}
.tovar-link{}
.tovar-link a{
    background: url("../img/pdf-icon.png") center left no-repeat;
    display: inline-block;
    padding: 15px;
    padding-left: 15px;
    background-size: 50px;
    text-align: left;
    padding-left: 60px;
}
.tovar-bottom{
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
}
.tovar-char{
    width: 50%;
    padding-right: 50px;
}
.tovar-h3{
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tovar-char ul{
    margin-bottom: 30px;
}
.tovar-char ul li{
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 22px;
}
.tovar-data{
    width: 50%;
}
.tovar-h2{
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tovar-data table{}
.tovar-data table tr{}
.tovar-data table tr td{
    font-size: 14px;
    padding: 8px 15px;
}
.tovar-data table tr:nth-child(2n) td {
    background-color: #000;
}

.advantage{
    display: flex;
    flex-wrap: wrap;
}
.advantage-left{
    width: 50%;
    padding-right: 50px;
}
.advantage-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-box ul li{
    background: url("../img/ok.png") top left no-repeat;
    background-size: auto;
    background-size: 25px;
    padding-left: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.advantage-left ul li{
    background: url("../img/ok.png") top left no-repeat;
    background-size: auto;
    background-size: 50px;
    padding-left: 70px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    line-height: 28px;
}
.advantage-left ul li strong{
    color: #FFF001;
}
.advantage-right{
    width: 50%;
}
.advantage-right .chrs-left span {
    background: #000;
}
.advantage-right .chrs{
    margin-bottom: 4px;
}
.advantage-right table{
    background: #121212;
}
.advantage-right table p{
    margin: 0;
}
.advantage-right table tr td{
    font-size: 15px;
    padding: 10px 15px;
}
.advantage-right table tr td:nth-child(1){
    font-weight: bold;
}
.advantage-right table tr:nth-child(2n) td {
    background-color: #000;
}

.box-ok{
    position: relative;
    margin-bottom: 30px;
    padding-left: 45px;
}
.box-ok:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    mask-image: url("../img/ok.svg");
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 30px;
    background-color: #FFF001;
}

.comments {}

.comments .form-group {
    margin-bottom: 20px;
}

.comments-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.comments-header-title {}

.comments-header-title h2 {
    margin: 0;
}

.comments-header-title h2 span {
    font-weight: 500;
    margin-left: 5px;
}

.comments-header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comments-header-rating {
    padding-right: 20px;
}

.comments-header-btn {}

.comments-body {}

.comments-clone {
    display: none;
}

.comments-form {
    position: relative;
}

.comments-form .loader,
.comment-form-parent .loader {
    position: absolute;
    display: block;
    height: 90px;
    width: 90px;
    background: url("../img/spinner.gif") center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    left: 50%;
    top: 50%;
}

.comments-form-wrapper {
    padding-top: 20px;
    margin-bottom: 20px;
}

.comments-form-parent-wrapper {
    padding-top: 20px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

.comments-form-name .comment-rating {
    padding-bottom: 0;
}

.comments-form-name .comment-rating-lists li {
    width: 20px;
    height: 18px;
}

.comments-form-text {}

.comments-form-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comments-form-lr input[type="email"],
.comments-form-lr input[type="text"],
.comments-form-lr textarea {
    padding: 7px 13px 7px;
}

.comments-form-l {
    width: 48%;
}

.comments-form-r {
    width: 48%;
}

.comments-form-btn {}

.comments-tree {}

.comment-tree {
    margin-bottom: 25px;
}

.comment-tree-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.comment-tree-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-tree-header-author {
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
}

.comment-tree-header-date {
    color: var(--bs-gray-vdark);
    font-size: 12px;
}

.comment-tree-header-right {}

.comment-tree-body {}

.comment-answer {
    background: #FAFAFA;
    margin-top: 10px;
    padding: 15px 20px;
}

.comment-answer-name {
    font-weight: 600;
    padding-bottom: 5px;
}

.comment-answer-text {}

.comment-form-parent {
    position: relative;
}

.comment-tree-footer {
    padding-top: 10px;
}

.comment-tree-footer a {
    display: inline-block;
    border-bottom: 1px dotted;
    color: var(--bs-blue);
    text-decoration: none;
}

.comment-tree-footer a:hover {
    color: var(--bs-gray-rdark);
}

.comment-parent {
    padding-left: 30px;
    margin-top: 25px;
    position: relative;
}

.comment-parent:before {
    content: "";
    height: 9px;
    width: 12px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    display: block;
    background-color: var(--bs-gray-sdark);
    mask-image: url("../img/arrow-curve.svg");
    -webkit-mask-image: url("../img/arrow-curve.svg");
    position: absolute;
    left: 5px;
    top: 5px;
}

.comment-parent-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.comment-parent-header-author {
    font-size: 13px;
    font-weight: 600;
    padding-right: 20px;
}

.comment-parent-header-date {
    color: var(--bs-gray-vdark);
    font-size: 11px;
}

.comment-parent-body {
    font-size: 13px;
}

.comment-parent-footer {
    padding-top: 5px;
}

.comment-parent-footer a {
    display: inline-block;
    border-bottom: 1px dotted;
    color: var(--bs-blue);
    text-decoration: none;
    font-size: 13px;
}

.comment-parent-footer a:hover {
    color: var(--bs-gray-rdark);
}
h1, .h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0 30px 0;
}
.video-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.video-item {
    width: 33.333333%;
    padding: 10px;
}

.video-item iframe {
    width: 100%;
    height: 250px;
}

.product-mobile-show{
    display: none;
}

.mapa{
    margin-bottom: 70px;
}
.map iframe{
    width: 100% !important;
    height: 700px !important;
}




@media (max-width: 1559.98px) {
    .swiper-button-prev.swb-circle.swb-circle-top {
        left: 20px;
    }
    .swiper-button-next.swb-circle.swb-circle-top {
        right: 20px;
    }
    .about-img {
        width: 90%;
    }

}

@media (max-width: 1459.98px) {
    .h1eader-box-name::before {
        left: -50px;
    }
    .h1eader-box {
        padding-left: 50px;
    }
    .about-img {
        width: 80%;
    }


}

@media (max-width: 1399.98px) {

    /* xxl */
    .products-list.products-list-5 .products-item {
        width: calc(25% + 1px);
    }

    .products-list.products-list-4 .products-item {
        width: calc(33.333333% + 1px);
    }

    .footer-data-company {
        padding-right: 80px;
    }

    .footer-data-catalog {
        padding-right: 80px;
    }

    .footer-data-mailing {
        padding-right: 0px;
        width: 100%;
        padding-top: 50px;
    }

    .wrapper-left {
        width: 22%;
    }

    .wrapper-right {
        width: 78%;
    }
    .h1eader-box-name::before {
        font-size: 72px;
    }
    .h1eader-box-name::before {
        left: -30px;
    }
    .h1eader-box {
        padding-left: 30px;
    }
    .h1eader-product-galery {
        padding-left: 0px;
    }
    .about-number > div:nth-child(2) {
        font-size: 14px;
    }
    .a-number::before {
        font-size: 65px;
    }
    .a-number {
        font-size: 65px;
    }
    .slide-wrapper {
        height: 520px;
    }
    .index-slide-data {
        padding-left: 100px;
        padding-right: 100px;
    }
    .footer-data-contacts {
        width: 40%;
    }
    .footer-data-menus {
        width: 60%;
    }
    .swiper-thumb {
        width: 520px;
    }
    .product-files {
        padding: 20px;
    }
    .galleries-box > div {
        width: 33.33333%;
    }
    .about-box {
        max-width: 680px;
    }
    .header .header-wrapper .header-phone {
        width: 31%;
    }
    .header .header-wrapper .header-search {
        width: 22%;
    }
    .img-right {
        height: 230px;
    }
    .tovar-h1 {
        font-size: 22px;
    }






}

@media (max-width: 1199.98px) {

    /* xl */
    .categories-btn::before {
        left: 15px;
    }

    .site-menu>li>ul {
        font-size: 14px;
    }
    .contacts-item-header-ind {
        font-size: 18px;
        margin-top: -2px;
    }
    .site-menu>li>ul>li>a {
        padding: 10px 29px 10px 19px;
    }

    .site-menu-wrap {
        height: 50px;
    }

    .site-menu>li>ul {
        top: 50px;
    }

    .categories-menu>li {
        width: 33.333333333%;
    }

    .header .header-wrapper .header-logo {
        padding-right: 20px;
        height: 80px;
        width: 24%;
    }
    .brendbook a {
        padding: 30px 10px 5px 15px;
        background-position: top 10px center;
        text-align: center;
    }
    .header .header-wrapper .header-search {
        width: 17%;
    }

    .header .header-wrapper .header-phone {
        width: 35%;
    }

    .header .header-wrapper .header-account {
        width: 10%;
    }
    .advantage-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .advantage-right {
        width: 100%;
    }
    .header .header-wrapper .header-cdb {
        width: 14%;
    }
    .header .header-wrapper .header-phone {
        width: 37%;
    }
    .header .header-wrapper .header-search {
        width: 15%;
    }
    .cdb-label a {
        margin-right: 25px;
    }

    .slide-mini-data {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .slide-mini-txt {
        font-size: 14px;
        padding-top: 5px;
    }

    .index-slide-h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .index-slide-button span {
        padding: 7px 20px;
        font-size: 14px;
    }

    .index-slide-text {
        font-size: 14px;
    }

    .news-widget-items>div {
        width: 24%;
    }

    .news-widget-items>div:nth-child(5) {
        display: none;
    }

    .footer-data-mailing {
        padding-right: 50px;
    }

    .footer-data-company {
        padding-right: 50px;
    }

    .footer-data-catalog {
        padding-right: 50px;
    }

    .site-menu>li>a {
        font-size: 12px;
        padding: 0 15px;
    }

    .categories-btn {
        font-size: 12px;
    }

    .wrapper-left {
        width: 26%;
    }

    .wrapper-right {
        width: 74%;
    }

    .product-gallery {
        width: 100%;
    }

    .product-data {
        padding: 0 30px 30px 30px;
        width: 100%;
    }

    .swiper-product .swiper-large-preview {
        height: 300px;
    }

    .brands-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .video-item {
        width: 50%;
    }

    .products-item.products-item-list {
        width: calc(50% + 1px) !important;
    }

    .products-item.products-item-list .products-item-body {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products-item.products-item-list .products-item-header {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products-item.products-item-list .products-item-top {
        width: auto;
        height: 240px;
        margin-bottom: 15px;
    }

    .products-item.products-item-list .products-item-center {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .products-item.products-item-list .products-item-footer {
        width: auto;
    }

    .logo .logo-name {
        padding-left: 10px;
        font-size: 25px;
    }

    .wrapper-cart-left {
        width: 100%;
        padding-right: 0px;
    }

    .wrapper-cart-bottom {
        width: 100%;
        padding-right: 0px;
    }

    .wrapper-cart-right {
        width: 100%;
        margin-bottom: 25px;
    }
    .header {
        background-position: center bottom -4px;
    }
    .brendbook a {
        font-size: 13px;
        font-weight: 400;
    }
    .index-slide-data {
        padding-left: 130px;
        padding-right: 130px;
    }
    .slide-wrapper {
        height: 420px;
    }
    .h1eader-box-name {
        font-size: 34px;
    }
    .h1eader-box-name::before {
        font-size: 62px;
    }
    .about-box {
        max-width: 680px;
        padding-right: 50px;
    }
    .product-files ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .feedback-product-h1 {
        font-size: 20px;
    }
    .swiper-thumb {
        width: 420px;
    }
    .about-img {
        width: 100%;
        position: relative;
        height: 400px;
        left: 0;
        margin-bottom: 20px;
        display: none;
    }
    .about-box {
        max-width: 100%;
        padding-right: 0px;
    }
    .about-img::before {
        border: 2px solid #FFF;
        right: 20px;
    }
    .video-box {
        height: 400px;
    }
    .catalogs > div {
        width: 33.33333%;
    }
    .img-right {
        height: 270px;
        width: 350px;
    }
    .content-tovary h2 {
        font-size: 26px;
    }
    .sotrudn-box .contacts-form {
        padding: 25px 30px 5px 30px;
    }
    .sotrudn-box-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .sotrudn-box-right {
        width: 100%;
        padding-left: 0px;
    }
    .brendbook {
        padding: 0 10px;
    }
    .brendbook a {
        background: none;
        padding: 0;
    }

    .galleries-content-left {
        width: 33%;
    }
    .galleries-content-images {
        width: 67%;
    }
    .galleries-content-images .galleries-box > div {
        width: 50%;
    }





}

@media (max-width: 991.98px) {
    .footer-data-menu > div {
        width: 100%;
    }
    /* lg */
    .header {
        width: 100%;
        left: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        position: fixed;
        background: white;
        display: block;
        top: 0;
        z-index: 999;
        left: -100%;
        background: #121212;
        bottom: 0;
        -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2);
        overflow: auto;
    }
    .map iframe {
        height: 550px !important;
    }
    .header.open {
        left: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .header .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .header .row {}

    .header .header-wrapper .header-logo,
    .header .header-wrapper .header-search,
    .header .header-wrapper .header-phone,
    .header .header-wrapper .header-account,
    .header .header-wrapper .header-cdb,
    .header .header-wrapper .header-category,
    .header .header-wrapper .header-menu {
        padding: 0px;
        height: auto;
        width: 100%;
        text-align: left;
    }

    .header .header-wrapper .header-logo {
        background: #000;
        padding: 10px 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header .header-wrapper .header-search {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;

        padding: 10px 20px;
    }

    .galleries-content-left {
        width: 100%;
        padding-right: 0px;
        order: 2;
    }
    .galleries-content-images {
        width: 100%;
        padding-bottom: 20px;
        order: 1;
    }

    .header .header-wrapper .header-phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-bottom: 1px solid #f2f2f2;
    }

    .header .header-wrapper .header-account {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .header .header-wrapper .header-cdb {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        text-align: center;
        padding: 30px 10px 10px;
    }

    .header .header-wrapper .header-category {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
    }

    .header .header-wrapper .header-menu {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .brendbook a {
        font-size: 14px;
        font-weight: normal;
        background: url("../img/local.png") left 14px center no-repeat;
        padding: 6px 20px 8px 40px;
    }
    .site-menu-wrap {
        height: auto;
    }
    .header-account .account-wrap {
        width: auto;
        display: inline-block;
    }
    .site-menu {
        display: block;
    }
    .header .header-wrapper .header-account {
        text-align: center;
        padding: 20px 10px;
    }
    .site-menu>li {
        display: block;
        border-left: 0;
    }
    .search-wrapper .container{
        max-width: 100%;
    }
    .site-menu-wrap {
        background: #000;
    }
    .search-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-menu>li {
        border-bottom: 1px solid #121212;
    }
    .h1eader-product-galery .h1eader-box-name {
        font-size: 26px;
    }
    .site-menu>li>a {
        color: #FFF;
        padding: 10px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .site-menu>li.dropdown::before {
        background-color: var(--bs-black);
    }

    .site-menu>li:hover>a {

    }

    .site-menu>li.dropdown:hover::before {
        background: var(--bs-blue);
    }

    .categories-btn::before {
        display: none;
    }

    .categories-btn {
        background: transparent;
        color: #FFF;
        padding: 10px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .categories-btn::after {
        background: #FFF;
    }

    .categories-wrap:hover .categories-btn {
        background: transparent;
        color: #FFF001;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .categories-wrap:hover .categories-btn::after {
        background: #FFF;
    }

    .header-logo {
        position: relative;
    }

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

    .header-close {
        height: 44px;
        width: 44px;
        display: block;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
        position: absolute;
        border: 0;
        right: 0;
        top: 50%;
        margin-top: -22px;
        cursor: pointer;
        background: transparent;
    }

    .header-close::before {
        content: "";
        width: 24px;
        height: 24px;
        mask-image: url("../img/close.svg");
        -webkit-mask-image: url("../img/close.svg");
        mask-size: 30px;
        -webkit-mask-size: 30px;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-position: center center;
        background: #FFF;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .burger {
        display: inline-block;
    }

    .header-mobile {
        display: block;
        padding: 10px 0;
    }
    .header-mobile-logo img {
        width: 180px;
    }
    .header-mobile-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-mobile-burger {
        width: 50px;
        line-height: 0;
    }

    .header-mobile-logo {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .header-mobile-basket {}

    .header-mobile-basket .cdb-label a {
        margin-right: 0px;
    }

    .slide-section-center {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 10px;
    }

    .slide-section-left {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        padding-right: 5px;
    }

    .slide-section-right {
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0;
        padding-left: 5px;
    }

    .slide-section-left .slide-mini-wrapper,
    .slide-section-right .slide-mini-wrapper {
        height: 150px;
        width: 50%;
        float: left;
    }

    .slide-section-left .slide-mini-wrapper:nth-child(1),
    .slide-section-right .slide-mini-wrapper:nth-child(1) {
        padding-bottom: 0;
        padding-right: 5px;
    }

    .slide-section-left .slide-mini-wrapper:nth-child(2),
    .slide-section-right .slide-mini-wrapper:nth-child(2) {
        padding-top: 0px;
        padding-left: 5px;
    }

    .index-slide .swiper-button-prev.swb-circle {
        left: 20px;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .index-slide .swiper-button-next.swb-circle {
        right: 20px;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .products-list.products-list-5 .products-item {
        width: calc(33.333333333% + 1px);
    }

    .products-list.products-list-4 .products-item {
        width: calc(50% + 1px);
    }

    .products-item-top {
        height: 200px;
    }

    .cdb-labels-wrap {
        text-align: left;
        display: inline-block;
    }

    .cdb-labels {
        display: block;
        width: 100%;
    }

    .cdb-label .price {
        display: none;
    }

    .cdb-label.cdb-mobile-label {
        display: inline-block;
        height: 21px;
    }

    .cdb-label.cdb-mobile-label>a {
        margin-right: 0;
        padding: 0;
        border-bottom: 0;
    }

    .cdb-label.cdb-mobile-label>a::before {
        left: 0;
        top: 0;
    }


    .cdb-label.cdb-mobile-label .wrap {
        margin-top: -4px;
        margin-left: 45px;
    }

    .cdb-label.cdb-mobile-label .title {
        display: block;
        margin: 0 0 2px;
        font-size: .9333em;
        font-weight: 700;
        line-height: 1.1em;
        color: #FFF;
        display: block;
    }

    .header-mobile-basket .cdb-label.cdb-mobile-label .title{
        display: none;
    }
    .header-mobile-basket .cdb-label a{
        border: 0;
        padding: 0;
        height: 24px;
        width: 24px;
    }
    .header-mobile-basket .cdb-label a::before {
        left: 0px;
        top: 0px;
    }

    .index-slide-data {
        padding-left: 100px;
        padding-right: 100px;
    }


    .cdb-label.cdb-mobile-label .price {
        display: block;
    }

    .phone-wrap {
        display: block;
    }

    .phone-labels {
        display: block;
    }

    .phone-label {
        padding: 12px 0px 12px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .phone-label .phone-link {
        padding-left: 0px;
        text-align: left;
        display: inline-block;
    }

    .phone-label .callback-label {
        text-align: left;
        padding-left: 0px;
        padding-top: 0px;
        display: inline-block;
        padding-right: 10px;
    }

    .phone-label .phone-link a {
        font-size: 15px;
    }

    .phone-label .callback-label a {
        display: inline-block;
        background: #107BB1;
        color: #FFF;
        padding: 2px 5px 4px;
    }

    .phone-label .phone-link::before {
        left: 20px;
        top: 17px;
    }

    .site-menu>li.dropdown::before {
        top: 12px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .site-menu>li>ul {
        top: 0px;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 5px 0;
    }

    .site-menu>li>ul>li>a {
        padding: 5px 15px 5px 20px;
        border-top: 0;
    }

    .categories-wrap {
        height: auto;
    }

    .categories-dropdown {
        position: static;
        width: 100%;
        max-height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 0;
        background: #F2F2F2;
    }

    .categories-menu {
        display: block;
    }

    .categories-menu>li {
        width: 100%;
    }

    .categories-menu-dropdown {
        display: none;
    }

    .categories-menu-img {
        display: none;
    }

    .categories-menu-main {
        display: block;
        font-weight: normal;
        margin-bottom: 0;
        padding: 5px 15px 5px 20px;
    }

    .categories-menu>li {
        width: 100%;
        padding: 0;
    }

    .news-widget-items>div:nth-child(4) {
        display: none;
    }

    .news-widget-items>div {
        width: 32%;
    }

    .footer-data-mailing {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .subscription-wrapper {

    }

    .footer-data-contacts {
        width: 100%;
    }

    .footer-data-contact {
        display: inline-block;
        max-width: 300px;
    }

    .footer-data-contact>div {
        display: inline-block;
    }

    .footer-phone,
    .footer-email,
    .footer-address {
        padding: 5px 10px 5px 30px;
    }

    .footer-phone::before,
    .footer-email::before,
    .footer-address::before {
        top: 6px;
    }

    .footer-data {
        padding: 0px 0 30px 0;
    }

    .footer-data-menu {
        display: block;
        padding-bottom: 0px;
    }

    .footer-data-company {
        padding: 0;
        border-bottom: 0;
        margin-top: 30px;
    }

    .footer-data-catalog {
        padding: 0;
        border-bottom: 0;
    }

    .footer-data-help {
        padding: 0;
        border-bottom: 1px solid #EEE;
    }

    .footer-data-menu>div ul {
        display: none;
    }

    .footer-data-menu .footer-data-h1 {
        position: relative;
        cursor: pointer;
    }

    .footer-data-menu .footer-data-h1:before {
        content: "";
        mask-image: url("../img/arrow-down.svg");
        -webkit-mask-image: url("../img/arrow-down.svg");
        position: absolute;
        width: 12px;
        height: 12px;
        mask-size: contain;
        -webkit-mask-size: contain;
        display: block;
        z-index: 10;
        right: 0px;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        top: 50%;
        background-color: #FFF;
        margin-top: -6px;
    }
    .footer-data-menus {
        width: 100%;
        padding-left: 0;
    }
    .footer-copy-wrapper {
        display: block;
        text-align: center;
    }
    .footer-data-menu > div ul {
        margin-bottom: 20px;
    }
    .products-item .products-item-actions button {
        visibility: visible;
        opacity: 1;
    }

    .w-filter {
        position: fixed;
        left: 0px;
        top: 0;
        bottom: 0;
        width: 320px;
        z-index: 11;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        left: -340px;
        -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2);
        margin-bottom: 0;
    }

    .w-filter.open {
        left: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .w-filter form {
        display: block;
        height: 100%;
    }

    .w-filter-header {
        background: #FFF;
    }

    .w-filter-data {
        overflow: auto;
        display: block;
        height: 100%;
        padding-bottom: 110px;
    }

    .w-filter-footer {
        padding: 10px 20px 10px 20px;
        position: absolute;
        bottom: 0;
        background: #FFF;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid var(--bs-gray-dark);
    }

    .w-filter-footer .btn {
        width: 100%;
    }

    .w-filter-footer>div:first-child {
        width: 60%;
        padding-bottom: 0px;
    }

    .w-filter-footer>div:last-child {
        width: 100%;
    }

    .wrapper-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .wrapper-right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
    }

    .w-banner {
        display: none;
    }

    .contacts-item {
        width: 50%;
        margin-bottom: 25px;
    }

    .contacts-items {
        padding: 25px 25px 0 25px;
    }

    .brands-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
    }

    .btn-filter {
        display: inline-block;
    }

    .catalogs>div {
        width: 50%;
    }

    .logo .logo-name {
        font-size: 20px;
    }

    .cart-table-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .cart-table-item>div {
        padding: 10px 15px;
    }

    .cart-box-body {
        padding-left: 0px;
    }
    .site-menu > li::before {
        display: none;
    }
    .header .header-wrapper .header-category {
        border-bottom: 1px solid #121212;
        background: #000;
    }
    .header .header-wrapper .header-phone {
        border-bottom: none;
        padding: 5px 5px 15px 5px;
        overflow: inherit;
    }

    .categories-dropdown{
        border-top: 0;
    }
    .categories-dropdown {
        background: #121212;
    }
    .categories-menu-main {
        color: #FFF;
        margin-bottom: 0;
        font-size: 14px;
    }
    .categories-dropdown {
        padding: 10px 0;
    }
    .h1eader-box {
        padding-left: 0px;
    }
    .h1eader-box-name::before {
        font-size: 52px;
    }
    .h1eader-box-name::before {
        left: -10px;
    }
    .h1eader-box-name {
        font-size: 26px;
    }
    .h1eader-box-line::before {
        left: 15px;
        height: 2px;
    }
    .h1eader {
        padding: 40px 0;
        overflow: hidden;
    }
    .h1eader-box-line::before {
        max-width: 220px;
    }
    .about-img {
        height: 340px;
    }
    .about-box {
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 0;
    }
    .btn {
        padding: 9px 20px 10px;
        border: 1px solid #fff;
        font-weight: 600;
        font-size: 14px;
    }
    html, body {
        font-size: 14px;
    }
    .a-number::before {
        font-size: 45px;
    }
    .a-number {
        font-size: 45px;
    }
    .footer-license-link {
        padding-top: 10px;
    }
    .wrapper-product-left {
        width: 100%;
        padding-right: 0px;
    }
    .wrapper-product-right {
        width: 100%;
    }
    .swiper-product .swiper-large-preview {
        height: 400px;
    }
    .product-mobile-hide{
        display: none;
    }
    .product-mobile-show{
        display: block;
    }
    .product-tabs{
        margin-bottom: 30px;
    }
    .h1-product{
        display: block;
        margin-bottom: 0;
    }
    .wrapper-product-right h1{
        display: none;
    }
    .galleries-box > div {
        width: 50%;
    }
    .img-right {
        display: none;
    }
    .tovar-box {
        padding: 15px 25px;
    }
    .tovar-desc {
        padding-left: 25px;
    }
    .tovar-h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .tovar-char {
        width: 100%;
        padding-right: 0px;
    }
    .tovar-data {
        width: 100%;
    }
    .tovar-data table tr td {
        font-size: 14px;
        padding: 5px 5px;
    }
    .content-tovary h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }


    .certificates-files > div {
        width: 100%;
    }








}

@media (max-width: 767.98px) {

    /* md */
    .slide-section-left {
        width: 100%;
        padding-right: 0;
    }

    .slide-section-right {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .index-offers-header {
        margin-bottom: 20px;
        display: block;
    }

    .index-offers-btn {
        padding-top: 10px;
    }

    .index-offers-btn div {
        margin-left: 0px;
        margin-right: 10px;
        padding: 4px 12px;
    }

    .slide-section-left .slide-mini-wrapper,
    .slide-section-right .slide-mini-wrapper {
        height: 120px;
    }

    .products-list.products-list-5 .products-item {
        width: calc(50% + 1px);
    }

    .products-list.products-list-4 .products-item {
        width: calc(50% + 1px);
    }
    .advantage-left ul li {
        background-size: 40px;
        padding-left: 60px;
        margin-bottom: 20px;
    }
    .banners-widget-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .index-offers {
        padding: 10px 0 30px 0;
    }

    .banners-widget {
        padding-top: 30px;
    }

    .news-widget-items>div:nth-child(3) {
        display: none;
    }

    .news-widget-items>div {
        width: 49%;
    }

    .news-widget {
        padding: 30px 0;
    }

    .reviews-slider {
        padding: 30px 0;
    }

    .brands-slider {
        padding: 30px 0;
    }

    .contacts-form-header {
        font-size: 20px;
    }

    .contacts-form {
        padding: 20px 25px 0px 25px;
    }

    .form-sending {
        padding: 20px 25px 0px 25px;
    }
    .tabs__logout {
        top: 9px;
    }
    .tabs__logout .btn {
        padding: 3px 8px 3px;
        font-size: 10px;
    }
    .form-wrapper-left {
        width: 100%;
        padding-right: 0px;
    }

    .form-wrapper-right {
        width: 100%;
        padding-left: 0px;
    }

    .form100 {
        height: auto;
    }

    .news-list {
        display: block;
    }

    .news-list-img {
        padding-right: 0px;
        max-width: 100%;
        height: 260px;
        padding-bottom: 25px;
    }
    .writeus-city {
        font-size: 16px;
    }
    .news-list-img a {
        display: block;
        height: 100%;
        width: 100%;
    }
    .chrs-rek .chrs-left {
        width: 40%;
    }
    .chrs-rek .chrs-right {
        width: 60%;
    }

    .news-list-img a img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

    .brands-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .catalogs > div {
        width: 100%;
    }
    .comments-header {
        display: block;
    }

    .comments-header-title {
        padding-bottom: 15px;
    }

    .comments-header-group {
        display: block;
    }

    .comments-header-rating {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .video-item {
        width: 100%;
    }

    .products-item-features {
        display: none;
    }

    .products-item.products-item-list .products-item-articul {
        margin-top: 5px;
        padding-left: 0;
    }

    .flex-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-item.products-item-list .products-item-name a {
        font-size: 15px;
    }

    .cart-dp-left {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 25px;
    }

    .cart-dp-right {
        padding-left: 0px;
        width: 100%;
    }

    .radio-big label {
        font-size: 15px;
    }

    .cart-box-head {
        font-size: 16px;
        padding-top: 3px;
    }

    .cart-table-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .cart-table-item-name {
        width: calc(100% - 120px);
        padding-right: 35px !important;
    }

    .cart-table-item-count {
        width: 120px;
        text-align: left;
        padding-top: 0 !important;
    }

    .cart-table-item-price {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-top: 0 !important;
    }

    .cart-table-item-price div {
        font-size: 14px;
    }

    .cart-table-item-name a {
        font-size: 14px;
    }

    .cart-table-item-close {
        position: absolute;
        right: -5px;
        top: 0px;
    }

    .order-ok {
        font-size: 16px;
    }

    .order-box-head {
        font-size: 16px;
    }

    .order-table-item-name a {
        font-weight: 500;
        font-size: 14px;
    }

    .order-details {
        font-size: 14px;
    }

    .order-table-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order-table-item>div {
        padding: 10px 15px;
    }

    .order-table-item-img {
        width: 100px;
        padding-left: 15px !important;
    }

    .order-table-item-name {
        width: calc(100% - 100px);
    }

    .order-table-item-count {
        width: 100px;
        text-align: center;
        padding-top: 0 !important;
    }

    .order-table-item-price {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    .order-box {
        padding: 15px;
        margin-bottom: 15px;
    }

    .order-ok {
        padding: 15px 15px 15px 55px;
    }

    .order-ok::before {
        left: 15px;
    }
    .products-item-name a {
        font-size: 13px
    }
    .products-item-center {
        padding: 0;
    }
    .products-dant {
        font-size: 12px;
    }
    .btn-cart span.nm {
        display: none;
    }
    .btn-cart span.ic {
        margin-left: 0px;
    }
    .btn.btn-cart {
        padding: 9px 10px 10px;
    }
    .products-item-btn {
        padding: 10px 15px 10px 0px;
    }
    h1, .h1 {
        font-size: 24px;
        margin: 20px 0 20px 0;
    }
    .wrapper-product {
        padding: 30px 0;
    }
    .js-tabs__title {
        font-size: 16px;
    }
    .js-tabs__content {
        padding: 20px 30px;
    }
    .galler-name {
        font-size: 18px;
        line-height: 22px;
    }
    .galler-txt {
        font-size: 13px;
    }
    .tovar-top {
        flex-wrap: wrap;
    }
    .tovar-img {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .tovar-img img {
        width: 250px;
    }
    .tovar-desc {
        padding-left: 0px;
        width: 100%;
    }
    .content-tovary h2 {
        font-size: 20px;
    }
    .tovar-h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .pay::before {
        content: "";
        width: 50px;
        height: 50px;
        mask-size: 20px;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .pay::after {
        width: 50px;
        height: 50px;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .pay {
        padding: 60px 0 15px 0px;
    }
    .galleries-content-images .galler a img {
        height: 200px;
    }
    .breadcrumb ul li{
        font-size: 13px;
    }



}

@media (max-width: 575.98px) {

    /* sm */
    .swiper-button-next.swb-circle,
    .swiper-button-prev.swb-circle {
        height: 32px;
        width: 32px;
        margin-top: -16px;
    }

    .galleries-content-images .galler a img {
        height: 150px;
    }

    .index-slide .swiper-button-prev.swb-circle {
        left: 10px;
    }
    .galleries-box > div {
        width: 100%;
    }
    .index-slide .swiper-button-next.swb-circle {
        right: 10px;
    }
    .chrs-rek .chrs {
        font-size: 13px;
    }
    .index-slide:hover .swiper-button-prev.swb-circle {
        left: 10px;
    }

    .about-number-bb{
        margin-bottom: 20px;
    }

    .index-slide:hover .swiper-button-next.swb-circle {
        right: 10px;
    }
    .h1eader-box-name {
        font-size: 22px;
    }
    .advantage-left ul li {
        background-size: 30px;
        padding-left: 50px;
        margin-bottom: 10px;
    }
    .index-slide-h1 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .index-slide-text {
        display: none;
    }

    .index-slide-button span {
        padding: 3px 6px;
        font-size: 13px;
    }

    .swiper-pagination.swp-circle {
        bottom: 10px;
    }

    .index-offers-btn div {
        margin-right: 7px;
        padding: 2px 7px;
        margin-bottom: 7px;
    }

    .products-item-top {
        height: 120px;
    }

    .products-item .products-item-footer {
        display: none !important;
    }
    .swiper-button-next.swb-circle.swb-circle-top {
        right: 10px;
    }
    .swiper-button-prev.swb-circle.swb-circle-top {
        left: 10px;
    }
    .slide-wrapper {
        height: 240px;
    }
    .products-item-badges {
        top: 0px;
        left: 0px;
    }
    .index-slide-data {
        padding-left: 60px;
        padding-right: 60px;
    }
    .products-item-badges .badge {
        margin: 0 1px 1px;
        font-size: 8px;
        padding: 3px 5px 1px;
    }
    .h1eader-box-name::before {
        font-size: 42px;
    }
    .products-item-body {
        padding: 10px;
    }
    .index-slide-h2 {
        font-size: 13px;
    }
    .products-item-name a {
        font-size: 14px;
    }
    .about-numbers {
        padding: 0;
    }
    .a-number {
        line-height: 55px;
    }
    .footer-data-h1 {
        font-weight: 600;
        font-size: 14px;
    }
    .foot-label {
        font-size: 16px;
    }
    .subscription {
        padding: 20px;
    }
    .subscription-h1 {
        font-size: 16px;
    }
    .footer-citys a {
        margin-right: 5px;
    }
    .index-slide-button span {
        padding: 5px 15px;
        font-size: 11px;
    }
    .about-number {
        width: 100%;
    }
    .a-number::before {
        font-size: 24px;
    }
    .a-number {
        font-size: 24px;
    }
    .a-number span i {
        font-size: 14px;
    }
    .h1eader-product-galery .h1eader-box-name {
        font-size: 22px;
    }
    .about-number > div:nth-child(2) {
        max-width: 100%;
    }
    .about-numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products-item-status::after {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }
    .about-number > div:nth-child(2) {
        font-size: 12px;
    }
    .products-item-status {
        font-size: 12px;
        letter-spacing: -0.5px;
        padding-left: 8px;
        margin-right: 7px;
    }

    .products-item-sku {
        font-size: 12px;
        letter-spacing: -0.5px;
    }

    .products-item-articul {
        display: none;
    }

    .products-item-prices {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-item-price-old {
        font-size: 14px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        line-height: 14px;
    }

    .products-item-price {
        font-size: 16px;
        margin-right: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .index-offers {
        padding: 10px 0 10px 0;
    }

    .banners-widget {
        padding-top: 15px;
    }

    .news-widget-name {
        padding: 10px;
    }

    .footer-data {
        padding: 0px 0 20px 0;
    }

    .reviews-item-btn {
        display: none;
    }

    .reviews-item {
        padding: 15px 15px 60px 15px;
    }

    .reviews-item-rating {
        display: block;
        width: 100%;
        padding-top: 10px;
    }

    .reviews-item-header {
        margin-bottom: 15px;
    }

    .w-sort-display {
        display: none;
    }

    .w-sort-filter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .property-item {
        padding: 5px 10px;
    }

    .product-gallery {
        padding: 15px;
    }

    .swiper-thumb {
        width: 300px;
        padding: 10px 42px;
    }

    .product-data {
        padding: 15px;
    }

    .product-data-header {
        padding-bottom: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-data-rating {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-data-articul {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .product-data-brand {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .js-tabs__title {
        padding: 10px;
        font-weight: 400;
        font-size: 14px;
    }

    .contacts-item {
        width: 100%;
    }

    .brands-list a>span img {
        max-width: 100px;
    }

    .compare-features {
        font-size: 12px;
    }

    .compare-features-name {
        height: 20px;
    }

    .compare-features-value {
        height: 20px;
    }

    .compare-slider-next.swiper-button-next.swb-circle.swb-circle-top,
    .compare-slider-prev.swiper-button-prev.swb-circle.swb-circle-top {
        top: 50%;
        bottom: auto;
    }

    .compare-slider-next.swiper-button-next.swb-circle.swb-circle-top {
        right: 15px;
        margin-right: 0;
    }

    .compare-slider-prev.swiper-button-prev.swb-circle.swb-circle-top {
        left: 15px;
        margin-left: 0;
    }

    .comments-form-lr {
        display: block;
    }

    .comments-form-l {
        width: 100%;
    }

    .comments-form-r {
        width: 100%;
    }

    .products-item.products-item-list .products-item-top {
        height: 120px;
    }

    .products-item.products-item-list .products-item-name a {
        font-size: 14px;
    }

    .products-item.products-item-list .products-item-footer {
        display: block !important;
    }

    .products-item.products-item-list .js-product-item-buy {
        display: none;
    }

    .products-item.products-item-list .products-item-size {
        display: none;
    }
    .products-list {
        margin: -5px
    }
    .products-item {
        padding: 5px;
    }
    .products-item-body {
        padding: 5px;
        border-radius: 10px;
    }
    .products-item-actions {
        display: none;
    }
    .products-item-top {
        padding-bottom: 0px;
    }
    .map iframe {
        height: 400px !important;
    }
    .products-item-thumbs-nav div::before {
        background: #1A1A1A !important;
    }
    .swiper-product .swiper-large-preview .swiper-slide > a {
        padding: 10px;
    }
    .swiper-product .swiper-large-preview {
        height: 280px;
    }
    h1, .h1 {
        font-size: 20px;
    }
    .wrapper-product {
        padding: 0px 0 20px 0;
    }
    .swiper-thumb .swiper-slide {
        border-width: 2px;
        border-radius: 5px;
    }
    .js-tabs__content {
        padding: 20px 20px;
    }
    .h1eader-box-name::before {
        font-size: 26px;
    }
    .about-img, .video-box {
        height: 300px;
    }
    .about-img a::after, .video-box a::after {
        width: 80px;
        height: 80px;
    }
    .about-img a:hover::after, .video-box a:hover::after {
        width: 100px;
        height: 100px;
    }
    .about-img::before, .video-box::before {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .fancybox-slide {
        padding: 15px !important;
    }
    .content blockquote {
        padding: 15px;
        line-height: 26px;
    }
    .certificates-files-data div span {
        font-size: 16px;
    }
    .certificates-files > div {
        padding: 15px;
    }
    .tovar-box {
        padding: 15px 15px;
    }
    .content-tovary-box {
        margin-bottom: 30px;
    }

    .breadcrumb ul li{
        font-size: 12px;
    }




}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .site-menu>li:hover>ul {
        display: block;
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

    .categories-wrap:hover .categories-dropdown {
        display: block;
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }














}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}