

/* Start:/dlya-proektirovshchikov/page.css?17836954375747*/
#dlya_proect{
	padding:25px 25px 57px 31px;
	position:relative;
	margin:40px 0px;
	/*min-height:468px;*/
	box-sizing:border-box;
	/*font-size:24px;*/
	box-shadow: 0px 9px 16.6px 0px #00000017;
	overflow:hidden;
}

#dlya_proect::before{
	content:'';
	position:absolute;
	top:-18px;
	right:32px;
	width:413px;
	height:413px;
	background-size:contain;
	background:url(/dlya-proektirovshchikov/images/ring.svg) 0px 0px no-repeat;
	z-index:1;
}

#dlya_proect .body{
	max-width:610px;
	position:relative;
	z-index:3;
	display:grid;
	gap:1rem;
	
}

#dlya_proect .body p{
	margin:0px;
}

#dlya_proect .body p.caption{
	font-size:32px;
	font-weight:500;
	text-transform:uppercase;
}

#dlya_proect .body a{
	color:var(--text);
}

#dlya_proect .body a:hover{
	color:var(--red);
}

#dlya_proect .pic{
	top: 10px;
	right: 100px;
	position: absolute;
	z-index: 2;
	max-width: 408px;
}


.webinar_link_list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	margin:20px 0px;
}

.webinar_link_list.big{
	grid-template-columns:1fr;
}

.webinar_link{
	padding:25px;
	background:#F7F7F7;
	border-radius:6px;
	line-height:1;
	display:flex;
	flex-direction:column;
	gap:25px;
	font-size:20px;
	font-weight:500;
}

.webinar_link .head.text-icon{
	gap:25px;
	font-size:24px;	
	color:var(--marengo);
}

.webinar_link .head.text-icon .text-icon-i svg path{
	fill:var(--marengo);
}

.webinar_link .desc{
	max-width:437px;
}

.webinar_link .more{
	margin-top:auto;
}

.webinar_link .more .btn{
	width:100%;
	max-width:427px;
	justify-content:space-between;
	height:55px;
}

.webinar_link .more .btn .btn-icon{
	opacity:0.5;
}

.webinar_link .more .btn .btn-icon svg path{
	fill:#fff;
}

.webinar_link_list.big .webinar_link{
	background:url(/dlya-proektirovshchikov/images/webinar_bg.png) 0px 0px no-repeat var(--marengo);
	background-size:cover;
	color:#fff;
}

.webinar_link_list.big .webinar_link .head.text-icon{
	color:#fff;
}

.webinar_link_list.big .webinar_link .head.text-icon .text-icon-i svg path{
	fill:#fff;
}

.webinar_link_list.big .webinar_link .desc{
	max-width:545px;
}

.webinar_link_list.big .webinar_link .more .btn{
	max-width:563px;
}

.webinar_link_list.big .webinar_link .more .btn.btn-white .btn-icon svg path{
	fill:var(--marengo);
}

.webinar_link_list.big .webinar_link .more .btn.btn-white:hover .btn-icon svg path{
	fill:#fff;
}

#dlya_proect_form{
	position:relative;
	color:#fff;
	/*font-size:24px;*/
	line-height:1;
	margin:30px 0px;
}

#dlya_proect_form b{
	font-weight:500;
}

#dlya_proect_form::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
	top: 0px;
	margin-left: calc( 0px - ((100vw - 100%)/2) );
	background:url(/dlya-proektirovshchikov/images/form_bg.png) center center no-repeat var(--marengo);
	background-size:cover;
	
}


#dlya_proect_form .fwr{
	position:relative;
	z-index:2;
	display:flex;
	gap:30px;
	padding:36px 0px 48px 0px;
}

#dlya_proect_form .body{
	flex-grow:1;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#dlya_proect_form form{
	flex-shrink:0;
	width:446px;
	box-sizing:border-box;
	padding:37px;
	background:#fff;
	color:var(--text);
	border-radius:6px;
}

#dlya_proect_form form .inp{
	margin-bottom:15px;
}

#dlya_proect_form form .inp label{
	display:block;
	font-size:20px;
	margin-bottom:13px;
}

#dlya_proect_form form .send{
	margin-top:23px;
}

#dlya_proect_form form .inp input[type="text"]{
	width:100%;
	height:60px;
	border-radius:6px;
	background:#F0F0F0;
	border:none;
	outline:none;
	box-shadow:none;
	padding:0px 21px;
	box-sizing:border-box;
}

#dlya_proect_form form .form-error-message{
	color:var(--red);
	padding-top:10px;
	font-weight:400;
	font-size:16px;	
	display:none;
}

#dlya_proect_form form .request-form-success{
	color:green;
	padding-top:20px;
	text-align:center;
	font-weight:500;
	/*font-size:22px;*/
	display:none;
}

#dlya_proect_form .caption{
	font-weight: 500;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom:18px;
}

#dlya_proect_form .ftxt{
	display:flex;
	flex-direction:column;
	gap:1rem;
	margin-bottom:29px;
}

#dlya_proect_form .ftxt p{
	margin:0px;
}

#dlya_proect_form .ftxt b{
	font-weight:500;
}

#dlya_proect_form .more{
	display:grid;
	gap:20px;
	max-width:392px;
	/*margin:0px auto;*/
}

#dlya_proect_form .more .btn{
	height:70px;
	font-size:18px;
	font-weight:500;
	justify-content:flex-start;
}

#dlya_proect_caption{
	text-align:center;
	margin-bottom:22px;
}

#dlya_proect_caption .caption{
	line-height:1;
	font-weight:500;
	font-size:32px;
	max-width:672px;
	margin:0px auto 22px auto;
	text-transform:uppercase;
}

#dlya_proect_caption .caption span{
	color:var(--marengo);
}

#dlya_proect_caption .note{
	/*font-size:20px;*/
}

@media (max-width: 1100px){
	
	#dlya_proect .pic{
		display:none;
	}
	
	#dlya_proect::before{
		content:none;
	}
	
	#dlya_proect .body{
		max-width:none;
	}
}

@media (max-width: 850px){
	
	#dlya_proect{
		margin-top:0px;
	}
	
	.webinar_link_list{
		grid-template-columns: 1fr;
	}
	
	#dlya_proect_form .fwr{
		flex-direction:column;
	}
	
	#dlya_proect_form form{
		width:100%;
		box-sizing:border-box;
	}
}

@media (max-width: 850px){
	
	#dlya_proect{
		padding:15px;
	}
	
	#dlya_proect .body p.caption,
	#dlya_proect_form .caption,
	#dlya_proect_caption .caption{
		font-size:20px;
	}
	
	#dlya_proect_caption .caption br{
		display:none;
	}
	
	.webinar_link{
		font-size:16px;
	}
	
	#dlya_proect_form form{
		padding:15px;
	}
}
/* End */


/* Start:/local/templates/.default/components/arhet/hslider/.default/style.css?1783695271983*/
#main_slider{
	overflow:hidden;
	margin-bottom:10px;
}

#main_slider .list:not(.owl-loaded){
	display:flex;
}

#main_slider .list:not(.owl-loaded) .item{
	flex-shrink:0;
}

#main_slider .slide{
	position: relative;
}

#main_slider .slide .erid {
  position: absolute;
  background: #fff;
  padding: 5px;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
}

#main_slider .slide img{
	width:100%;
}

#main_slider .owl-loaded .owl-nav button.owl-prev{
	left:17px;
}

#main_slider .owl-loaded .owl-nav button.owl-next{
	right:17px;
}

#main_slider .owl-loaded .owl-nav button{
	background:#ECECEC;
	border: none;
	box-shadow: none;
}

#main_slider .owl-loaded .owl-nav button svg{
	width:7.4px;
	height:15px;
}

#main_slider .owl-loaded .owl-nav button svg path{
	fill:#606060;
}

#main_slider .owl-loaded .owl-nav button:hover{
	background:var(--marengo);
}

#main_slider .owl-loaded .owl-nav button:hover svg path{
	fill:#fff;
}
/* End */


/* Start:/bitrix/components/arhet/bimlib/templates/.default/style.css?17836957812417*/
#dlya_proect_models{
	margin:30px 0px;
}

#dlya_proect_models .title{
	font-weight: 500;
	font-size: 32px;
	text-transform: uppercase;	
	margin:0px 0px 20px 0px;
	text-align:center;
}

#dlya_proect_models .head{
	margin-bottom:20px;
}

#dlya_proect_models .head ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	gap:12px 12px;
	flex-wrap:wrap;
	justify-content:center;
}

#dlya_proect_models .head ul li{
	font-weight: 400;
	font-size: 16px;
	line-height:1;
}

#dlya_proect_models .head ul li a{
	display:inline-flex;
	align-items:center;
	text-decoration:none;
	color:var(--marengo);
	padding:0px 27px;
	height:53px;
	background: #F5F5F5;
	border-radius: 6px;	
	cursor:pointer;
}

#dlya_proect_models .head ul li.active a,
#dlya_proect_models .head ul li:hover a{
	background:var(--marengo);
	color:#fff;
}

#dlya_proect_models .list{}

#dlya_proect_models .list .item{}

#dlya_proect_models .list .item ul{
	list-style:none;
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	justify-content:space-between;
	gap:30px;
	margin:0px;
	padding:0px;
}

#dlya_proect_models .list .item ul li{
	/*max-width: 250px;*/
	box-sizing:border-box;
	padding:11px 17px 27px 17px;
	border: 1px solid #EDEEF0;
	border-radius: 5px;	
}

#dlya_proect_models .list .item ul li a{
	text-decoration:none;
	color:var(--marengo);
}

#dlya_proect_models .list .item ul li .pic{
	margin-bottom:27px;
	text-align:center;
}

#dlya_proect_models .list .item ul li .caption{
	font-size:16px;
	line-height:1.1;
	text-align:center;
}

#dlya_proect_models .note{
	color:#606060;
	font-size:16px;
	font-weight:300;
	text-align:center;
}

#dlya_proect_models .note a{
	color:#02AFA1;
	text-decoration:none;
}


#dlya_proect_models_ajax{
	position:relative;
}

#dlya_proect_models_ajax .bg{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.5);
	display:flex;
	align-items:center;
	justify-content:center;
	display:none;
}

@media (max-width: 1000px){
	
	#dlya_proect_models .head ul li{
		padding:5px 10px;
	}	
}

@media (max-width: 750px){
	
	#dlya_proect_models .list .item ul{
		grid-template-columns:repeat(2, 1fr);
	}	
}

@media (max-width: 450px){
	
	#dlya_proect_models .list .item ul{
		grid-template-columns:repeat(1, 1fr);
	}	
}
/* End */
/* /dlya-proektirovshchikov/page.css?17836954375747 */
/* /local/templates/.default/components/arhet/hslider/.default/style.css?1783695271983 */
/* /bitrix/components/arhet/bimlib/templates/.default/style.css?17836957812417 */
