@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  width: 100%;
  position: relative; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #F81717;
    transition: all .6s; }

.btn {
  background: #F81717;
  border-radius: 5px;
  padding: 16px 61px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none; }
  .btn:hover {
    background: #ad1717;
    transition: all .6s; }

/*Container  */
.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px; }
  @media screen and (max-width: 1600px) {
    .wrap {
      max-width: 1400px; } }
  @media screen and (max-width: 1441px) {
    .wrap {
      max-width: 1120px; } }
  @media screen and (max-width: 1025px) {
    .wrap {
      max-width: 900px;
      } }


	
	/*header*/
	
	
	.header {
    background-color: #1F1F1F;
    z-index: 300;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color .2s ease-in-out;
    padding-top: 0;

}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    transition: padding .2s ease-in-out;
    height: 104px;
}

.header__top {
    display: flex;
    align-items: center;
    padding: 16px 0px;
    transition: padding .2s ease-in-out;
	border-bottom: 1px solid #b9b9b921;
	color: #FFFFFF;
   }
   

.header__wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  }
  @media screen and (max-width: 1600px) {
    .header__wrap {
      max-width: 1400px; } }
  @media screen and (max-width: 1441px) {
    .header__wrap {
          padding: 0 40px;}

	  }
  @media screen and (max-width: 1025px) {
    .header__wrap {
      
	  padding: 0 20px;
       } }
	   
	   .logo {
    flex-wrap: inherit;
}
.tg-logo img {
	width: 24px;
    height: 24px;
}
    .logo img {
   	width: 72px;
    height: 72px;
	}
	@media screen and (max-width: 1025px) {
		.logo img {
    width: 60px;
    height: 60px;
     }
    }
 
	  
	  
	 .header_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    }
	
	@media screen and (max-width: 1025px) {
	 .header_block {
       gap: 12px;
    }
    }
	
	
    .header__top_icon{
	   color: #B9B9B9;
       display: flex;
       gap: 4px;
       align-items: center;	  
	  }
	  
	   .header__top_icon:hover {
	   color: #FFF;
	   text-decoration-line: underline;
       }
  
   
   	  #search.header__top_icon{
	   color: #B9B9B9;
       display: flex;
       gap: 4px;
       align-items: center;	  
	  }
	  
	  
	  
	  #search.header__top_icon:hover {
	   color: #FFF;
	   text-decoration-line: underline;
       }
	  
	  .header__top_icon svg {
	 width: 20px;
		 height: 20px;
	  
	  }

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    transition: padding .2s ease-in-out;
   }
	


  .header__content ul {
      list-style: none;
	  padding-inline-start: 16px;
	  }
    .header__content ul li {
        display: inline-block;
        padding-right: 32px; }
    .header__content ul li a {
          color: #B9B9B9;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          transition: all 0.6s;

		  }
  .header__content ul li a:hover {
          color: #FFFFFF;
          text-decoration-line: underline;
			}
   .phone {
      color: #FFFFFF;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 20px;
      transition: all 0.6s;
	  }
	  
  .phone:hover {
        color: #F81717;
		}
		
	.adress {
      color: #B9B9B9;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      display:block
	  }
	  
	  

	  
	.cart_button	{
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    color: #0E0E0E;
    background: #FFFFFF;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .dvizh-cart-informer  {
     display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    color: #1F1F1F;
    background: #FFFFFF;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	  }
    .dvizh-cart-informer  span {
    
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 20px;
    height: 20px;
    text-align: center;
    color: #1F1F1F;
    }
	
	
	
	.btn_icon-svg {
         width: 20px;
		 height: 20px;
		 
    }
		
	.cart_icon-svg {
         width: 20px;
		 height: 20px;
		 display: none;
	}
	
	@media screen and (max-width: 768px) {
		.btn_icon {
		display: none;
	}
	}
	
	/*Index slider*/
	
	
	.index-slider {
    color: #fff;
	margin: 0 auto;
    width: 100%;
    box-sizing: border-box;  
    position: relative;
	background: #1F1F1F;
	}
	
	.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
		
	.index-slide { 
    display: flex;
    height: 900px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #1F1F1F;
  }
  .index-slide_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 50%);
    align-items: flex-start;
    padding: 0px;
    gap: 36px;
    }
    .index-slide_left .title_head {
      font-style: normal;
      font-weight: bold;
      font-size: 72px;
      line-height: 84px;
      color: #FFFFFF;
      padding-bottom: 0px;
	  }
	  
	  .index-slide_left .title_podz {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #B9B9B9;
	  margin: 0;
      }
    .index-slide_left a {
      
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px 60px;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        color: #0E0E0E;
		background: #FFFFFF;

     border-radius: 28px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

             
	}
      .index-slide_left a:hover {
        color: #F81717;
        background: none;
        transition: all 0.6s;
		}

    .index-slide_right img {
      width: 100%;
	  }
	  
	  
	  .index-slider-paginacion {
		  
		  bottom: 80px !important;
		  
		  
	  }
	

.top-block {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  background: #1F1F1F;
  display: flex;
  height: 80vh;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px; }
  .top-block_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 50%);
    align-items: flex-start;
    padding: 0px;
    gap: 36px;
    }
    .top-block_left .title_head {
      font-style: normal;
      font-weight: bold;
      font-size: 72px;
      line-height: 84px;
      color: #FFFFFF;
      padding-bottom: 0px;
	  }
	  
	  .top-block_left .title_podz {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #B9B9B9;
	  margin: 0;
      }
    .top-block_left a {
      
          display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
     padding: 20px 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #0E0E0E;
		background: #FFFFFF;

     border-radius: 28px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

             
	}
      .top-block_left a:hover {
        color: #F81717;
        background: none;
        transition: all 0.6s;
		}

    .top-block_right img {
      width: 100%;
	  }
	  
	/*Podborki*/  
	
.swiper_podborki {
  width: 100%;
  padding: 20px 0 !important;
 }

.swiper-slide-podborki {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  width: 304px !important;
  gap: 20px;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;  
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgb(31 31 31 / 15%);
  border-radius: 16px;
  padding: 28px;
}

.swiper-slide-podborki-title {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF; 
}

.swiper-slide-podborki-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.637);
}

.swiper-slide-podborki-img {
     top: 0;
    left: 0;
    margin: auto;
} 
.swiper-slide-podborki-title {
   font-family: 'Nunito';
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #1F1F1F;
}


.swiper-slide-podborki img {
   width: 224px !important;
   height: 140px !important;
}

.swiper-pagination {

  position: relative !important; 
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  margin: 40px 0 0 0;
  
}

.swiper-button-next, .swiper-button-prev  {
    position: absolute;
    top: 50%;
	width: 44px !important;
    height: 44px !important;
    margin: auto 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(31, 31, 31, 0.15);
    border-radius: 50px;
	}
	
	
	.swiper-button-svg {
  width: 24px;
  height: 24px;
   -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button:hover svg,
.swiper-button:hover svg {
  fill: #fa5421;
}

.swiper-button-prev  {
  left: 0px !important;
}

.swiper-button-next  {
  right: 0px !important;
}

.swiper-button-prev.swiper-button-disabled .svg,
.swiper-button-next.swiper-button-disabled .svg {
  fill: #848484;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}




@media (max-width: 575px) {
  .sec_podborki {
    padding: 80px 0 40px 0;
}
.sec_podborki_content {
  display: block;
  gap: 28px;
}

  .sec_podborki_title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .sec_podborki_desc {
    font-size: 16px;
    line-height: 24px;
   }

   .sec_podborki_tabs {
    margin: 40px 0;
}

.sec_podborki_blocks {
  overflow: hidden;
  margin: 40px 0;
}

.swiper-slide-podborki {
  width: 340px!important;
  height: auto !important;
}


}
	  
	  
	  
	  
	  

#brands .swiper-slide img {
  width: 50%;
    height: auto;
    margin: 0 auto;
}

.index-unit{
   padding: 0 80px;
   
  }
  
  

  .brands {
    margin: 80px 0; }
  .brands:not(:first-child) {
      padding-top: 60px; }
  .brands_title {
      display: block;
      width: 100%;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 40px;
	  }
  .brands_img {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;}
  .brands_block {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
  .brands_block__item {
      margin-bottom: 66px;
	  width: 33%;
		}
  .brands_block__item span {
      font-weight: 400;
      width: 100%;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      display: block;
      margin-top: 20px;

		  }
  .brands_block__item img {
           width: 100%;
          height: auto;
		  max-width: 360px;

		  }
    .brands .item_block {
      display: flex;
      justify-content: space-between; }
    .brands .item_block__s {
        width: 20%; }
    .brands .item_block__s:hover .bottom_price .trough {
          color: #000; }
    .brands .item_block__s:hover .bottom_price .ost {
          color: #F81717; }
    .brands .item_block__s img {
          margin: 0 auto;
          display: block;
          width: 200px;
          padding-bottom: 20px; }
    .brands .item_block__s span {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 18px;
          display: block;
          width: 100%;
          margin-bottom: 15px; }
    .brands .item_block__s .bottom_price {
          display: flex;
          justify-content: flex-start; }
    .brands .item_block__s .bottom_price .trough {
            text-decoration: line-through;
            padding-right: 15px;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px; }
    .brands .item_block__s .bottom_price .ost {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #F81717; }
    .brands .about {
      display: flex;
	  flex-direction: column;
		gap: 24px;  
      }
      .brands .about_block {
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px; }
		
	.about_block_photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки на десктопе */
  gap: 16px; /* расстояние между фото */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.about_block_photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.about_block_photo img:hover {
  transform: scale(1.02);
}

/* Для планшетов (2 колонки) */
@media (max-width: 768px) {
  .about_block_photo {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px 0;
  }
}

/* Для мобильных устройств (1 колонка) */
@media (max-width: 480px) {
  .about_block_photo {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }
}	

 .phone_service {
      color: #333;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 20px;
      transition: all 0.6s;
	  }
		
		
		@media screen and (max-width: 769px) {
	.brands .about {
          flex-direction: column;	  
    }
	.brands .about_block {
		width: 100%;
	}
}
    .brands .blog {
      display: flex;
      justify-content: space-between; }
      .brands .blog_block {
        width: 23%; }
        .brands .blog_block span {
          font-weight: normal;
          font-size: 18px;
          line-height: 26px;
          padding-top: 20px;
          display: block; }
        .brands .blog_block img {
          width: 100%; }

  /**/

.main-unit {
   padding: 0 80px;
  }
  
  .main-unit .name_search {
    display: flex;
	flex-direction: row;
	gap: 16px;
}

.main-unit .drop_down{
	background: #FFFFFF;
    border-radius: 28px;
    padding: 16px 24px;
    border: none;
    width: 20%;
    border: 1px solid #1f1f1f;
}
  .main-unit .brands {
    margin: 80px 0; }
    .main-unit .brands:not(:first-child) {
      padding-top: 60px; }
    .main-unit .brands_title {
      display: block;
      width: 100%;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 35px;
      text-align: center;
      margin-bottom: 55px;
	  }
    .main-unit .brands_img {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;}
    .main-unit .brands_block {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .main-unit .brands_block__item {
        margin-bottom: 66px;
		    width: 33%;
		}
        .main-unit .brands_block__item span {
          font-weight: 400;
          width: 100%;
          font-size: 20px;
          line-height: 20px;
          text-align: center;
          display: block;
          margin-top: 20px;

		  }
		  .main-unit .brands_block__item img {
           width: 100%;
          height: auto;
		  max-width: 360px;

		  }
    .main-unit .brands .item_block {
      display: flex;
      justify-content: space-between; }
      .main-unit .brands .item_block__s {
        width: 20%; }
        .main-unit .brands .item_block__s:hover .bottom_price .trough {
          color: #000; }
        .main-unit .brands .item_block__s:hover .bottom_price .ost {
          color: #F81717; }
        .main-unit .brands .item_block__s img {
          margin: 0 auto;
          display: block;
          width: 200px;
          padding-bottom: 20px; }
        .main-unit .brands .item_block__s span {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 18px;
          display: block;
          width: 100%;
          margin-bottom: 15px; }
        .main-unit .brands .item_block__s .bottom_price {
          display: flex;
          justify-content: flex-start; }
          .main-unit .brands .item_block__s .bottom_price .trough {
            text-decoration: line-through;
            padding-right: 15px;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px; }
          .main-unit .brands .item_block__s .bottom_price .ost {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #F81717; }
    .main-unit .brands .about {
      display: flex;
      justify-content: space-between; }
      .main-unit .brands .about_block {
        width: 30%;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 23px; }
    .main-unit .brands .blog {
      display: flex;
      justify-content: space-between; }
      .main-unit .brands .blog_block {
        width: 23%; }
        .main-unit .brands .blog_block span {
          font-weight: normal;
          font-size: 18px;
          line-height: 26px;
          padding-top: 20px;
          display: block; }
        .main-unit .brands .blog_block img {
          width: 100%; }
  .main-unit .catalog_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 20px 0;
	width: 100%;

	}
	
	.main-unit .catalog_head .breadcrumb {
          color: #898f97;
		  width: 20%;

	  }
    .main-unit .catalog_head .breadcrumb ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-unit .catalog_head .breadcrumb ul li {
        display: inline-block; }
		  .main-unit .catalog_head .breadcrumb ul li:after {
          content: "\2014";
		  position: relative;
         }
		
        .main-unit .catalog_head .breadcrumb ul li a {
          font-weight: normal;
          font-size: 14px;
          line-height: 18px;
		      color: #898f97 !important;
		  }
    .main-unit .catalog_head .name_search {
      width: 80%;
    }
      .main-unit .catalog_head .name_search input {
        font-family: Roboto;
    width: 80%;
    font-size: 14px;
    line-height: 1.5;
    border: none;
    border-radius: 10px;
	box-shadow: 0 3px 14px #e0e0e0;
    outline: 0;
    padding: 10px;
    margin-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
		}
		
		.main-unit .catalog_head .name_search input:focus {
        border: 1px solid #333;
		padding: 9px;
        box-shadow: 0 3px 14px #e0e0e0;
		}
		
		.main-unit .catalog_head .name_search input:hover {
        border: 1px solid #333;
		padding: 9px;
        }
      .main-unit .catalog_head .name_search select {
       font-weight: normal;
       font-family: 'Roboto', sans-serif;
       font-size: 14px;
       line-height: 16px;
       color: #808080;
       -webkit-appearance: none;
       -moz-appearance: none;
        appearance: none;
        outline: none;
        background: url(../images/arrowdown.svg) no-repeat 90% 50%;
        background-size: 16px;
        width: 13%;
    border: 1px solid;
    border-color: rgba(0,0,0,.12);
    border-radius: 10px;
    height: 42px;
    padding: 10px;
		}
		
		 .main-unit .catalog_head .name_search select:focus {
           border: 1px solid #000;
		   color: #171616;
   		}
		
		.main-unit .catalog_head .name_search select:hover {
           border: 1px solid #000;
		   color: #171616;		   
   		}
  .main-unit .catalog_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 170px;
	gap: 28px;
	}
    .main-unit .catalog_list__left {
		font-weight: normal;
            font-size: 14px;
            line-height: 18px;
      width: 14%; }

       .main-unit .catalog_list__left .heading {
		font-weight: bold;
        font-size: 20px;
        line-height: 23px;
       }
      .main-unit .catalog_list__left ul {
        list-style: none;
        color: #333333;
        margin: 20px 0 35px 0;
        padding: 0; }
        .main-unit .catalog_list__left ul li {
          padding-bottom: 4px; }
          .main-unit .catalog_list__left ul li:first-child {
            padding-top: 17px; }
          .main-unit .catalog_list__left ul li a {
            color: #333333; }
            .main-unit .catalog_list__left ul li a:hover {
              color: #e6371b; }
          .main-unit .catalog_list__left ul li .label-cbx {
            user-select: none;
            cursor: pointer;
            margin-bottom: 5px;
            display: block; }
          .main-unit .catalog_list__left ul li .label-cbx input:checked + .checkbox {
            border-color: #e6371b; }
          .main-unit .catalog_list__left ul li .label-cbx input:checked + .checkbox svg path {
            fill: #e6371b; }
          .main-unit .catalog_list__left ul li .label-cbx input:checked + .checkbox svg polyline {
            stroke-dashoffset: 0; }
          .main-unit .catalog_list__left ul li .label-cbx:hover .checkbox svg path {
            stroke-dashoffset: 0; }
          .main-unit .catalog_list__left ul li .label-cbx .checkbox {
            position: relative;
            top: 2px;
            float: left;
            margin-right: 8px;
            width: 16px;
            height: 16px;
            border: 1px solid #C8CCD4;
            border-radius: 3px; }
          .main-unit .catalog_list__left ul li .label-cbx .checkbox svg {
            position: absolute;
            top: -2px;
            left: -2px; }
          .main-unit .catalog_list__left ul li .label-cbx .checkbox svg path {
            fill: none;
            stroke: #e6371b;
            stroke-width: 1;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 71px;
            stroke-dashoffset: 71px;
            transition: all 0.6s ease; }
          .main-unit .catalog_list__left ul li .label-cbx .checkbox svg polyline {
            fill: none;
            stroke: #FFF;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 18px;
            stroke-dashoffset: 18px;
            transition: all 0.3s ease; }
          .main-unit .catalog_list__left ul li .label-cbx > span {
            pointer-events: none;
            vertical-align: middle;
            font-weight: normal;
            font-size: 16px;
            font-family: Roboto; }
          .main-unit .catalog_list__left ul li .cntr {
            position: absolute;
            top: 45%;
            left: 0;
            width: 100%;
            text-align: center; }
          .main-unit .catalog_list__left ul li .invisible {
            position: absolute;
            z-index: -1;
            width: 0;
            height: 0;
            opacity: 0; }
          .main-unit .catalog_list__left ul li input {
            width: 45%;
            border: 2px solid #DCDCDC;
            box-sizing: border-box;
            border-radius: 5px;
            line-height: 28px;
            padding: 0 9px;
            outline: none;
            transition: all 0.6s; }
            .main-unit .catalog_list__left ul li input:focus {
              border: 2px solid #e6371b; }
    .main-unit .catalog_list__right {
       width: 86%;
       margin-top: 20px;
    
	  }
	  
	   .main-unit .search_catalog {
		    background: #FFFFFF;
            border-radius: 28px;
            padding: 16px 24px;
            border: none;
            width: 80%;
			border: 1px solid #1f1f1f;		
	  }
	  
	  .main-unit .catalog_list_wrap {
		   display: -ms-grid;
           display: grid;
           grid-template-columns: repeat(auto-fill, minmax(210px, -webkit-max-content));
           grid-template-columns: repeat(auto-fill, minmax(210px, max-content));
           grid-gap: 32px;
    margin-top: 40px;		   
		  
	  }
	  @media screen and (max-width: 1440px) {
		   .main-unit .catalog_list_wrap {
		   grid-template-columns: repeat(auto-fill, minmax(158px, -webkit-max-content));
           grid-template-columns: repeat(auto-fill, minmax(158px, max-content));
         
		  
	  }
		  
		  
		  
	  }
	  
	  @media screen and (max-width: 769px) {
		   .main-unit .catalog_list_wrap {
		  display: flex;
		  flex-direction: column;
		  grid-gap: 20px;
margin-top: 40px;		  
		  
		  
		  }
		  

}
	  
	  
	  
      .main-unit .catalog_list__right .catalog_block {
        padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		
		}
		.main-unit .catalog_list__right .catalog_block:hover {
        box-shadow: 0 3px 14px 0 #e0e0e0;
        border-radius: 10px;
        }
		
		.main-unit .catalog_list__right .catalog_block img {
        height: 120px;
        width: auto;
		display: block;
		margin: auto;
		 }		
       
        .main-unit .catalog_list__right .catalog_block span {
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #333333;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          max-height: 40px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          text-transform: none;
		  }
        .main-unit .catalog_list__right .catalog_block .bottom {
              display: flex;
              justify-content: left;
              align-items: center;
              margin-top: 10px;
		  }
          .nal {
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            color: #16C67A !important; }
          .no-nal {
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            color: #ffbd01 !important; }
			 .nal_catalog {
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            color: #16C67A !important;
            margin: 10px 0 0 0;
			}
          .no-nal_catalog {
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            color: #ffbd01 !important;
            margin: 10px 0 0 0;			}
			.main-unit .catalog_list__right .catalog_block .bottom .price {
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
			сolor: #000;
			}
			.main-unit .catalog_list__right .catalog_block .bottom .price-sale {
            color: #F81717;
			}
			.main-unit .catalog_list__right .catalog_block .bottom .catalog_price {
           	color: #000000;
			margin: 0 10px 0 0;
			font-size: 16px;
			}
			

footer {
  padding: 60px 80px;
  box-sizing: border-box;
  background: #1f1f1f;
  margin: 60px 0 0 0;  
  }
  footer .footer {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box; }
    footer .footer .footer_block {
      flex: 0 0 23%; }
      footer .footer .footer_block .footer_title {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
		color: #fff;
		}
      footer .footer .footer_block ul {
        padding: 0;
		margin-top: 20px;
         }
        footer .footer .footer_block ul li {
          list-style: none;
              padding: 4px 0; }
          footer .footer .footer_block ul li a {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-decoration: none;
            color: #fff;
            transition: all .6s;

			}
            footer .footer .footer_block ul li a:hover {
              color: #F81717; }
        footer .footer .footer_block ul .phone, footer .footer .footer_block ul .mail, footer .footer .footer_block ul .adress  {
          margin-bottom: 16px; }
        footer .footer .footer_block ul .desc {
          font-family: Roboto;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 25px;
          color: #fff; }
        footer .footer .footer_block ul .social {
          display: flex;
          justify-content: flex-start; }
          footer .footer .footer_block ul .social__button {
            margin-right: 23px; }
            footer .footer .footer_block ul .social__button img {
              width: 25px;
              height: 25px; }
  footer .copyright {
    color: #b3b0b0;
    font-weight: normal;
    font-size: 14px;
    line-height: 55px;
    margin-top: 52px; }
	
	footer .footer_socials {
		display: flex;
        align-items: center;
        gap: 12px;
	}

table {
  width: 100%;
  padding: 43px 0;
  border-collapse: collapse;
  border-top: 1px solid #D8D8D8; }
  table tr {
    padding: 41px !important; }
    table tr td {
      border-bottom: 1px solid #D8D8D8;
      padding: 20px; }
      table tr td img {
        width: 130px; }
      table tr td .td-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px; }
      table tr td .price {
        font-weight: 500 !important;
        font-size: 22px !important;
        line-height: 28px;
        text-align: right; }

.checkout {
  border: none;
  margin-top: 41px; }
  .checkout tr .images-item {
    width: 64px;
    padding-bottom: 10px; }
  .checkout tr td {
    border: none;
    overflow: hidden;
    padding: 0 32px 0 0; }
    .checkout tr td img {
      width: 64px; }
  .checkout tr .col {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #9A9393;
    margin-bottom: 26px; }
  .checkout tr .name {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px; }

.input-group-btn input, .input-group-btn button {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.input-group-btn {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 10px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center; }

.input-group-btn input {
  width: 90px;
  padding: 3px 0 4px 0;
  border: none;
  font-size: 18px;
  line-height: 14px; }
  .input-group-btn input:focus {
    outline: none; }

.minus, .plus {
  font: 20px Tahoma;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box; }

.minus {
  background: url("../images/minus.png") no-repeat center center;
  padding: 27px 20px; }
  .minus:focus {
    outline: none; }

.plus {
  background: url("../images/plus.png") no-repeat center center;
  padding: 27px 20px; }
  .plus:focus {
    outline: none; }

.card-container {
  padding-top: 60px; }

.accordion {
  margin-top: 70px;
width: 100%;}
  .accordion div span {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #333333; }

.ui-accordion .ui-accordion-header {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  padding-top: 20px;
  color: #333333;
  border-top: 2px solid #DCDCDC;
cursor: pointer;}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #FFFFFF; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border-right: none;
  border-left: none;
  outline: none; }

.ui-icon, .ui-widget-content .ui-icon {
  background: url("../images/plus.png") no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 20px;
display: inline-block;
margin-left: 10px;}

.ui-widget-content {
  border: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: none;
  border: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: none;
  border-right: none;
  border-left: none;
  border-radius: none;
  border-bottom: none;
  border-top: none; }

.ui-accordion .ui-accordion-header {
  outline: none;
display: flex;
align-items: center;}

.ui-icon-circle-arrow-s {
  background: none;
}
.dvizh-downArr {
  background: url("../images/minus.png") no-repeat center center!important;
  height: 20px!important;
  padding: 0 10px;
}
.dvizh-upArr {
  background: url("../images/plus.png") no-repeat center center!important;
  height: 20px!important;
  padding: 0 10px;
}
.mfp-container {
  z-index: 9999999;
}

.container {
  margin: 0 auto;
  padding: 0px 80px;
  box-sizing: border-box;
  width: 100%;
	}
  .container_buy {
    display: flex;
  flex-wrap: wrap;}
    .container_buy__left {
      width: 55%;
      display: flex;
      flex-direction: column-reverse; }
      .container_buy__left img {
        width: 500px; }
    .container_buy__right {
      width: 37%; }
      .container_buy__right .title-item {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 30px; }
      .container_buy__right .desc-item {
        font-size: 16px;
        line-height: 21px;
        color: #333333;
        width: 100%;
        margin-bottom: 20px; }
        .container_buy__right .desc-item ul {
          list-style: none;
          margin: 15px;
          padding: 0; }
        .container_buy__right .desc-item ul li {
          position: relative; }
        .container_buy__right .desc-item ul li:before {
          content: "—";
          position: absolute;
          left: -18px; }
      .container_buy__right .card-info {
        display: flex; }
        .container_buy__right .card-info_left {
          margin-right: 23px; }
          .container_buy__right .card-info_left span {
            display: block;
            font-size: 16px;
            line-height: 16px;
            color: #999999;
            padding-bottom: 20px; }
        .container_buy__right .card-info_right span {
          display: block;
          font-size: 16px;
          line-height: 16px;
          color: #333333;
          padding-bottom: 20px; }
        .container_buy__right .card-info_right .green {
          font-weight: bold;
          font-size: 16px;
          line-height: 16px;
          color: #16C67A; }
      .container_buy__right .card-price {
        display: inline-block;
        font-weight: bold;
        font-size: 25px;
        line-height: 25px;
        color: #333333;
        vertical-align: middle; }
		.container_buy__right .card-price_old {
        margin-right: 55px;
        color: #333333;
         }
		 
		 .price_block {
			margin-bottom: 40px; 
			 
		 }
  .container .similar-item_title {
    margin-top: 91px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    color: #333333; }
  .container .cart-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 43px; }
  .container .cart-container {
    display: flex;
    justify-content: space-between; }
    .container .cart-container__left {
      width: 70%; }
      .container .cart-container__left span {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px; }
      .container .cart-container__left .mini {
        font-weight: normal;
        font-size: 20px;
        line-height: 23px; }
    .container .cart-container__right {
      width: 25%;
      background: #FFFFFF;
      border: 1px solid #D8D8D8;
      box-sizing: border-box;
      display: inline-block;
      padding: 38px 52px;
      height: auto; }
      .container .cart-container__right form {
        width: 100%; }
      .container .cart-container__right .form-label {
        flex-direction: row-reverse;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
      .container .cart-container__right .mycheckbox {
        display: none; }
      .container .cart-container__right .checkbox-new {
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
        width: 23px;
        height: 23px;
        border: 1px solid #ccc;
        position: relative; }
      .container .cart-container__right .checkbox-new::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: #f05;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        transition: 0.2s ease-in; }
      .container .cart-container__right .mycheckbox:checked + .checkbox-new::after {
        width: 21px;
        height: 21px; }
      .container .cart-container__right .checkbox-new-descr {
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer; }
      .container .cart-container__right .zakaz-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 16px; }
      .container .cart-container__right .count {
        display: flex;
        justify-content: space-between;
        padding: 51px 0; }
        .container .cart-container__right .count__left {
          font-weight: normal;
          font-size: 24px;
          line-height: 20px; }
        .container .cart-container__right .count__right {
          font-weight: normal;
          font-size: 18px;
          line-height: 20px; }
      .container .cart-container__right .delivery {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px; }
        .container .cart-container__right .delivery .right {
          margin-left: 15px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .container .cart-container__right .delivery .right span {
            font-weight: normal;
            font-size: 16px;
            line-height: 16px;
            display: block; }
          .container .cart-container__right .delivery .right .big {
            font-weight: bold;
            font-size: 22px;
            line-height: 16px; }
        .container .cart-container__right .delivery .print {
          justify-content: center; }
      .container .cart-container__right .total {
        display: flex;
        padding-bottom: 48px;
        justify-content: space-between;
        font-weight: bold;
        font-size: 24px;
        line-height: 20px;
        padding-top: 50px; }
    .container .cart-container .right_checkout {
      height: auto; }
    .container .cart-container .last {
      margin-bottom: 56px; }
  .container .filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px; }
    .container .filter .breadcrumb ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .container .filter .breadcrumb ul li {
        display: inline-block;
        padding: 24px 0; }
        .container .filter .breadcrumb ul li span {
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          color: #999999; }
        .container .filter .breadcrumb ul li a {
          font-weight: normal;
          font-size: 14px;
          line-height: 16px;
          color: #333333; }
          .container .filter .breadcrumb ul li a:hover {
            color: #F81717;
            transition: all .6s; }
    .container .filter .sort {
      display: flex;
      width: 40%; }
      .container .filter .sort form {
        font-weight: normal;
        font-size: 20px;
        line-height: 23px; }
        .container .filter .sort form select {
          font-weight: normal;
          font-size: 20px;
          line-height: 23px;
          color: #7D7D7D;
          padding: 0 30px;
          border: none;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: url("/images/down-arrow.png") no-repeat right center; }
          .container .filter .sort form select:focus {
            outline: none; }
    .container .filter .all-cat form select {
      font-weight: normal;
      font-size: 24px;
      line-height: 28px;
      color: #000;
      background: #EAF9FC url("/images/down-arrow.png") no-repeat 87% center;
      border-radius: 10px;
      padding: 20px 75px;
      border: none;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .container .filter .all-cat form select:focus {
        outline: none; }
  .container .goods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .container .goods_item {
      width: 20%;
      padding: 27px 32px;
      background: #f8f8f8;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; }
      .container .goods_item a:hover {
        color: #000000; }
      .container .goods_item__yellow {
        background: #FEF3CB;
        width: 40%;
        padding: 130px 80px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .container .goods_item__yellow .left {
          flex: 0 0 55%; }
          .container .goods_item__yellow .left .title {
            font-weight: bold;
            font-size: 36px;
            line-height: 41px;
            padding-bottom: 62px; }
          .container .goods_item__yellow .left .desc {
            font-weight: normal;
            font-size: 24px;
            line-height: 28px;
            padding-bottom: 62px; }
        .container .goods_item__yellow .right {
          flex: 0 0 40%;
          display: flex;
          align-items: center;
          justify-content: center; }
      .container .goods_item img {
        padding-top: 82px;
        margin: 0 auto;
        display: block;
        width: 80%; }
      .container .goods_item .name {
        font-weight: 300;
        margin-top: 82px; }
      .container .goods_item .price {
        font-weight: bold;
        padding-top: 32px; }
  .container .sell_form {
    width: 780px;
    margin: 0 auto; }
    .container .sell_form .sell-form__title {
      font-weight: 500;
      font-size: 60px;
      line-height: 65px;
      padding-bottom: 17px; }
    .container .sell_form .sell_form__desc {
      font-weight: 300;
      font-size: 20px;
      line-height: 25px;
      padding-bottom: 64px; }
  .container form {
    display: inline-block;
    width: 90%;
    box-sizing: border-box; }
    .container form .form_title {
      font-weight: 500;
      font-size: 20px;
      line-height: 35px;
      width: 100%;
      display: block;
      padding-bottom: 35px;
      margin-top: 41px; }
      .container form .form_title:last-child {
        margin-top: 41px; }
    .container form label {
      display: inline-block;
      width: 49%;
      padding-bottom: 13px;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: #8F8F8F;
      box-sizing: border-box; }
      .container form label:nth-child(6) {
        width: 99%;
        box-sizing: border-box; }
      .container form label:nth-child(7n) {
        width: 99%;
        box-sizing: border-box; }
      .container form label input, .container form label textarea {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #CDCACA;
        width: 99%;
        background: #FFFFFF;
        border: 1px solid #8F8F8F;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 13px 15px;
        margin-right: 24px;
        margin-top: 13px;
        resize: none; }
        .container form label input:focus, .container form label textarea:focus {
          outline: none; }
        .container form label input textarea, .container form label textarea textarea {
          width: 99%; }
    .container form .tip {
      font-weight: normal;
      font-size: 16px;
      line-height: 18px;
      display: block;
      width: 100%;
      padding-bottom: 31px; }
  .container .check-form {
    width: 50%; }
    .container .check-form label {
      width: 49%; }
    .container .check-form .btn-reg {
      width: 60%;
      margin-top: 100px; }

.cont_buy {
  padding: 40px 72px; }

.card-container {
  padding-top: 60px; }

.filter_mobile {
  display: none; }

.btn-zakaz {
  width: 100%; }

.mobile_filter {
  display: none; }

.form-group .label {
  width: 107px;
  height: 100px;
  background: #F0F0F0;
  border-radius: 5px;
  display: inline-block;
  padding: 1.2em;
  margin-right: 5px;
  cursor: pointer;
  text-align: center; }
  .form-group .label input[type=file] {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none; }
  .form-group .label i {
    display: block;
    padding: 12px;
    margin-left: 13px;
    margin-top: 6px;
    background: url("/images/photo.png") no-repeat; }
  .form-group .label:hover {
    background: #c0c0c0; }
  .form-group .label .title {
    font-size: 12px;
    line-height: 16px;
    color: #8F8F8F; }

.container_sell {
  padding-top: 76px; }

.menu-container {
  padding: 46px 72px 67px 72px;
  height: 100%;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box; }
  .menu-container_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%; }
    .menu-container_flex .menu_header {
      display: flex;
      justify-content: space-between; }
    .menu-container_flex .menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .menu-container_flex .menu ul li {
        padding-bottom: 45px; }
        .menu-container_flex .menu ul li a {
          font-weight: 500;
          font-size: 35px;
          line-height: 26px;
          color: #333333;
          text-decoration: none; }
    .menu-container_flex .menu-contact {
      display: flex;
      justify-content: space-between; }
      .menu-container_flex .menu-contact .phone {
        font-weight: 500;
        font-size: 40px;
        line-height: 26px; }
      .menu-container_flex .menu-contact .social a {
        margin-right: 22px; }

.mobile_menu {
  display: none; }

.burger {
  display: none; }

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  
  }

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  }
  

	


.gallery-top {
  height: 80%;
  width: 80%; }

.gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
height: 64px;
  }

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: none;
  border-radius: 10px; }

.swiper-slide img {
  width: 300px; }

.swiper-slide-thumb-active {
  height: 20%; }

.gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 64px;
    width: 64px;
    margin-right: 25px; }
  .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 64px;
    box-sizing: border-box; }
	
	.mfp-bottom-bar {
    display: none;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .search input {
    background-color: #eee;
    border: 0;
    border-radius: 10px;
    outline: 0;
	padding: 10px;
    box-sizing: border-box;
    padding: 0 11px;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    width: 60%;	}

.filter {
  display: none; }

.main-unit .catalog_list__right .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.main-unit .catalog_list__right .pagination li {
  display: inline-block;
  margin: 0 2px;
}
.main-unit .catalog_list__right .pagination li a {
  display: flex;
  width: 38px;
  height: 38px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  border: 2px solid #9A9393;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.main-unit .catalog_list__right .pagination .prev, .main-unit .catalog_list__right .pagination .next {
  padding: 7px 8px;
}
.main-unit .catalog_list__right .pagination li a {
  color: #9A9393;
}
.main-unit .catalog_list__right .pagination li a:hover {
  color: #F81717;
}
.main-unit .catalog_list__right .pagination .active a {
  border: 2px solid #F81717;
  font-weight: bold;
  border-radius: 100%;
}
.main-unit .catalog_list__right .pagination .active a {
  color: #F81717;
}
.dvizh-filter .block input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #DCDCDC;
  margin: 0;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
}
.dvizh-filter .block input:checked {
  border: 2px solid #F81717;
  background: url("../images/galka 1.png") #F81717 no-repeat 50% 50%;
}
.dvizh-filter .block div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.dvizh-filter .block {
  margin-bottom: 40px;
}
.dvizh-filter .block .heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}
.mfp-container {
  width: 100%;
  /*background: #ffffff;*/
}
.mfp-figure:after {
  box-shadow: none;
  background: transparent;
}
.mobile_search {
  display: none;
}
.mfp-image-holder .mfp-content {
  width: 100%;
  height: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  background: #ffffff;
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    margin: auto;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000;
  z-index: 9999999;
  background: url("../images/close.png") no-repeat;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
  right: -98%;
  margin-top: 40px;
}
.mfp-wrap {
  overflow: hidden!important;
}
.mfp-figure figure {
  display: flex;
  align-items: center;
  justify-content: center;
}



@media screen and (max-width: 1700px) {
  .header .header__right {
    width: 80%; }
  .top-block .title_head {
       font-size: 46px;
    line-height: 54px;

	}
  .main-unit .main_block__left .title {
    font-size: 42px; } }

@media screen and (max-width: 1680px) {
  .main_block__left {
    width: 45%; }
    .main_block__left .title {
      font-size: 45px;
      line-height: 55px; }
    .main_block__left .desc {
      font-size: 16px;
      line-height: 16px; } }

@media screen and (max-width: 1600px) {
  .container .filter .sort {
    width: 50%; }
  .container .filter .all-cat form select {
    padding: 14px 75px;
    font-size: 22px; }
  .container .goods_item {
    width: 19%; }
  .container .goods_item__yellow {
    width: 38%; }
  .container .cart-container__left span {
    font-size: 16px;
    line-height: 29px; }
  .input-group-btn {
    width: 100%; }
  .input-group-btn input {
    width: 50px; }
  .container .cart-container__right {
    padding: 30px; }
  table tr td img {
    width: 82px; }
  .container .cart-container__right .delivery .right span {
    font-size: 15px; }
  .btn {
    padding: 16px 35px; }
  .main-unit .catalog_head .name_search select {
    width: 17%; }
  .main-unit .catalog_head .name_search input {
    width: 76%; }

  .gallery-thumbs {
    width: 100%; } }

@media screen and (max-width: 1440px) {
  .container .filter .sort {
    width: 53%; }
  .container .goods_item__yellow {
    width: 37%; }
  table tr td img {
    width: 100px; }
  .container .cart-container__left span {
    font-size: 18px; }
  .container .cart-container__right .count__left {
    font-size: 18px; }
  .container .cart-container__right .total {
    font-size: 20px; }
  .btn {
    font-size: 18px;
    padding: 16px 30px; }
  .swiper-slide img {
    width: 400px; }
  .gallery-thumbs {
    width: 100%; }
  .header .header__right ul li {
    padding-right: 25px; }
  .header .header__right .phone {
    font-size: 20px; }
  .top-block_right {
    width: 50%; }

  table tr td:nth-child(2n) {
    width: 65%; }
  .container .cart-container__left {
    width: 65%; }
  .container .cart-container__right {
    width: 30%; }
  .container .check-form {
    width: 100%; }
   }

@media screen and (max-width: 1366px) {
  .container .goods_item__yellow {
    width: 36%; }
  .container .goods_item {
    width: 18%; }
  .container .goods_item__yellow .left .title {
    font-size: 28px; }
  .container .goods_item__yellow .left .desc {
    font-size: 18px; }
  .container .goods_item__yellow .right img {
    width: 100%; }
  .container .filter .sort form {
    font-size: 16px; }
  .container .goods_item img {
    padding-top: 15px; }
  .container .goods_item .name {
    font-size: 20px;
    margin-top: 50px; }
  .container .goods_item__yellow {
    padding: 63px 80px; }
  table tr td img {
    width: 85px; }
  .btn {
    padding: 16px 18px; }
  .main-unit .catalog_head .name_search select {
    width: 20%; }
  .container .cart-container__left {
    width: 62%; }
  .container .cart-container__right {
    width: 33%; }
  table tr td:nth-child(2n) {
    width: 62%; } }

@media screen and (max-width: 1360px) {
  .main_block {
    height: 660px;
    flex-wrap: wrap; }
    .main_block__left {
      width: 45%; }
      .main_block__left .title {
        font-size: 35px;
        line-height: 45px; }
      .main_block__left .desc {
        font-size: 16px;
        line-height: 16px; }
    .main_block__right {
      width: 45%; }
  .main-unit {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    } 
	
	.container {
      padding: 0px 40px;
   }
   
  

	}

@media screen and (max-width: 1280px) {

	.main-unit .brands_block__item {
        margin-bottom: 40px;

		}
		
		.main-unit .brands_block__item img{
        padding: 20px;
    width: 300px;

		}
  .container .goods_item__yellow {
    padding: 63px 75px; }
  .container .filter .sort {
    width: 55%; }
  .container .filter .sort form select {
    font-size: 16px; }
  .menu-container {
    padding: 37px 50px; }
  table tr td img {
    width: 70px; }
  .minus {
    padding: 20px; }
  .plus {
    padding: 20px; }
  .container .cart-container__left span {
    font-size: 16px; }
  .container .cart-container__right {
    width: 34%; }
  .main-unit .brands_img img {
    max-width: 200px; }
  .main-unit .brands .item_block__s img {
    width: 100%; }
  .main-unit .catalog_head .name_search input {
    width: 74%; }
  .main-unit .catalog_head .name_search select {
    width: 21%; }
 
  .container {
    padding: 0px 20px; }
  footer {
    padding: 37px 50px; } }

@media screen and (max-width: 1185px) {
  
  .top-block .title_head {
    font-size: 45px;
	}
	
		.cart_text {
		display: none;
	}
	.cart_icon-svg {
		display: block;
	}
	.header__content ul li a {
    
    font-size: 13px;
    line-height: 16px;
   }
	
	.phone {
    font-size: 16px;
    line-height: 20px;
   }
   
      .header__content ul li {
    padding-right: 20px;
}
	

}
	

@media screen and (max-width: 1024px) {
  .header .back {
    width: 40%;
	}
  
  .container .filter .all-cat form select {
    padding: 14px 52px; }
  .container .filter .all-cat form select {
    font-size: 18px; }
  .container .filter .sort form select {
    font-size: 17px;
    padding: 0 23px; }
  .container .goods_item {
    width: 24%; }
  .container .goods_item__yellow {
    width: 50%;
    padding: 63px 69px; }
  .container .filter {
    display: none; }
  .container_buy {
    flex-direction: column; }
  .container_buy__left {
    width: 100%; }
  .container_buy__right {
    width: 100%; }
  .gallery-top .swiper-wrapper .swiper-slide {
    width: 100%; }
    .gallery-top .swiper-wrapper .swiper-slide img {
      width: 100%; }
  .filter_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-direction: column; }
    .filter_mobile .breadcrumb {
      display: block;
      width: 100%; }
    .filter_mobile .sort {
      width: 100%;
      padding-top: 23px;
      display: flex;
      justify-content: space-between; }
      .filter_mobile .sort a {
        width: 100%; }
      .filter_mobile .sort .all-cat {
        width: 21%; }
        .filter_mobile .sort .all-cat form select {
          font-weight: normal;
          font-size: 14px;
          line-height: 28px;
          color: #000;
          background: #EAF9FC url("/images/down-arrow.png") no-repeat 92% center;
          border-radius: 10px;
          padding: 0 30px;
          border: none;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-size: 14px; }
          .filter_mobile .sort .all-cat form select:focus {
            outline: none; }
    .filter_mobile ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .filter_mobile ul li {
        display: inline-block;
        padding: 5px 0; }
        .filter_mobile ul li span {
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          color: #999999; }
        .filter_mobile ul li a {
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          color: #999999; }
          .filter_mobile ul li a:hover {
            color: #2A7AF3;
            transition: all .6s; }
  .menu-container {
    padding: 37px 50px; }
  .top-block .title_head {
    font-size: 40px;
    line-height: 46px; }
  .main-unit .main_block__right img {
    width: 100%; }
  .main-unit .main_block__left .title {
    font-size: 28px;
    line-height: 33px; }
  .main-unit .main_block__left .desc {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 58px; }
  .main-unit .main_block {
    height: 600px; }
  .btn {
    font-size: 16px; }
  .container .cart-container {
    flex-wrap: wrap; }
  .container .cart-container__left {
    width: 100%; }
  .container .cart-container__right {
    width: 100%;
    margin-top: 20px; }
  .main-unit .catalog_head .breadcrumb ul li a {
    font-size: 12px; }
  .main-unit {
    padding: 0 50px; }
  .main-unit .catalog_head .name_search input {
    width: 70%; }
  .main-unit .catalog_head .name_search select {
    width: 24%; }
 
  footer {
    padding: 50px; }

  footer .footer .footer_block {
    flex: 0 0 18%; }
  
  .breadcrumb {
    width: 30%; }
  .main-unit .catalog_head .name_search input {
    width: 67%; }
  .main-unit .catalog_head .name_search select {
    width: 26%; } 
	

}

@media screen and (max-width: 320px) {
  .container .goods_item {
    width: 28%; } }

@media screen and (max-width: 1886px) {
  .top-block {
    width: 100%; }
}

@media screen and (max-width: 1420px) {
  .top-block {
    width: 100%;
	padding: 0 40px;
	} 
	
}

@media screen and (max-width: 768px) {

	
	
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -92%;
    top: -95px;
  }
  
  .header .header__right .adress {
   
    display: none;
}
  .mobile_search {
    display: flex;
    width: 100%;
    color: #ffffff;
    background: #000000;
  }
  .mobile_search input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
  }
  .mobile_search form {
    display: none;
  }
  .main-unit {
    overflow: hidden;
    flex-direction: column; }
  .header .header__left a img {
    width: 150px; }
  .header .header__right .burger {
    margin-top: 12px; }
  .header .header__right .burger a img {
    width: 30px; }
  .top-block .title_head {
    font-size: 28px;
    line-height: 34px;
	padding-bottom: 0px;
	}
	.top-block .title_podz {
    font-size: 14px;
    line-height: 18px; }
  .main-unit .main_block__right img {
    width: 140px; }
  .main-unit .main_block__left .title {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 15px; }
  .main-unit .main_block {
    height: 406px; }
  .main-unit .main_block__left .desc {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 49px; }
  .top-block {
    width: 100%;
    padding: 20px; }
  .top-block .desc-head {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 61px; }
  footer {
    padding: 20px;
    width: 100%; }
    footer .footer {
      display: block; }
  .header .back {
    left: -86px;
    top: -69px;
    width: 108%; }
  .footer_block {
    width: 100%; }
  .main-unit .main_block {
    width: 100%; }
  .header {
    padding: 0px;
    width: 100%; }
  .main-unit .main_block__left {
    width: 45%; }
  .container {
    width: 100%;
    }
    .container .goods {
      overflow: hidden; }
      .container .goods_item {
        width: 38%;
        padding: 13px 16px; }
        .container .goods_item__yellow {
          overflow: hidden;
          width: 100%;
          padding: 30px; }
          .container .goods_item__yellow .left .title {
            font-size: 24px;
            padding-bottom: 8px;
            line-height: 26px; }
          .container .goods_item__yellow .left .desc {
            font-size: 14px;
            line-height: 16px;
            padding-bottom: 35px; }
          .container .goods_item__yellow .right img {
            width: 124px; }
        .container .goods_item a img {
          width: 130px;
          padding-top: 0; }
    .container .filter {
      display: none; }
    .container .sell_form {
      width: 100%; }
  .container .sell_form .sell-form__title {
    font-size: 40px;
    line-height: 40px; }
  .container form .form_title {
    font-size: 24px; }
  .container form {
    width: 100%; }
    .container form label {
      width: 100%; }
  .form-group .label {
    width: 115px;
    height: 115px;
    padding: 1.6em; }
  .menu-container {
    padding: 20px; }
    .menu-container .menu ul li {
      padding-bottom: 16px; }
      .menu-container .menu ul li a {
        font-size: 20px;
        line-height: 22px; }
    .menu-container .menu-contact {
      flex-direction: column-reverse; }
      .menu-container .menu-contact .phone {
        font-size: 25px;
        padding-top: 35px; }
  .btn {
    font-size: 16px; }
  .container .goods_item .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 22px; }
  .container .goods_item .price {
    font-size: 16px;
    line-height: 18px;
    padding-top: 3px; }
  footer .footer .footer_block ul {
    margin-top: 20px;
    margin-bottom: 48px; }
  footer .footer .footer_block .footer_title {
    line-height: 28px; }
  .main-unit .main_block__left .btn {
    padding: 8px 33px; }
  .container .goods_item {
    width: 38%; }
  .container .goods_item a img {
    width: 100px; }
  .container {
    box-sizing: border-box;
	    margin-top: 20px;
	}
  .container .goods_item__yellow .left .btn {
    padding: 8px 28px; }
  .close img {
    width: 20px; }
 
  .container .cart-container {
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    overflow: hidden; }
  .container .cart-container__left {
    width: 100%;
    box-sizing: border-box; }
  table tr td img {
    width: 70px; }
  .container .cart-container__left span {
    font-size: 16px;
    line-height: 18px; }
  .input-group-btn {
    width: auto; }
  .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 67px !important;
    width: 67px;
    margin-bottom: 11px; }
  .minus {
    padding: 16px 11px;
    background-size: 10px; }
  .input-group-btn input {
    width: 28px; }
  .plus {
    padding: 11px 13px;
    background-size: 10px; }
  .container .cart-container__right {
    width: 100%;
    margin-top: 20px; }
  .container .check-form {
    width: 100%; }
  .container .check-form label {
    width: 100%; }
  .container .check-form .btn-reg {
    width: 100%;
    margin-top: 35px; }
  .container .cart-container__right {
    padding: 20px; }
  .container .cart-title {
    font-size: 28px; }
  footer .footer .footer_block .footer_title {
    font-size: 20px; }
  footer .footer .footer_block ul li a {
    font-size: 16px;
    line-height: 14px; }
  .filter_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-direction: column; }
    .filter_mobile .breadcrumb {
      display: block;
      width: 100%; }
    .filter_mobile .sort {
      width: 100%;
      padding-top: 23px;
      display: flex;
      justify-content: space-between; }
      .filter_mobile .sort a {
        width: 100%; }
      .filter_mobile .sort .all-cat {
        width: 50%; }
        .filter_mobile .sort .all-cat form select {
          font-weight: normal;
          font-size: 14px;
          line-height: 28px;
          color: #000;
          background: #EAF9FC url("/images/down-arrow.png") no-repeat 92% center;
          border-radius: 10px;
          padding: 0 30px;
          border: none;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-size: 14px; }
          .filter_mobile .sort .all-cat form select:focus {
            outline: none; }
    .filter_mobile ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .filter_mobile ul li {
        display: inline-block;
        padding: 5px 0; }
        .filter_mobile ul li span {
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          color: #999999; }
        .filter_mobile ul li a {
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          color: #999999; }
          .filter_mobile ul li a:hover {
            color: #2A7AF3;
            transition: all .6s; }
  .cont_buy .filter {
    display: block; }
  .container .filter .breadcrumb ul li {
    padding: 0; }
  .container_buy__right .desc-item {
    width: 100%; }
  .container_buy__right .card-price {
    margin-left: 40px; }
  .header_menu, .phone, .adress, .header_button {
    display: none; }
	.header .header__right .dvizh-cart-informer span {
    top: -14px;
    left: 40px;
}

  .burger {
    width: 32px;
    height: 24px;
	}
  .header .header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;}
 
  .top-block {
    display: flex;
    flex-direction: column-reverse;
	 justify-content: center;
	 margin-top: 0px;
		}
		 
	.top-block_left {
    width: 100%;
   }
		
  .top-block_right {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
	}
  .main-unit {
    padding: 20px;
    
	}
  .main-unit .brands_img img {
    max-width: 140px;
    margin-bottom: 20px;
    margin-right: 20px; }
  .main-unit .brands_img {
    flex-wrap: wrap;
    justify-content: center; }
  .main-unit .brands_block__item img {
    width: 100%;
    padding: 0;
	}
  .main-unit .brands .item_block__s {
    width: 100%;
    margin-bottom: 20px; }
  .main-unit .brands .item_block {
    flex-wrap: wrap; }
  .main-unit .brands .about, .main-unit .brands .blog {
    flex-wrap: wrap; }
  .main-unit .brands .about_block, .main-unit .brands .blog_block {
    width: 100%; }
  .main-unit .brands .blog_block {
    margin-bottom: 50px; }
  .breadcrumb {
    display: none;
	}
  .container_buy__left {
    margin-bottom: 50px; }
  .swiper-wrapper {
    display: flex;
    justify-content: space-between; }
  .mobile_menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000000;
    padding: 9px 20px;
    display: none;
    z-index: 99;
    display: none;

	}
    .mobile_menu__head {
      display: flex;
      justify-content: space-between;
      align-items: center; }
     
        .mobile_menu__head .logo img {
          width: 100%; }
      .mobile_menu__head .close {
        width: 50px;
        padding-right: 5px;
        padding-top: 5px; }
        .mobile_menu__head .close img {
          width: 100%; }
    .mobile_menu__center {
      margin: 20px 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      height: 60%;
      justify-content: center; }
      .mobile_menu__center li {
        padding-bottom: 20px; }
        .mobile_menu__center li a {
          color: #ffffff;
          font-size: 18px;
          text-decoration: none; }
    .mobile_menu__bottom a {
      color: #FFFFFF;
      font-size: 22px;
      text-decoration: none; }
    .mobile_menu__bottom .search {
      display: block;
      margin-bottom: 20px;
      width: 100%;
      color: #FFFFFF;
      font-size: 20px; }
      .mobile_menu__bottom .search input {
        margin-top: 15px;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        color: #FFFFFF;
        border-radius: 5px;
        padding: 0 11px;
        font-weight: normal;
        font-size: 16px;
        line-height: 40px;
        width: 100%;
        background: none; }
 
  .burger {
    display: block; }
  .header .header__right .basket span {
    position: absolute;
    background: #F81717 50% 50%;
    width: 15px;
    height: 19px;
    border-radius: 100%;
    color: #FFFFFF;
    padding-left: 6px;
    padding-top: 2px;
    top: -5px;
    left: -3px; }
  .header .header__right .basket {
    margin-top: 10px;
    margin-right: 10px; }
  .main-unit .catalog_head .name_search {
    display: none; }
  .main-unit .catalog_head .filter {
    display: block;
    width: 20px;
    height: 20px; }
    .main-unit .catalog_head .filter img {
      width: 100%; }
  .main-unit .catalog_list__left {
    display: none; }
  .main-unit .catalog_list__right {
    width: 100%; }
  .main-unit .catalog_list__right .catalog_block {
    width: 100%;
	max-width: 100%;
  }
  .main-unit .catalog_list__right .catalog_block .bottom .price {
    font-size: 16px;
  }
  .main-unit .catalog_list__right {
    justify-content: space-between;
	display: flex;
    flex-direction: column;
  }
  
  	.main-unit .name_search {
		display: none;
	}
  
  
  .main-unit .catalog_list__right .catalog_block img {
    box-sizing: border-box;
  }
  .no-nal, .nal {
    font-size: 12px;
  }
  .filter {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-radius: 28px;
    padding: 8px 12px;
    border: 1px solid #1f1f1f;

}
.filter img {
	width: 16px;
}
	

  
  
  .mobile_filter {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    background: #FFFFFF;
    padding: 20px;
	margin-bottom: 40px;
    box-sizing: border-box;
   z-index: 400;
	
	}
    .mobile_filter__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #d5e1e7; }
      .mobile_filter__head .title {
        font-size: 24px;
        font-weight: bold; }
    .mobile_filter ul {
      list-style: none;
      margin: 20px 0 35px 0;
      padding: 0;
      width: 100%; }
      .mobile_filter ul:first-child li {
        display: block; }
      .mobile_filter ul .category_name {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        color: #333333;
        display: block;
        width: 100%;
        margin-bottom: 10px; }
      .mobile_filter ul li {
        padding-bottom: 4px;
        padding-right: 5px;
        display: inline-block; }
        .mobile_filter ul li:first-child {
          padding-top: 17px; }
        .mobile_filter ul li a {
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #333333; }
          .mobile_filter ul li a:hover {
            color: #e6371b; }
        .mobile_filter ul li .label-cbx {
          user-select: none;
          cursor: pointer;
          margin-bottom: 5px;
          display: block; }
        .mobile_filter ul li .label-cbx input:checked + .checkbox {
          border-color: #e6371b; }
        .mobile_filter ul li .label-cbx input:checked + .checkbox svg path {
          fill: #e6371b; }
        .mobile_filter ul li .label-cbx input:checked + .checkbox svg polyline {
          stroke-dashoffset: 0; }
        .mobile_filter ul li .label-cbx:hover .checkbox svg path {
          stroke-dashoffset: 0; }
        .mobile_filter ul li .label-cbx .checkbox {
          position: relative;
          top: 2px;
          float: left;
          margin-right: 8px;
          width: 16px;
          height: 16px;
          border: 1px solid #C8CCD4;
          border-radius: 3px; }
        .mobile_filter ul li .label-cbx .checkbox svg {
          position: absolute;
          top: -2px;
          left: -2px; }
        .mobile_filter ul li .label-cbx .checkbox svg path {
          fill: none;
          stroke: #e6371b;
          stroke-width: 1;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-dasharray: 71px;
          stroke-dashoffset: 71px;
          transition: all 0.6s ease; }
        .mobile_filter ul li .label-cbx .checkbox svg polyline {
          fill: none;
          stroke: #FFF;
          stroke-width: 2;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-dasharray: 18px;
          stroke-dashoffset: 18px;
          transition: all 0.3s ease; }
        .mobile_filter ul li .label-cbx > span {
          pointer-events: none;
          vertical-align: middle;
          font-weight: normal;
          font-size: 16px;
          font-family: Roboto; }
        .mobile_filter ul li .cntr {
          position: absolute;
          top: 45%;
          left: 0;
          width: 100%;
          text-align: center; }
        .mobile_filter ul li .invisible {
          position: absolute;
          z-index: -1;
          width: 0;
          height: 0;
          opacity: 0; }
        .mobile_filter ul li input {
          width: 45%;
          border: 2px solid #DCDCDC;
          box-sizing: border-box;
          border-radius: 5px;
          line-height: 28px;
          padding: 0 9px;
          outline: none;
          transition: all 0.6s; }
          .mobile_filter ul li input:focus {
            border: 2px solid #e6371b; }
  .main-unit .catalog_list__right .catalog_block {
    padding: 0; }
.main-unit .catalog_head {
   
    padding: 0;
}
.container_buy__right .title-item {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}


	}

@media screen and (max-width: 375px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -92%;
    top: -73px;
  }
  .header .back {
    left: -76px;
    top: -58px; }
  .main-unit .main_block {
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box; }
  .gallery-thumbs {
    width: 28%;
	}
	
}

@media screen and (max-width: 320px) {
  .container_buy__right .card-price {
    margin-left: 40px;
    font-size: 20px; }
  .main-unit .catalog_list__right .catalog_block {
    width: 100%;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -92%;
    top: -49px;
  }
}


.mobile-search {
  display: none;
}


.mobile-category {
  display: none;
}

.mobile-filter {
  display: none;
}


@media screen and (max-width: 768px){
   .mobile-search {
     display: block;
     width: 100%;
     flex-shrink: 0;
     margin-bottom: 20px;
	 margin-top: 20px;
   }
   
  .mobile-search form {
    display: block;
  }

  .mobile-search form input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 8px 12px;
    border: 1px solid #1f1f1f;
  }
  .dvizh-cart-informer {
    
	padding: 12px 16px;
  
  }
  
  .mobile-category {
     display: flex;
     width: 100%;
     flex-shrink: 0;
     margin-top: 5px;
     margin-bottom: 32px;
   }

  .mobile-category form {
    display: block;
  }

  .mobile-category form input {
    width: 100%;
  }
  
   .main-unit .mobile-category .swiper-container {
	    height: 100%;
		margin-top: 20px;
   }
    .main-unit .mobile-category .swiper-container .swiper-slide {
	    height: 100%;
		margin-right: 20px !important;
   }
   
   .swiper-slide span {
	font-size: 12px;
	padding-top: 12px;
	}
	.main-unit .mobile-category .swiper-container .swiper-slide img {
    width: 400px;
}

     .mobile-sort {
     display: block;
     width: 100%;
     flex-shrink: 0;
     margin-top: 20px;
     margin-bottom: 20px;
   }

  .mobile-sort form {
    display: block;
  }

  .mobile-sort form input {
    width: 100%;
  }
  
   
     .mobile-filter {
     display: flex;
    align-items: center;
    justify-content: space-between;
     margin-top: 20px;
     margin-bottom: 0px;
   }

  .mobile-filter  form {
    display: block;
  }

  .mobile-filter  form input {
    width: 100%;
  }
  
  
  .main-unit .mobile-filter .name_search select {
    border: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    /*background: url(../images/down-arrow.png) no-repeat 100% 50%;
    width: 13%;*/
}
  
  .main-unit .mobile-filter .name_search img {
   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 10px;
}  
  
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
}

.catalog_price strike {
    text-decoration: line-through;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}
img.mfp-img {
    width: 600px;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.hiden {
  display: none!important;
}

#tov {
  height: auto;
  padding-top: 60px;
}

#tov .swiper-slide {
  flex-direction: column;
  margin-right: 30px!important;
}
#tov .swiper-button-prev, #tov .swiper-button-next {
  top: 50%;
  width: 27px;
  height: 27px;
  outline: none;
}

.button-index {
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 55px;
    color: #FFFFFF;
    background: #F81717;
    border: 1px solid #F81717;
    border-radius: 5px;
    text-align: center;
	    margin-top: 40px;
	}
	
	.button-index:hover {
		color: #F81717;
    background: none;
    transition: all 0.6s;
	}
	
	@media screen and (min-width: 514px) {
.button-index {
    display: none;
}
	}
	
	
		@media screen and (max-width: 767px) {

.top-block_left a {
    
	;
	}
	}
