/*Footer*/
footer{
	background-color: #010D29;
}

.footer{
	padding: 30px 0 0 0;
}

p.footer_text{
	padding: 13px 0 15px 30px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.footer_text_contact p{
	margin: 19px 0 0 10px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.footer_social img{
	float: right;
	margin: 19px 10px 0 0;
}

/*Форма заявки*/

.hidden_form{
	display: none;
}

.pop_form input[type=checkbox]{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
	outline: none; 
	visibility: hidden;
}

.pop_form span{
	visibility: hidden;
}

.pop_form input[type=text]{
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	border: 2px solid #274695;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
	outline: none; 
}

.pop_form h3{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color: #030711;
}

.pop_form button{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	background-color: #274695;
	outline: 0;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
}

textarea {
	resize: none;
}

.pop_form input[type=text]{
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	border: 2px solid #274695;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
	outline: none; 
}

.pop_form h3{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color: #030711;
}

.pop_form button{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	background-color: #274695;
	outline: 0;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #FFF;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

.choice_city_form h3{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 30px;
	color: #030711;
}

.choice_city_form ul{
	list-style-type: none;
	padding: 0;
	margin: 30px 0 0 0;
}

.choice_city_form li{
	margin: 0 0 10px 0;
}

.choice_city_a{
	color: #030711;
}

.choice_city_a_active{
	color: #274695;
}