* {
  font-family: 'Roboto', sans-serif;
}

body,
p, h1, h2, h3, h4, h5, h6, ul, li, a {
  margin: 0;
  padding: 0;
  color: #494D58;
}
main{
  position: relative;
}
ul, li, a{
  text-decoration: none;
  list-style: none;
}
.header {
  min-height: 76px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px 135px;
  box-sizing: border-box;
  position: relative;
  z-index: 99999999999;
}

.header-block:first-child {
  margin: 0 20px 0 0;
}

.module-info {
  font-size: 12px;
  line-height: 16px;
  color: #657195;
}

.header{
  border-bottom:1px solid #707070 ;
}
.header-ml{
  margin-left: 120px;
  margin-top: 40px;
  margin-bottom: 35px;
}
.header-ml h1{
  line-height: 35px;
  font-size: 35px;
  margin-bottom: 20px;
}
.header-ml p{
  li-height: 18px;
  font-size: 18px;
}
.menu{
  width: 100%;
  height: 77px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 7px 7px -7px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 7px 7px -7px rgba(50, 50, 50, 0.5);
  box-shadow:         0 7px 7px -7px rgba(50, 50, 50, 0.5);
}
.menu ul{
  height: 100%;
}
.menu ul li{
  display: inline-block;
  width: 195px;
  height: 100%;
}
.menu ul li:first-child{
  margin-left: 120px;
}
.menu ul li a{
  color: #494D58 !important;
  line-height: 77px;
  display: block;
  text-align: center;
  width: 100%;
}
.menu ul li a:hover{
  background-color: #fff;
}
.catalog-header{
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 120px;
}
/*.main-content{*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  flex-wrap: nowrap;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  align-content: stretch;*/
/*}*/
.catalog{
  margin: 70px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  max-width: 1600px;
}
.catalog .product-block{
  margin-bottom: 30px;
}
/*.main-content{*/
/*  margin-left: 20px;*/
/*}*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  color: #707070!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  color: #999!important;
}
.swiper-container {
  max-width: 1700px;
  height: 530px;
}
.swiper-slide:first-child{
  margin-left: 60px!important;
}
.swiper-slide{
  width: 510px;
}
.product-block{
  width: 510px;
  height: 500px;
  border: 2px solid #F7F7F7;
}
.product-img{
  width: 100%;
  height: 320px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.product-description{
  margin-left: 30px;
}
.product-description .product-name{
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.product-description .product-text{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 25px;
  color: #999999;
}
.product-description .product-price{
  font-size: 30px;
  color: #74C30F;
  font-weight: bold;
}
.header-xs{
  display: none;
}
.burger{
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("img/burger.png");
}
.header-xs .head h1{
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}
.header-xs .head{
  padding: 25px 15px;
  -webkit-box-shadow: 0 7px 7px -7px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 7px 7px -7px rgba(50, 50, 50, 0.5);
  box-shadow:         0 7px 7px -7px rgba(50, 50, 50, 0.5);
}
.header-xs p{
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.full-content{
  margin-top: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.full-content a{
  font-size: 18px;
  color: #74C30F;
}
.full-content a:hover{
  text-decoration: underline;
}
.swiper-scrollbar{
  opacity: 1!important;
}
.line-menu ul li{
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #E5E5E5;
}
.line-menu ul li a{
  font-size: 14px;
  line-height: 50px;
}
.line-menu ul li:last-child{
  border-bottom: none;
}

/*КОНТАКТЫ*/
.header-text{
  margin-top: 65px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.main-form{
  background-color: #F5F5F5;
  padding: 30px;
  width: 580px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
}
.input-col{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
input{
  border : 0 none;
  outline:none;
}
.name{
  margin-right: 20px;
}
.name,.email{
  color: #999999;
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 15px;
  border-radius: 8px;
  width: 250px;
}
.input-row{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
textarea{
  padding: 10px 15px;
  box-sizing: border-box;
  color: #999999;
  font-size: 14px;
  border : 0 none;
  outline:none;
  height: 140px;
  width: 520px;
  resize: none;
  border-radius: 8px;
  display: flex;
}
input[type='button']{
  cursor: pointer;
  font-size: 16px;
  border-radius: 25px;
  width: 170px;
  height: 40px;
  background-color: #74c30f;
  color: #fff;
}
input[class='buy']{
  background-color: #707070;
}
.order-registr.none{
  display: none;
}
.order-registr.success{
  display: none;
}
.order-registr.success.block{
  display: flex;
  text-align: center;
  line-height: 24px;
}
.success.block{
  display: flex;
}
.green{
  color: #74c30f;
}
.contacts-message{
  width: 410px;
  text-align: center;
  margin: 10% auto;
}
.message-header{
  font-size: 24px;
  font-weight: bold;
  color: #74c30f;
  margin-bottom: 15px;
}
.message-description{
  font-size: 16px;
  color: #494D58;
}
.contacts-message{
  display: none;
}



.min-menu-close{
  width: 15px;
  height: 15px;
  background-image: url("img/close.png");
}
.popup-fade-order,
.popup-fade-menu {
  display: none;
}
.popup-fade-order:before,
.popup-fade-menu:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}
.popup-fade-order.flex{
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.order-registr{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 460px;
  height: 300px;
  padding: 50px;
  z-index: 99999;
  opacity: 1;
  background-color: #f8f8f8;
}
.min-menu {
  position: absolute;
  top: 0;
  left: 200px;
  width: 155px;
  padding: 50px 15px 5px 15px;
  margin-left: -200px;
  background: #fff;
  z-index: 99999;
  opacity: 1;
}
.min-menu-close {
  position: absolute;
  top: 20px;
}
.order-description{
  max-width: 340px;
  line-height: 20px;
  text-align: center;
}
input[name='phone']{
  margin: 30px 0;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding: 2px 10px;
}
.block-full-button.close input[type='button']{
  background-color: white;
  color: #74c30f;
  border: 1px solid #74c30f;
}
.input-row.order-row.order{
  justify-content: space-between;
}
.order-row{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.input-row.order-row.order .block-full-button input[type='button']{
  height: 45px;
}
/*ПЕРЧАТКИ ДЕТАЛКА*/
.product-block-title{
  text-align: center;
  color: #494D58;
  font-size: 18px;
  margin-top: 55px;
}
.block-row{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.product-block-full{
  max-width: 1180px;
  margin: 40px auto;
  padding: 0 20px;
}
.block-full-img{
  width: 100%;
  max-width: 491px;
  height: 382px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
}
.block-full-header{
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #494D58;
  margin-bottom: 20px;
}
.block-full-text{
  margin-left: 70px;
  width: 100%;
}
.block-full-description{
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 20px;
}
.block-full-price{
  font-size: 36px;
  color: #74c30f;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.article-block{
  max-width: 1180px;
  border: 2px solid #EBEBEB;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.article-img{
  margin: auto;
}
.article-header{
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #494D58;
  margin-bottom: 15px;
}
.article-header a:hover{
  color: #74c30f;
  text-decoration: underline;
  transition: 0.3s;
}
.article-description{
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}
.article-text{
  padding: 20px 20px 20px 40px;
}


/*СТАТЬЯ*/
.full-article-block{
  max-width: 921px;
  margin: 0 auto 90px;
}
.full-article-block img{
  width: 100%;
}
.article-block-header_1{
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.article-block-header_3{
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.article-block-description{
  font-size: 16px;
  line-height: 24px;
  padding-right: 20px;
}
.article-block-header_2{
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 30px 0;
}
.article-fact{
  margin: 30px 0;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 30px;
  border-left: 5px solid #74C30F;
}
.full-article-block ul li{
  line-height: 30px;
  list-style: disc;
  list-style-position: inside;
}
.article-block-description ul li{
  color: #74C30F;
}
.article-block-description ul li span{
  color: #40434D;
}
.article-text{
  max-height: 190px;
  box-sizing: border-box;
}
@media (max-width: 1710px) {
  .swiper-container{
    max-width: 1250px;
  }
  .swiper-slide{
    width: 365px;
    height: 500px;
  }
  .product-block{
    width: 365px;
    height: 500px;
  }
}
@media (max-width: 1630px) {
  .swiper-slide:last-child{
    margin-right: 20px!important;
  }
}
@media (max-width: 1570px) {
  .catalog{
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .swiper-button-prev{
    display: none;
  }
  .swiper-button-next{
    display: none;
  }
  .swiper-container {
    max-width: 95%;
  }
  .swiper-slide:first-child{
    margin-left: 20px!important;
  }
}
@media (max-width: 1100px) {
  .catalog{
    max-width: 750px;
  }
  .swiper-slide{
    width: 345px;
    height: 480px;
  }
  .product-block{
    width: 345px;
    height: 480px;
  }
  .product-description{
    margin-left: 30px;
  }
  .product-description .product-name{
    font-size: 20px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .product-description .product-text{
    margin-bottom: 20px;
  }
  .product-description .product-price{
    font-size: 24px;
  }
  .ml_mr{
    padding:0 20px;
  }
}
@media (max-width: 768px) {
  /*.product-block:nth-child(odd){*/
  /*  margin-left: 15px;*/
  /*  margin-right: 30px;*/
  /*}*/
  /*.catalog{*/
  /*  justify-content: stretch;*/
  /*}*/
  .article-text{
    padding: 20px;
  }
  .swiper-container{
    margin-left: 15px;
  }
  .swiper-slide:first-child{
    margin-left: 0px!important;
  }
  .swiper-slide:last-child{
    margin-right: 20px!important;
  }
  .swiper-button-prev{
    display: none;
  }
  .swiper-button-next{
    display: none;
  }
  .header {
    padding: 20px 30px;
    justify-content: space-between;
    min-height: 56px;
  }

  .header-block:first-child {
    height: 16px;
    margin-right: 96px;
  }

  .header-block:last-child {
    margin: 0;
  }

  .slick-slide {
    width: 345px!important;
    margin: 0 10px!important;
  }
  .header-ml{
    text-align: center;
    margin-left: 0;
  }
  .menu{
    height: 42px;
  }
  .menu ul li:first-child{
    margin-left: 0;
  }
  .menu ul li a{
    line-height: 42px;
  }
  .catalog-header{
    margin-left: 15px;

  }
  .catalog{
    max-width: 710px;
    margin: 40px auto;
  }
  .block-row{
    flex-direction: column;
  }
  .block-full-header {
    font-size: 24px;
    line-height: 24px;
  }
  .article-header {
    font-size: 24px;
    line-height: 28px;
  }
  .block-full-img{
    max-width: 728px;
  }
  .block-full-price{
    font-size: 30px;
  }
  .block-full-text{
    margin-top: 40px;
    margin-left: 0;
  }

}
@media (max-width: 730px) {
  .catalog{
    max-width: 360px;
  }
  .article-img img{
    width: 100%;
  }
  .article-img{
    width: 100%;
  }
  .article-block{
    flex-direction: column;
  }
}
@media (max-width: 630px) {
  .header-ml, .menu{
    display: none;
  }
  .header-xs{
    display: block;
  }
  .main-form{
    box-sizing: border-box;
    width: 90%;
  }
  .input-row.column{
    flex-direction: column;
  }
  .name{
    width: 100%;
    margin-bottom: 20px;
  }
  .email{
    width: 100%;
  }
  .header-text{
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }


}
@media (max-width: 480px){
  .main-form{
    padding: 20px 15px;
  }
  .swiper-slide{
    width: 290px;
    margin: 0 10px;
  }
  .article-block-description{
    font-size: 14px;
    line-height: 20px;
  }
  .full-article-block ul li{
    line-height: 20px;
  }
  .article-block-header_3{
    padding-right: 0;
  }
  .article-block-header_2,
  .article-block-header_1
  {
    font-size: 18px;
    line-height: 20px;
  }
  .order-registr{
    width: 100%;
    padding: 20px;
    margin: 10px;
  }

  input[name='phone']{
    margin: 20px 0;
  }

  .order-row.column.order{
    flex-direction: column;
  }

  .order-row .block-full-button input[type='button']:first-child{
    margin-bottom: 10px;
  }

  .order-row .block-full-button input[type='button']{
    width: 100%;
  }

  .swiper-slide:first-child{
    margin-left: 0px !important;
  }

  .swiper-button-prev{
    display: none;
  }

  .swiper-button-next{
    display: none;
  }


  .product-block{
    width: 290px;
    height: 465px;
  }

  .product-description{
    margin-left: 20px;
  }

  .product-description .product-name{
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .product-description .product-text{
    margin-bottom: 20px;
    font-size: 14px;
  }

  .product-description .product-price{
    font-size: 20px;
  }

  .header-ml{
    text-align: center;
    margin-left: 0;
  }

  .menu{
    display: none;
  }

  .catalog-header{
    margin-left: 15px;
  }

  .header-ml h1{
    font-size: 18px;
  }

  .header-ml p{
    font-size: 14px;
  }

  /*.main-content{*/
  /*  margin-left: 15px;*/
  /*}*/
  .product-img img{
    width: 247px;
  }

  .header-ml{
    display: none;
  }

  .header-xs{
    display: block;
  }

  .catalog-header{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    margin-left: 15px;
  }

  .header-block:first-child{
    margin-right: 20px;
  }

  .contacts-message{
    width: 90%;
  }

  .catalog{
    max-width: 310px;
  }

  .article-img{
    text-align: center;
    width: 100%;
  }

  .block-full-price{
    font-size: 24px;
  }

  .article-header{
    font-size: 18px;
    line-height: 22px;
  }

  .product-block-title{
    font-size: 14px;
  }

  .product-block-title{
    margin-top: 30px;
  }

  .block-full-description,
  .article-description{
    font-size: 14px;
    line-height: 18px;
  }
  .product-block-full{
    margin-top: 30px;
  }
  .full-content a{
    font-size: 16px;
  }
  .catalog{
    justify-content: center;
  }
}

@media (max-width: 410px) {
  .header {
    padding: 16px 20px;
    flex-direction: column;
  }

  .header-block:first-child {
    margin: 0 0 12px;
  }
}