

/* Start:/zapasnye-chasti/styles.css?17447895763181*/
.remont_icon{
  display: flex;
  gap:70px;
}
.content_servis-i-remont h2{
  text-align: center;
  margin-bottom: 60px;
  margin-top: 100px;
}
.remont_icon{
  margin-bottom: 123px;
}
.item_border{
margin-left: auto;
margin-right: auto;
  border-radius: 100%;
  background: #F2F2F2;
  margin-bottom: 24px;
  width: 80px;
height: 80px;
padding: 24px;
}
.item_text{
  text-align: center;
  max-width: 365px;
}

@media (max-width:1200px){
	.remont_icon {
    justify-content: space-between;
    gap: 0px;
  }
}
@media (max-width:992px){
  .item_text {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    max-width: 293px;
  }
  .remont_icon {
   display:block;
   margin-bottom: 60px;
  }
  .remont_icon_item{
    margin-bottom:30px;
  }
}
@media (max-width:768px){
  .item_text {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    max-width: 293px;
  }
  .remont_icon {
   display:block;
   margin-bottom: 30px;
  }
  .remont_icon_item{
    margin-bottom:30px;
  }
}


.zapasnye-chasti_img{
  margin-bottom:120px;
}
.zapasnye-chasti_partners{
  text-align: center;
}
.partners_text{
  max-width: 754px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.zchasti_blok_orange{
  background:  #EB5A0E;
  padding:40px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
.zchasti_blok_orange_text{
  max-width: 1011px;
  width: 100%;
  color: var(--White, #FFF);
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 26px; 
  text-transform: uppercase;
  
}
.zchasti_blok_description{
  margin-bottom: 120px;
}
.zchasti_blok_description_text{
  max-height: 538px;
  height:100%;
  display: flex;
  align-items: center;
  padding-left: 26px;
  text-align: justify;
  
}
.zchasti_blok_advantages h2{
  text-align: center;
  margin-bottom: 60px;
}
.zchasti_blok_advantages{
  margin-bottom: 120px;
}
.zchasti_blok_services h2{
  margin-bottom: 40px;
}
@media (max-width:1200px){
	.zchasti_blok_description_text {
    height: 378px;
  }
}
@media (max-width:992px){
  .zapasnye-chasti_img{
    margin-bottom:60px;
  }
  .zchasti_blok_orange{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .zchasti_blok_description{
    margin-bottom: 60px;
  }
  .zchasti_blok_advantages{
    margin-bottom: 60px;
  }
}
@media (max-width:768px){
  .zapasnye-chasti_img{
    margin-bottom:30px;
  }
  .partners_text{
    margin-bottom:30px;
  }
  .zchasti_blok_orange{
    margin-top: 30px;
    margin-bottom:30px;
  }
  .zchasti_blok_description{
    margin-bottom: 30px;
  }
  .zchasti_blok_advantages h2{
    margin-bottom: 30px;
  }
  .zchasti_blok_advantages{
    margin-bottom: 30px;
  }
  .zchasti_blok_advantages h2{
    font-size: 26px;
  }
  .zchasti_blok_services h2{
    font-size: 26px;
    margin-bottom: 20px;
  }
  .zchasti_blok_services ul{
    margin-bottom: 30px;
  }
  .zchasti_blok_description_text {
    height: auto;
    padding-left: 0;
    margin-top: 30px;
}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_partners/style.css?17434094521619*/
#partners-slider{
	scroll-margin-top: 100px;
}
#partners-sliders{
	scroll-margin-top: 263px;
}
.partners-slider__item{
	filter: grayscale(100%);
	width: fit-content;
	transition: 0.4s;
	opacity: 0.7;
}
.partners-slider__item:hover{
	filter: grayscale(0%);
	opacity: 1;
}

.partners-slider .swiper-slide{
	width: fit-content;
	padding: 0 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.partners-slider .swiper-wrapper{
align-items: center;
-webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}
.button--partners{
	margin: 43px auto 0;
}
.button--partners{
	border-radius: 50px;
	border: 1px solid  #006F22;
	color: #006F22;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 156px;
	height: 48px;
	text-decoration: none;
}

.button--partners:hover,
.button--partners.active
{
	border: 1px solid  #EB5A0E;
	color: #EB5A0E;
	background: none;
	text-decoration: none;
}

/* 
@keyframes scroll {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(calc(-100% - 20px));
	}
}
.qq{
	position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    gap: 20px;
}
.ss{
	gap: 20px;
	flex-shrink: 0;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    min-width: 100%;
	animation: scroll 20s linear infinite;
}  */

@media(max-width: 576px){
	.button--partners {
		margin: 25px auto 0;
	}
	.partners-slider__item{
		filter: grayscale(0%);
		opacity: 1;		
	}
}

/* End */
/* /zapasnye-chasti/styles.css?17447895763181 */
/* /local/templates/.default/components/bitrix/news.list/main_partners/style.css?17434094521619 */
