/*___ВЕРХНИЙ СЛАЙДЕР____*/
.slider_list{
	max-height:540px;
	/*min-height:540px;*/
	height:100%;
	overflow:hidden;
	position:relative;
}
.slider_list .it_slide{
	height:100%;
	max-height:100%;
	overflow:hidden;
	position:relative;
}
.slider_list .it_slide>img{
	width:100%;
}
.slider_list .it_slide>div{
	position:absolute;
	width:650px;
	height:100%;
	left:250px;
	top:0;
	background:#f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 540px;
}
.slider_list .it_slide>div>div{
	/*width: max-content;*/
	width:450px;
	max-width:450px;
	overflow:hidden;
}
.slider_list .it_slide>div>div .desc{
	line-height: 1.67;
	font-weight: 400;
	letter-spacing: .075em;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.125rem;
	width: max-content;
}
.slider_list .it_slide>div>div .name{
	letter-spacing: .075em;
	text-transform: none;
	font-weight: 400;
	font-size: 43px;
}
.slider_list .it_slide>div>div a{
	padding-left: 45px;
	height: 68px;
	background: #1e1e1e;
	max-width: 200px;
	color: #fff;
	display: flex;
	border: 1px solid #fff;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	transition: all .25s ease-in-out;
}
.slider_list .it_slide>div>div a>span{
	width: 68px;
	height: 100%;
	background:#2c2c2c;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	transition: all .25s ease-in-out;
}
.slider_list .it_slide>div>div a:hover{
	background:#db2a19;
}
.slider_list .it_slide>div>div a:hover>span{
	background:#fb4634;
}

/*Анимация*/
	.slider_list .it_slide.slick-active>div{
		animation-duration: 2.5s;
		animation-name: slidein_cover;
		animation-fill-mode:both;
		overflow:hidden;
	}
	.slider_list .it_slide.slick-active>div>div .desc{
		animation-duration: 3.5s;
		animation-name: slidein-right;
		animation-fill-mode:both;
	}

	.slider_list .it_slide.slick-active>div>div>a{
		animation-duration: 3.5s;
		animation-name: slidein-left;
		animation-fill-mode:both;
	}
	
	.slider_list .slick-arrow{
		display:none !important;
	}
	
	@keyframes slidein_cover {
		from {
			height: 0px;
			top: 50%;
		}

		to {
			height: 540px;
			top: 0;
		}
	}
	
	@keyframes slidein-right {
		from {
			margin-left: 650px;
		}

		to {
			margin-left: 0;
		}
	}

	@keyframes slidein-left {
		from {
			margin-left: -650px;
		}

		to {
			margin-right: 0;
		}
	}
	
	
@media (max-width: 1620px){
	.slider_list .it_slide>div{
		width: 500px;
		max-height: 497px;
	}
	.slider_list .it_slide>div>div{
		width: 400px;
		max-width: 400px;
	}
}

@media (max-width: 1350px){
	.slider_list .it_slide>div{
		width: 440px;
		left:150px;
		max-height: 449px;
	}
	.slider_list .it_slide>div>div{
		width: 340px;
		max-width: 340px;
	}
}

@media (max-width: 1160px){
	.slider_list .it_slide>div{
		width: 440px;
		left:150px;
		max-height: 412px;
	}
	.slider_list .it_slide>div>div{
		width: 340px;
		max-width: 340px;
	}
}
@media (max-width: 1090px){
	.slider_list .it_slide>div{
		width: 35%;
		left:0;
		max-height: 100%;
	}
	.slider_list .it_slide>div>div{
		width: 340px;
		max-width: 340px;
		padding-left: 15px;
	}
	.slider_list .it_slide>div>div .desc{
		font-size: 0.8rem;
	}
	.slider_list .it_slide>div>div .name{
		font-size:2rem;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 787px){
	.slider_list .it_slide>div{
		width: 42%;
		left:0;
		max-height: 100%;
	}
	.slider_list .it_slide>div>div a{
		padding-left: 20px;
		height: 55px;
		max-width: 180px;
	}
}
@media (max-width: 768px){
	.slider_list .it_slide>div>div .desc{
		display:none
	}
	.slider_list .it_slide>div{
		width: 100%;
		left:0;
		max-height: 100%;
		background:#f7f7f7c7;
	}
	.slider_list .it_slide>img{
		width: auto;
		height: 100%;
		max-height: 273px;
	}
	.slider_list .it_slide>div>div a{
		border:none;
	}
}
/*__________*/

/*___КАК МЫ РАБОТАЕМ____*/
.stages{
	display:flex;
	flex-direction:row;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.stages h2{
	font-size: 36px;
	line-height: 1.27778;
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: uppercase;
	text-align:center;
}
.stages .stages_list{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.stages .stages_list>div{
	width:32%;
	max-width: 370px;
	margin-bottom:30px;
	color: #777777;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.stages .stages_list>div>img{
	max-width:100%;
}
.stages .stages_list>div .stage_caption{
	padding-left: 18%;
	padding-right: 18%;
	padding-bottom: 60px;
	max-width: 370px;
	position: relative;
	padding: 18% 70px 30px;
	margin-top: -11.2%;
	z-index: 1;
}
.stages .stages_list>div .stage_caption:before{
	position: absolute;
	content: '';
	max-height: 100%;
	top: -40px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	transform-origin: 100% 50%;
	transform: skewY(-6deg);
	will-change: transform;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
}
.stages .stages_list>div:hover .stage_caption:before{
	transform: none;
}
.stages .stages_list>div .stage_caption .stage_title{
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	font-size:24px;
	line-height: 1.25;
}
.stages .stages_list>div .stage_caption .stage_num{
	width: 70px;
	height: 70px;
	font-size: 36px;
	line-height: 70px;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	transition: all .3s ease;
	font-weight: 300;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: -34px;
	left: 50%;
	color: rgba(255, 255, 255, 0.5);
	background: #db2a19;
	border-radius: 50%;
}
.stages .stages_list>div:hover .stage_caption .stage_num{
	transform: translate3d(105%, -50%, 0);
}


@media (max-width: 992px) {
	.stages .stages_list>div .stage_caption{
		padding: 18% 30px 30px;
	}
}

@media (max-width: 792px) {
	.stages .stages_list>div{
		width:48%;
	}
}

@media (max-width: 595px) {
	.stages .stages_list{
		justify-content: center;
	}
	.stages .stages_list>div{
		width:100%;
	}
}
/*__________*/

/*___ЗАЯВКА НА СКИДКУ____*/

.preorder_block{
	display:flex;
	flex-direction:row;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background:#1e1e1e;
}
.preorder_block .preorder_content{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.preorder_block .preorder_content>div{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	text-align: left;
	letter-spacing: .075em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#fff;
}
.preorder_block .preorder_content>div>span{
	color: #db2a19;
}
.preorder_block .preorder_content>a{
	padding-left: 45px;
	color: #fff;
	display: flex;
	border: 1px solid #fff;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;
	font-weight:900;
	transition: all .25s ease-in-out;
}
.preorder_block .preorder_content>a>span{
	width: 68px;
	height: 100%;
	border-left: 1px solid #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	transition: all .25s ease-in-out;
}

.preorder_block .preorder_content>a:hover{
	background: #db2a19;
	color:#fff;
	border-color: #db2a19;
}
.preorder_block .preorder_content>a:hover>span{
	background:#fb4634;
	border-color:#fb4634;
}

/*__________*/

/*___ПОРТФОЛИО____*/
.portfolio_block{
	display:flex;
	flex-direction:column;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.portfolio_block h2{
	font-size: 36px;
	line-height: 1.27778;
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: uppercase;
	text-align:center;	
}
.portfolio_block .portfolio_content{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:10px;
}
.portfolio_block .portfolio_content .portfolio_item{
	max-width: calc(25% - 10px);
	width: 100%;
	overflow: hidden;
	position:relative;
}
.portfolio_block .portfolio_content .portfolio_item>img{
	width: 100%;
	height: 100%;
	padding: 0;
	transition: all .3s ease;
	will-change: transform;
}
.portfolio_block .portfolio_content .portfolio_item:hover>img{
	transform: scale(1.2);
}
.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.91);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	transition: all 2s ease;
	will-change: transform;
}
.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item .desc_pi{
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size:24px;
	font-weight: 400;
	color:#151515;
	margin-bottom:15px;
	text-align: center;
}
.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item .link_pi{
	display: inline-block;
	padding: 4px 10px 2px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .1em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	background: #db2a19;
}

.portfolio_block .portfolio_content .portfolio_item:hover>.description_portfolio_item{
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) and (min-width: 576px){
	.portfolio_block .portfolio_content .portfolio_item{
		max-width: calc(50% - 10px);
		padding-bottom: 60px;
		margin-bottom: 20px;
	}
	.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item{
		left: 10%;
		width: 80%;
		height: unset;
		background: #fff;
		display: flex;
		top: calc(100% - 120px);
	}
	.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item .desc_pi{
		font-size:18px;
	}
	.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item .link_pi{
		font-size: 13px;
	}
}

@media (max-width: 575px){
	.portfolio_block .portfolio_content{
		justify-content: center;
	}
	.portfolio_block .portfolio_content .portfolio_item{
		max-width: 370px;
		
		padding-bottom: 60px;
		margin-bottom: 20px;
	}
	
	.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item{
		left: 10%;
		width: 80%;
		height: unset;
		background: #fff;
		display: flex;
		top: calc(100% - 120px);
	}
	.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item .desc_pi{
		font-size:18px;
	}
	.portfolio_block .portfolio_content .portfolio_item>.description_portfolio_item .link_pi{
		font-size: 13px;
	}
}
/*__________*/

/*___НАШИ ПРЕИМУЩЕСТВА____*/
.pluces_block{
	display:flex;
	flex-direction:row;
	justify-content: center;
}

.pluces_block .pluces_content{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	min-height:470px;
	height:100%;
}
.pluces_block .pluces_content .left{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
	min-height: inherit;
	max-height: 100%;
}
.pluces_block .pluces_content .left>div{
	position:absolute;
	left:-150px;
	top:0;
	width:100%;
	height:100%;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	
	will-change: transform;
	animation: bgPos 50s 
	linear infinite;
	transform: translate3d(75px, -75px, 0) rotate(0.001deg);
	background-position: 50% 50%;
	background-size: cover;
	pointer-events: none;
	zoom:1;
	
}
.pluces_block .pluces_content .right{
	width:50%;
	display:flex;
	flex-direction:row;
	position: relative;
	z-index: 1;
}

.pluces_block .pluces_content .right>ul{
	max-width: 374px;
	width:100%;
	display:flex;
	flex-direction:column;
	padding: 0;
	margin: 0;
}
.pluces_block .pluces_content .right>ul>li{
	width:100;
	height:calc(100% / 3);
	background:#1e1e1e;
	color:#fff;
	font-size: 18px;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	cursor:pointer;
	text-align:center;
}
.pluces_block .pluces_content .right>ul>li.active{
	background:#2c2c2c;
}
.pluces_block .pluces_content .right>ul>li.active:before{
	position: absolute;
	display:block;
	content: '';
	bottom: 0;
	left: 50%;
	width: 77px;
	background: #db2a19;
	height: 3px;
	transform: translate3d(-50%, 0, 0);
	transition: all .3s ease;
}	
.pluces_block .pluces_content .right>ul>li:hover{
	background:#2c2c2c;
}
.pluces_block .pluces_content .right>ul>li:nth-child(2),
.pluces_block .pluces_content .right>ul>li:nth-child(3){
	border-top: 1px solid #565c60;
}
.pluces_block .pluces_content .right>div{
	flex-grow: 1;
	height: 100%;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pluces_block .pluces_content .right>div>div{
	max-width: 350px;
	display:none;
}
.pluces_block .pluces_content .right>div>div.active{
	display:block;
}
.pluces_block .pluces_content .right>div>div .title{
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 36px;
}
.pluces_block .pluces_content .right>div>div .desc{
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;
}
.pluces_block .pluces_content .right>div>div a{
	text-decoration: none;
	background: #db2a19;
	justify-content: space-between;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	max-width: max-content;
	flex-direction: row;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.85;
	min-width: 200px;
	border: none;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out;
	align-items: center;
}
.pluces_block .pluces_content .right>div>div a>span{
	width: 60px;
	height: 60px;
	min-height: 100%;
	background: #fb4634;
	display: flex;
	flex-direction: row;
	position: relative;
	margin-left: 40px;
	align-items: center;
	justify-content: center;
}
.pluces_block .pluces_content .right>div>div a:hover{
	background: #fb4634;
}
.pluces_block .pluces_content .right>div>div a:hover>span{
	background: #db2a19;
}
.pluces_block .pluces_content .right:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: skew(-8deg);
	transform-origin: 50% 0;
	z-index: -1;
	background:#f7f7f7;
}

@keyframes bgPos {
	25% {
		transform: translate3d(150px, -150px, 0) rotate(0.001deg);
	}

	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

@media (max-width: 1500px) and (min-width: 1280px){
	.pluces_block .pluces_content .right>div{
		min-width:400px;
	}
}

@media (max-width: 1279px) and (min-width: 1200px){
	.pluces_block .pluces_content .right>div{
		min-width: 380px;
	}
}

@media (max-width: 1199px) and (min-width: 993px){
	.pluces_block .pluces_content .left{
		width:40%;
	}
	.pluces_block .pluces_content .right{
		width:60%;
	}
	.pluces_block .pluces_content .right>div{
		min-width: 380px;
	}
}

@media (max-width: 992px) and (min-width: 836px){
	.pluces_block .pluces_content .left{
		width:33%;
	}
	.pluces_block .pluces_content .right{
		width:67%;
	}
	.pluces_block .pluces_content .right>div{
		min-width: 380px;
	}
}

@media (max-width: 835px) and (min-width: 769px){
	.pluces_block .pluces_content .left{
		width:33%;
	}
	.pluces_block .pluces_content .right{
		width:67%;
	}
	.pluces_block .pluces_content .right>div{
		min-width: 360px;
	}
	.pluces_block .pluces_content .right>ul>li{
		font-size:14px;
	}
}
@media (max-width: 768px) and (min-width: 576px){
	.pluces_block .pluces_content .right:after{
		display:none;
	}
	.pluces_block .pluces_content{
		flex-direction: column;
	}
	.pluces_block .pluces_content .left{
		width:100%;
		height: 100%;
		min-height: 300px;
	}
	.pluces_block .pluces_content .right{
		width:100%;
	}
	.pluces_block .pluces_content .right>div{
		width:60%;
		padding: 15px 24px;
		box-sizing: border-box;
	}
	.pluces_block .pluces_content .right>ul{
		width:40%;
	}
}
@media (max-width: 575px){
	.pluces_block .pluces_content .right:after{
		display:none;
	}
	.pluces_block .pluces_content .left{
		display:none;
	}
	.pluces_block .pluces_content .right{
		width:100%;
		flex-direction:column-reverse;
	}
	.pluces_block .pluces_content .right>div{
		width:100%;
		padding: 15px 24px;
		box-sizing: border-box;
	}
	.pluces_block .pluces_content .right>ul{
		width:100%;
		max-width:100%;
	}
	.pluces_block .pluces_content .right>ul>li{
		padding: 15px 0;
	}
}
/*__________*/


/*___НАШИ УСЛУГИ____*/
.serviсes_block{
	display:flex;
	flex-direction:row;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.serviсes_block h2{
	font-size: 36px;
	line-height: 1.27778;
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: uppercase;
	text-align:center;
}
.serviсes_block .services_list{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.serviсes_block .services_list>a{
	max-width: calc(100% / 3);
	width: 100%;
	overflow: hidden;
	position: relative;
	padding:40px;
	box-sizing: border-box;
	background:#fff;
	position:relative;
	text-decoration:none;
}
.serviсes_block .services_list>a>img{max-width:100px;}
.serviсes_block .services_list>a:nth-child(1){
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.serviсes_block .services_list>a:nth-child(2){
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.serviсes_block .services_list>a:nth-child(3){
	border-bottom: 1px solid #ebebeb;
}
.serviсes_block .services_list>a:nth-child(4){
	border-right: 1px solid #ebebeb;
}
.serviсes_block .services_list>a:nth-child(5){
	border-right: 1px solid #ebebeb;
}
.serviсes_block .services_list>a:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
}
.serviсes_block .services_list>a .service_name{
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
	color: #151515;
	font-size: 24px;
}
.serviсes_block .services_list>a .service_desc{
	font-size: 14px;
	color: #000;
	letter-spacing: .01em;
	line-height: 1.6;
	font-weight: 400;
}
@media (max-width: 792px) {
	.serviсes_block .services_list>a{
		max-width:50%;
	}
	
	.serviсes_block .services_list>a:nth-child(1){
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	.serviсes_block .services_list>a:nth-child(2){
		border-bottom: 1px solid #ebebeb;
		border-right: none;
	}
	.serviсes_block .services_list>a:nth-child(3){
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	.serviсes_block .services_list>a:nth-child(4){
		border-bottom: 1px solid #ebebeb;
		border-right: none;
	}
	.serviсes_block .services_list>a:nth-child(5){
		border-right: 1px solid #ebebeb;
	}
	
}
@media (max-width: 530px) {
	.serviсes_block .services_list>a{
		padding: 25px;
		text-align:center;
	}
	.serviсes_block .services_list>a>img{
		max-width:70px;
	}
}

@media (max-width: 480px) {
	.serviсes_block .services_list>a{
		padding: 25px;
		text-align:center;
	}
	.serviсes_block .services_list>a>img{
		max-width:50px;
	}
	.serviсes_block .services_list>a .service_name{
		font-size:18px;
	}
}
@media (max-width: 415px) {
	.serviсes_block .services_list>a>img{
		max-width:35px;
	}
	.serviсes_block .services_list>a {
        padding: 22px 12px;
		border-right:none !important;
		border-bottom:none !important;
		text-align:center;
    }
	.serviсes_block .services_list>a .service_desc{
		display:none;
	}
}

/*__________*/


/*___ВОПРОСЫ/ОТВЕТЫ____*/
.faq_block{
	display:flex;
	flex-direction:row;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.faq_block .faq_content{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.faq_block .faq_content .left{
	width:50%;
	display:flex;
	flex-direction: column;
}
.faq_block .faq_content .left h2{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	line-height: 1.27778;
	font-weight: 400;
	font-size: 36px;
}
.faq_block .faq_content .left>ul{
	display:flex;
	flex-direction:column;
	list-style:none;
	margin: 0;
	padding: 0;
}
.faq_block .faq_content .left>ul>li>a{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	letter-spacing: .075em;
	color: #2c343b;
	display: inline-block;
	transition: all .3s ease;
	border-bottom: 1px solid #e1e1e1;
	position:relative;
}
.faq_block .faq_content .left>ul>li>a:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e1e1e1;
	transform: translate3d(0, -50%, 0);
}
.faq_block .faq_content .left>ul>li.open>a:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #db2a19;
	transform: translate3d(0, -50%, 0);
}

.faq_block .faq_content .left>ul>li>a>.arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 26px;
	background: transparent;
	border-radius: 0;
	transition: .33s all ease;
}
.faq_block .faq_content .left>ul>li>a>.arrow:before{
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translate3d(50%, -50%, 0);
	background: #151515;
	width: 16px;
	height: 2px;
	right: 50%;
}
.faq_block .faq_content .left>ul>li>a>.arrow:after{
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translate3d(50%, -50%, 0);
	background: #151515;
	width: 2px;
	height: 16px;
	right: 50%;
}

.faq_block .faq_content .left>ul>li.open>a>.arrow:after{
	display:none;
}

.faq_block .faq_content .left>ul>li>div{
	display:none;
	padding: 20px 4px 0;
	min-height: 1px;
	font-size: 15px;
	text-align: left;
	color: #777777;
	word-wrap: break-word;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.faq_block .faq_content .left>ul>li.open>div{
	display:block;
}
.faq_block .faq_content .right{
	width:40%;
	display:flex;
	flex-direction: column;
}
.faq_block .faq_content .right .head_faq{
	display: flex;
	flex-direction: row;
	max-height: max-content;
	height: max-content;
	width:100%;
}
.faq_block .faq_content .right .head_faq .hf_photo{
	width: 99px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq_block .faq_content .right .head_faq .hf_photo>img{
	border-radius:50%;
}
.faq_block .faq_content .right .head_faq .hf_text{
	margin-bottom: 24px;
	margin-left: 24px;
}
.faq_block .faq_content .right .head_faq .hf_text .title{
	margin:0;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: .075em;
	font-style: italic;
	text-transform: none;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	line-height: 1.25;
}
.faq_block .faq_content .right .head_faq .hf_text .post{
	margin:0;
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #151515;
}
.faq_block .faq_content .right .head_faq .hf_text .name{
	margin:0;
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #db2a19;
}
.faq_block .faq_content .right form{
	margin-top:30px
}
.faq_block .faq_content .right .form-wrap{
	position:relative;
	margin-bottom: 30px;
}
.faq_block .faq_content .right .form-wrap input[type=text]{
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 16px 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: .075em;
	color: #202020;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s 
	ease-in-out;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	outline: none
}
.faq_block .faq_content .right .form-wrap textarea{
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 16px 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: .075em;
	color: #202020;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s 
	ease-in-out;
	border: 1px solid #e1e1e1;
	height: 150px;
	max-height: 255px;
	resize: vertical;
	box-sizing: border-box;
	outline: none
}
.faq_block .faq_content .right .form-wrap label{
	position: absolute;
	top: 25px;
	max-width: max-content;
	left: 10px;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: .075em;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
	margin-bottom: 0;
	color: #777777;
	display: inline-block;
	background: #fff;
	overflow: hidden;	
	z-index:1;
}
.faq_block .faq_content .right .form-wrap.focus-form-elem label{
	top: -1px;
}

@media (max-width: 830px) {
	.faq_block .faq_content .right,.faq_block .faq_content .left{
		width:46%;
	}
}
@media (max-width: 768px) {
	.faq_block .faq_content .right,.faq_block .faq_content .left{
		width:100%;
	}
	.faq_block .faq_content .right{
		margin-top:40px;
	}
	.faq_block .faq_content .left>ul{
		padding: 0 10px;
	}
	.faq_block .faq_content .left>ul>li>a{
		padding-right: 50px;
	}
}
/*__________*/