@font-face {
  font-family: 'ALS Rubl';
  src: url('/fonts/ALSRubl.woff2') format('woff2'), url('/fonts/ALSRubl.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





	.header{height: 275px}
	.header-main{
		position: absolute;
		top: 61px;
		left: 0;
		right: 0;
	}
	.nav {
		position: absolute;
		top:175px;	
		left: 0;
		right: 0;
	}
	
	
	.header-main.get-scrolling{
		position: fixed;
        z-index: 10;
        background: #fff;
        top: 0;
	}
	.nav.get-scrolling{
        position: fixed;
        z-index: 10;
        background: #fff;
        top: 114px;
        box-shadow: 0px 19px 16px -25px #000;
	}
	


	@media (min-width: 768px) and (max-width: 991.98px) {
	
			.header{height: 223px}
		.header-main{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
		}
		.nav {
			position: absolute;
			top:165px;	
			left: 0;
			right: 0;
		}
		
		
		.header-main.get-scrolling{
			.hidden-box-xs-scrolling{display: none;}
			position: fixed;
	        z-index: 10;
	        background: #fff;
	        top: 0;
		}
		.nav.get-scrolling{
	        position: fixed;
	        z-index: 10;
	        background: #fff;
	        top: 80px;
	        box-shadow: 0px 19px 16px -25px #000;
		}
		.header-phone{text-align: left;}
		
	}
	
	
	@media (min-width: 576px) and (max-width: 767.98px) {
		.header{height: 223px}
		.header-main{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
		}
		.nav {
			position: absolute;
			top:165px;	
			left: 0;
			right: 0;
		}
		
		
		.header-main.get-scrolling{
			.hidden-box-xs-scrolling{display: none;}
			position: fixed;
	        z-index: 10;
	        background: #fff;
	        top: 0;
		}
		.nav.get-scrolling{
	        position: fixed;
	        z-index: 10;
	        background: #fff;
	        top: 165px;
	        box-shadow: 0px 19px 16px -25px #000;
		}
		.header-phone{text-align: left;}
	}



@media (max-width: 575.98px) {
	.hidden-search-xs{
		display: block !important;
		
		.header-search{
			display: block;
            margin-bottom: 10px;
		}
	}
	
			.header{height: 275px;}
		.header-main{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
		}
		.nav {
			position: absolute;
			top:165px;	
			left: 0;
			right: 0;
		}
		


		.header-main.get-scrolling{
			.hidden-box-xs-scrolling{display: none;}
			.header-contacts{margin-top: 0}
			position: fixed;
	        z-index: 10;
	        background: #fff;
	        top: 0;
		}
		.nav.get-scrolling{
	        position: fixed;
	        z-index: 10;
	        background: #fff;
	        top: 58px;
            padding-top: 0;
	        box-shadow: 0px 19px 16px -23px #000;
		}
		.header-phone{text-align: left;}

}
























.re-box{
	margin-bottom: 125px;
	text-align: center;

img{
	
}
p{
    color: #202020;
    font-size: 20px;
    margin: 21px 0;
    margin-bottom: 19px;
}
span{
	font-size: 18px;
	color: #6F6F6F;
}
.re-review-item__star{
        display: flex;
        gap: 7px;
        justify-content: center;
}
.re-review-item__star span{
        color: #FFCC00;
        font-size: 32px;
        }
   
   span.count{
     
                font-size: 16px;
        color: #6F6F6F;
        margin-top: 17px;
        display: block;}
}


 @media only screen and (max-width: 1000px) {
	 .re-box{
	 
	 img{max-height: 37px;}
	 
     .re-review-item__star span {
        font-size: 24px;
    }

	p{
        font-size: 17px;
        margin: 9px 0;
        margin-bottom: 10px;
	}
	span.count{
        font-size: 16px;
        margin-top: 7px;
        margin-bottom: 30px;
	}
	}
}







     .bank-logo-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }
        .bank-logo-container .bank-logo-item {
            flex: 1 1 20%; /* 5 логотипов в одной строке */
            max-width: 20%; /* 5 логотипов в одной строке */
            box-sizing: border-box;
            padding: 10px;
            text-align: center;
        }
        .bank-logo-container .bank-logo-item img {
            transition: transform 0.3s ease;
        }
        .bank-logo-container .bank-logo-item img:hover {
            transform: scale(1.1);
        }


   .logo-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin: 0 auto;
            border-radius: 4px;
        }
      .logo-container .logo-item {
            flex: 1 1 25%; /* 5 логотипов в одной строке */
            max-width: 25%; /* 5 логотипов в одной строке */
            box-sizing: border-box;
            padding: 10px;
            text-align: center;
        }
        .logo-container .logo-item img {
            transition: transform 0.3s ease;
        }
        .logo-container .logo-item img:hover {
            transform: scale(1.1);
        }
        .logo-container .logo-item.full-width {
            flex: 0 0 33%; /* Центрирование 2 логотипов в одной строке */
            max-width: 33%;
            text-align: center;
        }        

#uniqueAccordion{
	font-size: 20px;
   .accordion {
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        .accordion-section {
            border-top: 1px solid #ddd;
        }
        .accordion-header {
        padding: 18px;
        background: #FFCC00;
        cursor: pointer;
        font-size: 22px;
        border-bottom: 1px solid #fff;
        position: relative;
        }
        .accordion-header::after {
content: "";
        background: url(../image/catalog/icon-arrow-accordion.svg) 0 0;
        position: absolute;
        width: 22px;
        height: 13px;
        right: 20px;
                top: 27px;
        font-size: 16px;
        transition: transform 0.1s ease;
        transform: rotate(180deg);
        }
        .accordion-header.active::after {
        transform: rotate(0deg);
        }
        .accordion-content {
            display: none;
            padding: 15px;
        }
        .accordion-content.show {
        display: block;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
	    }
}
        


.dpbox{
	margin: 100px 0;
	margin-bottom: 70px;
p{margin-bottom: 5px;}	
	.hh{
	    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px;
    }
    
	.icon1{
	    padding-left: 70px;
        background: url(../image/catalog/icon-dp1.svg) 10px 0 no-repeat;
        margin-bottom: 50px;
	}
	.icon2{
	    padding-left: 70px;
        background: url(../image/catalog/icon-dp2.svg) 10px 0 no-repeat;
        margin-bottom: 50px;
	}
	.icon3{
	    padding-left: 70px;
        background: url(../image/catalog/icon-dp3.svg) 10px 0 no-repeat;
        margin-bottom: 50px;
	}
	.icon4{
	    padding-left: 70px;
        background: url(../image/catalog/icon-dp4.svg) 10px 0 no-repeat;
        margin-bottom: 50px;
	}
	.icon5{
	    padding-left: 70px;
        background: url(../image/catalog/icon-dp5.svg) 10px 0 no-repeat;
        margin-bottom: 50px;
	}
	.icon6{
	    padding-left: 70px;
        background: url(../image/catalog/icon-dp6.svg) 10px 0 no-repeat;
        margin-bottom: 50px;
	}
	
}



/*
@-webkit-keyframes rainbow {
	0% {background: #F3F3F3;}
	50% {background: #ffcc002e;}
	100% {background: #F3F3F3;}
}

@keyframes rainbow {
	0% {background: #F3F3F3;}
	50% {background: #ffcc002e;}
	100% {background: #F3F3F3;}
} 

.product__rassrochka {
	webkit-animation: rainbow 2s linear 2s infinite;
	animation: rainbow 2s linear 2s infinite;
}
*/



   .wrapper_bb{
position: fixed;
    bottom: 10px;
    right: 390px;
    }

            .btn-label_bb {
            cursor: pointer;
            width: 60px;
            height: 60px;
            background: #dc292f;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 2;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            transition: all 0.2s ease-in-out;
        }

        .btn-icon_bb {
            width: 35px;
            height: 32px;
        }

        .btn-icon-close_bb {
            display: none;
        }

        .content_bb {
    position: fixed;
    bottom: 0px;
    display: flex;
    right: 385px;

        }

        .content_bb a {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    }
        
        
        
        
      
      @media only screen and (max-width: 768px) {
        .wrapper_bb{
		    position: fixed;
		    bottom: 79px;
		    right: 16px;
		    z-index: 1000000;
    }
	    .content_bb{
		    position: fixed;
/* 		    bottom: 150px; */
		    width: auto;
		    right: 100px;
	    }
	}


      @media (min-width: 769px)  and (max-width: 845px) {
        .wrapper_bb{
        position: fixed;
        bottom: 80px;
        right: 32px;
        z-index: 1000000;
        }
	    .content_bb{
		    position: fixed;
/* 		    bottom: 150px; */
		    width: auto;
		    right: 10px;
	    }
	}





.main-banner__title h1{
	    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 17px;
}



.product-payment-info-top .product-payment-info__title{
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
    }
    
    
    
.product-payment-info-top .product-payment-info__steps li:after{
    content: '';
    position: absolute;
    left: 150%;
    top: -3px;
    background: url(/img/product-steps-after-top.png) center no-repeat;
    width: 46px;
    height: 15px;
    margin: 4px 0 0 -15px;
}



.product-payment-info-top  .product-payment-info__steps li + li {
    margin-left: 95px;
 }
    
    .product-payment-info{    padding: 13px 25px 13px 94px;
}


.product__ex_art{display: flex;}
.product__ex_art div{
	width: 50%;
	margin-bottom: 15px;}


.product-tabs .container{padding: 0;}


.product-tabs  .block-reviews{
	    padding-top: 50px;
    padding-bottom: 50px;
}

.error{
border: 1px solid red !important;
}

.hidden{display: none;}

.category-page{
		padding-bottom: 35px;
	    min-height: 500px;}
.page_order{
	    min-height: 500px;}
	    
	    	.page_order h1{        margin: 0 0 75px;
}


.category-content{}


.product-description a,
.category-content a,
.page_content a{
    text-decoration: underline;
    color: #63A5F1;
}


.har_line{
    margin-top: 16px;
}

.har_name{
	    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.har_dotted{
	    height: 1px;
    margin: 0 8px;
    background: linear-gradient(
90deg
,#dcdcdc 33%,transparent 0) repeat-x bottom;
    background-size: 3px 1px;
    flex-grow: 1;
}
.har_value{
	    width: 52%;

}



.cat-item{
	    display: flex;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 6%);
    border-radius: 5px;
    padding: 12px 15px 14px 5px;
    margin-bottom: 33px;
}


.information-otziv hr{
	border:0;
    border-top: 1px solid #C4C4C4;
    margin: 60px 0;
    }
    
.information-otziv .text_rev{
    padding-left: 8px;
    padding-top: 15px;
    text-align: justify;
    padding-bottom: 75px;
    }
    

.page_content h1,
.otziv-content h1{
	    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #141414;
    margin: 0 0 75px;
}


.video-slider .slick-list{ margin: 0 -10px;}
.video-slider .slick-list .slide{ margin: 0 10px;}

.slider-nav-wrapper {
	margin-right: -5px;
    margin-left: -5px;
}	  
	  
.slider-nav-wrapper > div{
	padding-right:5px;
	padding-left: 5px;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  outline: none !important;
}
a {
  color: inherit;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
body {
  font-family: sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #2F2F2F;
  text-align: left;
  background-color: #fff;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



.product-product .block-about,
.product-product .block-advantages-f,

.product-category .block-about,
.product-category .block-advantages-f{
	padding-top: 0px;
}




.product-product .block-contacts,
.product-product .block-video,
	
.product-category .block-contacts,
.product-category .block-video{
    padding-bottom: 80px;
	

}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1232px;
  }
  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.header-line__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-line__right,
.header-line__left {
  display: -ms-flexbox;
  display: flex;
}
.header-map {
  display: inline-block;
  padding: 10px 0 10px 30px;
  background: url("/img/svg/map.svg") left 4px center no-repeat;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #4C4C4C;
  text-decoration: none;
}
.header-map span {
  display: inline-block;
  border-bottom: 1px solid #4C4C4C;
  position: relative;
  top: 6px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.header-map:hover {
  text-decoration: none;
}
.header-map:hover span {
  border-bottom-color: transparent;
}
.header-main {
  padding: 16px 0 13px;
}
.header-line {
  background: #F3F3F3;
  padding: 12px 0 11px;
}
.header-address-list {
  display: -ms-flexbox;
  display: flex;
}
.header-address + .header-address {
  margin-left: 55px;
}
.header-address {
  font-size: 14px;
  line-height: 17px;
  color: #4C4C4C;
}
.header-address__phone {
  font-weight: 500;
}
.header-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo:hover {
  text-decoration: none;
}
.header-logo span {
  width: 158px;
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  color: #575757;
}
.header-logo img {
  margin-right: 23px;
}
.header-main__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-main__content-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.cart-link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 4px 10px 64px;
  background: url("/img/svg/cart.svg") left center no-repeat;
}
.cart-link:hover {
  text-decoration: none;
}
.cart-link__price {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #0C0C0C;
}
.cart-link__title {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: #999999;
}
.header-search {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .header-search {
    margin-left: 25px;
  }
  .header-contacts {
    margin-left: 35px;
  }
  .product-main-info-offset {
    padding-left: 75px;
  }
  .product-main-info {
    padding-right: 60px;
  }
}
.header-search__input {
  display: block;
  width: 100%;
  background: #F3F3F3;
  border: 1px solid #E0E0E0;
  padding: 10px 60px 10px 22px;
  line-height: 27px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.header-search__input:focus {
  border-color: #989898;
}
.header-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  background: #FFCC00 url("/img/svg/search.svg") center no-repeat;
  border-radius: 5px;
  width: 49px;
  height: 100%;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.header-search__submit:hover {
  background-color: #ffe900;
}
.header-contacts {
  text-align: center;
}
.header-phone {
  margin-bottom: -4px;
  position: relative;
  top: -7px;
}
.header-phone a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
}
.header-phone a:hover {
  text-decoration: none;
}
.header-callback-link {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 27px;
  font-weight: 500;
  font-size: 14px;
  color: #535353;
  padding: 0 7px;
}
.header-callback-link:hover {
  text-decoration: none;
  background-color: #FFCC00;
}
.nav-content {
  display: -ms-flexbox;
  display: flex;
}
.nav-repair__link {
  width: 236px;
  min-width: 236px;
  display: -ms-flexbox;
  display: flex;
  background: #FFCC00;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0C0C0C;
  padding: 22px 5px 22px 20px;
}
.nav-repair__link:hover {
  text-decoration: none;
  background-color: #ffe900;
}
.nav-repair__link svg {
  margin-right: 10px;
}
.nav-main {
  display: -ms-flexbox;
  display: flex;
}
.nav-main__menu {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  background: #404040;
}
.nav-main__menu li:first-child a {
  white-space: nowrap;
}
.nav-main__menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 62px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
    padding: 0 21px;
}
.nav-main__menu a:hover {
  text-decoration: none;
  color: #fc0;
}
.nav-main__menu .active a {
  color: #fc0;
}
.main-banner__numbers {
  margin-bottom: 45px;
}
.main-banner__number + .main-banner__number {
  margin-left: 128px;
}
.main-banner__number-value {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  color: #FFCC00;
  margin-bottom: -4px;
}
.main-banner__number-title {
  color: #fff;
  font-size: 20px;
}
.main-banner {
  background: top center no-repeat;
  background-size: cover;
  padding: 30px 18px;
  color: #fff;
  min-height: calc(100% - 25px);
  margin-bottom: 25px;
}
.main-banner__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 17px;
}
.main-banner__text {
  max-width: 500px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
}
.main-content {
  padding: 31px 0 60px;
}
.banners-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.banners-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.banners-column_large {
  -ms-flex: 0 0 840px;
  flex: 0 0 840px;
  max-width: 840px;
}
.banners-column_small {
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  max-width: 195px;
}
.main-banner__description {
  margin-bottom: 62px;
}
.main-banner__more a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 25px;
  min-width: 200px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border-right: 2px solid #B79409;
  border-bottom: 2px solid #B79409;
}
.main-banner__more a:active,
.main-banner__more a:hover {
  text-decoration: none;
  background-color: #ffe900;
}
.small-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
  text-align: center;
  padding: 15px;
  background: top center no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
.small-banner:hover {
  text-decoration: none;
}
.small-banner + .small-banner {
  margin-top: 25px;
}
.small-banner__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.block-banners {
  margin-bottom: 58px;
}
.block-advantages {
  background: #F1EFEC;
  padding: 25px 0;
  margin-bottom: 73px;
}
.advantages {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 7px 0;
}
.advantage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage__image {
  margin-right: 20px;
}
.advantage__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #2C2C2C;
}
.advantages-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.advantages-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.block-catalog {
  background: #F1EFEC;
  padding: 76px 0 106px;
}
.h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #141414;
  margin: 0 0 62px;
}
.mark-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}
.mark-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mark-item {
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 12px 15px 14px 5px;
  margin-bottom: 33px;
}
.mark-item__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 157px;
  margin-right: 10px;
}
.mark-item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.mark-item__title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}
.mark-item__title:hover {
  text-decoration: none;
  color: #E3B600;
}
.mark-item__descendant + .mark-item__descendant {
  margin-top: 7px;
}
.mark-item__descendant a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #0772F0;
}
.mark-item__descendant a:hover {
  text-decoration: none;
  color: #E3B600;
}
.mark-item__descendant_hidden {
  display: none;
}
.mark-item__all {
  padding-top: 14px;
}
.mark-item__all a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #E3B600;
}
.mark-item__all a:hover {
  text-decoration: none;
}
.mark-all {
  text-align: center;
  padding-top: 56px;
}
.mark-all button, 
	.mark-all a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #FFCC00;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    min-width: 280px;
}

.mark-all button:hover,
.mark-all a:hover {
  text-decoration: none;
  background-color: #FFCC00;
}
.block-callback {
  padding: 131px 0 183px;
  overflow: hidden;
}
.form-callback {
  background: #353535;
  border-radius: 5px;
  padding: 22px 50px 33px;
  position: relative;
  color: #fff;
}
.form-callback_index:after {
  content: '';
  position: absolute;
  right: -181px;
  top: -142px;
  background: url("/img/cart-callback.png") center no-repeat;
  width: 748px;
  height: 497px;
}
.form-callback__title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 38px;
}
.form-callback__title b {
  font-weight: 500;
}
.form-callback__inputs {
  font-size: 0;
  padding-bottom: 32px;
}
.form-callback__input {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.form-callback__input input {
  display: block;
  width: 250px;
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  background: none;
  color: #fff;
}

.form-callback__input input.error {
  background-color: red;
}
.form-callback__input + .form-callback__input {
  margin-left: 50px;
}
.form-callback__submit button,
.form-callback__submit input {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 25px;
  min-width: 172px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  border-right: 2px solid #BF9A08;
  border-bottom: 2px solid #BF9A08;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.form-callback__submit button:active,
.form-callback__submit input:active,
.form-callback__submit button:hover,
.form-callback__submit input:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.form-callback__submit button:active,
.form-callback__submit input:active {
  border-color: #353535;
}
.form-callback__checkbox {
  padding-top: 24px;
}
.form-callback__checkbox input {
  display: none;
}
.form-callback__checkbox label {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #C2C2C2;
}
.form-callback__checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFCC00;
  border: 1px solid #000000;
  border-radius: 3px;
}
.form-callback__checkbox label a {
  text-decoration: underline;
  color: #63A5F1;
}
.form-callback__checkbox label a:hover {
  text-decoration: none;
}
.form-callback__checkbox input:checked + label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/svg/check.svg") center no-repeat;
}
.main-text__image img {
  max-width: 100%;
}
.block-text {
  padding: 60px 0 0;
}
.main-text-line + .main-text-line {
  margin-top: 91px;
}
.main-text__description {
  color: #2F2F2F;
}
.main-text__description a {
  color: #231FD0;
  text-decoration: underline;
}
.main-text__description a:hover {
  text-decoration: none;
}
.main-text__description h3 {
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 48px !important;
  color: #141414 !important;
  margin: 0 0 62px !important;
  margin-bottom: 48px !important;
 }
.main-text__description p {
  font-size: 16px;
  line-height: 22px;
}
.main-text__description p b {
  font-size: 20px;
  line-height: 24px;
  color: #464646;
}
.main-text__description p + p {
  margin-top: 15px;
}

.main-text__description h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 26px;
}


.main-text__description h3.h3 {
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 19px !important;
  margin: 0 0 26px !important;
}



.main-text__description ul {
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 34px;
  padding: 0;
}
.main-text__description ul li + li {
  margin-top: 10px;
}
.main-text__description ul li {
  padding-left: 25px;
  position: relative;
}
.main-text__description ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #FFCC00;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.main-text__description + .main-text__image {
  padding-top: 23px;
}
.block-callback-parts {
  color: #fff;
  padding: 117px 0 116px;
  background: #000 url("/img/block-callback-2.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
}
.block-callback-parts .form-input-wrapper {
  display: inline-block;
  text-align: left;
}
.form-callback-parts__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
.form-callback-parts__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 46px;
}
.form-callback-parts__inputs {
  font-size: 0;
  margin-bottom: 10px;
}
.form-callback-parts__input {
  width: 255px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 23px;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 16px;
}
.form-callback-parts__input.error {
  border-color: red;
}
.form-callback-parts__submit {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  padding: 18px 25px;
  min-width: 172px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  border-right: 2px solid #BF9A08;
  border-bottom: 2px solid #BF9A08;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.form-callback-parts__submit:hover {
  background-color: #ffe900;
}
.form-callback-parts__input + .form-callback-parts__submit {
  margin-left: 31px;
}
.block-advantages-f {
  padding: 190px 0 148px;
}
.block-advantages-f .h2 {
  margin-bottom: 50px;
}
.advantages-f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage-f-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.advantage-f {
  display: -ms-flexbox;
  display: flex;
  padding: 66px 37px 33px 37px;
}
.advantage-f__image {
  width: 41px;
  min-width: 41px;
  margin-right: 38px;
}
.advantage-f__image img {
  max-width: 100%;
}
.advantage-f__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #010101;
  margin-bottom: 16px;
}
.advantage-f__text {
  font-size: 16px;
  line-height: 19px;
  color: #2F2F2F;
}
.advantage-f__text p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .block-advantages-f .col-xl-4 {
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
  }
  .block-advantages-f .col-xl-4:nth-child(3n) {
    border-right: 0;
  }
}
.block-advantages-f .col-xl-4:nth-child(1),
.block-advantages-f .col-xl-4:nth-child(2),
.block-advantages-f .col-xl-4:nth-child(3) {
  border-top: 0;
}
.block-advantages-f .col-xl-4:nth-child(1) .advantage-f__title,
.block-advantages-f .col-xl-4:nth-child(2) .advantage-f__title,
.block-advantages-f .col-xl-4:nth-child(3) .advantage-f__title {
  min-height: 48px;
}
.block-contacts {
  padding: 40px 0 144px;
}
.block-contacts .h2 {
  margin-bottom: 24px;
}
.main-contacts__description {
  padding-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #2F2F2F;
}
.main-contacts__description a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}
.main-contacts__description p {
  margin-bottom: 5px;
}
.main-contacts__image {
  padding-top: 43px;
}
.main-contacts__image img {
  max-width: 100%;
}
.main-contacts-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -34px;
  margin-left: -34px;
}
.main-contacts-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 34px;
  padding-left: 34px;
}
.main-contacts-column_left {
  -ms-flex: 0 0 506px;
  flex: 0 0 506px;
  max-width: 506px;
}
.main-contacts-column_right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.staff-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -26px;
  margin-left: -26px;
}
.staff-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 26px;
  padding-left: 26px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.staff-item {
  display: -ms-flexbox;
  display: flex;
  color: #010101;
  margin-bottom: 47px;
}
.staff-item__image {
  width: 115px;
  min-width: 115px;
  margin-right: 18px;
}
.staff-item__image img {
  max-width: 100%;
}
.staff-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.staff-item__position {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.staff-item__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff-item__description > div {
  width: 100%;
}
.staff-item__description-bottom {
  margin-top: auto;
}
.staff-item__callback {
  padding-bottom: 13px;
}

.btn-yellow,
.staff-item__callback a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 16px 20px;
  min-width: 170px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  border-right: 2px solid #BF9A08;
  border-bottom: 2px solid #BF9A08;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.btn-yellow:active,
.btn-yellow:hover,
.staff-item__callback a:active,
.staff-item__callback a:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.staff-item__callback a:active {
  border-color: #fff;
}
.staff-question {
  height: 100%;
  background: #fff url("/img/svg/question.svg") center no-repeat;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
.block-repair {
  background: #F8F7F6;
  padding: 125px 0 122px;
}
.block-repair .h2 {
  margin-bottom: 54px;
}
.repair-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.repair-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.repair-item__title {
  display: inline-block;
  background: #FFCC00;
  border-radius: 3px;
  padding: 8px 17px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  margin-bottom: 27px;
}
.repair-item__description {
  font-size: 16px;
  line-height: 22px;
  color: #2F2F2F;
}
.block-about {
  padding: 191px 0 50px;
}
.block-about .h4 {
  margin-bottom: 31px;
font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    margin: 0 0 62px;
}
.about-row {
  display: -ms-flexbox;
  display: flex;
}
.about-column_right {
  margin-left: 64px;
}
.about__image img {
  max-width: 100%;
}
.about__description {
  font-size: 16px;
  line-height: 22px;
  color: #2F2F2F;
  padding-bottom: 50px;
}
.about__description p {
  margin-bottom: 16px;
}
.about__description a {
  font-size: 16px;
  text-decoration: underline;
  color: #211DCD;
}
.about__description a:hover {
  text-decoration: none;
}
.about__advantages {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.about__advantage-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #E0E0E0;
}
.about__advantage {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.about__advantage:first-child {
  padding-right: 15px;
}
.about__advantage + .about__advantage {
  padding-left: 15px;
}
.block-gallery {
  padding: 64px 0 200px;
}
.block-gallery img {
  max-width: 100%;
}
.block-gallery .slick-slide {
  margin: 0 23px;
}
.block-gallery .slick-list {
  margin: 0 -23px;
}
.gallery-slider-wrapper {
  position: relative;
  padding-bottom: 100px;
}
.gallery-slider-wrapper .slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 9;
  width: 35px;
  height: 35px;
  background: #FFCC00;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  padding: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.gallery-slider-wrapper .slick-arrow:hover {
  background: #ffdb4d;
}
.gallery-slider-wrapper .slick-next {
  left: 64px;
}
.gallery-slider-wrapper .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -90px;
  z-index: 7;
  text-align: center;
  font-size: 0;
}
.gallery-slider-wrapper .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.gallery-slider-wrapper .slick-dots li button {
  border: 0;
  cursor: pointer;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 14px;
  height: 14px;
  position: relative;
  background: none;
}
.gallery-slider-wrapper .slick-dots li button:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #756B6B;
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.gallery-slider-wrapper .slick-dots li:hover button:after {
  background: #FFCC00;
}
.gallery-slider-wrapper .slick-dots li.slick-active button:after {
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  background: #FFCC00;
}
.block-certs .h4 {
	    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    margin: 0 0 62px;
  margin-bottom: 50px;
}
.certs {
  font-size: 0;
}
.cert {
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.cert a {
  display: block;
  border: 1px solid #9C9C9C;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
.cert img {
  max-width: 100%;
}
.cert + .cert {
  margin-left: 30px;
}
.block-reviews {
  padding: 193px 0 195px;
}
.block-reviews .h2 {
  margin-bottom: 50px;
}
.reviews {
  padding: 0 20px;
}
.reviews-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -42px;
  margin-left: -42px;
}
.review-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 42px;
  padding-left: 42px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 50px;
}
.review-item {
  padding: 54px 0 0 30px;
  background: url("/img/svg/quote.svg") left top no-repeat;
  color: #2F2F2F;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.review-item > div {
  width: 100%;
}
.review-item__text {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 13px;
}
.review-item__date {
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
}
.review-item__footer {
  margin-top: auto;
}
.review-item__footer-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #C4C4C4;
  padding: 8px 4px 0 6px;
}
.review-item__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.review-item__rating {
  font-size: 0;
}
.review-item__star {
  display: inline-block;
  vertical-align: middle;
}
.review-item__star + .review-item__star {
  margin-left: 6px;
}
.review-item__star_disabled svg path {
  fill: #C4C4C4;
}
.review-item-wrapper_hidden {
  display: none;
}
.reviews-all {
  padding-top: 50px;
  text-align: center;
}
.reviews-all a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  min-width: 173px;
}
.reviews-all a:hover {
  text-decoration: none;
  background-color: #FFCC00;
}
.block-video {
  padding: 0 0 163px;
}
.block-video .h5 {
	font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    margin: 0 0 62px;
  text-align: center;
  margin-bottom: 50px;
}
.video-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-left: -21px;
}
.video-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 21px;
  padding-left: 21px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 40px;
}
.video-item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.video-item:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
  background: url("/img/svg/video-control.svg") center no-repeat;
  border: 1px solid #FFCC00;
  border-radius: 5px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.video-item img {
  display: block;
  max-width: 100%;
width: 100%
}
.video-item:hover:after {
  border-color: #fff;
}
.block-blog .h2 {
  margin-bottom: 53px;
}
.blog-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.blog-list .col-xl-4 {
  margin-bottom: 39px;
}
.blog-item {
  border: 1px solid #D1CFCB;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.blog-item-wrapper_hidden {
  display: none;
}
.blog-item__image img {
  display: block;
  width: 100%;
}
.blog-item__content {
  padding: 32px 19px 50px;
}
.blog-item__title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #383838;
  margin-bottom: 20px;
}
.blog-item__title:hover {
  text-decoration: none;
  color: #FFCC00;
}
.blog-item__intro {
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 10px;
}
.blog-item__more {
  color: #211DCD;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
}
.blog-item__more:hover {
  text-decoration: none;
}
.blog-all {
  text-align: center;
}
.blog-all a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  min-width: 173px;
}
.blog-all a:hover {
  text-decoration: none;
  background-color: #FFCC00;
}
.block-text-sections {
  padding: 209px 0 239px;
}
.text-section .h2 {
  margin-bottom: 20px;
}
.text-section + .text-section {
  margin-top: 102px;
}
.text-section__text {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.text-section__text a {
  color: #231FD0;
  text-decoration: underline;
}
.text-section__text a:hover {
  text-decoration: none;
}
.text-section__description {
  display: -ms-flexbox;
  display: flex;
}
.text-section__image {
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  max-width: 380px;
  margin-left: 40px;
}
.text-section__image img {
  max-width: 100%;
}
.footer-bottom {
  background: #343434;
  padding: 15px 0;
}
.footer-copyrights {
  font-size: 12px;
  line-height: 15px;
  color: #B9B9B9;
}
.footer-policy {
  text-align: center;
}
.footer-policy a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #B9B9B9;
  text-decoration: underline;
}
.footer-policy a:hover {
  text-decoration: none;
}
.footer-dev {
  text-align: right;
}
.footer-dev a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #B9B9B9;
  text-decoration: none;
}
.footer-dev a:hover {
  text-decoration: underline;
}
.footer {
  background: #404040;
}
.footer-main {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 39px 0 13px;
}
.footer-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}
.footer-logo img {
  margin-right: 32px;
}
.footer-center {
  padding-top: 33px;
  text-align: center;
}
.footer-nav {
  margin-bottom: 45px;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  display: inline-block;
  vertical-align: middle;
}
.footer-nav li + li {
  margin-left: 25px;
}
.footer-nav a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
}
.footer-nav a:hover {
  text-decoration: none;
}
.footer-payment span {
  display: block;
  margin-bottom: 6px;
}
.footer-contacts {
  text-align: right;
}
.footer__phone {
  margin-bottom: 8px;
}
.footer__phone a {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.footer-callback-link {
  display: inline-block;
  border: 1px solid #FFBF2E;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 7px 18px 9px;
  margin-bottom: 20px;
}
.footer-callback-link:hover {
  background-color: #FFBF2E;
  text-decoration: none;
}
.footer__email {
  margin-bottom: 12px;
}
.footer__email a {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
.footer__email a:hover {
  text-decoration: underline;
}
.footer__socials img{
	width: 27px;
}	
.footer__socials {
  padding-right: 25px;
}
.footer__socials a {
  display: inline-block;
  vertical-align: middle;
}
.footer__socials a:hover {
  opacity: 0.8;
}
.footer__socials a + a {
  margin-left: 10px;
}
.footer__socials .footer__social_inst {
  margin-left: 15px;
}
.footer-dev {
  text-align: right;
}
.rub {
  font-family: 'ALS Rubl', sans-serif;
  font-style: normal;
}
.breadcrumbs-wrapper {
  padding: 29px 0 58px;
}
.breadcrumbs {
  color: #6C6C6C;
  font-size: 16px;
  line-height: 22px;
}
.breadcrumbs div {
  display: inline;
}
.breadcrumbs > div:last-child {
  color: #4C4C4C;
  font-weight: 500;
}
.breadcrumbs > div:after {
  content: ' / ';
}
.breadcrumbs > div:last-child:after {
  content: '';
}
.block-catalog-inner {
  background: #F1EFEC;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .block-text_inner .main-text__image + .main-text__description {
    margin-left: 63px;
  }
  .block-text_inner .main-text__description + .main-text__image {
    margin-left: 79px;
  }
}
.block-advantages-f_inner {
  padding: 46px 0 75px;
  background-color: #F8F7F6;
}
.block-advantages-f_inner .h2 {
  margin-bottom: 53px;
}
.block-advantages-f_inner .col-md-4 {
  border-bottom: 1px solid #ECECEC;
}
.advantage-f__phone {
  padding: 8px 0 25px;
}
.advantage-f__phone a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2F2F2F;
  border-bottom: 1px solid #FBCE03;
}
.advantage-f__phone a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.advantage-f__callback a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 10px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  border-right: 2px solid #BF9A08;
  border-bottom: 2px solid #BF9A08;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.advantage-f__callback a:active,
.advantage-f__callback a:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.advantage-f__callback a:active {
  border-color: #F3F3F3;
}
@media (min-width: 992px) {
  .block-advantages-f_inner + .block-contacts {
    padding-top: 150px;
  }
}
.form-callback__subtitle {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 28px;
  margin-top: -22px;
}
.inner-content {
  padding-bottom: 60px;
}
.category-page {
  overflow: hidden;
}
.category-page .block-advantages-f_inner {
  background: none;
  padding-top: 200px;
}
.category-row {
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
  margin-left: -60px;
}
.category-nav,
.category-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 60px;
  padding-left: 60px;
}
.category-nav {
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
}
.shop-nav {
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}
.shop-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-nav > li {
  border-bottom: 1px solid #D0D0D0;
}
.shop-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px 5px 18px;
  background: url("/img/svg/nav-arrow.svg") left center no-repeat;
  color: #333333;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.shop-nav > li > a:hover {
  font-weight: bold;
}
.shop-nav > li > a:hover {
  text-decoration: none;
}
.shop-nav > li.active > a {
  font-weight: bold;
  background-image: url("/img/svg/nav-arrow-active.svg");
}
.shop-nav > li.active > ul {
  display: block;
}
.shop-nav > li ul {
  display: none;
  border-top: 2px solid #FFCC00;
  padding-top: 17px;
  padding-bottom: 17px;
}
.shop-nav > li ul li + li {
  margin-top: 6px;
}
.shop-nav > li ul a {
  display: inline-block;
  font-size: 14px;
  color: #0772F0;
}
.shop-nav > li ul a:hover {
  text-decoration-line: underline;
}
.shop-nav > li ul .active > a {
  text-decoration-line: underline;
  font-weight: bold;
}
.category-content h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #141414;
  margin: 0 0 75px;
}
.category-tabs > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #CECECE;
}
.category-tabs > ul li a {
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding: 5px 0 15px;
}
.category-tabs > ul li a:hover {
  text-decoration: none;
  color: #000;
}
.category-tabs > ul .r-tabs-state-active a {
  font-weight: 500;
  color: #000;
}
.category-tabs > ul .r-tabs-state-active a:after {
  content: '';
  height: 4px;
  bottom: -2px;
  left: 0;
  width: 100%;
  position: absolute;
  background: #FFBF2E;
}
.category-tabs-content {
  padding-top: 49px;
}
.product-list [class^="col-"] {
  margin-bottom: 30px;
}
.product-item {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  height: 100%;
}
.product-item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 6px 9px 11px;
}
.product-item__exist {
  padding-left: 21px;
  font-size: 14px;
  color: #585858;
  position: relative;
}
.product-item__exist:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  top: 50%;
  margin-top: -5px;
  left: 0;
  position: absolute;
}
.product-item__exist.yes:before {
  background-color: #00BF08;
}
.product-item__gar {
  font-weight: 500;
  font-size: 14px;
  color: #505050;
}
.product-item__image {
  height: 204px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-item__image:hover {
  opacity: 0.9;
}
.product-item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-item__info {
  padding: 15px 15px 40px;
}
.product-item__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-height: 74px;
  width: 100%;
  margin-bottom: 15px;
}
.product-item__title:hover {
  text-decoration: none;
  color: #fc0;
}
.product-item__price > div {
  display: inline-block;
}
.product-item__price-title {
  font-weight: 500;
  font-size: 14px;
  color: #2F2F2F;
  margin-right: 20px;
}
.product-item__price-value {
  font-weight: bold;
  font-size: 22px;
  color: #2F2F2F;
}

.pagination {
  padding-top: 24px;
}
.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li {
  margin-right: 9px;
}
.pagination span,
.pagination a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  color: #292929;
}

.pagination span{ background: #B9B9B9; color:#fff;}


.pagination a:hover {
  text-decoration: none;
  border-color: #fc0;
}
.pagination a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.product-main-row {
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  margin-left: -50px;
}
.product-main-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 50px;
  padding-left: 50px;
}
.product-main-column_images {
  -ms-flex: 0 0 487px;
  flex: 0 0 487px;
  max-width: 487px;
}
.product-images a {
  display: block;
}
.product-images a img {
  width: 100%;
}
.product-images a:hover {
  opacity: 0.9;
}
.slider-for {
  margin-bottom: 36px;
}
.slider-nav {
  margin-bottom: 20px;
}
.slider-nav .slick-slide {
  margin: 0 10px;
}
.slider-nav .slick-list {
  margin: 0 -10px;
}
.product-images__main img {
  max-width: 100%;
}
.product-more-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.product-more-image {
  position: relative;
  width: 100%;
}
.product-more-video-link {
  position: relative;
}
.product-more-video-link:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/svg/more-video.svg") center no-repeat;
}
.product-main-h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 46px;
}
.product-main-h1 h1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 39px;
  color: #141414;
  margin: 0;
}
.product-main-gar {
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  max-width: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #FFCC00;
  border-radius: 50%;
  text-align: center;
  margin-left: 15px;
}
.product-main-gar span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #141414;
}
.product-main-gar b {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #2F2F2F;
}
.product__exist {
  padding-left: 16px;
  font-size: 13px;
  color: #585858;
  position: relative;
  margin-bottom: 12px;
}
.product__exist:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  top: 50%;
  margin-top: -5px;
  left: 0;
  position: absolute;
}
.product__exist.yes:before {
  background-color: #00BF08;
}
.product__price > div {
  display: inline-block;
}
.product__price-title {
  font-weight: 500;
  font-size: 16px;
  color: #141414;
  margin-right: 15px;
}
.product__price-value {
  font-weight: bold;
  font-size: 25px;
  color: #2F2F2F;
}
.product__cart-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-info-row {
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  margin-left: -50px;
}
.product-info-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 50px;
  padding-left: 50px;
}
.product-info-column_left {
  -ms-flex: 0 0 508px;
  flex: 0 0 508px;
  max-width: 508px;
}
.product__cart a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 25px;
  min-width: 130px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border-right: 2px solid #B79409;
  border-bottom: 2px solid #B79409;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.15);
}
.product__cart a:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.product__cart a:active {
  border-color: #fff;
}
.product__cart-line {
  margin-bottom: 10px;
}
.product__notice {
  font-size: 14px;
  color: #141414;
  margin-bottom: 18px;
}
.product__notice span {
  color: #FFBF2E;
  font-size: 22px;
}
.product-payment-list {
  padding-top: 34px;
}
.product-payment-list__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 18px;
}
.product-payment-info {
  background: #404040;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 13px 25px 32px 94px;
  color: #fff;
  margin-bottom: 35px;
}
.product-payment-info:before {
  content: '';
  height: 100%;
  width: 55px;
  background: #FFCC00 url("/img/payment-steps.png") center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.product-payment-info__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
}
.product-payment-info__steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  counter-reset: info_steps;
}
.product-payment-info__steps li {
  display: inline-block;
  padding-left: 19px;
  position: relative;
}
.product-payment-info__steps li:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-increment: info_steps;
  content: counter(info_steps);
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #404040;
  top: 50%;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  background: #FBCE03;
  border-radius: 50%;
}
.product-payment-info__steps li:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 100%;
  background: url("/img/product-steps-after.png") center no-repeat;
  width: 37px;
  height: 15px;
  margin: 4px 0 0 -15px;
}
.product-payment-info__steps li:last-child:after {
  display: none;
}
.product-payment-info__steps li + li {
  margin-left: 13px;
}
.product-one-click {
  background: #F3F3F3;
  border-radius: 5px;
  padding: 15px 31px 15px;
}
.product-one-click .form-callback__checkbox label {
  color: #8D8D8D;
  font-size: 14px;
}
.product-one-click__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #2F2F2F;
  margin-bottom: 29px;
}
.product-one-click__inputs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-one-click__inputs input[type="button"] {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 12px 25px;
  min-width: 113px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  border-right: 2px solid #B79409;
  border-bottom: 2px solid #B79409;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.product-one-click__inputs input[type="button"]:active,
.product-one-click__inputs input[type="button"]:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.product-one-click__inputs input[type="button"]:active {
  border-color: #F3F3F3;
}
.product-one-click__inputs input[type="text"] {
  width: 204px;
  background: #F8F8F8;
  border: 1px solid #8F8F8F;
  border-radius: 3px;
  line-height: 28px;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 14px;
}
.product-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-action-link {
  width: 285px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFBF2E;
}
.product-action-link > div {
  width: 100%;
}
.product-action-link:hover {
  text-decoration: none;
}
.product-action-link__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  min-height: 100px;
  text-align: center;
}
.product-action-link__image img {
  display: block;
  width: 100%;
}
.product-main {
  padding-bottom: 144px;
}
.product-main-action {
  width: 713px;
}
.product-main-action-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F3F3;
  border-radius: 5px;
  overflow: hidden;
}
.product-main-action-column {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.product-main-action-column_right {
  -ms-flex: 0 0 203px;
  flex: 0 0 203px;
  max-width: 203px;
}
.product-main-action-column_left {
  padding: 26px 26px 36px;
}
.product-main-action__image img {
  max-width: 100%;
}
.product-main-action__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #141414;
  margin-bottom: 26px;
}
.product-main-action___description {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #464646;
  margin-bottom: 19px;
}
.product-main-action__price-list {
  margin-bottom: 27px;
}
.product-main-action__price-list > div {
  display: inline-block;
}
.product-main-action__price-title {
  font-weight: 500;
  font-size: 16px;
  color: #363636;
  margin-right: 12px;
}
.product-main-action__price {
  font-weight: bold;
  font-size: 20px;
  color: #2F2F2F;
  margin-right: 20px;
}
.product-main-action__price-old {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #868686;
}
.product-main-action__price-old:after {
  content: '';
  position: absolute;
  width: 102px;
  height: 39px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -51px;
  background: url("/img/price-old-line.svg") center no-repeat;
}
.product-main-action__buy a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 25px;
  min-width: 190px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  border-right: 2px solid #B79409;
  border-bottom: 2px solid #B79409;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.product-main-action__buy a:active,
.product-main-action__buy a:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.product-main-action__buy a:active {
  border-color: #F3F3F3;
}
.r-tabs .r-tabs-panel {
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-page .r-tabs .r-tabs-nav {
    display: none;
  }
  .product-page .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .category-page .r-tabs .r-tabs-nav {
    display: none;
  }
  .category-page .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
.product-tabs-wrapper {
  border: 1px solid #D8D8D8;
  padding: 38px 41px;
}
.product-actions {
  margin-bottom: 95px;
}
.product-tabs > ul {
  padding: 0;
  margin: 0 0 35px;
  list-style: none;
  font-size: 0;
}
.product-tabs > ul li {
  display: inline-block;
}
.product-tabs > ul li + li {
  margin-left: 17px;
}
.product-tabs > ul a {
  display: block;
  background: #353535;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 12px;
  color: #fff;
}
.product-tabs > ul a:hover {
  text-decoration: none;
}
.product-tabs > ul li:hover a,
.product-tabs > ul .r-tabs-state-active a {
  background: #FFBF2E;
}
.product-description {
  line-height: 24px;
}
.product-description img {
  max-width: 100%;
  margin-right: 6px;
  margin-bottom: 6px;
}
.product-description b {
  font-weight: 500;
}
.form-callback__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 225px;
}
.form-callback__image img {
  max-width: 100%;
}
.product-page .form-callback-content {
  padding-right: 350px;
}
.product-page .form-callback .form-callback__title {
  color: #F1F1F1;
}
.product-page .form-callback .form-callback__title b {
  color: #fff;
}
.product-page .block-advantages-f {
  background: none;
}
.product-page .block-certs {
  padding-bottom: 100px;
}
.product-page .block-contacts {
  padding-bottom: 0;
}
.form-callback__input.required {
  position: relative;
}
.form-callback__input.required:after {
  content: '*';
  font-size: 16px;
  color: #FFCC00;
  position: absolute;
  right: 0;
  top: 0;
}
.block-other {
  padding: 0 0 100px;
}
.block-other .h2 {
  margin-bottom: 76px;
}
.other-item__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 204px;
  margin-bottom: 17px;
}
.other-item__image:hover {
  opacity: 0.9;
}
.other-item__image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.other-item__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 60px;
  margin-bottom: 10px;
}
.other-item__title:hover {
  text-decoration: none;
  color: #fc0;
}
.other-item__price > div {
  display: inline-block;
}
.other-item__price-title {
  font-weight: 500;
  font-size: 14px;
  color: #595959;
  margin-right: 12px;
}
.other-item__price-value {
  font-weight: bold;
  font-size: 20px;
  color: #2F2F2F;
}
.other-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.other-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
.other-list-wrapper {
  padding: 0 20px;
}
.other-list-wrapper [class^="col-"] {
  margin-bottom: 30px;
}
.shop-nav-bottom {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.shop-nav-bottom a {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}
.shop-nav-bottom a:hover {
  text-decoration: underline;
}
.shop-nav-bottom li + li {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-address {
    font-size: 12px;
  }
  .header-address + .header-address {
    margin-left: 30px;
  }
  .nav-main__menu {
    padding: 0;
  }
  .nav-main__menu a {
    font-size: 10px;
    line-height: 14px;
    padding: 0 10px;
    text-transform: uppercase;
  }
  .nav-repair__link {
    width: 226px;
    min-width: 226px;
    padding-left: 10px;
  }
  .banners-column_large {
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
  }
  .main-banner__number + .main-banner__number {
    margin-left: 50px;
  }
  .main-banner__title {
    font-size: 31px;
  }
  .mark-item__image {
    width: 80px;
  }
  .form-callback_index:after {
    right: -381px;
  }
  .advantage-f {
    padding: 50px 20px 30px 20px;
  }
  .advantage-f__image {
    margin-right: 20px;
  }
  .h2 {
    font-size: 36px;
  }
  .reviews {
    padding: 0;
  }
  .main-contacts-column_left {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }
}
@media (max-width: 1199px) {
  .reviews-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .review-item-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-dev,
  .footer-copyrights,
  .footer-logo,
  .footer-contacts {
    width: 300px;
  }
  .main-contacts-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .main-contacts-column_left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-item-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-main-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-main-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-main-column_images {
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
  .product-main {
    overflow: hidden;
  }
  .product-info-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-info-column_left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-page .form-callback-content {
    padding-right: 200px;
  }
  .other-item-wrapper {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .product-action-link {
    width: 200px;
  }
  .product-action-link__title {
    min-height: 160px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .header-line {
    background: none;
    padding: 0;
  }
  .header-address-list {
    display: none;
  }
  .header {
    position: relative;
  }
  .header-map {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 3;
  }
  .header-map span {
    top: 0;
  }
  .header-logo img {
    margin-right: 10px;
  }
  .header-logo span {
    display: none;
    font-size: 10px;
    line-height: 12px;
    width: 118px;
  }
  .nav-main {
    display: none;
  }
  .header-main__content {
    display: block;
  }
  
  
  
  
  
  
  
  .header-contacts {
    text-align: center;
    display: flex;
    margin-top: 22px;
    }
    
.header-contacts .header-phone   {top: 4px;
	width: 50%;
}

.header-contacts .header-callback-link{
width: 50%;
}
        
/*
  .header-contacts {
    display: none;
  }
*/







  .header-search {
    display: none;
    width: 100%;
    margin: 15px 0 0;
  }
  .header-main__content-right {
    display: block;
  }
  .header [class^="col-"] {
    position: static;
  }
  .header .container {
    position: relative;
  }
  .header-cart {
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 4;
  }
  .nav {
    padding-top: 10px;
  }
  .nav-main-toggle {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
    border-bottom: 1px solid #404040;
  }
  .nav-main-toggle:hover {
    text-decoration: none;
  }
  .nav-content {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-repair__link {
    width: auto;
    min-width: 0;
    padding: 15px;
  }
  .banners-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .banners-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banners-column_small {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banners-column_large {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-banner__number-value {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
  }
  .main-banner__number-title {
    font-size: 12px;
  }
  .main-banner__number + .main-banner__number {
    margin-left: 20px;
  }
  .main-banner__title h1,
    .main-banner__title {
    font-size: 30px;
    line-height: normal;
  }
  .main-banner__text {
    font-size: 16px;
  }
  .main-banner__description {
    margin-bottom: 35px;
  }
  .main-banner {
    margin-bottom: 15px;
    min-height: 0;
  }
  .block-banners {
    margin-bottom: 50px;
  }
  .advantages {
    padding: 0;
    border: 0;
  }
  .advantage {
    display: block;
  }
  .advantage__image {
    margin: 0 0 7px;
  }
  .advantage__image img {
    height: 34px;
  }
  .advantages-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .advantages-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .advantages-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .advantages .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
  .advantages .col-md-4 {
    padding: 0;
  }
  .advantages .col-md-4 + .col-md-4 {
    margin-left: 15px;
  }
  .advantage__title {
    font-size: 11px;
    line-height: 14px;
  }
  .small-banner__title {
    font-size: 16px;
  }
  .h2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .block-catalog {
    padding: 30px 0;
  }
  .mark-all {
    padding-top: 0;
  }
  .form-callback_index:after {
    display: none;
  }
  .mark-item__image {
    width: 80px;
  }
  .mark-item__descendant + .mark-item__descendant {
    margin-top: 5px;
  }
  .block-callback {
    padding: 30px 0;
  }
  .form-callback {
    padding: 15px;
  }
  .form-callback__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .form-callback__input + .form-callback__input {
    margin-left: 0;
    margin-top: 20px;
  }
  .form-callback__input {
    display: block;
  }
  .form-callback__input input {
    width: 100%;
  }
  .form-callback__submit button,
  .form-callback__submit input {
    width: 100%;
  }
  .block-text {
    padding: 30px 0;
  }
  .main-text__description h2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .main-text-line {
    display: block;
  }
  .main-text__description p b {
    font-size: 16px;
    line-height: 1.4;
  }
  .main-text__description + .main-text__image {
    padding-top: 10px;
    margin-left: 0;
  }
  img {
    max-width: 100%;
  }
  .main-text__image img {
    max-width: 100%;
  }
  .main-text-line + .main-text-line {
    margin-top: 30px;
  }
  .main-text__image + .main-text__description {
    margin-left: 0;
  }
  .m-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .main-text__image.m-order-2 {
    padding-bottom: 15px;
  }
  .block-callback-parts {
    padding: 30px 0;
  }
  .form-callback-parts__title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .form-callback-parts__subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .form-callback-parts__input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .form-callback-parts__input + .form-callback-parts__submit {
    margin-left: 0;
    width: 100%;
    padding: 13px 15px;
  }
  .form-callback__checkbox label {
    font-size: 14px;
  }
  .block-advantages-f {
    padding: 30px 0;
  }
  .block-advantages-f .h2 {
    margin-bottom: 25px;
  }
  .block-advantages-f .col-xl-4 {
    margin-bottom: 30px;
  }
  .block-advantages-f .col-md-4 {
    border: 0 !important;
  }
  .advantages-f {
    margin-right: -15px;
    margin-left: -15px;
  }
  .advantage-f {
    display: block;
    padding: 0;
    text-align: center;
  }
  .advantage-f__image {
    width: 100%;
    margin: 0 0 5px;
  }
  .advantage-f__title {
    font-size: 14px;
    line-height: normal;
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  .advantage-f__text {
    font-size: 12px;
    text-align: left;
  }
  .advantage-f__text br {
    display: none;
  }
  .block-contacts {
    padding: 0 0 30px;
  }
  .main-contacts-column_left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-contacts__description a {
    margin-left: 0;
  }
  .main-contacts__image {
    display: none;
  }
  .main-contacts-column_right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-contacts__description {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .staff-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .staff-item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .staff-item__callback a {
    min-width: 150px;
  }
  .staff-item-wrapper {
    margin-bottom: 25px;
  }
  .staff-question {
    display: none;
  }
  .block-repair {
    padding: 30px 0;
  }
  .block-repair .h2 {
    margin-bottom: 25px;
  }
  .repair-item-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .repair-item__title {
    margin-bottom: 10px;
  }
  .block-about {
    padding: 30px 0;
  }
  .about-column_right {
    margin-left: 0;
  }
  .about-row {
    display: block;
  }
  .block-about .h2 {
    margin-bottom: 25px;
  }
  .about__advantage:first-child {
    padding-right: 0;
  }
  .about__advantage {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about__advantage + .about__advantage {
    padding-left: 0;
    padding-top: 15px;
  }
  .about__image {
    width: 100%;
  }
  .gallery-slider-wrapper .slick-arrow {
    bottom: -60px;
  }
  .gallery-slider-wrapper .slick-next {
    left: 44px;
  }
  .block-gallery {
    padding: 30px 0 0;
  }
  .block-certs .h2 {
    margin-bottom: 25px;
  }
  .cert + .cert {
    margin-left: 0;
  }
  .cert {
    max-width: 130px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .block-reviews {
    padding: 30px 0;
  }
  .reviews {
    padding: 0;
  }
  .review-item-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-reviews .h5 {font-weight: 500;font-size: 40px;
    line-height: 48px;
    color: #141414;
    margin: 0 0 62px;
    margin-bottom: 25px;
  }
  .reviews-all {
    padding-top: 0;
  }
  .block-video {
    padding: 30px 0;
  }
  .block-blog .h2 {
    margin-bottom: 25px;
  }
  .blog-item__content {
    padding: 15px;
  }
  .block-text-sections {
    padding: 30px 0;
  }
  .text-section__description {
    display: block;
  }
  .text-section__image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .text-section + .text-section {
    margin-top: 40px;
  }
  .footer-dev,
  .footer-copyrights,
  .footer-logo,
  .footer-contacts {
    width: auto;
  }
  .block-catalog,
  .block-video,
  .block-gallery {
    overflow: hidden;
  }
  .footer-logo {
    display: block;
  }
  .footer-logo span {
    display: block;
    padding-top: 10px;
  }
  .main-banner__numbers {
    margin-bottom: 25px;
  }
  .block-catalog-inner {
    padding-bottom: 30px;
  }
  .breadcrumbs-wrapper {
    padding: 15px 0 15px;
  }
  .block-advantages-f_inner + .block-contacts {
    padding-top: 30px;
  }
  .form-callback__subtitle {
    margin-top: -15px;
  }
  .block-catalog-inner {
    overflow: hidden;
  }
  .category-nav {
    display: none;
  }
  .category-content h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .r-tabs-accordion-title {
    margin-bottom: 15px;
  }
  .r-tabs-accordion-title a {
    display: block;
    background: #353535;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 12px;
    color: #fff;
  }
  .r-tabs-accordion-title a:hover {
    text-decoration: none !important;
  }
  .r-tabs-accordion-title.r-tabs-state-active a {
    background: #FFBF2E;
  }
  .r-tabs .r-tabs-panel {
    padding-bottom: 25px;
  }
  .product-tabs-wrapper {
    padding: 15px;
  }
  .form-callback__image {
    display: none;
  }
  .product-page .form-callback-content {
    padding-right: 0;
  }
  .block-other .h2 {
    margin-bottom: 25px;
  }
  .other-list-wrapper {
    padding: 0;
  }
  .video-list {
    margin-right: -15px;
  }
  .video-item-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-actions {
    display: block;
  }
  .product-action-link {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-action-link__title {
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-item__title {
    font-size: 18px;
  }
  .staff-question {
    display: block;
  }
  .product-main-column_images {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
  .product-main-gar {
    margin-top: 0;
  }
  .product-main-h1 h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
  }
  .product-main-h1 {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .product-tabs > ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {


.product__rassrochka strong{
    display: block;
    margin-left: 6px;
    margin-bottom: 12px;
}

  .product-main [class^="col-"] {
    position: static;
  }
  .product-main-action-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-main-action-column_left {
    padding: 15px;
  }
  .product-main-action__header {
    padding-right: 120px;
    min-height: 122px;
  }
  .product-main-action__title {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    color: #141414;
    margin-bottom: 15px;
  }
  .product-main-action__price-title {
    display: block !important;
    margin: 0 0 5px;
  }
  .product-tabs-wrapper {
    border: 0;
    padding: 0;
  }
  .product-main-action___description {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #464646;
    margin-bottom: 20px;
  }
  .product-main-action-column_left,
  .product-main-action-column_right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-main-action__image {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
  }
  .product-main-action__image img {
    max-width: 112px;
    max-height: 112px;
  }
  .product-main-action-column {
    position: static;
  }
  .block-other {
    overflow: hidden;
  }
  .product-main-action {
    width: 100%;
    position: relative;
  }
  .product-one-click__title {
    margin-bottom: 15px;
  }
  .product-one-click {
    padding: 15px;
  }
  .product-one-click__inputs {
    display: block;
  }
  .product-one-click__inputs input {
    width: 100% !important;
  }
  .product-one-click__inputs input + input {
    margin-top: 15px;
  }
  .product-main {
    padding-bottom: 30px;
  }
  .product-actions {
    margin-bottom: 30px;
  }
  .block-video .h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .advantage-f__phone a {
    font-size: 14px;
  }
  .advantage-f__callback a {
    padding-right: 5px;
    padding-left: 5px;
  }
  .slider-nav-wrapper {
    display: none;
  }
  .product-main-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-main {
    position: relative;
  }
  .product-main-gar {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    margin: 0;
  }
  .product-main-h1 h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    color: #141414;
    margin: 0;
  }
  .product-main-h1 {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .slider-for {
    margin-bottom: 20px;
  }
  .product-payment-info {
    padding-left: 65px;
    padding-right: 0;
  }
  .product-payment-info__steps li {
    padding-left: 18px;
  }
  .product-payment-info__steps li + li {
    margin-left: 5px;
  }
  .product-payment-info__steps ul {
    font-size: 12px;
  }
  .product-main-column {
    position: static;
  }
  .footer-main-content {
    display: block;
    text-align: center;
  }
  .footer-center {
    padding-top: 25px;
  }
  .footer-nav {
    margin-bottom: 15px;
  }
  .footer-contacts {
    text-align: center;
    padding-top: 25px;
  }
  .footer-logo img {
    margin-right: 0;
    max-height: 60px;
  }
}
.form-popup {
  width: 350px;
}
.form-popup__title {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #141414;
  margin: 0 0 15px;
}
.form-popup__input {
  margin-bottom: 15px;
}
.form-popup__input input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-popup__input input:focus {
  border-color: #9c9c9c;
}
.form-popup__submit input {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 12px 20px;
  text-align: center;
  background: #FFCC00;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  border-right: 2px solid #BF9A08;
  border-bottom: 2px solid #BF9A08;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.form-popup__submit input:active,
.form-popup__submit input:hover {
  text-decoration: none;
  background-color: #ffe900;
  box-shadow: none;
}
.form-popup__submit input:active {
  border-color: #fff;
}
@media (max-width: 767px) {
  .form-popup {
    width: 100%;
  }
  .main-banner__numbers .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
  .main-banner__numbers .col-md-4 {
    padding: 0;
  }
  .main-banner__numbers .col-md-4 + .col-md-4 {
    margin-left: 15px;
  }
}
.menu-popup {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #404040;
  color: #fff;
  padding: 30px 0;
  z-index: 99;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
.menu-popup.active {
  left: 0;
}
.menu-popup__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-popup__nav .has-sub > a {
  padding-right: 15px;
  background: url("/img/svg/nav-arrow-right.svg") right center no-repeat;
}
.menu-popup__nav li + li {
  margin-top: 15px;
}
.menu-popup__nav a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}
.menu-popup__nav a:hover {
  text-decoration: none;
}
.menu-popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.menu-popup__header-nav {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  background: url("/img/svg/back.svg") left top no-repeat;
  margin-bottom: 35px;
}
.menu-popup__header-nav:hover {
  text-decoration: none;
}
.menu-popup__contacts {
  border-bottom: 1px solid #767676;
  margin-bottom: 20px;
  padding-bottom: 18px;
}
.menu-popup__address {
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
  background: url("/img/svg/menu-mark.svg") left center no-repeat;
  margin-bottom: 20px;
}
.menu-popup__phone a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-left: 20px;
  background: url("/img/svg/menu-phone.svg") left center no-repeat;
}
.menu-popup__phone a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
	
	.main-text__description h3{
   	 font-size: 30px !important;
   	 }

  .repair-item__description {
    margin-bottom: 35px;
  }
  .footer {
    text-align: center;
  }
  .footer-dev {
    text-align: center;
  }
}
.g-recaptcha > div {
 margin: 15px auto; 
}
.consult-modal{
    padding:10px !important;
    border-radius:15px;
    max-width:1200px !important;;
    .consult-modal-content{
        display:flex;
        gap:5px;
        font-family: 'Liberation Sans', sans-serif;
        .img-wrapper{
            display:block;
            width:620px;
            min-width:620px;
            background:url('/image/popup_auto.webp') no-repeat center center;
            background-size: 100% auto;
            height:auto;
            border-radius:10px;

        }
    }
    .form-wrapper{
        padding:15px 30px;
        /*column-gap: 10px;*/
        form{
            display:flex;
            flex-wrap:wrap;
            justify-content:space-between;
            .btn{
                background:rgba(255,204,0,1);
                width:100%;
                font-size:14px;
                font-weight:700;
                height:48px;
                margin-top:5px;
            }
            .form-group{
                min-width:100%;
                width:100%;
                display:flex;
                flex-direction:column;
                box-sizing:border-box;
                label{
                    font-size:14px;
                    color: rgb(47,47,47);
                    margin:0 0 3px;
                }
                &:not(.short){
                    position:relative;
                    &:after{
                        content:'';
                        display:flex;
                        width:30px;
                        height:40px;
                        background:rgba(239,239,239,1);
                        position:absolute;
                        right:4px;
                        bottom:auto;
                        top:26px;
                        border-radius:5px;
                        background-image: url(/image/vector.svg) !important;
                        background-repeat: no-repeat !important;
                        background-position: center center !important;
                    }
                }
                &.short{
                    min-width:49%;
                    width:49%;
                }
                input, select, textarea{
                    border:1px solid rgba(243,243,243,1);
                    background:rgba(247,247,247,1);
                    height: 48px;
                    border-radius:5px;
                    padding:10px;
                    appearance: none;
                    color:rgba(191,191,191,1);
                    &::-webkit-input-placeholder { color: rgba(191,191,191,1); }
                    &:-ms-input-placeholder { color:rgba(191,191,191,1); }
                    &::-ms-input-placeholder { color: rgba(191,191,191,1); }
                    &::placeholder { color: rgba(191,191,191,1); }
                }
                textarea{
                    min-height:140px;
                    margin-top:10px;
                }
            }
        }
    }
    .consult-modal-title{
        font-size:32px;
        margin-bottom:15px;
    }
    .consult-modal-description{
        font-size:14px;
        max-width:340px;
    }
    .hidden-form-group{
        position:absolute;
        background:#FFF;
        width:100%;
        left:0;
        top:0;
        z-index:1;
        .checkbox-line{
            display:flex;
            flex-direction:row;
            input[type=checkbox]{
            }
        }
    }
}
@media(max-width:1199px) {
    .consult-modal{
        .consult-modal-content{
            .img-wrapper{
                min-width:500px !important;
            }
        }
    }
}
@media(max-width:991px) {
    .consult-modal{
        .consult-modal-content{
            .img-wrapper{
                display:none !important;
            }
        }
    }
}
@media(max-width:768px) {
    .consult-modal{
        max-width:100% !important;
        padding:0px !important;
        .consult-modal-content{
            max-width:100%;
            .consult-modal-title{
                font-size:24px;
            }
            .form-wrapper{
                padding:15px;
                min-width: 0;
                form{
                    .form-group.short{
                        width:100%;
                    }
                }
            }
        }
    }
}
.information-katalog{
    .filter-section{
        font-family: 'Liberation Sans', sans-serif !important;
        padding:24px;
        border-radius:5px;
        .row{
            align-items:flex-end;
            margin:0;
            flex-wrap: nowrap;
            gap:8px;
            & > div{
                flex: 1 !important;
                max-width:none;
                padding:0;
                &:last-child{
                    background:rgba(255,204,0,1);
                    height:48px;
                    display:flex;
                    align-items:center;
                    justify-content:space-between;
                    max-width:230px;
                    flex: 1;
                    flex-grow:1;
                    padding: 0 18px;
                    border-radius:5px;
                    .product-count{
                        font-weight:700 !important;
                    }
                    .btn-primary{
                        cursor:pointer;
                    }
                    .product-count,
                    .btn-primary{
                        background:none;
                        font-size:14px;
                        font-weight:400;
                        color:rgb(56,56,56) !important;
                        opacity:1;
                        padding:0;
                        display:flex;
                        outline: none;
                        box-shadow: none; /* иногда браузеры добавляют тень */
                        &.disabled, &:disabled{
                            color:rgb(56,56,56) !important;
                            opacity:1;
                        }

                    }
                }
            }
        }
        label{
            color: rgba(191,191,191,1);
            font-size:14px;
            line-height:24px;
            font-weight:400 !important;;
            margin:0
        }
        input[type=text], select{
            height:48px;
            background:#FFF;
            border:1px solid rgba(243,243,243,1);
            outline:none !important;
            color: rgba(191,191,191,1);
            font-size:14px;
            font-weight:400;
            &:focus{
                outline: none;
                border:1px solid rgba(243,243,243,1);
                box-shadow: none;
            }
            &.disabled, &:disabled{
                background: rgba(191,191,191,0.1);
                color: rgba(191,191,191,1);
            }

        }
        option[value=""] {
            color: red !important;
        }
    }
}
.choose-city-modal{
    padding-right:10px;
    .choose-city-title{
        font-family: 'Liberation Sans', sans-serif;
        font-size: 32px;
        line-height: 38px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .choose-city-content{
        list-style: none;
        padding: 0 30px 0 0;
        max-height: 70vh;
        max-width:100%;
        width:1400px;
        overflow: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        li{
            width:16.5%;
        }
        li, a{
            text-decoration:none;
            font-size:16px;
            font-weight:400;
            line-height:16px;
            margin-bottom: 25px;
            font-family: 'Liberation Sans', sans-serif;
        }
    }
}
@media(max-width:1199px){
    .information-katalog{
        .filter-section{
            .row{
                flex-wrap: wrap !important;

                & > div{
                    flex:0.5 !important;
                    min-width:100%;
                    &:first-child, &:nth-child(2){
                        min-width:48% !important;
                    }
                    &:last-child{
                        margin-top:10px;
                    }
                }
            }
        }
    }
    .choose-city-modal {
        .choose-city-content {
            li {
                width: 33% !important;
            }
        }

    }
}
@media(max-width:767px){
    .information-katalog{
        .filter-section{
            padding:15px;
            .row{

                & > div{
                    flex:0.5 !important;
                    min-width:100%;
                    &:first-child, &:nth-child(2){
                        min-width:100% !important;
                    }
                    &:last-child{
                        margin-top:10px;
                    }
                }
            }
        }
    }

    .choose-city-modal {
        .choose-city-content {
            li {
                width: 49% !important;
            }
        }
    }
}
.select2-container--open .select2-selection{
    border-color:#000 !important;
}
.select2-container--open .select2-selection__arrow{
    transform:rotate(180deg)
}
.select2-selection{
    height:48px !important;
    border:1px solid rgba(243,243,243,1) !important;
    color: rgba(243,243,243,1) !important;
    display:flex !important;
    align-items:center;
    .select2-selection__clear{
        width:32px;
        height:40px !important;
        background:rgb(239,239,239) !important;;
        order: 1;
        padding:0;
        border-radius:3px;
        margin-right:40px !important;

    }
    .select2-selection__arrow{
        min-width:32px;
        height:40px !important;
        background:rgb(239,239,239) !important;
        order: 1;
        padding:0;
        border-radius:3px;
        top:3px !important;
        right:5px !important;
        background-image:url('/image/vector.svg') !important;
        background-repeat: no-repeat !important;
        background-position:center center !important;
        background-size
        b{
            display:none !important;
        }
    }
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border:none !important;
    border-bottom:1px solid rgba(243,243,243,1) !important;
    height:48px;
}
.select2-selection__rendered{
    color:rgba(191,191,191,1) !important;
    flex-grow:1;
}
.select2-selection__arrow{
    top:12px !important;
}
.select2-container--open .select2-dropdown{
    border:1px solid rgba(243,243,243,1) !important;
    border-top: 0 !important;
}
.generation-form-control, .filter-generation{
    & + .select2{
        .select2-selection__rendered{
            span:first-child{
                display:none;
            }
        }
    }
}
.select2-dropdown{
    margin-top:15px;
}
.generation-dropdown{
    width:540px;
    min-width:540px;
}
.generation-dropdown .select2-results__options{
    display:flex;
    flex-wrap:wrap;
}
.generation-dropdown .select2-results__options li{
    width:50%;
    position:relative;
    color:#000 !important;
    cursor:pointer;
    &.select2-results__option--highlighted, &.select2-results__option--selected{
        border:none !important;
        box-shadow:none !important;
        outline:none;
        background-color:#FFF !important;
    }
    img{
        width:100% !important;
        background:none;
        height:auto !important;
        border-radius: 5px;
    }
    span:first-child{
        width:100% !important;
        aspect-ratio:3/4;
        object-fit:content;
    }
    span:last-child{
        position:absolute;
        background:#FFF;
        color:#000 !important;
        padding:10px;
        bottom:5px;
        left:5px;
        border-radius:3px;
        font-size:14px;
    }
}

@media(max-width:1199px){
    .generation-dropdown .select2-results__options li{
        width:25%;
        span:last-child{
            position:static;
            background:#FFF;
            color:#000 !important;
            padding:10px;
            bottom:5px;
            left:5px;
            border-radius:3px;
            font-size:14px;
        }
    }

}
@media(max-width:768px){
    .generation-dropdown .select2-results__options li{
        width:50%;
        span:last-child{
            position:static;
            background:#FFF;
            color:#000 !important;
            padding:10px;
            bottom:5px;
            left:5px;
            border-radius:3px;
            font-size:14px;
        }
    }
    .generation-dropdown{
        min-width:unset !important;
        max-width:unset !important;
    }
}
.discount-banner{
    min-height: 95px;
    background: rgba(241, 239, 236, 1);
    background-image: url('/image/banner-bg-left.png'), url('/image/banner-bg-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left, center right;
    display:flex;
    justify-content:center;
    padding:12px;
    font-family: 'Liberation Sans', sans-serif;
    .discount-banner-content{
        background:rgba(255,255,255,0.6);
        border-radius:12px;
        box-shadow:7px 7px 15px 0 rgba(0,0,0,0.06);
        padding:16px;
        display:flex;
        align-items:center;
        gap:40px;
        .discount-wrapper{
            .discount-value{
                font-size:20px;
                font-weight:700;
                background:#FFF;
                border-radius:12px;
                box-shadow:7px 7px 15px 0 rgba(0,0,0,0.06);
                padding:7px 15px;
                display:block;
                transform:rotate(-10deg) !important;
                white-space:nowrap;
            }
        }

        .discount-text{
            font-size:16px;
            line-height:120%;
            font-weight:700;
            max-width:150px;
            text-align:center
        }
        .discount-btn{
            width:170px;
            border:none;
            font-size:14px;
            font-weight:700;
            height:38px;
            color:rgb(38,38,38) !important;
            background:rgba(255,204,0,1);
        }
    }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background:#FFCC00 !important;
}

.accept-modal{
    border-radius:15px;
    .accept-content{
        width:515px;
        max-width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        .accept-icon{
            background:rgba(241, 239, 236, 1);
            border-radius:12px;
            width:80px;
            height:80px;
            display:flex;
            align-items:center;
            justify-content:center;
        }
        h3{
            font-size:32px;
            font-weight:400;
            line-height:100%;
            margin:40px 0 20px;
            text-align:center;
        }
        p{
            text-align:center;
            font-size:14px;
            line-height:100%;
            max-width:370px;
            font-family: Inter, sans-serif;
        }
        .accept-btn{
            border:none;
            background: rgba(255, 204, 0, 1);
            width:160px;
            height:48px;
            font-weight:700;
            font-size:16px;
            margin-top:25px;
            border-radius:5px;
        }
    }
}
.product-category{
    .category-row{
        margin:0;
        gap:20px;
    }
    .category-nav, .category-content{
        padding:0;
    }
}

.filter_panel{
    min-width:300px !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
    .dynamic-filters{
        .row{
            & > div{
                margin:0 !important;
                padding:0 !important;
            }
        }
    }
    .mobile-filter{
        display:none;
    }
    .mobile-filter, .desktop-filter{
        & > div{
            &:last-child{
                display:flex;
                background:rgba(255, 204, 0, 1);
                align-items:center;
                justify-content:space-between;
                height:48px;
                border-radius:5px;
                padding:15px;
                cursor:pointer;
                button{
                    border:none;
                    background:none;
                    color:#000;
                    padding:0;
                }
                .product-count{
                    font-weight:700;
                }
            }
        }
    }
    .price-filter{
        width:100%;
        &> span{
            color:rgba(191, 191, 191,1)
        }
        .price-inputs{
            width:100%;
            display:flex;
            justify-content:space-between;
            align-items:center;
            margin-bottom:20px;
            gap:10px;
            input{
                width:45%;
                height:45px;
                border:1px solid rgba(243, 243, 243, 1);
                color:#000 !important;
                padding:15px;
                border-radius:5px;
            }
        }
        .price-slider{
            margin:30px 0;
            max-width: calc(100% - 20px);
            .ui-widget-content{
                background: rgba(243, 243, 243, 1);
                border:none;
                height:4px;
            }
            .ui-slider-handle{
                border-radius:50%;
                top:-0.5rem;
                background:rgba(255, 204, 0, 1);
                border:none;
            }
            .ui-slider .ui-slider-range{
                background:rgba(255, 204, 0, 1);
            }
        }
    }
    .filter-section{
        .filter-checkbox{
            margin-top:15px;
            padding-left:10px !important;
            input[type=checkbox]{
                display:none;
            }
            input[type=checkbox] + label{
                display:flex;
                align-items:center;
                font-size:14px;
                line-height:120% !important;
                cursor:pointer;
                gap:10px;
                &:before{
                    content: '';
                    width: 18px;
                    min-width:18px;
                    height:18px;
                    display:flex;
                    border:1px solid rgb(212, 215, 218);
                    border-radius:2px;
                    transition: .3s;
                }
            }
            input[type=checkbox]:checked + label:before{
                background: rgba(255, 204, 0, 1);
                box-shadow:inset 0 0 2px 2px #FFF !important;
            }
        }
        > span{
            color:rgba(191, 191, 191,1)
        }
    }
    .row{
        margin:0
    }
    .select2{
        width:100% !important;
    }
    .select2-selection__clear{
        box-shadow:none !important;
        min-width:20px !important;
        padding:0 !important;
        display:flex !important;
        justify-content:center;
        align-items: center !important;
    }
    .select2-container--default .select2-selection--single{
        background:rgba(247,247,247,1)
    }
    .select2-selection__rendered{
        color:#000 !important;
        background:none !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear{
        margin-right: 35px !important;
    }
    .select2-selection .select2-selection__arrow{
        min-width:28px !important;
        top:4px !important;
        width:25px !important;
        border-radius:5px !important;
        b{
            display:none;
        }
    }
    span{
        margin:0 !important;
    }
}

@media(max-width:1199px) {
    .product-category{
        .category-row{
            flex-direction:column;

        }
        /*.category-nav{
            display:block !important;
            height:auto !important;
            max-height:none !important;
            min-height:unset !important;
            width:100% !important;
            min-width: 100% !important;
        }*/
        .category-content{
        }
    }
    .filter_panel{
        .desktop-filter{
            display:none !important;
        }
        .mobile-filter{
            display:block !important;
            .row{
                display:flex !important;
                flex-wrap:wrap;
                flex-direction: row;
                gap:10px;
                & > div{
                    width:100%;
                }
            }
            .dynamic-filters{
                display:flex;
                flex-wrap:wrap;
                gap:10px;
                & > .row{
                    width:calc(50% - 5px);
                }
                .filter-section{
                    width:100% !important;
                }
            }
        }
        .filter-section{
            width:calc(50% - 5px) !important;
        }
        .price-filter{
            width:100% !important;
        }
    }
}

@media(max-width:991px) {
    .filter_panel{
        margin-top:30px !important;;
    }
}
.product-list{
    .product-item{
        position:relative;
        .product-item__header{
            position:absolute;
            width:100%;
            top:0;
            left:0;
            & > div{
                background: #FFF;
                padding:5px;
                border-radius:5px;
                &.product-item__exist{
                    padding:5px 5px 5px 20px;
                    &:before{
                        left:5px;
                    }
                }
            }
        }
    }
    .product-item__title{
        width:100% !important;
        color:#000;
        text-decoration:none;
        font-size:16px;
        font-weight:700;
        line-height:140%;
    }
    .product-item__info{
        padding-bottom:15px;
    }
    .product-attributes{
        display:flex;
        gap:5px;
        justify-content:flex-start !important;
        flex-wrap:wrap;
        & > div{
            background:rgba(245, 245, 245, 1);
            padding:5px 10px;
            border-radius:6px;
            small{
                font-size:14px;
                font-weight:300;
            }
        }
    }
    .product-item__price{
        background: rgba(255, 204, 0, 1);
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding-left:10px;
        height:44px;
        border-radius:6px;
        margin-top:30px;
        cursor:pointer;
        & > span{
            width:44px;
            height:44px;
            border-left:1px solid rgba(229, 184, 0, 1);
            display:flex;
            align-items:center;
            justify-content:center;
        }
    }
}
#filter-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

#filter-loading-overlay.visible {
    opacity: 1;
    pointer-events: all;
}

#filter-loading-overlay .spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #f3f3f3;
    border-top: 5px solid rgba(255, 204, 0, 1);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.steering-rack {
    color: #2F2F2F;
}
.steering-rack .main-banner {
    background-image: url("/img/steering_rack_repair/bg-baner.png");
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
}

.steering-rack .main-banner__text span {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.repair-prices {
    background: #F1EFEC;
}
.repair-prices.img-block {
    background: #FFF;
    margin-bottom: 5rem;
}
.repair-prices.img-block img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 16/6;
    background: rgba(0, 0, 0, 0.1);
    border: none;
}
.repair-prices.warnings-block {
    background: #FFF;
}
.repair-prices.warnings-block .top-part {
    padding: 0rem 0 2rem;
}
.repair-prices.warnings-block .top-part .title {
    max-width: 520px;
}

.top-part .title {
    font-size: 39px;
    color: #2F2F2F;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 48px;
    max-width: 360px;
    display: block;
}

.top-part p {
    color: #2F2F2F;
    font-size: 16px;
    line-height: 130%;
    max-width: 590px;
}

.top-part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 7rem 0 3rem;
}

.services-grid {
    display: flex;
    padding: 15px;
    background: #FFF;
    border-radius: 16px;
    gap: 8px;
}

.service-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(33.33% - 4px);
}

.service-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
}

.service-header {
    background-color: #f4c842;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.service-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.service-list {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    flex-grow: 1;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #666;
}

.service-list li:before {
    content: "";
    color: #4CAF50;
    background: #F1EFEC;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 2px;
}

.service-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.feedback-block {
    background: #F1EFEC;
    padding: 5rem 0;
}
.feedback-block .container {
    display: flex;
    gap: 15px;
}
.feedback-block .left-part, .feedback-block .right-part {
    background: #FFF;
    border-radius: 8px;
    padding: 40px;
}
.feedback-block .left-part {
    min-width: 490px;
}
.feedback-block .left-part .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    max-width: 260px;
    display: block;
    margin-bottom: 30px;
}
.feedback-block .left-part .team-block {
    overflow: auto;
    display: flex;
    flex-direction: column;
    max-height: 350px;
    gap: 8px;
}
.feedback-block .left-part .team-block .member {
    background: #F1EFEC;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
}
.feedback-block .left-part .team-block .member .avatar {
    width: 80px;
    height: 80px;
}
.feedback-block .left-part .team-block .member .member-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    line-height: 140%;
}
.feedback-block .right-part {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.feedback-block .right-part .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 110%;
    max-width: 350px;
    display: block;
    margin-bottom: 15px;
}
.feedback-block .right-part span {
    font-size: 16px;
    line-height: 24px;
}
.feedback-block .right-part span a {
    font-weight: bold;
}
.feedback-block .right-part .feedback-form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.feedback-block .right-part .feedback-form input[type=text], .feedback-block .right-part .feedback-form input[type=tel] {
    height: 62px;
    background: #F1EFEC;
    border: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 8px;
}
.feedback-block .right-part .feedback-form .submit-btn {
    height: 62px;
    border: none;
    box-shadow: none;
    background: #FFCC00;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.feedback-block .right-part .feedback-form input[type=checkbox] {
    display: none;
}
.feedback-block .right-part .feedback-form input[type=checkbox] + label {
    display: flex;
    width: 100%;
    gap: 10px;
}
.feedback-block .right-part .feedback-form input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: #F1EFEC;
    border-radius: 4px;
}

.repair-moving-line {
    padding: 5rem 0;
    background: #F1EFEC;
    overflow: hidden;
}
.repair-moving-line .container {
    background: #FFF;
    padding: 40px;
    border-radius: 16px;
}
.repair-moving-line .container .title {
    font-size: 40px;
    line-height: 48px;
    max-width: 480px;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
}
.repair-moving-line .container .moving-line-img {
    display: flex;
}
.repair-moving-line .container .moving-line-img .line-item {
    width: 230px;
    min-width: 230px;
    aspect-ratio: 1/1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.01);
    padding: 25px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.repair-moving-line .container .moving-line-img .logo-wrapper {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.repair-moving-line .container .moving-line-img .logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.repair-moving-line .container .moving-line-btn {
    display: block;
    height: 62px;
    border: none;
    box-shadow: none;
    background: #FFCC00;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 40px auto 20px;
    padding: 0 40px;
}
.repair-moving-line .container .info-block {
    display: flex;
    margin: 30px 0;
    font-size: 16px;
    line-height: 22px;
    gap: 15px;
}
.repair-moving-line .container .info-block .location-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.repair-moving-line .container .info-block .location-block .loc-icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: #F1EFEC;
    border-radius: 4px;
}
.repair-moving-line .container .info-block .location-block .loc-text {
    display: flex;
    flex-direction: column;
}

.warnings-block .warnings-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.warnings-block .warnings-list .warning-item {
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.01);
    width: calc(33.33% - 10px);
    min-height: 330px;
}
.warnings-block .warnings-list .warning-item .warning-item-icon {
    background: #F1EFEC;
    border-radius: 4px;
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warnings-block .warnings-list .warning-item .warning-item-icon img {
    width: auto;
    height: auto;
}
.warnings-block .warnings-list .warning-item .warning-item-content {
    text-align: center;
    padding: 0px 30px;
}
.warnings-block .warnings-list .warning-item .warning-item-title {
    font-weight: bold;
    display: block;
    margin: 25px 0 15px;
}

.repair-map {
    padding: 100px 0;
}
.repair-map .block-title {
    text-align: center;
    display: block;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 45px;
}
.repair-map .container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.01);
    padding: 15px;
    display: flex;
}
.repair-map .container .map-block {
    width: 50%;
    min-width: 50%;
    aspect-ratio: 1/1;
}
.repair-map .container .map-info {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    max-height: 630px;
    overflow: auto;
    gap: 8px;
}
.repair-map .container .map-info .map-info-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.01);
    display: flex;
    padding: 10px 15px;
}
.repair-map .container .map-info .map-info-item .item-img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 10px;
}
.repair-map .container .map-info .map-info-item .item-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 26px;
}
.repair-map .container .map-info .map-info-item .item-text .city {
    font-size: 20px;
}
.repair-map .container .map-info .map-info-item .item-text .timetable {
    color: #6A7992;
}

/* Стили для бегущей строки с jQuery плагином marqueeCustom */
.repair-moving-line .container .moving-line-img {
    display: flex;
    width: 100%;
    position: relative;
}

/* Обертка, создаваемая плагином */
.repair-moving-line .container .moving-line-img .js-marquee-wrapper {
    width: 100000px !important;
    display: flex;
    align-items: center;
}

/* Блоки с элементами, создаваемые плагином */
.repair-moving-line .container .moving-line-img .js-marquee {
    display: flex !important;
    align-items: center;
    float: left;
    gap: 10px;
}

/* Элементы внутри бегущей строки */
.repair-moving-line .container .moving-line-img .js-marquee .line-item {
    width: 230px;
    min-width: 230px;
    aspect-ratio: 1/1;
    background: white;
    border-radius: 8px;
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.08);
    padding: 25px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.repair-moving-line .container .moving-line-img .js-marquee .logo-wrapper {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repair-moving-line .container .moving-line-img .js-marquee .logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.btn-ozon {
    background: white !important;
    color: #2962ff !important;
    padding: 15px 25px 15px 50px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    margin-left: 0 !important;
    border: 2px solid #2962ff !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    min-width: 130px !important;
    text-align: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    height: 44px !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.btn-ozon:hover {
    background: #f0f4ff !important;
    color: #1a4bb8 !important;
    border-color: #1a4bb8 !important;
    text-decoration: none !important;
}

.btn-ozon svg {
    position: absolute !important;
    left: 3px !important;
    top: 3px !important;
    width: 38px !important;
    height: 38px !important;
    flex-shrink: 0 !important;
}

.product__cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
}

@media (max-width: 767px) {
    .btn-ozon {
        margin-left: 0;
        margin-top: 10px;
    }
}
.steering-rack .main-banner__text p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}
.repair-prices.warnings-block{
    padding-top:5rem;
    margin-top:0rem;
}
.repair-prices.img-block img{
    aspect-ratio:unset !important;
}

.repair-moving-line .container .moving-line-img .js-marquee .logo-wrapper img{
    max-height:120px !important;
}

.service-list li:before,
.feedback-block .right-part .feedback-form input[type=checkbox]:checked + label:before{
    background-color: #F1EFEC !important;
    background-image: url(/img/steering_rack_repair/ok.svg) !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}
.feedback-block .right-part .feedback-form input[type=checkbox]:checked + label{
    cursor:pointer;
}
.repair-moving-line .container .info-block .location-block .loc-icon{
    display:flex;
    align-items:center;
    justify-content:center;
}
.repair-moving-line .container .info-block .info-item-title{
    font-weight:700;
    margin-bottom:10px;
    display:block;
}
.repair-moving-line .container .info-block .location-block{
    margin-top:50px
}
@media(max-width:1199px) {
    .services-grid{
        min-width:1192px;
    }
    .information-steering_rack_repair .top-part{
        flex-direction:column;
        align-items:center;
        padding:4rem 0 2rem;
    }
    .information-steering_rack_repair .top-part .title,
    .information-steering_rack_repair .top-part p{
        text-align:center;
    }

    .services-grid-wrapper{
        overflow:scroll;
        padding-bottom: 40px;
    }

    .feedback-block .container{
        flex-direction:column;
    }
    .feedback-block .container .left-part{
        order:1;
    }
    .feedback-block .container .right-part{
        align-items: center;
        text-align: center;
    }
    .feedback-block .right-part .feedback-form{
        width:100%;
    }
    .feedback-block .left-part .title{
        margin:0 auto;
        text-align:center;
    }
    .feedback-block .left-part .team-block{
        max-height:260px !important;
    }
    .repair-moving-line .container .info-block{
        flex-direction:column;
    }
    .warnings-block .warnings-list .warning-item{
        min-width:340px !important;;
    }
    .warnings-block .warnings-list{
        flex-wrap: nowrap !important;
        overflow:scroll;
        padding: 30px 0 50px;
        margin-bottom:5rem
    }
    .repair-map .container{
        flex-direction:column;
    }
    .repair-map .container .map-block{
        width:100% !important;
        border-radius:8px;
        overflow:hidden;
    }
    .repair-map .container .map-info{
        padding:10px 0 0 !important;
    }
    .repair-map .block-title{
        max-width:550px;
        margin:0 auto;
    }
    .repair-map .container .map-info{
        max-height:330px !important;
    }
}

@media(max-width:991px) {

    .steering-rack .main-banner{
        background-image: url(/img/steering_rack_repair/bg-baner-mobile.png);
    }
    .steering-rack .main-banner .main-banner__title h1{
        font-size:44px;
    }
    .steering-rack .main-banner .main-banner__number-value{
        font-size:40px;
    }
    .steering-rack .main-banner .main-banner__number-title{
        font-size:22px;
    }
    .steering-rack .main-banner .main-banner__number{
        text-align:center;
    }
    .steering-rack .main-banner__description{
        text-align:center;
    }
    .steering-rack .main-banner__text{
        margin:0 auto;
    }
    .steering-rack .main-banner__text p{
        line-height:22px !important;
    }
}

@media(max-width: 768px) {
    .steering-rack .main-banner .main-banner__title h1 {
        font-size:30px !important;
    }
    .steering-rack .main-banner__text span, .steering-rack .main-banner__text p{
        font-size:14px !important;
        line-height:130% !important;
    }
    .steering-rack .main-banner .main-banner__number-value{
        font-size:30px;
    }
    .steering-rack .main-banner .main-banner__number-title{
        font-size:14px;
    }
    .steering-rack .main-banner{
        max-height:530px !important;
        min-height:530px !important;
    }
    .information-steering_rack_repair .top-part .title{
        padding:0 30px;
    }
    .information-steering_rack_repair .top-part .title,
    .feedback-block .right-part .title{
        font-size:30px !important;
        line-height: 120% !important;;
    }

    .information-steering_rack_repair .top-part p,
    .feedback-block .right-part span{
        font-size:14px !important;;
        line-height:130% !important;;
    }
    .steering-rack .services-grid{
        flex-direction:column;
        max-width:100% !important;
        min-width:100% !important;
    }
    .steering-rack .services-grid .service-column{
        width:100%;
    }
    .steering-rack .services-grid .service-column .service-card{
        aspect-ratio: unset;
    }
    .steering-rack  .service-card .service-list{
        margin-bottom:30px;
    }
    .feedback-block .right-part .feedback-form input[type=checkbox] + label{
        text-align:left;
        font-size:14px;
        line-height:130%;
        align-items:center;
    }
    .feedback-block .left-part .title{
        font-size:16px !important;
        line-height:140% !important;
    }
    .steering-rack .feedback-block .left-part .team-block{
        max-height:180px !important;
    }
    .steering-rack .feedback-block .left-part .team-block .member{
        padding:4px;
    }
    .steering-rack .feedback-block .left-part .team-block .member .avatar{
        width:56px;
        height:56px;
    }
    .feedback-block .container .right-part, .feedback-block .container .left-part{
        padding:25px;
        min-width:100% !important;
    }
    .feedback-block{
        padding:15px 0 !important;
    }

    .feedback-block .left-part .team-block .member .member-info{
        font-size:14px !important;
        line-height:140% !important;
    }
    .repair-moving-line{
        padding:15px !important;
    }
    .repair-moving-line .container .moving-line-img .js-marquee .line-item{
        width:135px !important;
        min-width:135px !important;
    }
    .repair-moving-line .container .moving-line-img .js-marquee .logo-wrapper img{
        max-height:60px !important;
    }
    .repair-moving-line .container .moving-line-img .js-marquee  .line-item span{
        font-size:12px;
    }
    .repair-moving-line .container{
        padding:15px !important;
    }
    .repair-moving-line .container .moving-line-btn{
        width:100%;
        margin-bottom:0 !important;
    }
    .repair-moving-line .container .moving-line-img .line-item{
        width:135px  !important;;
        min-width:135px  !important;
        aspect-ratio:1/1 !important;
        padding:10px !important;
    }
    .repair-moving-line .container .moving-line-img .logo-wrapper img{
        max-height:70px !important;
    }

    .warnings-block .warnings-list{
        flex-direction: column;
        max-height: 490px;
        flex-wrap: wrap !important;
    }

    .warnings-block .warnings-list .warning-item{
        width:95% !important;
        min-width:95% !important;
        display:flex;
        min-height:0 !important;
    }
    .warnings-block .warnings-list .warning-item .warning-item-icon{
        width:110px;
        min-width:110px;
        height:110px;
        min-height:0 !important;
        max-height:110px;
    }
    .warnings-block .warnings-list .warning-item .warning-item-icon img{
        width:100%;
        height:100%;
    }
    .warnings-block .warnings-list .warning-item .warning-item-content{
        padding:10px 20px!important;
        text-align:left !important;
    }
    .warnings-block .warnings-list .warning-item .warning-item-title{
        margin:0 0 5px !important;
    }
    .warnings-block .warnings-list .warning-item .warning-item-title,
    .warnings-block .warnings-list .warning-item .warning-item-text{
        font-size:12px !important;
        text-align:left !important;
        line-height:140%;
    }
    .repair-map .block-title{
        font-size:24px !important;
        line-height:120% !important;
        margin:0 0 20px!important;
    }
    .repair-map{
        padding:50px 0 !important;
    }
    .repair-map .container .map-block{
        max-height:240px;
    }
    .repair-map .container .map-info .map-info-item .item-text .city{
        font-size:14px !important;
    }
    .repair-map .container .map-info .map-info-item{
        align-items:center;
    }
}
.repair-map .container .map-info{
    flex-grow:1
}
@media(max-width:768px) {
    body .steering-rack .main-banner__text span, .steering-rack .main-banner__text p{
        margin-top:0;
        line-height:18px !important;
        display:block
    }
    .steering-rack .main-banner__text p{
        margin-top:10px;
    }
    .steering-rack .main-banner{
        padding: 10px 15px 0;
    }
    .feedback-block .container .left-part{
        display:none;
    }
    .repair-map .container .map-block{
        margin-bottom:25px;
    }
}

@media (max-width: 768px) {
    .steering-rack .main-banner {
        background-size: 100%;
        background-position: bottom;
        background-color: #000;
        padding: 20px 15px 0 !important;
    }
}
@media(max-width:520px) {
 body .discount-banner .discount-banner-content {
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
 }
 .discount-banner .discount-banner-content .discount-wrapper .discount-value{
   transform:none !important;
  }
}

@media(max-width:460px) {
   .steering-rack .main-banner .main-banner__number-value{
     font-size:20px;
   }
   .main-banner__numbers {
        margin-bottom: 10px;
    }
}