/* contacts widget - основные стили */
.widget-contacts{
	padding: 32px 10%;
}
.widget-contacts-h{
	font: 20px/22px 'Noto Sans', Arial;
	padding: 6px 0 12px 0;
}
.widget-contacts-i{
	font: 17px/22px 'Noto Sans', Arial;
	padding: 4px 0 12px 0;
}

.widget-contacts-grid{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 24px;
}
.widget-contacts-grid>div{
	padding: 12px 10px 10px 68px;
	background-position: 6px 10px;
	background-repeat: no-repeat;
	min-height: 60px;
}
.widget-contacts-phones{
	background-image: url(../img/contacts/cont1.png);
}
.widget-contacts-phones>div{
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 30px;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 20px;
}

.widget-contacts-phones>div>a{
	text-decoration: none;
	color: var(--color-Dark);
}
.widget-contacts-phones>div>a:hover{color: var(--color-Dark-Hover);}

.widget-contacts-wt{
	background-image: url(../img/contacts/cont4.png);
}
.widget-contacts-addr{
	background-image: url(../img/contacts/cont3.png);
}
.widget-contacts-addr>div{
	/*
	display: inline-block;
	background: url(../img/ico-map.png) no-repeat 0 0;
	padding-left: 20px;
	*/
}
.widget-contacts-list{
	background-image: url(../img/contacts/cont2.png);
}
.widget-contacts-list>div{}
.widget-contacts-list>div>a{
	display: inline-block;
	text-decoration: none;
	color: #404040;
}
.widget-contacts-list>div>a:hover{color: #707070;}
.widget-contacts-list>div>a:hover>span{border-bottom: 1px dotted #707070;}


/*
.widget-contacts-col>div>a{color: #ffffff;}
.widget-contacts-col>div>a:hover{color: #f0f0f0;}
.widget-contacts-col>div>a:hover>span{border-bottom: 1px dotted #f0f0f0;}
a.ico-cont-tel{
	background: url(../img/ico-tel-y.png) no-repeat 0 0;
	padding-left: 24px;
}
a.ico-cont-mail{
	background: url(../img/ico-mail-y.png) no-repeat 0 2px;
	padding-left: 26px;
}
*/

.content-block-blue .widget-contacts-list>div{
	display: block;
	padding: 4px 0;
	margin: 10px 0;
}

/* widget forms */
.widget-form-in{
	padding: 80px 40px;
	text-align: center;		
}
.widget-form-dark{
	color: #ffffff;
}
.form-hdr{
	font: 25px/26px 'Noto Sans',Arial;
	font-weight: 500;
	padding: 4px 0 10px 0;
}

.form-fields{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;	
}
.form-fields>div{padding: 0 4px;}
.form-fields>div input[type=text], .form-fields>div select{
	box-sizing: border-box;
	display: block;
	width: 99%;
	height: 38px;
	font-size: 16px;
}

.widget-form-dark input[type=text], .widget-form-dark input[type=password], .widget-form-dark select{
	box-sizing: border-box;
	padding-left: 10px;	
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.widget-form-dark select option{color: #101010;}
.widget-form-dark input[type=text], .widget-form-dark input[type=password]{padding-right: 27px;}
.widget-form-dark input[type=text]::placeholder, .widget-form-dark input[type=password]::placeholder{color: #d8d8d8;}
.widget-form-light input[type=text], .widget-form-light input[type=password], .widget-form-light select{
	box-sizing: border-box;
	padding-left: 10px;
	background: #ffffff;
	color: #303030;
	border: 1px solid #e8e8e8;
}


/* widget advantages */

.widget-advant{
	padding: 30px 0;
}
.widget-advant-list{
	padding: 16px 0;
}
.widget-advant-list:after{display: block; clear: both; content: '';}

.widget-advant-it{
	float: left;
	box-sizing: border-box;
	width: 47.99999%;
	margin: 0 0 20px 3.99999%;
	min-height: 100px;
	padding-left: 70px;
}
.widget-advant-it:nth-child(2n+1){margin-left: 0;}

.ico-advant-hand{background: url(../img/inf-i-hands.png) no-repeat 0 0;}
.ico-advant-help{background: url(../img/inf-i-help.png) no-repeat 0 0;}
.ico-advant-docs{background: url(../img/inf-i-docs.png) no-repeat 0 0;}
.ico-advant-other{background: url(../img/inf-i-other.png) no-repeat 0 0;}


/* widget faq */

.widget-faq-list{
	clear: both;
	padding: 20px 0;
}
.widget-faq-it{
	clear: both;
	margin: 0 0 10px 0;
}
.faq-it-quest{
	cursor: pointer;
	background: #ffffff url(../img/plus.png) no-repeat 17px 16px;
	padding: 14px 20px 14px 44px;
}
.faq-it-open .faq-it-quest{
	background: #ffffff url(../img/minus.png) no-repeat 17px 23px;
}
.faq-it-quest>span{
	display: block;
	font: 16px/20px 'Inter', Arial;
}
.faq-it-answ{
	padding: 14px 20px 14px 44px;
	display: none;
	color: #808080;
	font-size: 14px;
}



/* other */

.widget-col-h{
	padding-bottom: 14px;
	height: 100px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
}
.widget-col-content{
}
.widget-col-content>p{
	padding-bottom: 12px;
}

.widget-step-list{
	counter-reset: section;
}

.widget-step-it{
	background: #ffffff;
	padding: 12px 12px;
	margin: 10px 0;
}
.widget-step-it:before{	
	counter-increment: section;
	content: counter(section);
	display: block;
	float: left;
	width: 40px;
	text-align: center;
	padding: 9px 0;
	background: #F2F8FF;
	color: #0038A4;
	font: 20px/22px 'Noto Sans';
}
.widget-step-it>div{
	margin-left: 50px;
}
.widget-step-it>div>div{
	font-size: 17px;
	padding-bottom: 6px;
}
.widget-step-it>div>p{
	color: #6F6F6F;
}