html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.buttom {
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
body {
	font-family: 'Play', sans-serif;
	position: relative;
	margin-top: 75px;
}
h1 {
	font-size: 75px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Istok Web', sans-serif;
	color: #03a9f4;
	padding-top: 70px;
}
h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
h3	{
	font-size: 22px;
	color: #333;
}
.blue {color: #03a9f4;}
.white {color: #fff;}
.green {color: #0ECA04; font-weight: 900;}
header {
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	z-index: 88;
	background-color: #fff;
	box-shadow: rgba(50, 50, 50, 0.06) 0px 5px 10px 0px;
}
section {width: 100%;}
footer {width: 100%;}
.container {
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.logo {float: left;}
.logo img {height: 55px; padding: 10px;}
ul {float: right;}
li {float: left;}
.nav li a {
	display: block;
	padding: 31px 10px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
#touch-menu {
	display: block;
	padding: 18px 10px;
}
.nav li a:hover,
#touch-menu:hover {color: #03a9f4;}
.nav li a.active {color: #03a9f4;}
#touch-menu {display: none;}
.hero {
	text-align: center;
	background-image: url(../images/hero-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 580px;
	margin-top: 75px;
	margin-bottom: -132px;
}
.hero p {
	font-size: 22px;
	letter-spacing: 0.4px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	line-height: 25px;
	font-weight: 100;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 1);
	padding-top: 30px;
	padding-left: 15%;
	padding-right: 15%;
}
.lk-button {margin-top: 60px;}
.lk-button a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #03a9f4;
	padding: 15px;
	border-radius: 4px;
}
.lk-button a:hover {background-color: #41C2FA;}
.lk-button a:active {
	box-shadow: 0 3px 16px 0 rgba(3,196,235, .4);
}
.work {
	position: relative;
	background-color: #f8f9f9;
}
.work-block {
	text-align: center;
	float: left;
	max-width: 20%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 50px;
}
.work-block h3 {
	padding-top: 5%;
	font-size: 20px;
	color: #333;
}
.work-block p {
	color: #777;
	font-size: 18px;
	padding-top: 5%;
}
.services {background-color: #222;}
.ser-block-1 {
	width: 40%;
	padding-top: 20px;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}
.ser-block-2 {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 50px;
	float: left;
}
.services h3 {
	font-size: 22px;
	text-align: center;
	border-bottom: 3px solid rgba(189, 189, 189, 0.2);
	color: #03a9f4;
	padding-bottom: 5%;
}
.services p {
	color: #fff;
	font-size: 18px;
	padding-top: 5%;
}
.info-1 h2 {padding-bottom: 40px;}
.info-1 {
	text-align: center;
	padding-bottom: 25px;
}
.info-1 img {width: 90%;}
.info-2 h2 { 
	padding-top: 50px;
	padding-bottom: 35px;
}
.info-2 {
	padding-bottom: 50px;
	text-align: center;
	background-color: #222;
}
.info-2 img {width: 80%;}
.info-3 h2 {padding-bottom: 45px;}
.info-3 {
	text-align: center;
}
.info-3-1 {width: 90%;}
.info-3-2 {
	width: 90%;
	padding-bottom: 20px;
}
.info-4 h2 {padding-bottom: 40px;}
.info-4 {
	text-align: center;
	background-color: #222;
}
.info-4 img {
	width: 90%;
	padding-bottom: 25px;
}
.com-mid {
	padding-top: 30px;
	padding-bottom: 50px;
}
.company {float: left;}
.company img {max-width: 100%;}
.raw {
	padding-left: 15%;
	padding-right: 15%;
}
.com-1 {max-width: 20%;}
.com-2 {max-width: 35%;}
.com-3 {max-width: 28%;}
.com-4 {max-width: 17%;}
.value {background-color: #f8f9f9;}
.value-block {
	width: 33.3%;
	float: left;
	margin-bottom: 50px;
}
.value-raw {padding: 5%;}
.value-con {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.value-con h3 {
	color: #fff;
	text-align: center;
	background-color: #222;
	padding-top: 20px;
	padding-bottom: 20px;
}
.value-con:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.value-con:hover h3 {
	background-color: #03a9f4;
}
.value-p {
	padding-left: 5%;
	padding-right: 5%;
	color: #777;
	font-size: 18px;
}
.value-p p {
	padding-top: 10%;
}
h6	{
	color: #333;
	border-top: 3px solid rgba(189, 189, 189, 0.5);
	font-size: 30px;
	text-align: center;
	margin-top: 10%;
	padding-top: 5%;
	padding-bottom: 8%;
}
.rub {font-size: 18px;}
.value-rup {
	padding-left: 5%;
	padding-right: 5%;
}








.info-v {
	background-color: #222;
	text-align: center;
}
.info-v img {max-width: 100%;}
.info-v h3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.info-v p {
	color: #fff;
	text-align: left;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-right: 25%;
	padding-top: 20px;
}
.info-v-f {float: left;}
.t-block-1 {width: 22%;}
.t-block-2 {width: 22%;}
.t-block-3 {width: 20%;}
.t-block-4 {width: 21%;}
.t-block-5 {width: 15%;}
.t-block-6 {width: 27%;}
.t-block-7 {width: 27%;}
.t-block-8 {width: 22%;}
.t-block-9 {width: 24%;}
.red-box-r {float:left; width: 33.3%;}

.red-box {
	margin: 7%;
	border: 3px solid #ef9a9a;
	border-radius: 7px;
}
.red-box p {
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 10%;
	padding-bottom: 10%;
}
.green-box {
	margin: 7%;
	margin-bottom: 50px;
	border: 3px solid #65ba6a;
	border-radius: 7px;
}
.green-box p {
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 10%;
	padding-bottom: 10%;
}
.news { background-color: #f8f9f9;}
.news p {line-height: 27px; word-spacing: 3px;}
.news-text a { color: #777;}
.news-text a:hover {color: #03a9f4;}
.news h2 {padding-bottom: 50px;}
article {
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: 1px solid #e9e9e9;
}
.news-img {
	float: left;
	max-width: 20%;
}
.news-img img {max-width: 100%;}
.news-block {
	float: left;
	text-align: left;
	padding-left: 5%;
	max-width: 75%;
}
.date {
	font-size: 12px;
	padding-bottom: 10px;
}
.news-text {
	padding-top: 2%;
	font-size: 17px;
	color: #777;
}
.news-button {
	text-align: center;
	border-top: 1px solid #e9e9e9;
	padding-top: 60px;
	padding-bottom: 60px;
}
.news-button a {
	font-size: 15px;
	color: #03a9f4;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #f8f9f9;
	border: 1px solid #03a9f4;
	padding: 10px;
	border-radius: 2px;
}
.news-button a:hover {
	background-color: #03a9f4;
	color: #fff;
}
.news-button a:active {
	box-shadow: 0 3px 16px 0 rgba(3,196,235, 0.4);
}
.map-google {height: 400px;}
.contacts {
	background-color: #111;
	color: #fff;
	font-size: 17px;
	word-spacing: 3px;
}
.cont-block1 {
	padding: 40px 0;
	text-align: left;
	line-height: 40px;
	max-width: 70%;
	float: left;
}
.cont-block1 a {
	color: #fff;
	text-decoration: none;
}
.cont-block1 a:hover {color: #03a9f4;}
.cont-block2 {
	text-align: center;
	padding: 60px 0;
	text-transform: uppercase;
	max-width: 30%;
	float: right;
}
.contacts a {text-decoration: none;}
svg {
	fill: #fff;
	padding-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
svg:hover {stroke: #03a9f4; fill: #03a9f4;}
footer {
	text-align: center;
	padding: 35px 0;
	font-size: 14px;
	word-spacing: 3px;
	background-color: #222;
	color: #bbb;
}
@media (max-width: 1024px) {
	.nav {
		position: absolute;
		top: 100%;
		left: 5%;
		right: 5%;
		display: none;
	}
	.nav li {float: none;}
	.nav li a {
		padding: 15px 10px;
		color: #777;
		border-top: 1px solid #e0e0e0;
		background-color: #FFF;
		box-shadow: rgba(50, 50, 50, 0.06) 0px 5px 10px 0px;
	}
	.nav li a:hover {color: #000;}
	#touch-menu {
		display: block;
		float: right;
		margin-right: 35px;
	}
	.hero h1 {font-size: 50px;}
	.hero p {font-size: 15px;}
	h2 {font-size: 20px;}
	h3	{font-size: 15px;}
	.news-text {font-size: 12px;}
	.cont-block1 {font-size: 14px;}
	.services h3 {font-size: 15px;}
	.services p {font-size: 15px;}
	.work-block h3 {font-size: 15px;}
	.work-block p {font-size: 14px;}
	.interation p {font-size: 14px;}
	.info-v p {font-size: 11px;}
}
