/*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;  }*/
.mt-0{
    margin-top: 0;
}
@media screen and (min-width:992px) {
    .company_img {
        float: right;
        margin-left: 15px;
    }
}

@media screen and (max-width:991px) {
    .company_img {
        margin-bottom: 15px;
        text-align: center;
    }
}

.company_h2 {
    display: inline;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.catalog-detail__gallery-slider.big,
.catalog-detail__gallery-wrapper .catalog-detail__gallery__item--thmb,
.fancybox-image {
    background-color: #bfc2cd; /*#EBEBEB;*/
    border-radius: var(--theme-outer-border-radius);
    border: 1px solid var(--stroke_black, #e5e5e5);
}

.catalog-detail__gallery-slider .catalog-detail__gallery__item--thmb img {
    border-radius: 0;
}

.blocks-line {
    padding: 25px 0;
}

.blocks-line .line-block {
    margin-bottom: 40px;
}

.blocks-line .line-block .company-item__picture img {
    width: 100%;
    height: auto;
}

.detail-block:not(.tabs-block) {
    max-width: none;
}

@media screen and (min-width: 768px) {
    .blocks-line {
        padding: 40px 0;
    }

    .blocks-line .line-block {
        margin-bottom: 60px;
    }

    .blocks-line .line-block .flex-1 {
        width: 50%;
    }

    .blocks-line .line-block.inverse .company-item__info {
        order: 2;
    }

    .blocks-line .line-block.inverse .company-item__picture {
        order: 1;
    }
}

.dark-block-hover:hover::before {
    opacity: 0.65;
}

.map-container.one.scrollbar .switcher-title {
    font-size: 19px;
}

.map_custom {
    max-height: 490px;
    margin-bottom: 32px;
}

.scroll-to-top.hide-991.ROUND_COLOR.PADDING.animated.visible.rotateIn {
    bottom: 23px !important;
}

.swiper-slide.main-slider__item.box.swiper-slide-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.sections-list__min-prise {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #fff;
    padding: 5px 10px;
    color: var(--white_text_black);
    z-index: 5;
}
.module-pagination .nums {
    display: flex;
    justify-content: center;
}
.sections-list__wrapper_secondary {
    margin-top: 32px;
}
.img-left, .img-right,
.detail .img-left, .detail .img-right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.blocks-line .lineclamp-10 {
    -webkit-line-clamp: 15;
}
.section-content-wrapper .blocks-line .lineclamp-10 {
	   -webkit-line-clamp: 25;
}
@media all and (min-width: 576px) {
    .img-left, .img-right,
    .detail .img-left, .detail .img-right {
        max-width: 400px;
    }
    .img-left, .detail .img-left {
        margin-right: 26px;
    }
    .img-right, .detail .img-right {
        margin-left: 26px;
    }
}
 .site_map_wrapper .map-columns .hidden-block{
	 display:block;
 }

 .d-grid{
    display: grid;
 }
.block-mrb-1{
    margin-bottom: 70px;
}
.block-h-mrb-1{
    margin-bottom: 60px;
}
 /** enjoy-work **/
 .enjoy-work h2{
    text-align: center;

 }
 .enjoy-work-list{
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
 }
 .enjoy-work-item{
    padding: 1.66666666667vw;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E4E8F3;
    border-radius: 20px;

 }
 .enjoy-work-item__i{
    margin-bottom: 25px;
 }  
 .enjoy-work-item__h{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #222;
    margin-bottom: 10px;
 }
 .enjoy-work-item__desc{
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #555566;
 }

 @media (max-width: 992px){
    .enjoy-work h2{
        text-align: center;

    }

    .enjoy-work-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .enjoy-work-item{
        padding: 20px;
        border-radius: 15px;
    }
    .enjoy-work-item__i{
        margin-bottom: 15px;
    }  
    .enjoy-work-item__h{
        margin-bottom: 10px;
    }

}
 @media (max-width: 600px){
    .enjoy-work-list{
        grid-template-columns: 1fr;
    }

}

 /** enjoy-work end **/

/** we-work **/
.we-work-list{
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #E4E8F3;
    border-radius: 20px;
}
.we-work-item{
    column-gap: 24px;
    box-sizing: border-box;
    border: solid #E4E8F3;
    border-width: 0px 1px 1px 0px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.we-work-item:nth-child(even){
    border-width: 0px 0px 1px 0px;
}
.we-work-item:last-child{
    border-width: 0px;
    grid-column: span 2;
}
.we-work-item__num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: #5555DC;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #FFF;
}
.we-work-item__block{
    padding-right: 4.5vw;
    flex: 1 0 0;
}
.we-work-item__h{
    padding-top: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin-bottom: 20px;
}
.we-work-item__desc{
    font-size: 15px;
    line-height: 19px;
    color: #555566;
}
@media (max-width: 992px){
    .we-work-item__block{
        padding-right: 0;
    }
}
@media (max-width: 768px){
    .we-work-list{
        grid-template-columns: repeat(2, 1fr);
        border-radius: 15px;
    }
    .we-work-item{
        column-gap: 15px;
        padding: 15px;

    }


    .we-work-item__num{
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: normal;
    }

    .we-work-item__h{
        padding-top: 5px;
        font-size: 18px;
        line-height: normal;
        margin-bottom: 15px;
    }

}

@media (max-width: 600px){
    .we-work-list{
        grid-template-columns: 1fr;
        border-radius: 15px;
    }
    .we-work-item{
        column-gap: 15px;
        padding: 15px;
        border-width: 0px 0px 1px 0px;
    }
    .we-work-item:nth-child(even){
        border-width: 0px 0px 1px 0px;
    }

    .we-work-item:last-child{
        border-width: 0px;
        grid-column: span 1;
    }
}
/** we-work end **/

/** supervisor-service **/
.supervisor-service h2{
    margin-bottom: 35px;
}
.supervisor-service__top{
    text-align: center;
    margin-bottom: 70px;
}
.supervisor-service__desc{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #222;
    max-width: 710px;
    margin: 0 auto;
}
.tv-projects{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.tv-project{
    box-sizing: border-box;
    border: 1px solid #E4E8F3;
    border-radius: 20px;
    padding: 0;
    padding-bottom: 100%;
    position: relative;
}
.tv-project img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: calc(100% - 40px);
    height: auto;
}
@media (max-width: 1024px){
    .supervisor-service__top{
        margin-bottom: 30px;
    }
    .supervisor-service__desc{
        max-width: 100%;
    }

}

@media (max-width: 600px){
    .supervisor-service h2{
        margin-bottom: 30px;
    }
    .supervisor-service__desc{
        font-size: 18px;
        line-height: normal;
    }
    .tv-projects{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
}
/** supervisor-service end **/
.catalog-detail__price{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
/** num-of-product **/
.num-of-product{
    display: inline-flex;
    align-items: center;
    height: 36px;
    background: #fff;
    border-radius: 12px;
    font-weight: 700;
    font-size: clamp(1.125rem, .8125rem + 1vw, calc(1rem + 10px));
    line-height: normal;
    text-align: center;
    border:   1px solid var(--theme-base-color);
    overflow: hidden;
   
}
.num-of-product .minus-product, .num-of-product .plus-product{
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-base-color);
    cursor: pointer;
}
.num-of-product .inpt-number{
    width: 36px;
    border: unset;
    outline: unset;
    padding: 3px;
    color: var(--theme-base-color);
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.125rem, .8125rem + 1vw, calc(1rem + 10px));
    line-height: normal;

}
.inpt-number::-webkit-outer-spin-button,
.inpt-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.inpt-number{
    -moz-appearance:textfield; 
}
.goods-popup__price .num-of-product{
    margin-top: 10px;
}

.slider-bottom .slick-dots{
	    bottom: -40px;
}
.slider-bottom  .slick-dots li button:before {
   
font-size: 11px;}
.count-0{display:none;}
.slider-bottom  ul li:before{
	display:none;
}
.slider-bottom-h2{margin-top:40px;}
.slider-bottom  .slick-track {
  display: flex;
}
.slider-bottom  .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slider-bottom .catalog-block__wrapper  .catalog-block__item{
    width: 100%;
}
.slider-bottom .grid-list__item{margin-left:10px;margin-right:10px;}
.catalog-bottom{
	padding-top:10px;
}
.filter-sect-458{
	margin-top:50px;
}
.partners-slider-wrapper {
   
    margin: 40px 30px 50px;
}
.partners-slider-wrapper .slick-prev,.review-list-slider-section  .slick-prev{
	left:-37px;
}
 .partners-slider-wrapper .slick-next,.review-list-slider-section .slick-next{
	 right:-37px;
 }
.partners-slider {
    position: relative;
}
.steps-section {
    margin:  0px auto  0px;
    display: flex;
	flex-wrap:wrap;
    align-items: start;
    justify-content: space-between;
}

.step-section {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
    gap: 15px;
	padding-top:10px;
    width: 24%;
    border-top: 2px solid #5555dc;
}

.step-number-section {
    flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;
    font-weight: bold;
	color:#5555dc;
    font-size: 23px;
 }

.step-text-section {
    flex: 1;
    line-height: 1.3;
    color: #333;
    font-size: 17px;
}
.partner-slide {
    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.partner-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}
.steps-section-wr{
	 
	 
}
 .review-list-slider-section {
	margin-left:30px;
	margin-right:30px;
}
.review-section-wr{
	margin-bottom:40px;
}
/* Стили для стрелок слайдера */
.partners-slider .slick-prev,
.partners-slider .slick-next ,.review-list-slider-section  .slick-prev,.review-list-slider-section  .slick-next{
    z-index: 1;
    width: 40px;
    height: 40px;
}

.partners-slider .slick-prev:before,.review-list-slider-section  .slick-prev:before,
.partners-slider .slick-next:before,.review-list-slider-section  .slick-next:before {
    font-size: 27px;
    color: #5555dc;
}
 .uslgi-section-wr{
	 margin-bottom:40px;
	  padding-top:30px;
 }
.partners-slider .slick-track {
    display: flex;
    align-items: center;
}

.partners-slider .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
}
.comparison-section-lepnina {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .section-title-lepnina {
            text-align: center;
            padding: 20px 20px;
            background-color: #f0f0f0;
            border-bottom: 1px solid #ddd;
        }
        
        .section-title-lepnina h2 {
            font-size: 28px;
            margin-bottom: 0px;
            color: #222;
        }
        
        .section-title-lepnina p {
            font-size: 16px;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .comparison-container-lepnina {
            display: flex;
            flex-wrap: wrap;
        }
        
        .material-column-lepnina {
            flex: 1;
            min-width: 300px;
            padding: 25px;
			padding-bottom:0;
        }
        
        .gypsum-lepnina {
            border-right: 1px solid #eee;
        }
        
        .material-title-lepnina {
            font-size: 22px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid;
            display: flex;
            align-items: center;
        }
        
        .gypsum-lepnina .material-title-lepnina {
            
            border-color: #729e00;
        }
        
        .polyurethane-lepnina .material-title-lepnina {
           
            border-color: #df9c8c;
        }
        
        .material-icon-lepnina {
            margin-right: 10px;
            font-size: 24px;
        }
        
        .feature-list-lepnina {
            list-style-type: none;
        }
        
        .feature-item-lepnina {
            margin-bottom: 15px;
            padding-left: 23px;
            position: relative;
        }
        
        .feature-item-lepnina:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        
        .gypsum-lepnina .feature-item-lepnina:before {
            background-color:#729e00;
        }
        
        .polyurethane-lepnina .feature-item-lepnina:before {
            background-color: #df9c8c;
        }
        .slider-bottom{
			overflow: hidden;
    padding-bottom: 10px;}
        .feature-title-lepnina {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 16px;
        }
        
        .feature-description-lepnina {
            font-size: 14px;
            color: #555;
            line-height: 1.5;
        }
        
 @media (max-width: 768px) {
.section-title-lepnina h2 {
    font-size: 24px;
    margin-bottom: 0px;
     
}

.material-column-lepnina {
     flex: 100%;
 }
            
.gypsum-lepnina {
       border-right: none;
        border-bottom: 1px solid #eee;
 }
        }




@media (max-width: 1325px){

    .step-text-section{
  font-size:15px;
}
}
@media (max-width: 1100px){
.step-section {
  width: 49%;
   
}
}


/** num-of-product end **/
@media (max-width: 1025px){
	.section-content-wrapper .blocks-line .lineclamp-10 {
    -webkit-line-clamp: initial;
}
    .block-mrb-1{
        margin-bottom: 35px;
    }
    .block-h-mrb-1{
        margin-bottom: 35px;
    }

}
@media (max-width: 600px){
	.review-section-wr {
    margin-bottom: 24px;
}
	.review-list-inner__row {
		padding:22px;
		}
	    .step-text-section {
        font-size: 16px;
    }
	.review-list-slider-section {
    margin-left: 23px;
    margin-right: 24px;
}
	body .review-list-inner__top .line-block{
		margin-bottom:10px;
	}
	body	.review-list-inner__middle{
		margin-top:10px;
	}
    .block-mrb-1{
        margin-bottom: 20px;
    }
    .block-h-mrb-1{
        margin-bottom: 20px;
    }
.step-section {
  width: 100%;
  align-items: center;
   
}
}
 .slider-c {
	    max-width: 100%;
 }

.slider-c img {
  width: auto;
  height: auto;
  max-height:490px;
  display: block;
  margin: 0 auto;        max-width: 1000px;
}
 
 .slider-c .slick-next {
    right: 24px;
}
.slider-c .slick-prev {
    left:0; z-index:1;
}

.slider-c  .slick-prev:before,.slider-c  .slick-next:before {
 
    font-size: 37px;
  
    color: #5555dc;
     
}

@media (max-width: 600px){
	.slider-c img {
 
	max-height:290px;}
	
	
}