.segment{

}
/*promo*/
.segment__promo{
	background-color: var(--blue);
}
.segment__promocontainer{
	display: flex;
}
.segment__wrapcontent{
	min-height: 436px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	width: 100%;
	padding: 20px 10px 20px 0;
	position: relative;
	z-index: 2;
}
.segment__title{
	color: var(--white);
	margin-top: 0;
	margin-bottom: 17px;
}
.segment__text{
	color: var(--white);
	line-height: 27px;
	font-size: 18px;
	margin-bottom: 43px;
}
.segment__buttons{
}
.segment__button{
	margin-bottom: 8px;
}
.segment__button_first{
	margin-right: 20px;
	
}
.segment__img{
	background: top right no-repeat;
    width: 100%;
    margin-right: var(--container_plrAdv);
    background-size: auto 100%;
    position: relative;
	z-index: 1;
}
/*parts segment*/
.segment__part{
	margin-top: 70px;
	margin-bottom: 70px; 
}
.segment__part_first{
	margin-top: 84px;
}
.segment__part_last{
	margin-bottom: 100px;
}
.segment__parttitle{
	margin-bottom: 22px;
}
.segment__parttext{
line-height: 27px;
font-size: 18px;
color: #3E4664;
}
.segment__partlink{
	display: none !important;
}


@media (max-width: 1440px) and (min-width: 1340px) {
	.segment__promo{
		position: relative;
	}
	.segment__promocontainer {
	   
	    padding-right: 45%;
	}
	.segment__img {
	  	right: 0;
	    position: absolute;
	    height: 100%;
	    margin-right: 0;
	}

}


/*lg*/
@media (min-width: 64em) {

}
/*md*/
@media (max-width: 64em) {

}
/*sm*/
@media  (max-width: 48em) {
	/*promo*/
	.segment__img{
		display: none
	}
}

/*xs*/
@media (max-width: 36em) {
	/*promo*/
	.segment__wrapcontent{
		min-height: auto;
		padding-right: 0;
	}
	.segment__title{
		margin-bottom: 15px;
	}
	.segment__text{
		line-height: 24px;
		font-size: 16px;
		margin-bottom:34px;
	}

	.segment__producttitle{
		font-size: 12px;
		line-height: 15px;
	}
	.segment__productimg{
	    width: 80%;
	}
	.segment__product{
		min-height: 213px;
	}
	.segment__productprice{
		font-size: 16px;
		line-height: 20px;
	}
	.segment__productruble{
		font-size: 12px;
	}
	/*parts segment*/
	.segment__part{
		margin-top: 28px;
		margin-bottom: 28px; 
	}
	.segment__part_first{
		margin-top: 48px;
	}
	.segment__part_last{
		margin-bottom: 48px;
	}
	.segment__parttitle {
	    margin-bottom: 13px;
	}
	.segment__parttext {
	    line-height: 24px;
	    font-size: 16px;
	}
	.segment__parttexthidden {
		display: none !important;
	}
	.segment__parttexthidden_active {
		display: inline !important;
	}
	.segment__partlink{
		display: none !important;
	}
	.segment__partlink_active{
		display: inline !important;
	}
}


  

