/*BASE*/

* {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    position: relative;
}
ul{
    padding-left: 0;
}
b, strong {
    font-weight: bold;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.container._px24{
    padding: 0 24px;
    box-sizing: content-box;
}
input{
    border: 1px solid #e6e6e6;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.divider {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px solid #535354;
}

.w-100 {
    width: 100%;
}

.btn {
    color: #fff;
    padding: 12px 40px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
}
.btn:after {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
}
.btn:hover:after {
    opacity: 1;
}
input[type=file]{
    display: none;
}
.close-btn {
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
}

.close-btn::before, .close-btn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-btn.thick::before, .close-btn.thick::after {
    height: 2px;
}

/*HEADER*/

.header,
.footer{
    background-color: #343537;
}

.header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu,
.phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu {
    list-style: none;
    padding-left: 0;
}

.menu_item {
    padding: 15px;
}
.footer-menu .menu_item {
    padding: 6px;
}
.menu_link {
    color: #cbcbcb;
    font-size: 15px;
    text-decoration: none;
}
.menu_link:hover {
    color: #fff;
}
.logo {
    height: 130px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.logo-off{
    font-style: italic;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
}

.search {
    border: none;
    outline: none;
    padding: 9px 0 9px 35px;
    background-size: 20px;
    background-color: #535354;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 9px 8px;
    color: #fff;
}

.search::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.search:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

/*noinspection CssInvalidPseudoSelector*/
.search::placeholder {
    color: #fff;
    font-weight: 300;
}

.phone-item {
    color: #cbcbcb;
    font-weight: 300;
}

.phones .phone-item:first-child {
    padding-right: 30px;
}

.phone-link {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.pagination {
    margin-bottom: 38px;
}
.pages-nav {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.pages-nav_item {
    width: 20%;
    padding: 30px 0;
    color: #fff;
    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;
    border-right: 1px solid #535354;
    text-decoration: none;
}
.pages-nav_item.active{
    background-color: #535354;
}
.pages-nav_sub-menu{
    position: absolute;
    width: 100%;
    background-color: #535354;
    display: none;
    z-index: 1050;
    top: 95px;
}
.sub-menu_category{
    margin: 0;
    padding: 25px 35px;
    width: 261px;
    border-right: 1px solid #343537;
}
.sub-menu_category li a{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.sub-menu_category li a:hover{
    text-decoration: underline;
}
.sub-menu_vendors{
    padding: 35px;
    column-count: 4;
    margin: 0;
    display: none;
}
.sub-menu_vendors li{
    padding: 0 25px;
    margin-bottom: 30px;
}
.sub-menu_vendors li a{
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.sub-menu_vendors li a:hover{
    text-decoration: underline;
}
.sub-menu_tags{
    max-width: 40%;
    padding: 35px;
    margin: 0;
    display: none;
}
.sub-menu_tags li{
    margin-bottom: 15px;
    display: inline-block;
}
.sub-menu_tags li a{
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.pages-nav_item:hover{
    background-color: #535354;
}
.pages-nav_item:first-child {
    border-left: 1px solid #535354;
}

.equipment:before {
    content: url(../images/equipment-icon.png);
    margin-right: 15px;
    width: 35px;
    text-align: center;
}

.reviews:before {
    content: "";
    margin-right: 15px;
    width: 35px;
    text-align: center;
    background: url(../images/star-empty.svg) no-repeat center center;
    height: 100%;
    display: block;
    background-size: contain;
}

.question:before {
    content: "";
    margin-right: 15px;
    width: 35px;
    text-align: center;
    background: url(../images/question.svg) no-repeat center center;
    height: 100%;
    display: block;
    background-size: contain;
}

.video:before {
    content: "";
    margin-right: 15px;
    width: 35px;
    text-align: center;
    background: url(../images/play.svg) no-repeat center center;
    height: 100%;
    display: block;
    background-size: contain;
}

.info:before {
    content: "";
    margin-right: 15px;
    width: 35px;
    text-align: center;
    background: url(../images/file-empty.svg) no-repeat center center;
    height: 100%;
    display: block;
    background-size: contain;
}

/*HERO-BLOCK*/

.hero-block {
    padding: 40px 0;
}

.hero-block .category {
    list-style: none;
    padding-left: 0;
    padding-right: 20px;
    width: 30%;
    margin: 0;
}

.category li {
    padding: 17.5px 0;
    border-bottom: 1px solid #e6e6e6;
}

.category li:first-child {
    border-top: 1px solid #e6e6e6;
}

.category li a {
    font-size: 18px;
    font-weight: bold;
    color: #343537;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7px;
}

/*.category li a:before{
    margin-right: 15px;
    width: 40px;
    text-align: center;
    content: url(../images/equipment-icon.png);
}
.category li:first-child a:before {
    content: url(../images/sources-icon.png);
}
.category li:nth-child(2) a:before {
    content: url(../images/plasma-cutters.png);
}
.category li:nth-child(3) a:before {
    content: url(../images/consumables-icon.png);
}
.category li:nth-child(4) a:before {
    content: url(../images/machines-icon.png);
}
.category li:nth-child(5) a:before {
    content: url(../images/compr.png);
}*/

.main-slider {
    width: 70%;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    width: 15px;
    height: 15px;
}

.main-slider .lSSlideOuter {
    position: relative;
}

.main-slider .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li.active a,
.main-slider .lSSlideOuter .lSPager.lSpg > li:hover a {
    border: 3px solid #fff;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff;
}

/*BRANDS*/

.brands {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.brands_item {
    padding: 20px 15px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 11%;
    cursor: pointer;
}

.brands_item a {
    -webkit-transition: 1s;
    transition: 1s;
}

.brands_item a:hover {
    text-decoration: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*POPULAR*/

.title {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #343537;
    text-transform: uppercase;
}

.goods {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.goods_item {
    padding: 30px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.goods_item-img-wrap {
    width: 40%;
    height: auto;
    padding-right: 30px;
}

.goods_item-img {
    max-height: 200px;
    max-width: 100%;
    height: auto;
    width: auto;
}
.goods_item-title{
    margin-bottom: 20px;
}
.goods_item-title,
.goods_item-title-mob{
    font-size: 24px;
}
.goods_item-title a{
    text-decoration: none;
    color: #000000;
}
.goods_item-descr-wrap {
    width: 60%;
}

.goods_item-descr{
    font-size: 15px;
    font-weight: 300;
}

.goods_item-props-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods_item-props {
    padding: 5px 25px;
    margin-bottom: 20px;
    text-align: center;
}
.goods_item-props:not(:last-child){
    border-right: 1px solid #e6e6e6;
}
.prop {
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.prop-name {
    font-size: 13px;
    font-weight: 300;
    /*white-space: nowrap;*/
}

.goods_item-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    width: 90%;
}

.goods_item-price {
    font-size: 24px;
}
.goods_item-price__wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    white-space: nowrap;
    gap: 4px;
    margin-right: 8px;
    line-height: 30px;
}
.goods_item-price__label{
    line-height: 25px;
}
.ai-c{
  align-items: center;
}
.goods_item-price~.btn{
    padding: 7px 40px;
}
.pagination .pages {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    color: #000;
}

.pagination .pages.active {
    color: #fff;
}

/*ARTICLES*/
.articles {
    margin-left: -10px;
    margin-right: -10px;
}
.articles-wrap {
    width: 33.333333%;
    height: auto;
    margin-bottom: 30px;
}
.articles-wrap>div{
    border: 1px solid #e5e5e5;
    margin: 0 10px;
}
.articles-img-wrap{
    position: relative;
    height: 217px;
}
.articles-img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.articles-title{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 20px 10px;
    min-height: 70px;
}
.articles-expert{
    display: flex;
    padding: 0 20px 20px;
    align-items: center;
}
.expert-photo{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.expert-photo img{
    border-radius: 50%;
    max-width: 100%;
}
.expert-name{
    color: #999999;
    font-weight: 300;
    font-size: 15px;
}
.articles-btn{
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.articles-link{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
}

/*FOOTER*/

.footer-wrap{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo{
    font-size: 24px;
    text-decoration: none;
}
.footer-bottom{
    font-size: 15px;
    color: #cbcbcb;
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #000;
}

/*CATALOG*/
.crumbs{
    font-size: 13px;
    color: #808080;
    text-transform: uppercase;
    text-decoration: none;
}
#crumbs{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
    padding-bottom: 10px;
}
.catalog-descr{
    padding-top: 16px;
}
.catalog2-descr{
    align-items: center;
    display: flex;
    margin-top: -15px;
    margin-bottom: 30px;
}
.catalog-wrap{
    width: calc(33% - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.catalog-wrap:nth-child(3){
    margin-right: 0;
}
.catalog{
    margin-top: 30px;
}
.catalog-title{
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.seo-text{
    font-weight: 300;
    color: #343537;
    margin-bottom: 50px;
}
.seo-text p{
    font-size: 15px;
}
.seo-title{
    font-size: 24px;
    margin-top: 10px;
}
.tags-wrap{
    padding: 20px 0;
}
.tags-brand{
    padding: 17px;
    background-color: #f7f7f7;
    margin-bottom: 1px;
}
.tags-appointment{
    padding: 17px;
    background-color: #f7f7f7;
    margin-bottom: 1px;
}
.tags-title{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    line-height: 35px;
}
.tags{
    list-style: none;
    padding-left: 0;
    margin: 0;
    min-height: 30px;
}
.tags li{
    font-size: 13px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 3px;
    margin: 4px 5px;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}
.tags li:hover a,
.tags li.active a{
    color: #fff;
}
.tags li a{
    padding: 6px 8px;
    text-decoration: none;
    display: inline-block;
    color: #000;
}
.tags li span{
    display: inline-block;
    color: #fff;
    padding: 6px 8px;
}
.moreTags{
    display: none;
}
.moreTags.show{
    display: block;
}
.filter{
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    background-color: #f7f7f7;
    align-items: center;
    flex-wrap: wrap;
}
.filter-item{
    padding: 20px;
    border-right: 1px solid #fff;
    width: 30%;
}
.free_delivery{
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.free_delivery img{
    margin-right: 5px;
}
.filter-item:last-child{
    border-right: none;
    /*padding-bottom: 0;*/
}
.show-more{
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-left: 6px;
    text-decoration: none;
}
.filter-name{
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.custom-select{
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    background: url(../images/chevron-down.svg) no-repeat 94% center;
    background-size: 16px;
    height: calc(2.25rem - 4px);
    padding-top: .275rem;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-family: 'PT Sans Regular', sans-serif;
}
.hide-block~.container .popular-wrap{
    display: none;
}

/*CARD*/
.card-wrap{
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 30px;
    margin-bottom: 10px;
}
.card-main_title,
.art-main_title{
    font-size: 24px;
    color: #343537;
    font-weight: 500;
    margin-top: 42px;
}
.card-slider-wrap{
    width: 490px;
}
.card-slider .card-slider-img-wrap {
    height: 430px;
    padding: 15px;
    text-align: center;
}
.card-slider-nav{
    display: none;
}
.card-slider-nav .card-slider-img-wrap {
    margin: 5px;
    padding: 7px;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    outline: none;
    height: 68px;
}

.card-slider-nav .arr-prev {
    left: -20px;
    outline: none;
}

.card-slider-nav .arr-next {
    right: -20px;
    outline: none;
}

.card-slider-nav .fa-caret-left,
.card-slider-nav .fa-caret-right {
    color: #0f77ba;
    width: 15px;
    height: 20px;
}

.card-slider-nav .slick-current {
    outline: none;
}
.vendor img{
    display: block;
    margin: 0 auto;
}
.card-slider-img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.card_item-props{
    padding: 5px 25px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    margin: 35px 0;
}
.vendor{
    padding: 24px;
    border: 1px solid #e6e6e6;
}
.card_item-props:last-child{
    border-right: none;
}
.razhodka-descr li{
    font-size: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}
.goods_item-props-wrap.fl-good-tab {
    border-bottom: 1px solid #e6e6e6;
}
.razhodka-descr li:first-child{
    border-top: 1px solid #e6e6e6;
}
.show-all-charact{
    display: inline-block;
    margin: 12px 0;
    text-decoration: none;
}
#reviewStars-input input:checked ~ label,
#reviewStars-input label,
#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
    background: url('../images/stars.png') no-repeat;
}

#reviewStars-input {

    /*fix floating problems*/
    overflow: hidden;
    *zoom: 1;
    /*end of fix floating problems*/
    position: relative;
    float: left;
    width: 205px;
    margin-bottom: 1rem;
}

#reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;

    height: 38px;
    width: 38px;

    position: absolute;
    top: 0;
    z-index: 0;
}

#reviewStars-input input:checked ~ label {
    background-position: 0 -38px;
    height: 38px;
    width: 38px;
}

#reviewStars-input label {
    background-position: 0 0;
    height: 38px;
    width: 38px;
    float: right;
    cursor: pointer;
    margin-right: 3px;

    position: relative;
    z-index: 1;
}

#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
    background-position: 0 -38px;
    height: 38px;
    width: 38px;
}

#reviewStars-input #star-0 {
    left: 4px;
}

#reviewStars-input #star-1 {
    left: 40px;
}

#reviewStars-input #star-2 {
    left: 76px;
}

#reviewStars-input #star-3 {
    left: 112px;
}

#reviewStars-input #star-4 {
    left: 148px;
}
.recall-title{
    font-size: 30px;
    color: #303234;
    padding-bottom: 10px;
}
.card-prise{
    background-color: #f8f8f8;
    padding: 30px 40px;
    border: 1px solid #e6e6e6;
}
.card_item-price {
    font-size: 30px;
}
.card-btn{
    display: block;
    font-size: 18px;
    padding: 18px;
    min-width: 320px;
}
.free-delivery{
    margin: 10px 0 25px;
}
.card-consultation-wrap{
    padding: 30px;
    border: 1px solid #e6e6e6;
}
.card-consultant{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.consultant-photo{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    object-fit: cover;
    object-position: center;
}
.consultant-contacts{
    display: flex;
    flex-direction: column;
}
.consultant-title{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #343537;
}
.consultant-name{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}
.consultant-tel,
.consultant-mail{
    font-size: 18px;
    font-weight: bold;
    color: #343537;
    text-decoration: none;
    line-height: 24px;
}
.consultant-mail{
    font-weight: 300;
    text-decoration: underline;
}
.card-call-back{
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%;
}
.card-menu-wrap{
    border-bottom: 1px solid #e6e6e6;
}
.card-menu{
    max-width: 700px;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding-left: 0;
}
.card-menu_item{
    padding: 17px;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}
.card-menu_item:hover{
    margin-bottom: -1px;
}
.card-menu_link{
    color: #343537;
    text-decoration: none;
}
.card-main{
    width: 65%;
}

.characteristics-list{
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.characteristics-list li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #343537;
    font-weight: 300;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    border-bottom: 1px solid #e6e6e6;
}
.characteristics-list li span {
    display: inline-block;
    padding: 12px;
}
.characteristics-list li span:first-child {
    width: 40%;
    border-right: 1px solid #e6e6e6;
}
.characteristics-list li:nth-child(even) {
    background-color: #f7f7f7;
}
.card-main_description,
.card-main_characteristics,
.razhodka_description,
.razhodka_description-tab{
    margin-bottom: 40px;
    font-size: 15px;
    color: #343537;
    font-weight: 500;
}
.video-product {
    height: auto;
    width: auto;
    position: relative;
    margin-bottom: 40px;
}
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}
.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all-raiting{
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
}
.all-raiting>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #e6e6e6;
}
.all-raiting>div:last-child{
    border-right: 0;
}
.send-review{
    display: block;
    white-space: nowrap;
}
.all-reviews,
.good-reviews,
.bad-reviews{
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}
.all-reviews{
    color: #000;
}
.good-reviews{
    color: #72ba00;
}
.rating{
    text-transform: uppercase;
    font-size: 15px;
}
.rating span{
    margin-right: 15px;
}
.review-rait{
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
}
.item-review{
    padding: 25px 35px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.item-review-name{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 17px;
}
.feedback-wrap{
    display: flex;
    padding: 30px;
    background-color: #f8f8f8;
}
.feedback-wrap textarea{
    width: 70%;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.feedback-wrap div{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-left: 20px;
}
.feedback-wrap div input{
    margin-bottom: 10px;
    height: 38px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
}
.comments-wrap{
    padding: 35px 0 0;
}
.user-name{
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
}
.expert-answer{
    display: flex;
    align-items: center;
    padding: 30px 0 30px 60px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.comments_expert-photo{
    min-width: 60px;
    min-height: 60px;
    margin-right: 20px;
}
.comments_expert-photo:before{
    content: url("../images/comment-arr.png");
    position: absolute;
    left: 20px;
}
.comments_expert-photo img{
    width: 100%;
    height: auto;
}
.comments_expert-name{
    font-size: 15px;
    font-weight: 300;
}
.comments_expert-name span{
    font-weight: bold;
}
.justify-content-sb{
    justify-content: space-between;
}

#gallery .gallery-slider-nav{
    height: 100px;
    padding-top:20px;
    margin: 0 auto!important;
}
#gallery .slick-list,
#gallery .gallery-slider .slick-track,
#gallery .gallery-slider .card-slider-img-wrap {
    height: 100%;
}
#gallery .gallery-slider{
    height: calc(100% - 100px);
}
#gallery .gallery{
    padding-top: 80px;
    height: 100%;
}
.gallery .gallery-slider{
    flex:1;
}
#gallery{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    outline: 0;
}
#basket{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    outline: 0;
    padding-top: 180px;
}
#gallery .close-btn-card {
    top: 30px;
    width: 25px;
    height: 25px;
    border-bottom: none;
}
#basket{
    padding-top: 80px;
}
.modal-open {
    overflow: hidden;
}
.gallery-slider-nav {
    width: 500px;
    margin: 20px auto 0;
}
.gallery-slider-nav .slick-track .slick-current {
    outline: none;
}
.gallery-slider-nav .card-slider-img-wrap {
    margin: 5px;
    padding: 7px;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    outline: none;
    height: 68px;
    max-width: 68px;
}
.btn.active{
    background: #999;
    border-bottom-color: #999;
    pointer-events: none;
}
.close-btn-card{
    top: -30px;
    position: absolute;
    right: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
    text-transform: uppercase;
}

.card-right-sidebar {
    width: 35%;
    padding-left: 50px;
}

.consumables-title{
    font-size: 24px;
    color: #343537;
    font-weight: 500;
    margin-top: 42px;
    margin-bottom: 20px;
}
.consumables-img-wrap{
    width: 120px;
    height: auto;
    margin-right: 15px;
}
.consumables-img-wrap img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.consumables-item {
    display: flex;
    padding: 30px 15px;
    border: 1px solid #e6e6e6;
}
.consumables-descr{
    font-size: 15px;
    font-weight: 300;
    color: #343537;
}
.consumables-price{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.consumables-wrap{
    margin-bottom: 15px;
}
.show-all-consumables{
    text-transform: uppercase;
    font-size: 15px;
    padding: 17px;
    text-align: center;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 50px;
    display: block;
    text-decoration: none;
}
.card-articles{
    position: relative;
    height: 200px;
    overflow: hidden;
}
.card-articles-wrap{
    padding-left: 35px;
    margin-top: 30px;
}
.card-articles_item{
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    color: #000;
}
.card-articles_item:before{
    content: "";
    background: url(../images/chevron-right.svg) no-repeat center center;
    background-size: cover;
    display: inline-block;
    width: 7px;
    margin-right: 15px;
    height: 22px;
}
.show-all-articles{
    display: inline-block;
    margin: 12px 0 0 22px;
    text-decoration: none;
}
.cat-brands{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.cat-brands-title,
.cat-brands-title-tab{
    font-size: 18px;
    font-weight: bold;
    color: #343537;
    margin-bottom: 20px;
}
.cat-brands__item{
    height: 120px;
    padding: 20px 15px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    margin-bottom: 15px;
    text-align: center;
}
.cat-brands__item-name{
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    color: #343537;
}
.cat-brands__item-img {
    max-width: 130px;
    max-height: 50px;
}
.cat-brands__item a{
    text-decoration: none;
}
.cat-group2-cat-brands{
    width: 30%;
    padding: 50px 20px 0 30px;
}
.filter2{
    margin-top: 30px;
}
.filter2 .filter-item {
    width: 50%;
}
.filter2 .filter-item:last-child {
    width: 30%;
}
.cat-group2-wrap{
    display: flex;
}
.cat-group2{
    width: 80%;
    margin-bottom: 30px;
}
.goods_item-list-wrap{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.goods_item-list{
    width: 40%;
    display: flex;
}
.basket_item-list{
    display: flex;
    max-width: 70%;
}
.basket_item-list-wrap{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}
.goods_item-list-name {
    padding-top: 10px;
}
.goods_item-list-price{
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
}
.goods_item-list-price .list-price{
    width: 33%;
    padding-left: 20px;
}
.goods_item-list-price .goods_item-list-quantity{
    width: 42%;
}
.goods_item-list-img{
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 20px;
    text-align: center;
}
.basket_item-list .goods_item-list-img{
    height: auto;
}
.goods_item-list-quantity {
    display: flex;
    margin-right: 15px;
}
.goods_item-list-quantity button {
    border: 1px solid #c9c9c9;
    background: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding: 0 9px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.quantity-field{
    height: 40px;
    text-align: center;
    width: 60px;
    border: 1px solid #c9c9c9;
}
.list-price{
    font-size: 24px;
    margin-right: 15px;
}
.add-to-cart{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.add-to-cart:before{
    content: url("../images/cart.png");
    margin-right: 5px;
}
.list-name_link{
    font-size: 18px;
    color: #343537;
    text-decoration: none;
}
.articulus{
    font-size: 15px;
    color: #999999;
    margin-top: 5px;
}
.cat-group2-brands{
    padding: 30px;
}
.card2-img-wrap{
    width: 28%;
}
.razhodka-charact{
    width: 27%;
    padding-right: 20px;
}
.card-prise-wrap2{
    width: 45%;
}
.razhodka_item-list-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-to-cart2{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 10px 45px;
    text-decoration: none;
    cursor: pointer;
}
.add-to-cart2:before{
    content: url("../images/cart-w.png");
    margin-right: 5px;
}
.ml-4{
    margin-right: 0;
    margin-left: 40px;
}
.btn-r{
    background-color: #fff;
    padding: 12px 40px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
}
.card-consultant2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-consultant2 .consultant-photo{
    margin-right: 0;
    width: 70px;
    height: 70px;
}
.consultant-contacts2{
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}
.card-prise2{
    background-color: #f8f8f8;
    padding: 20px 30px;
    border: 1px solid #e6e6e6;
}
.razhodka_list-price{
    font-size: 30px;
}
.card-menu-wrap.mt-5 {
    margin-top: 50px;
}
.rel-prod{
    font-size: 24px;
    color: #343537;
    margin-top: 40px;
    margin-bottom: 25px;
}
.top-brands{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-brands_title{
    font-size: 24px;
    color: #343537;
    margin-top: 50px;
    text-transform: uppercase;
}
.top-brands-rating{
    width: 100px;
    min-width: 100px;
    margin-right: 5px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
}
.top-brands_item{
    width: 33%;
}
.more-brands{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.more-brands_item{
    width: 25%;
}
.more-brands_wrap,
.top-brands_wrap{
    margin: 8px;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
}
.more-brands_wrap a,
.brands_item a{
    /*height: 60px;*/
}
.more-brands_item img,
.brands_item-img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.more-brands-rating{
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.more-brands_link,
.next-product{
    text-align: center;
    margin-bottom: 40px;
}
.more-brands_link a,
.next-product a{
    text-decoration: none;
}
.more-brands_link a span,
.next-product a span{
    text-transform: uppercase;
    font-size: 15px;
}
.next-product{
    margin-top: 30px;
    cursor: pointer;
}
.next-product:after{
    content: url('../images/ang-d.png');
    display: block;
    margin-top: 10px;
}
.top-goods-wrap{
    display: flex;
    margin-top: 30px;
}
.top-goods-item {
    padding: 30px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    width: 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.top-goods-item:last-child{
    margin-right: 0;
}
.top-goods-item-descr{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.top-goods-item-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
}
.all-review{
    font-size: 15px;
    font-weight: 300;
    margin: 20px 0;
}
.review-wrap2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.rev-descr{
    margin: 0 15px;
    padding-right: 60px;
}
.d-flex{
    display: flex;
    align-items: center
}
.rev-logo{
    padding: 50px;
    border: 1px solid #e6e6e6;
    max-height: 340px;
}
.sum-rating-num{
    font-size: 30px;
    margin-top: 10px;
    margin-right: 15px;
}
.sum-rating{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sum-rating-text{
    display: block;
    margin-top: 16px;
    margin-bottom: 50px;
    text-align: center;
}
.send-review2{
    text-transform: uppercase;
    background-color: #fff;
    display: block;
    width: 100%;
}
.all-reviews2,
.good-reviews2,
.bad-reviews2{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 18px;
}
.all-raiting2,
.rev-rait{
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    align-items: center;
}
.rev-rait{
    margin-bottom: 0;
}
.all-raiting2>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    width: 160px;
    border-right: 1px solid #e6e6e6;
}
.rev-rait>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 15px;
    border-right: 1px solid #e6e6e6;
}
.rev-rait>div:last-child{
    border-right: none;
}
.all-reviews2{
    color: #000;
}
.good-reviews2{
    color: #72ba00;
}
.review-product-wrap{
    background-color: #f8f8f8;
    padding: 30px;
    display: flex;
}
.product_item {
    text-align: center;
    padding: 45px 30px;
    background-color: #fff;
}
.product_item-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: 15px;
}
.product_item-props {
    padding: 5px 25px;
    margin: 15px 0;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.product_item-props:last-child {
    border-right: none;
}
.review-product-descr{
    padding: 0 20px;
    width: 100%;
}
.product-descr-title{
    font-size: 36px;
    font-weight: 300;
}
.bg-white li .item-review{
    background-color: #fff;
}
.video-vendor .tags{
    padding: 17px;
    background-color: #f7f7f7;
    margin-bottom: 1px;
    margin: 30px 0;
}
.video-item-title {
    font-size: 21px;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.video-row{
    display: flex;
    justify-content: space-between;
}
.videoWrapper{
    height: 450px;
}
.video-item{
    /*width: 32%;*/
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.video-item-descr{
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
    margin-bottom: 15px;
}
.bg-gray{
    padding: 34px;
    background-color: #f7f7f7;
}
.q-descr{
    font-size: 18px;
    color: #343537;
    font-weight: 300;
    margin-top: 10px;
}
.q-field-wrap{
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.q-field{
    width: 85%;
    padding: 13px;
}
.q-btn{
    width: 15%;
}
.q-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.q-expert-answer{
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.q-user-title{
    font-size: 24px;
    color: #343537;
}
.q-user{
    font-size: 15px;
    color: #686868;
    font-weight: 300;
    margin: 10px 0;
}
.q-comments_expert-photo {
    min-width: 60px;
    min-height: 60px;
    margin-right: 20px;
}
.q-comments_expert-photo img{
    width: 100%;
}
.q-content-title{
    font-size: 24px;
    font-weight: bold;
    color: #343537;
    text-transform: uppercase;
}
.q-content>div{
    width: 50%;
    margin-bottom: 30px;
}
.q-content>div:last-child{
    width: 100%;
}
.q-list_item{
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    color: #000;
}
.q-list_item:before {
    content: "";
    background: url(../images/chevron-right.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 7px;
    margin-right: 15px;
    height: 12px;
}
.q-list_item.open:before{
    transform: rotate(90deg);
}
.q-tags{
    margin: 30px 0;
    background-color: #f7f7f7;
    padding: 17px;
}
.basket-wrap{
    display: flex;
    align-items: baseline;
}
.basket-wrap .goods{
    padding: 0 20px;
}
.basket-close-btn {
    top: -10px;
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
}
.basketItemAddBtn{
    display: flex;
    justify-content: space-between;
}
.basketItemAddBtn span{
    background: none;
}
#catalog-loader{
    display: none;
}
.basket-close-btn:hover::before, .basket-close-btn:hover::after {
    background: #cdcdcd;
    transform: rotate(0deg);
}
.basket-close-btn::before, .basket-close-btn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cdcdcd;
    transition: all 0.25s ease-out;
}
.basket-close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basket-close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.basket-close-wrap{
    position: relative;
    padding-left: 30px;
}
.basket-list-price {
    font-size: 24px;
    margin-right: 45px;
}
.basket-list-pricePopup{
    font-size: 24px;
}
.item-qty{
    font-size: 14px;
    color: #818181;
}
.bs-quantity{
    margin: 0 15px;
}
.basket_total-price{
    width: 100%;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #343537;
    padding: 30px 132px 30px 0;
    border-bottom: 10px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.order-form_field{
    padding: 13px;
    margin-bottom: 20px;
}
.basket-wrap .goods{
    width: 64%;
}
.order-form{
    width: 36%;
    padding-left: 60px;
    padding-right: 20px;
}
.order-form_wrap{
    display: flex;
    flex-direction: column;
}
.upload-file{
    display: flex;
    align-items: center;
    padding: 2px 13px;
    margin: 15px 0;
    width: 100%;
    border: 1px dashed #e6e6e6;
    font-size: 15px;
    font-weight: 300;
    color: #808080;
}
.upload-file:before{
    content: '+';
    font-size: 36px;
    color: #cccccc;
    margin-right: 15px;
}
.other-fields{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.other-fields span{
    cursor: pointer;
}
.file-text{
    margin-bottom: 15px;
}
.basket-btn{
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}
.checkbox-wrap .checkbox__input {
    display: none;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 11px 0 0;
    background-repeat: no-repeat;
    border: 2px solid #bfbfbf;
}
input[type="checkbox"] + label::before {
    border: 2px solid #bfbfbf;

}
.checkbox-wrap .checkbox__input + .checkbox__label:before {
    content: '';
    vertical-align: top;
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: #fff;
    margin-right: 7px;
    border: 1px solid #b4bbc2;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}

.checkbox__input:checked + .checkbox__label:before {
    content: '✓';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    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;
    margin-bottom: 20px;
    cursor: pointer;
}

form label.checkbox__label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #9b9b9b;
}

form label.checkbox__label a {
    color: #9b9b9b;
    display: inline-block;
    font-weight: 300;
    text-decoration: underline;
}

.checkbox-wrap{
    margin: 15px 0;
}
.basket-phone{
    text-align: center;
    font-size: 24px;
    color: #343537;
    margin-bottom: 25px;
}
.basket-phone a{
    font-size: 24px;
    text-decoration: none;
    margin-left: 5px;
}
.basket-popup_wrap {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.loader{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.animate-close {
    height: 20px;
    width: 20px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
}
.animate-close:before, .animate-close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 85%;
    left: 100%;
    margin-top: -5px;
    margin-left: -20px;
    height: 2px;
    width: 20px;
    transition: all 0.25s ease-out;
}
.animate-close:after {
    transform: rotate(-135deg);
}
.close-btn-card:hover .animate-close:before, .close-btn-card:hover .animate-close:after {
    transform: rotate(0deg);
}
.mini-basket{
    position: fixed;
    bottom: -120px;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 100;
    background-color: #343537;
    transition: all 0.25s ease-out;
}
.mini-basket-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticker{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
}
.sticker-text{
    font-size: 24px;
    font-weight: bold;
}
.red{
    color: #fb4108;
    font-weight: bold;
}
.sticker:before{
    content: url("../images/cart.png");
    margin-right: 20px;
}
.showBasket{
    cursor: pointer;
}
.show-basket-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 32%;
}
.show-basket-link,
.hide-basket{
    cursor: pointer;
}
.show-basket-link{
    display: none;
    position: fixed;
    bottom: 50px;
    left: 50px;
}
.show-basket-link:after{
    content: url("../images/ang-d.png");
    display: inline-block;
    transform: rotate(-180deg);
    margin-left: 10px;
}
.hide-basket:after{
    content: url("../images/ang-d.png");
    display: inline-block;
    margin-left: 10px;
}

.last_added{
    display: flex;
    align-items: center;
}
.last_added-img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.last_added-img img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.last_added-descr{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.last_added-title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}
.articles-col{
    width: 65%;
}
.articles-right-col{
    width: 35%;
    padding-left: 45px;
}
.art-main-descr{
    font-size: 15px;
    font-weight: 300;
}
.art-main-tags{
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.art-main-tags span{
    font-weight: bold;
    margin-right: 10px;
}
.art-main-tags a{
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
}
.other-articles{
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    text-transform: uppercase;
    color: #343537;
}
.best-price-block{
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
}
.best-price-title{
    text-transform: uppercase;
    font-size: 24px;
    color: #343537;
}
.best-price-img {
    text-align: center;
}
.best-price-sticker{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    margin: 10px 0 30px;
}
.best-price-list li{
    font-size: 15px;
    color: #343537;
    font-weight: 300;
    margin-bottom: 10px;
}
.best-price-list li:before{
    content: '✓';
    margin-right: 5px;
}
.best-price-list {
    margin: 30px 0;
}
.best-price-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.best-old-price{
    font-size: 18px;
    color: #343537;
    text-decoration: line-through;
}
.best-price{
    font-size: 24px;
}
.text-upper{
    text-transform: uppercase;
}
.last-added{
    display: flex;
    align-items: center;
    color: #fff;
    display: none;
}
.modal-backdrop{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.4;
}
.modal {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    /*overflow: hidden;*/
    outline: 0;
}
.modal-content {
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 30px;
    position: relative;
}
#review .item-review img{
    max-width: 100px;
}
#modalReview .modal-content{
    max-width: 770px;
}
#modalReview form.modal-review {
    display: flex;
    flex-direction: column;
}
#modalReview .review-item-wrap {
    display: flex;
    flex-direction: column;
}
#modalReview .review-item-wrap input{
    padding: 11px 15px;
    margin-bottom: 1rem;
}
#modalReview .review-item-wrap textarea{
    padding: 15px;
    border: 1px solid #e6e6e6;
}
#modalReview .captcha{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#modalReview .captcha div{
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
#modalReview .captcha div img{
    margin-left: 30px;
}
#modalReview .feedback__btn{
    width: 100%;
}
.modal-review-wrap{
    display: flex;
    align-items: center;
}
.modal-review-wrap span{
    margin-right: 15px;
}
.modal-review-wrap span i{
    font-style: normal;
}
.exit-popup{
    font-size: 15px;
    position: absolute;
    right: 0;
    top: -30px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
.modal-title{
    font-size: 30px;
    color: #343537;
    margin-bottom: 10px;
}
.call-title{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #343537;
}
.modal-header{
    margin: 20px 0 25px;
}
.successCallBack{
    display: block;
}
.processing_success{
    margin: 35px 0 25px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-control{
    height: 40px;
    width: 100%;
    padding: 0 20px;
}
.call-btn{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
}
.modal-body{
    font-size: 15px;
    color: #343537;
}
.textarea-question{
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}
.fields-group{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.fields-group input{
    margin-right: 20px;
    padding: 10px 20px;
    width: 35%;
}
.modal-question{
    max-width: 850px;
}
.q-list_answer{
    display: none;
    max-width: 400px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 22px;
}
.live-search{
    position: absolute;
    background-color: #535354;
    padding: 14px;
    z-index: 10;
    display: none;
}
.live-search li a{
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
.live-search li a:hover{
    opacity: 1;
}
.header-tab{
    display: none;
}
.video-wrap {
    /*flex-wrap: wrap;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 5px 20px;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
@media (min-width: 576px) {
    .video-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 920px) {
    .video-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}
.js-video{
    position: relative;
    /*height: 100%;*/
    flex: 1;
    width: 100%;
    background-color: #000;
    background-image: url("/design/images/video-loader.gif");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.js-video iframe{
    width: 100%;
    height: 100%;
}
.js-video img{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.js-video__play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 20%;
}
.js-video__desc{
    height: 100px;
    /*overflow: visible;*/
    /*text-overflow: ellipsis;*/

}
.js-video__desc span{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.header-nav-tab,
.question-tab{
    display: none;
}
.card-field-wrap button{
    width: 100%;
}
.show-more-tags,
.card-consultation-wrap-tab{
    display: none;
}
.razhodka-consultation-wrap {
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.card-main_description ul li:before,
.razhodka_description ul li:before,
.razhodka_description-tab ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ff3f00;
    display: inline-block;
    margin-right: 10px;
}
.send-review-tab,
.review-product-rate-tab{
    display: none;
}
.brands_item-img-wrap {
    width: 210px;
}
.item-review-right {
    font-weight: 300;
    font-size: 15px;
}
.rashodka-main-text{
    display: flex;
    align-items: center;
}
.rashodka-main-text img{
    padding-right: 20px;
}
.razhodka-img-wrap{
    cursor: pointer;
    text-align: center;
}
.razhodka_description-tab{
    display: none;
}
.cat-brands-tab,
.cat-brands-title-tab{
    display: none;
}
.contacts{
    display: flex;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
}
.contacts:first-child{
    margin-top: 0;
}
.contacts-wrap{
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.contacts-wrap:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.contacts-wrap{
    display: flex;
    justify-content: space-between;
}
.contacts_map{
    width: 60%;
}
.contacts i{
    padding: 10px 0;
    min-width: 50px;
    text-align: center;
    color: #fff;
    background-color: #ff3f00;
    margin-right: 12px;
}
.contacts_title{
    font-size: 15px;
}
.contacts_title-bold{
    font-size: 18px;
    font-weight: bold;
}
.contacts_phone a,
.contacts_mail a{
    font-size: 24px;
    color: #ff3f00;
    text-decoration: none;
}
.sale,
.sale_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale_img {
    margin-right: 10px;
}
.sale {
    background-color: #f8f8f8;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.sale_img img{
    margin: 0 7px;
}
.sale_title{
    font-size: 16px;
    text-transform: uppercase;
}
.sale_text{
    font-size: 16px;
    color: #343537;
    text-transform: uppercase;
}
.how-to-order{
    margin-top: 30px;
}
.submit-application{
    margin-top: 30px;
    font-size: 24px;
}
.steps-wrap {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.step-icon{
    background-color: #ff3f00;
    padding: 11px 19px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
}
.step {
    display: flex;
    align-items: end;
}
.step-block{
    display: flex;
    align-items: end;
    margin-bottom: 15px;
}
.step-title{
    margin-top: 10px;
    font-size: 18px;
}
.step-description {
    max-width: 280px;
    font-size: 15px;
    margin-left: 25px;
}
.step-screen img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.payment-list{
    line-height: 24px;
    font-size: 15px;
    color: #303234;
}
.info-page{
    font-size: 15px;
    color: #303234;
    min-height: calc(100vh - 438px);
}
.info-page-sub-title{
    font-size: 24px;
    color: #303234;
    margin-top: 30px;
    margin-bottom: 12px;
}
.info-page-list li{
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}
.info-page-list li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ff3f00;
}
.info-page-table{
    font-weight: 300;
    margin-top: 25px;
    width: 100%;
    border-collapse: collapse;
}
.info-page-table tr:nth-child(even){
    background-color: #f7f7f7;
}
.info-page-table td{
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.goods_item-title-mob{
    display: none;
}
.seo-text ul{
    padding-left: 40px;
}
.seo-text li {
    list-style: square;
}

@media (max-width: 1440px){
    #gallery .gallery{
        /*padding-top: 120px;*/
    }
    #gallery .card-slider-img-wrap {
        height: 350px;
    }
    #gallery .gallery-slider-nav .card-slider-img-wrap {
        height: 80px;
    }
}

@media (max-width: 1300px){
    .step{
        width: 30%;
    }
    .step~div{
        width: 70%;
    }
    .pagination,
    .seo-text{
        padding: 0 20px;
    }
    .top-goods-item-descr {
        width: 60%;
    }
    .top-brands_title,
    .info-page-title{
        margin-top: 30px;
    }
    .footer-logo {
        padding-left: 20px;
    }
    .rev-page-btn{
        text-transform: uppercase;
        padding: 8px;
    }
    .catalog-descr,
    .review-page,
    .info-page{
        padding: 0 20px;
    }
    .popular-wrap {
        padding: 10px 20px;
    }
    .title-cat{
        padding: 20px 20px 0;
    }
    .review-page-title{
        padding-top: 20px;
    }
    .title-video {
        padding: 20px 20px 10px;
    }
    .title-articles{
        padding: 0 20px;
    }
    .menu_item {
        padding: 10px;
    }
    .logo {
        padding-right: 10px;
    }
    .phones .phone-item {
        padding-right: 15px;
    }
    .card-main,
    .card-right-sidebar{
        padding: 0 20px 20px;
    }
    #crumbs {
        padding: 0 20px 10px;
        margin-bottom: 0;
    }
    .cat-title{
        padding: 20px 20px 0;
    }
    .card-slider-wrap {
        width: 450px;
    }
    .order-form{
        padding-left: 40px;
    }
    .analogs h3{
        padding-left: 20px;
    }
}

@media (max-width: 1200px){
    .title-articles {
        margin-bottom: 0;
    }
    .step-block {
        flex-direction: column-reverse;
    }
    .step-description {
        margin: 15px 0;
        max-width: 100%;
    }
    .contacts:first-child{
        margin-top: 20px;
    }
    .contacts-wrap {
        flex-direction: column;
        margin-top: 10px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .contacts_map {
        width: 100%;
        margin-top: 20px;
    }
    #catalog-list {
        padding: 0 20px;
    }
    .razhodka_description{
        display: none;
    }
    .razhodka_description-tab{
        display: block;
    }
    .rel-prod {
        margin-top: 15px;
    }
    .razhodka-img-wrap{
        max-width: 350px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .card2-img-wrap {
        width: 100%;
        text-align: center;
    }
    .razhodka-charact {
        width: 100%;
        padding-right: 0;
        display: flex;
        margin-bottom: 25px;
    }
    .card-prise-wrap2{
        width: 100%;
    }
    .razhodka-charact>div {
        width: 50%;
    }
    .razhodka-charact .vendor,
    .razhodka-charact .razhodka-descr{
        margin: 10px;
    }
    .razhodka-charact .razhodka-descr div{
        padding: 15px 0;
    }
    .cat-group2-cat-brands{
        display: none;
    }
    .cat-group2{
        width: 100%;
    }
    .filter2 .filter-item:last-child {
        width: 100%;
    }
    .filter2 .filter-name {
        width: 230px;
    }
    .filter2{
        margin-bottom: 0;
    }
    .cat-group2 .goods{
        padding: 0;
    }
    .cat-group2 .goods_item-list{
        padding-left: 20px;
    }
    .cat-group2 .goods_item-list-price{
        padding-right: 20px;
    }
    .cat-group2{
        margin-bottom: 0;
    }
    .cat-brands-tab{
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: space-between;
    }
    .cat-brands-tab .cat-brands__item{
        width: 49%;
        height: auto;
        min-height: 120px;
    }
    .cat-brands-title,
    .cat-brands-title-tab{
        padding: 0 20px;
    }
    .cat-brands-title-tab{
        display: block;
    }
    .footer {
        padding-bottom: 85px;
    }
    .show-basket-wrap {
        width: auto;
    }
    .mini-basket{
        bottom: 0;
    }
    .hide-basket,
    .last_added_js{
        display: none;
    }
    .review-product-rate-tab{
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        background-color: #f8f8f8;
    }
    .review-product-rate-tab h2{
        padding: 40px 20px 0;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 300;
    }
    .review-product-rate-tab>div{
        padding: 0 20px;
    }
    .item-review-right {
        font-weight: 300;
        font-size: 15px;
    }
    .d-flex {
        width: 50%;
        flex-direction: column;
    }
    .rev-descr{
        margin: 15px 0;
        padding-right: 0;
    }
    .all-raiting2>div:first-child{
        border-left: 1px solid #e6e6e6;
    }
    .sum-rating-text {
        margin-bottom: 20px;
    }
    .send-review2{
        display: none;
    }
    .send-review-tab{
        background-color: #fff;
        display: block;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .review-wrap2 {
        border-bottom: none;
        margin-bottom: 0;
    }
    .rev-logo {
        display: flex;
        align-items: center;
    }
    .footer-logo {
        padding-left: 0;
    }

    .card-slider-nav{
        display: none;
    }
    .card-btn {
        min-width: 100%;
    }
    .feedback-wrap {
        flex-wrap: wrap;
    }
    .feedback-wrap textarea {
        width: 100%;
        margin-bottom: 15px;
    }
    .feedback-wrap div {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
    }
    .card-wrap {
        flex-wrap: wrap;
        padding: 20px 25px;
    }
    .card-charact,
    .card-prise-wrap{
        width: 49%;
    }
    .card-slider-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .goods_item-price-wrap {
        width: 330px;
        margin-top: 25px;
    }
    .goods_item-descr div:first-child{
        border-top: none;
    }
    .goods_item-descr div {
        padding: 5px 0;
        border-bottom: none;
    }
    .card-main,
    .card-right-sidebar{
        width: 100%;
    }
    .card-consultation-wrap{
        display: none;
    }
    .card-consultation-wrap-tab{
        display: block;
        border: 1px solid #e6e6e6;
        padding: 30px;
        width: 100%;
        margin-top: 20px;
    }
    .razhodka-btn {
        width: 40%;
        justify-content: center;
    }
    .reverse{
        flex-direction: column-reverse;
    }
    .consumables-title{
        margin-top: 15px;
    }
    .razhodka-consultation-wrap .card-consultant2>div{
        width: 40%
    }
    .fl-goods-tab {
        justify-content: center;
    }
    .header-nav-tab{
        display: block;
    }
    .video-item-descr {
        margin-bottom: 0;
    }
    .video-item {
        /*width: 49%;*/
    }
    .header-search,
    .header-nav{
        display: none;
    }
    .pages-nav{
        flex-direction: column;
        position: absolute;
        width: 100%;
        z-index: 100;
        background-color: #303234;
    }
    .pages-nav_item:first-child {
        border-left: none;
    }
    .pages-nav_item {
        padding: 15px 20px;
        justify-content: flex-start;
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #535354;
        position: relative;
    }
    .equipment:after{
        position: absolute;
        right: 20px;
        top: 25px;
        content: '';
        background-image: url('../images/down-arrow.svg');
        background-size: 100%;
        height: 17px;
        width: 21px;
    }
    .equipment.arrow:after{
        transform: rotateZ(180deg);
    }
    .divider {
        border-bottom: 1px solid #535354;
    }
    .sub-menu_category {
        padding: 25px 73px;
        border-bottom: 1px solid #535354;
        width: auto;
    }
    .header-nav-tab .menu{
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }
    .header-nav-tab .menu li a{
        font-size: 18px;
        color: #fff;
        text-transform: initial;
    }
    .pages-nav{
        display: none;
    }
    .main-slider,
    .brands{
        display: none;
    }
    .category_item {
        padding: 16px 12px;
    }
    .hero-block .category{
        width: 100%;
        padding-left: 20px;
    }
    .goods_item {
        width: 100%;
    }
    .goods_item-img-wrap{
        text-align: right;
    }
    .articles {
        padding: 0 20px;
    }
    .articles-wrap {
        width: 50%;
    }
    .articles-wrap>div{
        margin: 0 6px;
    }
    .pages-nav_sub-menu{
        position: static;
        background-color: #303234;
    }

    .footer-wrap {
        flex-direction: column;
        padding: 30px;
    }
    .header-tab {
        background-color: #303234;
    }
    .sub-menu_category li:last-child{
        margin-bottom: 0;
    }
    .pages-nav_item:hover {
        background-color: #303234;
    }
    .header-tab {
        display: flex;
        align-items: center;
    }
    .header-tab img{
        padding-left: 17px;
    }
    .header-tab form{
        width: 100%;
        padding: 10px 17px;
    }
    .header-tab form input{
        width: 100%;
    }
    .hero-block {
        padding: 0;
    }

    .q-field-wrap{
        margin: 0;
    }
    .q-field,
    .q-btn{
        display: none;
    }
    .question-tab{
        display: block;
        width: 100%;
    }
    .question-tab button{
        margin-top: 10px;
    }
    .card-articles-wrap {
        padding-left: 10px;
        margin: 30px 0;
    }
    .last-q{
        padding: 0 20px;
    }
    .q-tags {
        margin: 20px 0 0;
    }
    .q-expert-answer {
        padding: 20px;
    }
    .catalog-descr {
        padding: 20px 20px 0;
    }
    .catalog-wrap {
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .catalog-wrap img{
        width: 100%;
    }
    .catalog-wrap-tab{
        padding: 0 20px;
        justify-content: space-between;
    }
    .seo-text {
        padding: 0 20px;
    }
    .articles-card-title{
        padding: 20px;
    }
    .articles-main-text {
        margin-top: 0;
    }
    .articles-col {
        width: 100%;
        padding: 0 20px;
    }
    .art-main_title{
        margin-top: 30px;
    }
    .card-main_title{
        margin-top: 0;
    }
    .articles-right-col {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .card-field-wrap{
        display: flex;
        justify-content: space-between;
    }
    .card-call-back {
        width: 66%;
        margin-bottom: 0;
    }
    .card-field-wrap button{
        width: 33%;
    }
    .best-price-block {
        position: relative;
        padding: 30px;
        padding-left: 40%;
        margin-top: 30px;
        border: 1px solid #e6e6e6;
    }
    .best-price-img {
        top: 30px;
        left: 20px;
        position: absolute;
        text-align: center;
    }
    .other-articles {
        border-top: none;
        padding: 20px 20px 0;
    }
    .tags{
        display: none;
    }
    .show-more-tags{
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 12px;
        margin-left: 6px;
        text-decoration: none;
        z-index: 10;
    }
    .tags .show-more{
        display: none;
    }
    .show-more-tags.active:after {
        transform: rotate(-180deg);
    }
    .show-more-tags:after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        background: url(../images/chevron-down.svg) no-repeat center center;
        background-size: contain;
        width: 16px;
        height: 12px;
    }
    .tags-appointment,
    .tags-brand{
        display: flex;
        position: relative;
        flex-direction: column;
    }
    .filter {
        flex-wrap: wrap;
        padding: 20px 0 30px;
    }
    .filter-item {
        padding: 10px 20px;
        border-right: none;
        width: 50%;
        display: flex;
        align-items: center;
    }
    .filter-item:last-child{
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .filter-item:last-child .btn{
        width: 165px;
    }
    .filter-name {
        margin-bottom: 0;
        width: 190px;
        white-space: normal;
    }
    .card-charact .goods_item-descr{
        display: none;
    }
    .feedback-wrap div input{
        margin-bottom: 0;
        width: 32%;
    }
    .feedback-wrap div button{
        width: 32%;
        padding: 10px;
    }
    .card-articles img {
        width: 100%;
        height: auto;
        max-height: initial;
    }
    .card-menu-wrap{
        display: none;
    }
}
@media (max-width: 1024px){
    #gallery .gallery{
        /*padding-top: 100px;*/
    }
    .basket-wrap{
        flex-direction: column;
    }
    .basket-wrap .goods,
    .order-form{
        width: 100%;
    }
    .order-form{
        padding-left: 20px;
    }
    .hide-1024,
    .next-product{
        display: none;
    }
    .review-product-prop{
        font-size: 24px;
    }
    .review-product-price{
        font-size: 30px;
    }
    .review-product-wrap{
        margin-left: -20px;
        flex-direction: column;
        margin-right: -20px;
    }
    .review-product-descr {
        padding: 0;
    }
    .product_item{
        display: flex;
        justify-content: space-between;
    }
    .top-goods-wrap{
        flex-wrap: wrap;
    }
    .top-goods-item{
        margin-right: auto;
        width: 100%;
        position: relative;
    }
    .rev-page-btn {
        position: absolute;
        right: 50px;
        top: 88px;
        padding: 12px 34px;
    }
    .top-goods-wrap .goods_item-img-wrap {
        width: 30%;
    }
}
@media (max-width: 990px){
    .step,
    .step~div{
        width: 100%;
    }
    .steps-wrap {
        flex-direction: column;
    }
    .fields-group {
        flex-wrap: wrap;
        margin: 15px 0;
    }
    .fields-group input{
        width: 100%;
        margin: 0 0 15px;
    }
    .fields-group button{
        width: 100%;
    }
    .top-brands_item {
        width: 100%;
    }
    .top-brands_wrap {
        justify-content: center;
    }
    .top-brands-rating {
        margin: 0 15px;
    }
    .more-brands_item {
        width: 33%;
    }
    .more-brands {
        justify-content: space-between;
    }
    .more-brands-rating{
        margin-right: 7px;
    }
}
@media (max-width: 768px){
    .filter-name {
        padding-right: 12px;
    }
    .filter-name~.form-control{
        width: 90%;
    }
}
@media (max-width: 767px){
    .filter-name~.form-control{
        width: 100%;
    }
    .card-slider .card-slider-img-wrap {
        height: 330px;
    }
    #modalReview .modal-content {
        max-width: 770px;
        margin: 20px;
    }
    .modal {
        top: 20px;
    }
    .exit-popup {
        right: 30px;
        top: 30px;
    }
    .call-title {
        margin-bottom: 15px;
    }
    #modalReview .captcha {
        flex-direction: column;
    }
    #modalReview .captcha div {
        width: 100%;
    }
    .q-content>div {
        width: 100%;
        margin-right: 0;
    }
    .q-content-title{
        margin: 15px 0;
    }
    .razhodka_item-list-price{
        flex-wrap: wrap;
    }
    .razhodka_list-price {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        color: #ff3f00;
        font-weight: bold;
    }
    .razhodka_item-list-price .razhodka-btn {
        width: 50%;
        padding: 10px;
    }
    .razhodka_item-list-price .quantity-field,
    .razhodka_item-list-price .goods_item-list-quantity button{
        height: 45px;
    }
    .consultant-contacts2{
        padding-right: 0;
        padding-left: 6px;
    }
    .btn-r{
        padding: 12px;
    }
    .razhodka-charact{
        flex-direction: column;
    }
    .razhodka-charact>div {
        width: 100%;
    }
    .razhodka-charact .vendor, .razhodka-charact .razhodka-descr{
        margin: 10px 0;
    }
    .cat-group2-wrap{
        margin-bottom: 15px;
    }
    .filter2 .filter-item {
        width: 100%;
    }
    .rashodka-main-text{
        flex-direction: column;
    }
    .rashodka-main-text img{
        padding-right: 0;
        margin-bottom: 15px;
    }
    .goods_item-list-wrap.js_order_item {
        flex-direction: column;
        align-items: baseline;
    }
    .goods_item-list-price {
        padding-left: 100px;
        width: 100%;
    }
    .bs-quantity{
        margin-left: 0;
    }
    .goods_item-list{
        width: 100%;
    }
    .basket-phone a{
        display: block;
    }
    .showBasket.btn{
        padding: 12px 25px;
    }
    .all-raiting2>div {
        width: 125px;
    }
    .d-flex {
        width: 100%;
        align-items: center;
    }
    .product_item-price-wrap{
        align-items: center;
    }
    .product_item-price-wrap .goods_item-price {
        margin-bottom: 0;
    }
    .product_item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .goods_item-props-wrap.prod-wrap-tab{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .goods_item-props-wrap.prod-wrap-tab .prop{
        font-size: 24px;
    }
    .review-product-rate-tab .review-wrap {
        flex-direction: column;
    }
    .review-product-rate-tab .review-wrap .rating{
        margin-bottom: 15px;
    }
    .review-wrap2 {
        flex-direction: column;
        align-items: center;
    }
    .rev-page-btn {
        position: static;
        width: 210px;
    }
    .more-brands_item {
        width: 50%;
    }
    .card-articles-wrap {
        padding: 30px;
        border: 1px solid #e6e6e6;
        margin: 0;
    }
    .feedback-wrap div {
        flex-wrap: wrap;
    }
    .feedback-wrap div button {
        width: 100%;
        margin-top: 15px;
    }
    .feedback-wrap div input {
        width: 49%;
    }
    .all-raiting {
        display: none;
    }
    .characteristics-list li span:first-child {
        width: 50%;
    }
    .card-prise {
        display: flex;
        flex-wrap: wrap;
        padding: 25px;
    }
    .card_item-price {
        width: 50%;
        padding-top: 10px;
        font-weight: 700;
    }
    .free-delivery {
        width: 100%;
        text-align: center;
        order: 1;
        margin: 20px 0 0;
    }
    .card-btn {
        min-width: 50%;
    }
    .card-charact, .card-prise-wrap {
        width: 100%;
    }
    .goods_item-props-wrap.fl-good-tab {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .filter-item {
        width: 100%;
    }
    .best-price-block {
        padding-left: 30px;
    }
    .best-price-img {
        position: static;
    }
    .catalog-wrap {
        width: 100%
    }
    .q-content {
        padding: 0 20px;
    }
    .bg-gray {
        padding: 20px;
    }
    .video-item {
        width: 100%;
    }
    .hide-tab{
        display: none;
    }
    .goods_item-props {
        padding: 3px;
        display: flex;
        margin: 0;
        border-right: none!important;
        align-items: center;
        flex-direction: row-reverse;
    }
    .goods_item-props-wrap {
        justify-content: center;
    }
    .prop {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 300;
    }
    .prop-name {
        font-size: 15px;
        margin-right: 5px;
    }
    .goods_item-descr div:first-child {
        border-top: none;
    }
    .goods_item-descr div {
        font-size: 15px;
        padding: 3px;
        border-bottom: none;
    }
    .goods_item {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .goods_item-title{
        display: none;
    }
    .goods_item-title-mob{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .goods_item-price-wrap {
        flex-direction: column;
        width: 100%;
    }
    .goods_item-price {
        margin-bottom: 15px;
    }
    .goods_item-price~.btn {
        width: 150px;
    }
    .goods_item-img-wrap {
        padding: 0;
        text-align: center;
    }
    .goods_item-descr-wrap {
        flex: 1;
        width: 100%;
    }
    .articles-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .articles-title {
        min-height: auto;
    }
    .video-vendor {
        margin: 15px 0;
    }
    .mt-10{
        margin-top: 10px;
    }
    .card-field-wrap{
        flex-direction: column;
        align-items: center;
    }
    .card-field-wrap .card-call-back{
        margin-bottom: 10px;
        width: 100%;
    }
    .card-field-wrap button{
        width: 100%;
    }
    .top-goods-wrap .goods_item-img-wrap{
        width: 40%;
    }
    .basket_total-price{
        text-align: right;
        padding: 30px 20px;
    }

}
@media (max-width: 550px){
    .contacts {
        align-items: flex-start;
    }
    .goods_item-list-price.rashodka_card-price{
        padding-left: 20px;
    }
    .goods_item-list-price.rashodka-price{
        padding-left: 20px;
    }
}

@media (max-width: 479px){
    #modalReview .captcha-wrap,
    .modal-review-wrap{
        flex-direction: column;
    }
    .modal-review-wrap{
        align-items: baseline;
    }
    #modalReview .captcha div img {
        margin-left: 0;
        display: flex;
        align-self: baseline;
    }
    .goods_item-list-price .list-price,
    .goods_item-list-price .goods_item-list-quantity,
    .goods_item-list-price .add-to-cart{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mb-0{
        margin-bottom: 0!important;
    }
    .modal-content{
        padding: 20px;
    }
    .goods_item-list-price.rashodka_card-price{
        align-items: center;
    }
    .goods_item-list-price.rashodka_card-price .goods_item-list-quantity{
        align-items: center;
    }
    .cat-brands-tab .cat-brands__item {
        width: 100%;
    }
    .goods_item-list-price.rashodka-price {
        align-items: center;
    }
    .rashodka-price .list-price,
    .rashodka_card-price .list-price,
    .rashodka-price .goods_item-list-quantity,
    .rashodka_card-price .goods_item-list-quantity{
        margin-right: 0;
    }
    .rashodka-price .goods_item-list-quantity,
    .rashodka_card-price .goods_item-list-quantity{
        padding: 15px 0;
    }
    .razhodka-consultation-wrap .card-consultant2>div{
        width: 100%;
    }
    .consultant-contacts2{
        padding: 10px 0;
    }
    .card-consultant2 {
        flex-direction: column;
        text-align: center;
    }
    .goods_item-list-quantity {
        margin: 0 auto;
        justify-content: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .goods_item-list-quantity.bs-quantity{
        justify-content: end;
    }
    .razhodka_item-list-price .razhodka-btn {
        width: 100%;
    }
    #basket {
        padding-top: 60px;
    }
    .goods_item-list-price {
        flex-direction: column;
        align-items: baseline;
    }
    .bs-quantity{
        margin-bottom: 15px;
    }
    .basket-close-wrap{
        position: static;
    }
    .basket-close-btn{
        top: auto;
        bottom: 0;
    }
    .mini-basket {
        padding: 20px 10px;
    }
    .sticker-text {
        font-size: 18px;
    }
    .showBasket.btn{
        padding: 12px;
    }
    .top-brands_wrap {
        justify-content: space-between;
        padding: 15px 5px;
    }
    .more-brands_item {
        width: 100%;
    }
    .gallery-slider-nav {
        width: 100%;
    }
    .footer-menu ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hide-mob{
        display: none;
    }
    .footer-menu~.phones .phone-item:first-child {
        padding: 0;
        text-align: center;
    }
    .footer-menu~.phones .phone-item .city {
        margin-bottom: 5px;
    }
    .phone-link {
        font-size: 20px;
    }
    .logo {
        height: auto;
        padding-right: 0;
    }
    .header-wrap {
        align-items: end;
    }
    .header-wrap .logo img{
        width: 142px;
    }
    .phones .phone-item:first-child {
        padding: 10px 15px;
    }
    .footer-logo{
        text-align: center;
    }
    .review-product-wrap {
        padding: 20px;
    }
    .basketItemAddBtn{
        flex-direction: column;
    }
    .basketItemAddBtn span{
        margin-bottom: 10px;
    }
}
@media (max-width: 425px){
    .call-title {
        max-width: 290px;
    }
    .basket-list-pricePopup{
        margin: 10px 0;
    }
    .basket_item-list-wrap{
        flex-direction: column;
    }
    .btn {
        white-space: nowrap;
    }
    .item-review {
        padding: 25px 20px;
    }
    .feedback-wrap div {
        flex-direction: column;
    }
    .feedback-wrap div input{
        width: 100%;
    }
    .feedback-wrap div input:first-child{
        margin-bottom: 15px;
    }
    .feedback-wrap {
        padding: 0;
        background-color: #fff;
    }
    .all-raiting2{
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
    }
    .product_item-price-wrap{
        flex-direction: column;
    }
    .product_item-price-wrap .goods_item-price {
        margin-bottom: 15px;
    }
    .rev-logo {
        padding: 30px;
    }
    .goods_item-props-wrap.prod-wrap-tab .prop {
        font-size: 21px;
    }
    .review-product-wrap {
        padding: 20px 0;
    }
    .all-raiting2>div:first-child{
        border: none;
    }
    .all-raiting2>div{
        padding-top: 0;
        border: none;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
    }
    .rev-page-btn {
        padding: 10px;
        position: static;
        width: 100%;
        font-size: 14px;
    }
    .top-goods-item {
        padding: 15px;
    }
    .filter-item {
        flex-direction: column;
        align-items: baseline;
    }
    .goods_item {
        flex-direction: column;
    }
    .goods_item-img-wrap{
        margin-bottom: 15px;
        text-align: center;
    }
    .goods_item-img-wrap,
    .goods_item-descr-wrap{
        width: 100%;
    }
    .title {
        font-size: 24px;
    }
    .best-price-wrap{
        flex-direction: column;
    }
    .best-price-wrap .btn{
        margin-top: 10px;
    }
    .catalog-title {
        font-size: 21px;
    }
    .card_item-price {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .card-prise {
        justify-content: center;
    }
    .card_item-props{
        padding: 15px;
    }
    .expert-answer {
        flex-direction: column;
        padding: 15px 0 0;
    }
    .card-btn {
        min-width: 100%;
    }
    .gallery-slider-nav .card-slider-img-wrap{
        height: 60px;
    }
    .top-goods-item-title {
        margin-bottom: 10px;
    }
    .all-review {
        margin: 10px 0;
    }
    .mob-adaptive{
        display: block;
    }
    .filter-name {
        margin: 7px 0;
    }
}
@media (max-width: 375px){
    .review-wrap{
        flex-direction: column;
    }
    .review-wrap .rating{
        margin-bottom: 15px;
    }
    .gallery-slider-nav .card-slider-img-wrap{
        height: 50px;
    }
    .card-consultation-wrap {
        padding: 20px;
    }
    .consultant-photo {
        width: 87px;
        margin-right: 15px;
    }
    .top-brands-rating {
        height: 80px;
        width: 80px;
        min-width: 80px;
    }
    .product_item-props {
        padding: 5px 10px;
    }
    .rev-rait>div {
        padding: 8px 10px;
    }
}
@media (max-width: 365px){
    .card_item-props {
        padding: 7px;
    }
}
@media (max-width: 320px){
    .card-slider .card-slider-img-wrap {
        height: 300px;
    }
}

@media(max-width: 576px) {
    .video-item:first-child {
        margin-bottom: 30px;
    }
    .videoWrapper{
        height: 250px;
    }
}
.video-item-descr {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    line-height: 1.429;
    margin-top: 10px;
}

.logo-img-params {
    width: 222px;
}