@font-face{
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular/Circe-Regular.eot');
	src: url('../fonts/Circe-Regular/Circe-Regular.eot?iefix') format('eot'),
	url('../fonts/Circe-Regular/Circe-Regular.woff') format('woff'),
	url('../fonts/Circe-Regular/Circe-Regular.ttf') format('truetype'),
	url('../fonts/Circe-Regular/Circe-Regular.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold/Circe-Bold.eot');
	src: url('../fonts/Circe-Bold/Circe-Bold.eot?iefix') format('eot'),
	url('../fonts/Circe-Bold/Circe-Bold.woff') format('woff'),
	url('../fonts/Circe-Bold/Circe-Bold.ttf') format('truetype'),
	url('../fonts/Circe-Bold/Circe-Bold.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}
* {
	box-sizing: border-box;
}
body {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-width: 320px;
	min-height: 900px;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	position: relative;
	font-size: 14px;
	line-height: 1.29;
	font-family: 'Circe', sans-serif;
	color: #FFF;
	background: url('../img/bg.jpg') center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	z-index: 1;
}
body:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(3, 131, 133, .86);
}
.container {	
	width: 1034px;
	margin: 0 auto;
}
main {
	height: 100%;
	padding: 7.7vh 0 1vh
}
main .container {
	height: 100%;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
h1 {
	margin: 0;
	font-size: 90px;
	text-align: center;
	text-transform: uppercase;
}
h1 .star {
	font-size: 51px;
	position: relative;
	top: 27px;
	font-weight: normal;
}
.nums_block {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
    min-height: 190px;
    overflow: hidden;
}
.nums_block .item {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	width: 50%;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
.nums_block .item:first-child {
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
    border-right: 1px solid #FFFFFF;
    padding-right: 80px;
}
.nums_block .item:last-child {
    padding-left: 80px;
}
.nums_block .img_block {
	margin-right: 30px;
	font-size: 130px;
	line-height: 130px;
	font-weight: bold;
}
.nums_block .img_block img {
	max-width: 102px;
}
.nums_block .text_block {
	font-size: 24px;
}
.nums_block .text_block ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: list1;
}
.nums_block .text_block ol li:before {
    counter-increment: list1;
	content: counter(list1) ". ";
}
.text_1 {
	text-align: center;
	font-size: 50px;
}
.text_2 {
	text-align: center;
	font-size: 18px;
}
footer {
	color: #000;
	background: #FFF;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
footer .container {
	display: flex;
	padding: 5.1vh 0;
}
.logo {
	display: block;
	width: 202px;
}
.logo img { 
	max-width: 100%;
	max-height: 100%;
}
.contacts_block {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
}
.contacts_block:not(:first-child) {
	margin-left: 55px;
	padding-left: 55px;
	border-left: 1px solid #C8C8C8;
}
footer .title {
	color: #0E7672;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
}
.contact_item {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.contact_item:not(:last-child) {
	margin-bottom: 5px;
}
.name {
	font-weight: bold;
	font-size: 24px;
}
.name:not(:last-child) {
	margin-right: 10px;
}
.phone, .mail{
	padding-left: 28px;	
	height: 23px;
	text-decoration: none;
	color: #000;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.phone {
	background: url('../img/phone.svg') left center no-repeat;
}
.mail {
	background: url('../img/email.svg') left center no-repeat;	
}
.phone:not(:first-child), .mail:not(:first-child) {
	margin-left: 20px;	
}

.form{
	background: #038385;
	padding: 40px 0 20px;
	font-size: 18px;
	position: relative;
}
.form .container {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.form .input_block {
	width: 100%;
}
.form .input_block:not(:last-child) {
	margin-right: 10px;
}
.form .input_block.btn {
	width: auto;
	padding-bottom: 20px;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
.form input {
	width: 100%;
	height: 70px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #FFF;
	padding: 0 20px;
	background: rgba(255, 255, 255, .2);
}
.form input::placeholder {
	color: #FFF;
}
.form input.err {
	border: 1px solid red;
}
.form input.err::placeholder {
	color: red;
}
.form button {
	height: 70px;
	padding: 0 40px;
	background: #5BA645;
	color: #FFF;
	border: 1px solid #5BA645;
	transition: .2s background, .2s color;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	outline: none;
	cursor: pointer;
}
.form button:hover { 
	color: #5BA645;
	background: #FFF;
}
.form button:focus { 
	outline: none;
}
.form .error {
	height: 15px;
	margin-top: 5px;
	color: red;
	font-size: 14px;
}
.form .succes_title {
	background: #038385;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	text-align: center;
}

@media only screen and (max-width : 1199px) {
	body {
		min-height: 670px;
	}
	.container {	
		width: 900px;
	}
	main {
		padding: 4vh 0 1vh
	}
	h1 {
		font-size: 70px;
	}
	h1 .star {
		font-size: 40px;
		top: 20px;
	}
	.nums_block {
	    min-height: 130px;
	}
	.nums_block .item:first-child {
	    padding-right: 60px;
	}
	.nums_block .item:last-child {
	    padding-left: 60px;
	}
	.nums_block .img_block {
		margin-right: 30px;
		font-size: 110px;
		line-height: 110px;
	}
	.nums_block .img_block img {
		max-width: 102px;
	}
	.nums_block .text_block {
		font-size: 20px;
	}
	.text_1 {
		font-size: 40px;
	}
	.text_2 {
		font-size: 16px;
	}
	footer .container {
		padding: 4.1vh 0;
	}
	.logo {
		width: 180px;
	}
	.contacts_block:not(:first-child) {
		margin-left: 55px;
		padding-left: 55px;
	}
	footer .title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.contact_item:not(:last-child) {
		margin-bottom: 4px;
	}
	.name {
		font-size: 20px;
	}
	.form{
		padding: 30px 0 10px;
		font-size: 16px;
	}
	.form input {
		height: 60px;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
	}
	.form button {
		height: 60px;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
	}
}


@media only screen and (max-width : 991px) {
	body {
		min-height: 520px;
	}
	.container {	
		width: 700px;
	}
	main {
		padding: 3vh 0 1vh
	}
	h1 {
		font-size: 50px;
	}
	h1 .star {
		font-size: 20px;
		top: 12px;
	}
	.nums_block {
	    min-height: 110px;
	}
	.nums_block .item:first-child {
	    padding-right: 40px;
	}
	.nums_block .item:last-child {
	    padding-left: 40px;
	}
	.nums_block .img_block {
		margin-right: 20px;
		font-size: 80px;
		line-height: 80px;
	}
	.nums_block .img_block img {
		max-width: 80px;
	}
	.nums_block .text_block {
		font-size: 18px;
	}
	.text_1 {
		font-size: 30px;
	}
	.text_2 {
		font-size: 12px;
	}
	footer .container {
		padding: 3.1vh 0;
	}
	.logo {
		width: 150px;
	}
	.contacts_block:not(:first-child) {
		margin-left: 35px;
		padding-left: 35px;
	}
	footer .title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.name {
		font-size: 18px;
	}
	.name:not(:last-child) {
		margin-right: 5px;
	}
	.phone:not(:first-child), .mail:not(:first-child) {
		margin-left: 15px;	
	}
	.form{
		padding: 20px 0 5px;
		font-size: 14px;
	}
	.form .input_block.btn {
		padding-bottom: 15px;
	}
	.form input {
		height: 50px;
	}
	.form button {
		height: 50px;
	}
	.form .error {
		margin-top: 0;
	}
}


@media only screen and (max-width : 767px) {
	body {
		min-height: 0;
		height: auto;
	}
	.container {	
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	main {
		padding: 2vh 0 .5vh;
		height: 100vh;
		min-height: 320px;
	}
	main .container {
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}
	h1 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	h1 .star {
		font-size: 14px;
		top: 5px;
	}
	.nums_block {
	    min-height: none;
	    margin-bottom: 15px;
	}
	.nums_block {
		display: block;
	}
	.nums_block .item {
		padding: 0;
		width: 100%;
	}
	.nums_block .item:first-child {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	    border-right: none;
	    border-bottom: 1px solid #FFF;
	    padding: 0 0 15px 0;
	    margin-bottom: 15px;
	}
	.nums_block .item:last-child {
	 	padding: 0;   
    }
	.nums_block .img_block {
		margin-right: 20px;
		font-size: 30px;
		line-height: 30px;
	}
	.nums_block .img_block img {
		max-width: 30px;
	}
	.nums_block .text_block {
		font-size: 16px;
	}
	.text_1 {
		font-size: 20px;
	}

	footer .container {
		padding: 1vh 16px;
		display: block;
	}
	.logo {
		width: 70px;
		margin: 0 auto;
	}
	.contacts_block:not(:first-child) {
		margin: 5px 0 0;
		padding: 10px 0 0;
		border-left: none;
		border-top: 1px solid #C8C8C8;
	}
	.contact_item {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-align-items: center;
	            align-items: center;
	}
	.contact_item:not(:last-child){
		margin-bottom: 10px;
	}
	footer .title {
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	.name {
		font-size: 16px;
	}
	.name:not(:last-child) {
		margin: 0 0 5px;
	}
	.phone:not(:first-child), .mail:not(:first-child) {
		margin: 0 0 5px;
	}
	
	.form{
		padding: 15px 0;
	}
	.form .container {
		display: block;
	}
	.form .input_block:not(:last-child) {
		margin: 0;
	}
	.form .input_block.btn {
		padding-bottom: 0;
	}
	.form input {
		height: 40px;
		padding: 0 10px;
	}
	.form button {
		height: 40px;
		width: 100%;
		padding: 0 15px;
	}
	.form .error {
		height: 15px;
		font-size: 12px;
	}
}



