@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic-ext');

* {
	font-family: 'Roboto';
	font-size: 14pt;
	box-sizing: border-box;
	outline: none;
}

html, body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	z-index: -3;
}

menu {
	background: #38b8b8;
	padding: 20px;
	margin: 0;
}

menu a {
	color: #ffffff;
	font-size: 12pt;
	margin: 0 0 10px 10px;
	border-bottom: 1px dashed #ffffff;
	cursor: pointer;
}

menu a:hover {
	border: none;
}

header, section {
	padding: 50px 20px;
	overflow: hidden;
}

header {
	background: #44bab9;
	background-image: url(../img/facility.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #ffffff;
}

header p {
	padding: 0;
	margin: 0;
}

.carrot {
	background: #f15f49;
	color: #ffffff;
}

.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.content.center {
	max-width: 600px;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1 {
	font-size: 24pt;
	text-align: right;
	margin: 150px 0 0 0;
	padding: 0;
}

h2 {
	font-size: 22pt;
	font-weight: 700;
	text-align: center;
	margin: 0 0 50px 0;
}

h2.left {
	text-align: left;
}

h3 {
	font-size: 18pt;
	font-weight: 400;
}

.carrot h2, .carrot h3, .carrot p, .carrot li {
	color: #ffffff;
}

p {
	font-size: 14pt;
}

li {
	font-size: 14pt;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(../img/bullit.svg);
	background-repeat: no-repeat;
	background-size: auto 20px;
	margin: 0 0 20px 0;
}

.float {
	width: 100%;
	margin: 0;
	position: relative;
}

.float:nth-child(4n) {
	margin: 0;
}

.clear {
	clear: both;
}

.marked {
	padding: 0 0 0 20px;
	border-left: 1px solid #ffffff;
	margin: 0 0 20px 0;
}

.button {
	float: left;
	padding: 15px 40px;
	background: #ffffff;
	color: #000000;
	cursor: pointer;

	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.button:hover {
	background: #fbc9c2;
}

.number {
	display: none;
}

#hand {
	display: none;
}

.net {
	background-image: url(../img/net.png);
	background-position: center center;
}

#contacts {
	pointer-events: none;
}

#contacts .float {
	pointer-events: auto;
}

#contacts p, #contacts a {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#contacts h2 {
	color: #ffffff;
}

#bottombg {
	position: absolute;
	right: -20px;
	top: -50px;
	height: calc(100% + 150px);
	width: 800px;
	background: rgba(69,186,185,0.7);
	z-index: -1;
}

iframe {
	position: absolute;
	right: 50%;
	top: -95px;
	height: calc(100% + 190px);
	width: 3000px;
	z-index: -2;
	pointer-events: auto;

	-webkit-transform: translate(50%);
	transform: translate(50%);
}

input, textarea {
	width: 100%;
	padding: 15px;
	border: 0;
	font-style: italic;
	color: #ccc;
	margin: 0 0 20px 0;
	font-size: 13px;
}

textarea {
	height: 150px;
}

#contacts .button {
	float: right;
	color: #f15f49;
	border: 1px solid #f15f49;
}

#arrow {
	position: absolute;
	left: 50%;
	top: -70px;

	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#logo {
	max-width: 100%;
}

.icon {
	margin: 10px 0 -20px 0;
}

.icon:first-child {
	margin: 0 0 -20px 0;
}

#address {
	margin: 20px 0 0 0;
}

#descmenu {
	display: none;
}

#lines {
	position: relative;
	width: 30px;
	height: 20px;
	margin: 0 0 0 auto;
	cursor: pointer;
}

#line1, #line2, #line3 {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 10%;
	background: #ffffff;

	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#line1 {
	top: 5%;
}

#line2 {
	top: 50%;
}

#line3 {
	top: 95%;
}

.active #line1 {
	top: 50%;

	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.active #line2 {
	width: 0;
}

.active #line3 {
	top: 50%;

	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

#moblist {
	position: absolute;
	width: calc(100% + 40px);
	right: -20px;
	top: 100%;
	padding: 20px;
	background: #38b8b8;
	z-index: 500;
	display: none;
}