#plan_request .head{
	display:flex;
	font-size:12px;
	line-height:1.1;
	margin:0px 0px 38px 0px;
	list-style:none;
	padding:0px;
}

#plan_request .head li{
	width:230px;
	border-bottom:10px solid #EDF9FF;
	padding-bottom:17px;
	text-align:center;
	cursor:pointer;
}

#plan_request .head li.selected,
#plan_request .head li.active{
	border-color:#2D96CA;
}

#plan_request .body{
	display:flex;
	align-items:flex-start;
}

#plan_request .body .left{
	width:310px;
	margin-right:20px;
	flex-shrink:0;	
}

#plan_request .body .pic{
	height:231px;
	position:relative;
	margin-bottom:50px;
}

#plan_request .body .pic .hpic{
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	z-index:10;
}

#plan_request .body .pic .hpic.second{
	width:50%;
	z-index:20;
}

#plan_request .body .ramka{
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	z-index:30;
}

#plan_request .body .pic .polzunok{
	width:1px;
	height:283px;
	background:var(--blue);
	position:absolute;
	left:50%;
	top:-13px;
	cursor:pointer;
	z-index:40;
}

#plan_request .body .pic .polzunok::before{
	content:'';
	position:absolute;
	width:22px;
	height:22px;
	background:url(images/polzunok.png);
	top:50%;
	left:50%;
	margin-top:-11px;
	margin-left:-11px;
}

#plan_request .body .middle{
	flex-grow:1;
	margin-right:20px;	
}

#plan_request .body .content{
	display:flex;
	position:relative;
	margin-bottom:20px;
	min-height:264px;
}

#plan_request .body .content .radio-row{
	width:calc(100% / 3);
}

#plan_request .body .content .radio-row .radio-item,
#plan_request .body .content .radio-row .radio-title{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0px 10px;
	font-size:12px;
	text-align:center;
	line-height:1;
}

#plan_request .body .content .radio-row .radio-title{
	background: linear-gradient(273.06deg, #2A313A -5.5%, #4B5564 100.93%), #4B5564;
	height:28px;
	color:#fff;
}

#plan_request .body .content .radio-row .radio-list{}

#plan_request .body .content .radio-row .radio-item{
	height:40px;
	cursor:pointer;
}

#plan_request .body .content .radio-row .radio-item.selected{
	background:var(--blue);
	color:#fff;
}

#plan_request .body .content.loading::after{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:20;
	background: url(/local/templates/.default/images/loading.png) center center no-repeat rgba(0,0,0,0.3);
}

#plan_request .body .order{
	width:210px;
	flex-shrink:0;
}

#plan_request .btn{
	width:210px;
}

#plan_request .price{
	color:var(--red);
	font-size:18px;
	font-weight:bold;
}

#plan_request .dr{
	display:flex;
	align-items:center;
}

#plan_request .dr .inp{
	margin-right:10px;
}

#plan_request .download{
	text-align:center;
}



#plan_request .download{
	text-align:center;
}


.pic_dr{
	display:flex;
	height:60px;
	align-items:center;
	background-color: #EDEEF0;
	border-radius: 5px;
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:83px;
	padding-right:29px;
	margin-bottom:10px;
}

.pic_dr.pic_dr2{
	height:50px;
}

.pic_dr.pic_dr3{
	padding-left:97px;
}

.pic_dr .inp{
	margin-right:13px;
}

.pic_dr .txt{
	font-weight:300;
	font-size:12px;
}

a.pic_dr{
	text-decoration:none;
}

a.pic_dr .txt{
	text-decoration:none;
	color:var(--marengo);
}

a.pic_dr .txt i,
.pic_dr .txt i{
	font-style:normal;
	color:#A3ABB7;
	font-weight:400;
}

.pic_dr .txt b{
	font-weight:bold;
}

.pic_dr.checked{
	background-color:var(--marengo);
}

.pic_dr.checked .txt{
	color:#fff;
}

a.pic_dr:hover{
	background-color:var(--marengo);
	text-decoration:none;
}

a.pic_dr:hover .txt i,
a.pic_dr:hover .txt{
	color:#fff;
}


.region .bootstrap-select{
	width:100% !important;
}

@media (max-width: 767px){
	
	#plan_request .download{
		text-align:left;
	}	
}