
/*НАСТРОЙКА МОДАЛКИ ФОРМЫ В ФУТЕРЕ */
.button span {
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(66, 65, 65, 0.5);
	display: none;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

@media screen and (max-device-width: 768px) {
	.form_footer {
	width: 100%;
	font-size: 15px;
	}
}

@media (max-device-width:482px) {
  .form_footer {
    left:7% !important;
  }
}

@media screen and (max-device-width: 375px) {

	.form_footer {
	left: 18% !important;
    bottom: 23% !important;
	}
}

@media screen and (max-device-width: 375px) {

	.form_footer {
	left: 6% !important;
    bottom: 23% !important;
	}
}

@media screen and (max-device-width: 321px) {

	.form_footer {
    bottom: 17% !important;
	}
}


/*НАСТРОЙКА МОДАЛКИ ФОРМЫ В ФУТЕРЕ */