body{
    line-height: 1.5 !important;
}
.footer-links-list {
  max-width: 300px !important;
}
.footer-links-list>li>a{white-space: nowrap;}
ul.products-grid{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;}
.video_tube{min-height: 350px;text-align: center;width: 60%;margin: auto;}
.tour-right{width: 100% !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;}
.collection_topics{display:flex;flex-direction: row;justify-content:space-around;margin:30px 0px;flex-wrap: wrap;}

.collection_topics>a{text-align: center;margin: 0px 10px 20px 10px;}
.collection_topics img{max-height: 70px;filter: grayscale(100%);}
.collection_topics img.active{max-height: 70px;filter: none;}
.collection_topics span{font-size: 12px;color:#009bde;}
.collection_topics img:hover {
    filter: none; /* Вернуть исходные цвета при наведении мыши */
}
.main_nav_container .submenu-item {
  
  flex: 0 0 calc(25% - 10px);
}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-top-10{margin-top: 10px;}
.margin-top-20{margin-top: 20px;}
.margin-top-30{margin-top: 30px;}
.margin-top-30{margin-top: 60px;}
.buy-button{border:0;background-color: #fff !important;display:block;height:39px;width:130px;font-size:12px;font-weight:bold;text-align:center;line-height:14px;letter-spacing:1px;color:#28aee7;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);padding:5px
15px 0;border-radius:19px;text-decoration:none;text-transform:uppercase}
.buy-button:hover{border:0;background-color: #28aee7 !important;color: #fff;}
.product-card-materials__img{
    width: 200px;
    height: 200px;
    margin: 0px;
    border: 0px;
    background-position: center center;
    background-size: cover;
}
.fl{float: left !important;}
.price_strike{margin: 0px 37px 0px 0px;height: 39px;text-decoration: line-through;font-size: 15px;
line-height: 37px;}
.price_discount{float: left;
margin: 0px 37px 0px 0px;height: 39px;
width: 57px;border:1px
solid #E1E1E1;border-radius:72px;color:#e80000;font-size:15px;line-height:37px;text-align:center;display:inline-block;margin-right:15px}
.price_top{float: left;
margin: 0px 37px 0px 0px;height: 39px;
width: 130px;border:1px
solid #E1E1E1;border-radius:72px;color:#28aee7;font-size:15px;line-height:37px;text-align:center;display:inline-block;margin-right:15px}
.seo-text{border-radius: 10px;border: 1px solid #A7A7A7;padding: 20px;font-size: 15px;color:#A7A7A7;font-weight: normal;}
.seo-text a{font-size: 15px;color:#A7A7A7;font-weight: normal;}
.help-block-error{color: #df0000;}
.eauth-list{display: flex;}
.article-text{min-height: 330px;}
.center_block{width: 50%;margin: 0 auto;}
.account-menu-item{text-decoration: none;color:#898989;display: block;float: left;margin: 7px 10px 0px 0px;}
.account-menu-ite:hover{color:#009bde}
.product-left .product-image .item{display: flex;
justify-content: center;width: 100%;}
@media (max-width: 768px){
.video_tube{max-height: 250px !important;width: 90% !important;}
}
@media (min-width: 150px) and (max-width: 600px){
    .buy_block{display: flex;
flex-direction: column;}
    .buy-button{margin: 10px 0px 10px 0px;}
}
.cart_count{display: block;
position: relative;}
.cart_count>span {
  bottom: 1px;
  right: -8px;
  position: absolute;
  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;
  width: 20px;
  height: 20px;
  background: #ff2e2e;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}
.cart_count>img {
width: 23px;
height: 23px;
-o-object-fit: contain;
object-fit: contain;
top: -4px;
position: relative;
}

