/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.catalog-detail__pseudo-link.stroke-dark-light-block.dark_link.animate-load {
display:none;
}

.header__main-item--centered {
    left: 0%;
    transform: translate(0,-50%);
}

.mobilemenu__menu-item:nth-child(2) .link-wrapper div {
    padding: 9px 32px 9px 32px;
    position: relative;
    word-break: break-word;
}

.header-menu__item:nth-child(1) .header-menu__link {
    padding: 0;
}

.gc-price.flexbox--justify-beetwen {
    justify-content: normal;
}
.gc-price.flexbox--justify-beetwen .gc-price-prefix {
    font-size: 18px;
    color: #222222;
    padding: 8px 0 8px 10px;
    line-height: 36px;
    height: 46px;
}
.gc_list_price {
    display: flex;
}
.gc_list_price .gc-price-prefix {
    color: #222222;
    font-size: 15px;
    line-height: 27px;
    margin-right: 4px;
}
.gc_list_price .js-popup-price {
    padding-left: 0;
}

@media(max-width:600px){
	.gc_list_price .gc-price-prefix {
		font-size: 13px;
		line-height: 23px;
	}
}
.komplekt-wrapper{
	display:flex;flex-wrap:wrap;
	justify-content: space-between;
}
.komplekt-item{
	    width: 15%;
		padding-left:14px;
		padding-right:14px;
		padding-bottom:15px;
	text-align:center;
	border: 1px solid #d6d6d6;
	font-size: 15px;
	font-weight:bold;
	margin-bottom:20px;
    border-radius: 10px;
 
	justify-content:space-between;
}
.komplekt-name{
    line-height: 1.2;
    text-align: left;
}

body .komplekt-wrapper-title{
	margin-top:30px;
}
.preim-item{text-align:center;
	width:24%;	padding:10px;
}
.preim-item-name{
	font-size:16px;
	font-weight:bold;
	}
.preim-item IMG{
	max-height:80px;
}
.preim-item-txt{font-size:14px;line-height:17px;}
.preim-item-wr{
	    flex-wrap: wrap;
		margin-bottom:25px; 
	display:flex;
	justify-content:space-between;
}
.preim-item IMG {
    max-height: 60px;
}
.preim-item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Параметры тени */
 
}
@media(max-width:1200px){
	.preim-item {
    text-align: center;
    width: 47%;margin-bottom:20px; 
    margin-bottom: 12px;
}
	.komplekt-item{
	    width:23%;margin-right:15px;
		 
}
 .komplekt-wrapper{
	flex-wrap:wrap;justify-content:left;
}
}
@media(max-width:820px){
	.section-rew {
    display: flex;margin-top:20px;margin-bottom:20px;
    align-items: center;
    flex-wrap: wrap;
}
	.komplekt-item{
	    width:30%;margin-right:15px;
		 
}
 .komplekt-wrapper{
	flex-wrap:wrap;justify-content:left;
}
}

@media(max-width:620px){
	.komplekt-item{
	    width:47%;margin-right:0;
		 
}
 .komplekt-wrapper{
	flex-wrap:wrap;justify-content:space-between;;
}
}
@media(max-width:500px){
    .preim-item {
        text-align: center;
        width: 97%;
        margin-bottom: 19px;
    }
}
@media(max-width:420px){
.komplekt-name {
    line-height: 1.2;
    font-size: 14px;
    text-align: left;
}
}

.oneclick_main{
	    width: 100%;
    margin-top: 10px;
}

.section-rew{
    display: flex;
    align-items: center;
   
}
.section-rew-info{   padding: 36px 22px 32px 32px;   background: var(--lite_bg_black);margin-top:40px;margin-bottom:20px;}
.section-rew .reviews-info__text{    margin-right: 40px;}



.main-product-slider .slick-prev,
.main-product-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.main-product-slider .slick-prev:before,
.main-product-slider .slick-next:before {
  content: '' !important; 
}

 
.main-product-slider .slick-prev,
.main-product-slider .slick-next {
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

 
.main-product-slider .slick-prev:after,
.main-product-slider .slick-next:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg) translate(-2px, -2px); /* Стрелка влево */
}

.main-product-slider .slick-next:after {
  transform: rotate(-45deg) translate(-2px, -2px); /* Стрелка вправо */
}

  
.main-product-slider .slick-prev:hover,
.main-product-slider .slick-next:hover {
  background: orange;
}

.main-product-slider .slick-prev:hover:after,
.main-product-slider .slick-next:hover:after {
  border-color: white;
}


.main-product-slider{
	    padding-top: 30px;
}
 
.main-product-slider .slick-slider {
  position: relative;
}

 
.main-product-slider .slick-track {
  display: flex !important;
  align-items: stretch;  
}

.main-product-slider .slick-slide {
  height: auto !important;  
  padding: 0 10px;  
}

 
.main-product-slider .slide-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

 
.main-product-slider .slide-image {
  flex: 0 0 auto;
}
.main-product-slider  .bordered {
   
    background: #fff;
}
 
.main-product-slider .slide-content {
  flex: 1 1 auto;  
  padding: 20px;
}

@media(max-width:920px){

  .main-product-slider .slick-next {
      right: -7px;
  }
  .main-product-slider  .slick-prev {
      left: -7px;
  }
}
@media (max-width: 768px) {
    .banners-big--adaptive-1 .banners-big__depend-height {
        height: 440px;
    }
}
@media (max-width: 600px) {
    .banners-big--adaptive-1 .banners-big__depend-height {
        height: 350px;
    }
    .banners-big--adaptive-1 .banners-big__title, 
    .banners-big--adaptive-1 .banners-big__title h1, 
    .banners-big--adaptive-3 .banners-big__title, 
    .banners-big--adaptive-3 .banners-big__title h1 {
        font-size: 16px; 
        line-height: normal;
        margin-bottom: 20%;
    }
    .banners-big__buttons .btn {
        --button-height: 26px;
    }
    .banners-big__buttons {
        margin: 0;
        position: absolute;
        bottom: 10px;
    }

}
@media (max-width: 400px) {
    .banners-big--adaptive-1 .banners-big__depend-height {
        height: 250px;
    }
}
