body{
	background-color: #fff;
}

@font-face{
	font-family: LatoRegular; /* 400 */
	src: url(fonts/lato/Lato-Regular.ttf);
}

@font-face{
	font-family: LatoMedium; /* 500 */
	src: url(fonts/lato/Lato-Medium.ttf);
}

@font-face{
	font-family: LatoBold; /* 600 */
	src: url(fonts/lato/Lato-Bold.ttf);
}

@font-face{
	font-family: LatoBlack; /* 900 */
	src: url(fonts/lato/Lato-Black.ttf);
}

@font-face{
	font-family: LatoHeavy; /* 900 */
	src: url(fonts/lato/Lato-Heavy.ttf);
}

body *{
	font-family: LatoRegular;
}
h1 {
  margin-top: 30px;
}

.mainwrap{
  width: 100%;
}

.emptyFlex{
  flex-grow: 1;
}

.wrap{
  position: relative;
  width: 100%;
}

.work{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.instock {
      width: 100%;
    text-align: center;
    margin-top: 10px;
}
/********************************************** topmenu ******************************************/
.topmenu{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 54px;
}

.topmenu_list{
  display: flex;
}

.topmenu_item{
  margin-right: 20px;
}

.topmenu_link{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
}

.topmenu_link:hover{
  text-decoration: underline;
}

.topmenu_phone{
  color: #f0ae00;
  text-decoration: none;
  font-size: 22px;
  line-height: 1em;
}
/********************************************** topmenu ******************************************/
/********************************************** header ******************************************/
.wrap.wrap_header{
/*  background-image: url(img/header_bg.jpg);*/
background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header{
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0 0px;
}

.header_left{
  width: 430px;
}

.header_logo {
    display: block;
    width: 257px;
    height: 57px;
    background-image: url(img/logonew.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.header_right{
  width: calc(100% - 430px);
}

.header_text{
  width: 100%;
  font-size: 22px;
  text-align: right;
  color: #555;
  text-transform: uppercase;
  line-height: 50px;
}

.header_more{
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 42px;
    padding: 0 55px;
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1em;
    text-decoration: none;
    background-color: #555;
    text-transform: uppercase;
}
/********************************************** header ******************************************/
/********************************************** catalog ******************************************/
.wrap_catalog{
  padding: 35px 0;
}

.title_section{
  display: flex;
  justify-content: center;
  width: 100%;
}

.title_section.mt{
  /*margin-top: 80px;*/
}

.title_section{
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  font-family: LatoBold;
  font-size: 34px;
  line-height: 1em;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.title_section::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 5px;
  margin-left: -23px;
  background-color: rgba(114, 206, 249, 0.5);
}
.mybannermobile {
  display: none;
}
.catalog{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.catalog_block{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100%/4 - 30px);
  margin: 15px;
  padding: 30px 10px 65px 10px;
  box-sizing: border-box;
  background-color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.catalog_block.width-2{
  width: calc(100%/2 - 30px);
}


.catalog_block::after{
  content: '';
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 70px;
  height: 24px;
  margin-left: -35px;
  background-image: url(svg/ellipsis.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}



.catalog_title{
width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #242424;
    text-transform: uppercase;
    font-family: LatoBold;
}

.catalog_link{
  margin-top: 15px;
  font-size: 13px;
  color: #828282;
  text-decoration: none;
}

.catalog_block:hover .catalog_link{
  color: #d9a261;
}
.uk-grid {
  margin-left: 0 !important;
  padding-left: 0 !important;

}
.uk-card-default {
  margin: 0 4px;
}
.mypadding {
  margin-left: 0px !important;
  padding-left: 0;
}
/*.product-category {
  width: 28.2% !important;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-left: 40px !important;
  display: flex;
  padding: 40px 10px;
  justify-content: center;
}*/
.woocommerce-notices-wrapper {
  background-color: #fff;
}
.catalog_block a {
  text-decoration: none;
}
.woocommerce-loop-category__title {
      width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #242424;
    text-transform: uppercase;
    font-family: LatoBold;
  text-decoration:none;
  margin-bottom: 20px;
}
/********************************************** catalog ******************************************/
/********************************************** services ******************************************/
.services{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

.services-block{
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100%/3);
  background-color: #fff;
  text-decoration: none;
  color: #000;
}

.services-block::after{
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-image: url(svg/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}

.services-block:nth-child(2):after,
.services-block:nth-child(4):after,
.services-block:nth-child(6):after{
  content: '';
}

.services-block::before{
  position: absolute;
  top: 40px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.services-block:nth-child(2):before{
  content: '';
  background-image: url(img/s1.png);
}

.services-block:nth-child(4):before{
  content: '';
  background-image: url(img/s2.png);
}

.services-block:nth-child(6):before{
  content: '';
  background-image: url(img/s3.png);
}

.services-block img{
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.services_title{
  width: 100%;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: LatoBold;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 50px;
}

.services_text{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
/********************************************** services ******************************************/
/********************************************** reviews  ******************************************/
.reviews{
  width: 100%;
  padding: 35px 0 65px 0;
}

.reviews_title{
  position: relative;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 28px;
  color: #232323;
  text-transform: uppercase;
  font-family: LatoMedium;
}

.reviews_title::before{
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #448aff;
}

.reviews_slider{
  width: 100%;
  margin-top: 50px;
}

.reviews_slider *{
  outline: none;
  user-select: none;
}

.reviews_slider .slick-arrow{
  position: absolute;
  z-index: 2;
  top: 0;
  width: 53px;
  height: 75px;
  background-image: url(img/hs-button.png);
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  background-color: transparent;
}

.reviews_slider .slick-prev{
  left: -120px;
}

.reviews_slider .slick-next{
  right: -120px;
  transform-origin: center center;
  transform: rotate(180deg);
}

.reviews_slide{
  position: relative;
  background-color: #fff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 40px 15px 10px 15px;
  padding: 60px 30px 10px 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.05);
}
.mycontent {
/*background: #f7f7f7;*/
    padding: 20px 40px;
}
.reviews_slide-photo{
  position: absolute;
  top: -38px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  margin-left: -38px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.05);
}

.reviews_slide-photo::before{
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  background-color: #fff;
}

.reviews_slide-img{
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #d0d0d0;
  background-position: center center;
  background-repeat: no-repeat;
}

.reviews_slide-text{
  position: relative;
  width: 100%;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.reviews_slide-text p{
  position: relative;
  z-index: 1;
}

.reviews_slide-text::before{
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 37px;
  height: 28px;
  background-image: url(img/quote.png);
}

.reviews_slide-user{
  width: 100%;
  margin-top: 15px;
  color: #232323;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

.reviews_slide-star{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.reviews_slide-stars{
  position: relative;
  width: 99px;
  height: 17px;
  background-image: url(img/stars-empty.png);
}

.reviews_slide-stars-value{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(img/stars.png);
}
/********************************************** reviews  ******************************************/
/********************************************** bottom services ******************************************/
.bottom_services{
  width: 100%;
  display: flex;
  margin: 25px 0;
}

.bottom_services .call_advantages-block{
  width: calc(100%/3);
  margin: 0;
  margin-right: 40px;
  padding: 30px 25px 30px 70px;
}

.bottom_services .call_advantages-block:nth-child(1){
  background-image: url(img/si1.png);
}
.bottom_services .call_advantages-block:nth-child(2){
  background-image: url(img/si2.png);
}
.bottom_services .call_advantages-block:nth-child(3){
  background-image: url(img/si3.png);
}

.bottom_services .call_advantages-block:nth-child(2){
  margin: 0;
  margin-right: 50px;
}

.bottom_services .call_advantages-block:nth-child(3){
  margin-right: 20px;
}

.bottom_services .call_advantages-block_text{
  font-size: 12px;
}

.bottom_services-btn{
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  background-image: url(svg/right.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
/********************************************** bottom services ******************************************/
/********************************************** call advantages  ******************************************/
.call_advantages{
  display: flex;
  width: 100%;
  padding: 40px 0 40px 0;
}

.call_advantages-left{
  width: 378px;
  padding-right: 45px;
  box-sizing: border-box;
}

.call_advantages-left_title{
  position: relative;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 37px;
  color: #232323;
  text-transform: uppercase;
  font-family: LatoMedium;
}

.call_advantages-left_title::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #72cef9;
}

.call_advantages-left_text{
  position: relative;
  width: 100%;
  padding-left: 20px;
  margin-top: 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}

.call_advantages-left_more{
  display: flex;
  height: 44px;
  align-items: center;
  margin-left: 20px;
  margin-top: 60px;
  padding: 0 30px;
  padding-top: 4px;
  background-color: #fff;
  border: 2px solid #d9a261;
  cursor: pointer;
  outline: none;
  user-select: none;
  font-size: 15px;
  color: #232323;
  text-transform: uppercase;
  font-family: LatoMedium;
}

.call_advantages-left_more:hover{
  background-color: #d9a261;
}

.call_advantages-right{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: calc(100% - 378px);
}

.call_advantages-block{
  position: relative;
  width: calc(50% - 45px);
  margin: 15px 15px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 30px 30px 30px 75px;
  background-color: #fff;
  background-position: top 30px left 15px;
  background-repeat: no-repeat;
}

.call_advantages-block:nth-child(1){
  background-image: url(img/am1.png);
}

.call_advantages-block:nth-child(2){
  background-image: url(img/am2.png);
}

.call_advantages-block:nth-child(3){
  background-image: url(img/am3.png);
}

.call_advantages-block:nth-child(4){
  background-image: url(img/am4.png);
}

.call_advantages-block:nth-child(5){
  background-image: url(img/am5.png);
}

.call_advantages-block:nth-child(6){
  background-image: url(img/am6.png);
}

.call_advantages-block:nth-child(2n){
  margin-left: 45px;
}

.call_advantages-block_title{
  width: 100%;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-family: LatoMedium;
}

.call_advantages-block_text{
  width: 100%;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}
/********************************************** call advantages  ******************************************/
/********************************************** products ******************************************/
.products{
  width: 100%;
}

.products_content{
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.product{
  display: flex;
  flex-wrap: wrap;
  width: calc(100%/3);
  justify-content: center;
  margin: 25px 0;
}

.product_image{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
}

.product_image img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product_title{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
/********************************************** products ******************************************/
/********************************************** artickes ******************************************/
.articles_content{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.article{
  width: calc(100%/3 - 20px);
}

.article:nth-child(2n){
  margin:  0 30px;
}

.article_image{
  width: 100%;
}

.article_image img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.article_title{
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  font-family: LatoBold;
}

.article_text{
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.articles_bottom{
  width: 100%;
  margin-top: 30px;
}

.all_articles{
  display: inline-flex;
  height: 44px;
  align-items: center;
  padding: 0 30px;
  padding-top: 4px;
  background-color: #fff;
  border: 2px solid #d9a261;
  cursor: pointer;
  outline: none;
  user-select: none;
  font-size: 15px;
  color: #232323;
  text-transform: uppercase;
  text-decoration: none;
  font-family: LatoMedium;
}

.all_articles:hover{
  background-color: #d9a261;
}
/********************************************** artickes ******************************************/
/********************************************** information ******************************************/
.information{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 50px 20px;
  margin-top: 40px;
}

.information_block{
  width: calc(100%/3);
  box-sizing: border-box;
  padding: 0 30px;
}

.information_title{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: LatoBold;
  line-height: 1.4em;
  color: #232323;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.information_title::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 26px;
  height: 3px;
  margin-left: -13px;
  background-color: #72cef9;
}

.information_content{
  width: 100%;
  text-align: center;
}

.information_content-phone{
  text-decoration: none;
  font-size: 25px;
  color: #d9a261;
  font-family: LatoBold;
}

.information_content-text{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.information_content-text span{
  color: #d9a261;
}

.information_content-list{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.information_content-list li{
  margin-bottom: 10px;
}

.information_content-list li:last-child{
  margin-bottom: 0;
}
 
.information_content-list a{
  text-decoration: none;
  color: #000;
}

/********************************************** information ******************************************/
/********************************************** map  ******************************************/
.wrap_map{
  height: 460px;
  background-color: rgba(0,0,0,0.05);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/********************************************** map  ******************************************/
/********************************************** footer ******************************************/
.wrap_footer{
/*  background-image: url(img/footer_bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: #064e62;
}

.footer{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0 25px 0;
}

.footer-left{
  width: 25%;
  min-width: 25%;
}

.footer_logo{
  display: block;
width: 257px;
    height: 215px;
  background-image: url(https://maglumi-rf.ru/wp-content/uploads/2024/01/logos-1.png);
  background-size: contain;
    background-repeat: no-repeat;
}

.footer-right{
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

.footer-links{
  width: calc(100%/3);
  box-sizing: border-box;
  padding-left: 100px;
}

.footer-links_title{
  position: relative;
  width: 100%;
  color: #e8e8e8;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.footer-links_title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background-color: #ffc107;
}

.footer-list{
  width: 100%;
}

.footer-item{
  width: 100%;
  margin-top: 15px;
  color: #dadada;
  font-size: 15px;
  line-height: 1.5em;
}

.footer-link{
 text-decoration: none;
 color: #dadada;
}

.footer-link:hover{
 text-decoration: underline;
}
/********************************************** footer ******************************************/
/********************************************** bottom-footer ******************************************/
.wrap_bottom-footer{
  background-color: #131313;
}

.bottom-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #e8e8e8;
  font-size: 14px;
}

.bottom-footer a{
  color: #e8e8e8;
  text-decoration: none;
  margin-left: 10px;
}

.bottom-footer br{
  display: none;
}
/********************************************** bottom-footer ******************************************/

@media only screen and (max-width: 1199px){
  .work{
    max-width: calc(100% - 20px);
  }
  .topmenu_item{
    margin-right: 25px;
  }
  .header_left {
    width: 340px;
  }
  .header_right {
    width: calc(100% - 340px);
  }
  .footer-links{
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1023px){
  .mybanner {
    display: none;
  }
  .mybannermobile {
    display: block;
  }
  .topmenu_list{
    position: fixed;
    z-index: 100;
    top: 0;
    left: -300px;
    display: block;
    width: 300px;
    height: 100%;
    background-color: #fff;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 0;
    transition: .5s;
    transition-property: left;
  }
  .topmenu_list.open{
    left: 0;
    background-color: #222;
    transition: .5s;
    transition-property: left;
  }
  .topmenu_item{
    width: 100%;
    margin-right: 0;
    margin: 5px 0;
  }
  .topmenu_link{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  .btn_mobile_menu{
    width: 40px;
    height: 40px;
    background-image: url(svg/menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .btn_mobile_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url(svg/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 36px;
  }
  .header{
    flex-wrap: wrap;
  }
  .header_left{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .header_right{
    width: 100%;
    margin-top: 25px;
  }
  .call_advantages{
    flex-wrap: wrap;
  }
  .call_advantages-left{
    width: 100%;
    padding-right: 0;
  }
  .call_advantages-left_more{
    margin-top: 25px;
  }
  .call_advantages-right{
    width: 100%;
    margin-top: 20px;
  }
  .information_content-phone{
    font-size: 18px;
  }
  .services-block{
    width: calc(100%/2);
  }
  .catalog_block{
    width: calc(100%/2 - 30px);
  }
  .header_text br{
    display: none;
  }
  .bottom_services{
    flex-wrap: wrap;
  }
  .bottom_services .call_advantages-block,
  .bottom_services .call_advantages-block:nth-child(2),
  .bottom_services .call_advantages-block:nth-child(3){
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .information_block{
    width: 100%;
    margin: 20px 0;
  }
  .article_title{
    font-size: 18px;
  }
  .article_text{
    font-size: 14px;
  }
}




@media only screen and (max-width: 767px){
  .header_text{
    font-size: 24px;
    line-height: 40px;
  }
  .title_section{
    font-size: 28px;
  }
  .article{
    width: 100%;
    margin: 20px 0;
  }
  .article:nth-child(2n){
    margin: 20px 0;
  }
  .articles_bottom{
    margin-top: 0;
  }
  .services-block{
    min-height: 340px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 639px){
  .footer-links {
    width: 100%;
        margin-bottom: 50px;
  }
  .services-block:nth-child(1),
  .services-block:nth-child(3),
  .services-block:nth-child(5){
    display: none;
  }
  .line__brand {
    line-height: 25px !important;
  }
  .brands_count {
    display: block !important;
}
  .one_brand {
    margin-right: 10px;
    float: left;
    margin-bottom: 11px;
}
  .services-block{
    width: 100%;
  }
  .footer-left{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer{
    padding: 25px 0;
  }
  .footer-right{
    width: 100%;
  }
  .footer-links{
    padding: 0 10px;
  }
  .call_advantages-block{
    width: 100%;
    margin: 10px 0;
  }
  .call_advantages-block:nth-child(2n){
    margin-left: 0;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 539px){
  .header_more{
    font-size: 18px;
    padding: 0 35px;
  }
  .products_content{
    flex-wrap: wrap;
  }
  .product{
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 479px){
  .catalog_block{
    width: 100%;
    margin: 10px 0;
  }
.catalog_block.width-2{
      width: 100%;
}

  .footer-item{
    font-size: 12px;
    line-height: 1.3em;
  }
  .bottom-footer a{
    display: contents;
  }
  .header_right {
    margin-top: 0;
  }
  .header_text{
        font-size: 13px;
        line-height: 34px;
        text-align: center;
  }
}