.c-section-text-inner{
	font-size: 17px !important;
	line-height: 29px !important;
	color: #333333 !important;
}

.c-section-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	max-width: 380px;
	margin-bottom: 20px;
}

.c-hotline{
	margin-top: 50px;
}

.c-hotline-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 30px;
}

.c-hotline-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.c-hotline-phone{
	display: block;
	font-size: 17px;
	line-height: 29px;
	color: #005DA9;
	text-decoration: none;
	margin-bottom: 5px;
}

.c-main-map-section{
	margin-top: 50px;
}

.c-main-map{
	height: 396px;
}

.c-main-map-descr{
	margin-bottom: 10px;
}

.c-contacts-form-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #000000;
	margin-bottom: 20px;
}

.c-contacts-form-descr{
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.c-contacts-form-columns{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.c-contacts-form-item{
	margin-bottom: 20px;
}

.c-contacts-form-item label{
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 5px;
}

.c-contacts-form-descr{
	margin-bottom: 70px;
}

.c-contacts-form-footer{
	margin-top: 40px;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	align-items: center;
}

.c-contacts-form-footer label{
	display: block;
	font-size: 16px;
	color: #000000;
}