@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../css/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../css/fonts/OpenSans.woff') format('woff'), 
    url('../css/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../css/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), 
    url('../css/fonts/OpenSans-Semibold.woff') format('woff'), 
    url('../css/fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../css/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), 
    url('../css/fonts/OpenSans-Light.woff') format('woff'), 
    url('../css/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../css/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../css/fonts/OpenSans-Bold.woff') format('woff'), 
    url('../css/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	outline: none;
	font-weight: normal;
}
html,
body {
    height: 100%;
}
body {
	opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
	font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
	font-size: 14px;
    line-height: 1.4;
    color: #1a212d;
	display: flex;
	flex-direction: column;
	min-width: 320px;
    background-color: #fff;
}
.container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #f7f7f7;
}
@media screen and (max-width: 1024px) { 
	.container {
	    padding: 0 10px;
	}
}
/*                     form 
========================================================*/
.fancybox-margin {
    margin-right: 17px !important;
}
	@media screen and (max-width: 1024px) {
		.fancybox-margin {
		    margin-right: 0 !important;
		}
	}
.form_title {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	font-family: 'OpenSans-Bold', sans-serif;
	margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
	.form_title {
		font-size: 15px;
		line-height: 1.6;
	}
}
.form {
	padding: 40px;
	border: 1px solid #e4e7e6;
	background: #fff;
}
@media screen and (max-width: 420px) {
	.form {
		padding: 20px;
	}	
}
.form_wrapper {
	max-width: 340px;
	margin: 0 auto;
}
.form  .form_lable {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'OpenSans-Bold', sans-serif;
}
.form_wrapper input {
	width:100%;	
    margin-bottom: 25px;
    font-size: 18px;
    line-height: normal;
	font-family: 'OpenSans-Semibold', sans-serif;
}
.form_wrapper .button {
	width:100%;	
	display: block;
	background: #014637;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 50px;
    font-family: 'OpenSans-Bold', sans-serif;
}
.form_wrapper .button:hover {
	background: #00604b;
}
.form_wrapper .button:active {
	background: #00604b;
}
.message_done_container {
	display: none;
}
.message_done {
    width: 440px;
    height: auto;
    max-width: 100%;
   	overflow: auto;
   	padding: 40px;
    position: relative;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
	@media screen and (max-width: 380px) {
	 	.popup_container,
		.message_done {
			padding: 40px 20px;
		}
	}
.message_done .text {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	font-family: 'OpenSans-Bold', sans-serif;
}
/*
 *                 #input
 =================================================*/
input[type=text], 
input[type=email], 
input[type=password], 
input[type=phone], 
input[type=search] {
	background: #fff;
    border: 1px solid #e4e7e6;
    padding: 8.5px 10px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
	-webkit-appearance: none;
}
input[type="search"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #8fb9b0;
    background-color: #fff;
    box-shadow: 0 0 4px #cacaca;
}
input.required {
    background-position: 100% 0;
    background-repeat: no-repeat;
}
input[type="password"]::-ms-reveal {
    display: none;
}
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type="submit"], 
button[type="submit"], 
button[type="button"] {
    cursor: pointer;
    outline: none;
    text-shadow: none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="text"]::placeholder {font-size: 18px; font-family: 'OpenSans-Semibold', sans-serif; color: #252b33;}
input[placeholder]::-webkit-input-placeholder {font-size: 18px; font-family: 'OpenSans-Semibold', sans-serif; color:  #252b33;}
input[placeholder]::-moz-placeholder {font-size: 18px; font-family: 'OpenSans-Semibold', sans-serif; color: #252b33;}
input[placeholder]:-moz-placeholder {font-size: 18px; font-family: 'OpenSans-Semibold', sans-serif; color: #252b33;}
input[placeholder]:-ms-input-placeholder {font-size: 18px; font-family: 'OpenSans-Semibold', sans-serif; color: #252b33;}
input[type='search']::-webkit-search-decoration {-webkit-appearance: none; -moz-appearance: none; display:none;}
input[type='search']::-webkit-search-results-button {-webkit-appearance: none; -moz-appearance: none; display:none;}
input[type='search']::-webkit-search-results-decoration {-webkit-appearance: none; -moz-appearance: none; display:none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;-moz-appearance: none;display:none;}
input[type="search"]::-ms-clear{ -webkit-appearance: none;-moz-appearance: none; display:none;}