@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 0 10px;
	border-bottom: 1px dashed #ffffff;
	cursor: pointer;
}

menu a:hover {
	border: none;
}

header, section {
	padding: 95px 20px;
}

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: 280px 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 {
	float: left;
	width: 30%;
	margin: 0 5% 0 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 {
	width: 50px;
	height: 50px;
	background: #000000;
	text-align: center;
	margin: 0 auto 20px auto;
	color: #ffffff;
	padding: 15px;

	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#hand {
	position: absolute;
	right: 0;
	bottom: -95px;
	max-width: 30%;
}

.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: 30%;
	top: -95px;
	height: calc(100% + 190px);
	width: 2000px;
	background: rgba(69,186,185,0.7);
	z-index: -1;
}

iframe {
	position: absolute;
	right: 15%;
	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: -115px;
	cursor: pointer;

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

#mobmenu {
	display: none;
}