/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
@font-face {
	font-family: 'Raleway-Thin';
	src: url('../fonts/Raleway-Thin/Raleway-Thin.eot');
	src: local('☺'), url('../fonts/Raleway-Thin/Raleway-Thin.woff') format('woff'), url('../fonts/Raleway-Thin/Raleway-Thin.ttf') format('truetype'), url('../fonts/Raleway-Thin/Raleway-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Light';
	src: url('../fonts/Raleway-Light/Raleway-Light.eot');
	src: local('☺'), url('../fonts/Raleway-Light/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light/Raleway-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular/Raleway-Regular.eot');
	src: local('☺'), url('../fonts/Raleway-Regular/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Medium';
	src: url('../fonts/Raleway-Medium/Raleway-Medium.eot');
	src: local('☺'), url('../fonts/Raleway-Medium/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium/Raleway-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-SemiBold';
	src: url('../fonts/Raleway-SemiBold/Raleway-SemiBold.eot');
	src: local('☺'), url('../fonts/Raleway-SemiBold/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold/Raleway-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold/Raleway-Bold.eot');
	src: local('☺'), url('../fonts/Raleway-Bold/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold/Raleway-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-ExtraBold';
	src: url('../fonts/Raleway-ExtraBold/Raleway-ExtraBold.eot');
	src: local('☺'), url('../fonts/Raleway-ExtraBold/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold/Raleway-ExtraBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body *{
  max-height: 1000000px;
}
body{
  font-family: 'Raleway-light';
  font-size: 15px;
  background: #36495c;
  color: #ffffff;
}
.light{
  font-family: 'Raleway-Regular';
}
.light{
  font-family: 'Raleway-Light';
}
.medium{
  font-family: 'Raleway-Medium';
}
.bold{
  font-family: 'Raleway-Bold';
}
.semibold{
  font-family: 'Raleway-SemiBold';
}
.extrabold{
  font-family: 'Raleway-ExtraBold';
}









header{
	background: url('../img/header-back.svg') center bottom no-repeat;
	height: 180px;
	color: #fff;
	z-index: 2;
	    position: relative;
}
header .container{
	padding-top: 36px;
}
header .logo-container{
	margin-top: -10px;
}

header .svg {
    fill: #ffffff;
}
header .label {
    font-size: 16px;
		padding: 0;
    line-height: 1.5;
}
header li a {
    color: #fff;
		font-family: tahoma;
		font-size: 20px;
		transition: all ease .3s;
}
header li a:hover {
    color: #ddd;
		text-decoration: none;
		transition: all ease .3s;
}
header #phone-icon{
	width: 75px;
}
header #envelope-icon{
	width: 75px;
}
.section-1{
	background-image: url("../img/bg_repeat.png");
	background-color: rgb(189, 215, 235);
	background-position: 50% 50%;
	margin-top: -180px;
	z-index: 1;
	color: #35495d;
	text-align: center;
	background-size: 14px 100%;
	position: relative;
}
.section-1 .wrapper{
	padding-top: 290px;
	background: url('../img/tile.png') center top repeat;
	background-position: 50% 100%;
	background-color: rgba(0, 0, 0, 0);
	background-size: cover;
	height: 600px;
}
.section-1 h1{
	font-size: 50px;
	margin-bottom: 34px;
	font-family: 'Raleway-SemiBold';
}
.section-1 h2{
	font-size: 26px;
	margin-bottom: 10px;
	font-family: 'Raleway-SemiBold';
}
.section-1 p{
	font-size: 18px;
}
.section-2{
	background: url('../img/img_whychooseus-2.jpg') left top no-repeat #5f6162;
	color: #95a5a6;
	padding: 90px 0;

    background-size: 100%;
	border-top: 1px solid #35495d;
}
.section-2 div.col-md-12{
	margin-bottom: 40px;
}
.section-2 h2, .section-2 h3{
	font-family: 'Raleway-SemiBold';
	color: #35495d;
}
.section-2 h2{
	font-size: 29px;
	margin-bottom: 36px;
}
.section-2 h3{
	font-size: 25px;
	margin-bottom: 26px;
}
.section-2 p{
	line-height: 1.6;
	margin-bottom: 26px;
	font-size: 14px;
}
.section-3{
	background: url('../img/bg-down-arrow.svg') center bottom no-repeat;
	height: 150px;
	margin-top: -150px;
	position: relative;
	z-index: 2
}
.section-4{
background: #36495c;
padding: 30px 0 0;
}
.section-4 h2,
.section-7 h2{
color: #ffffff;
font-size: 32px;
line-height: 42px;
margin-bottom: 30px;
font-family: 'Raleway-SemiBold';
text-align: center;
}
.section-4 h2 span{
color: #00afed;
font-size: 15px;
font-family: 'Raleway-Bold';
}
.section-7 h2 i,
.section-4 h2 i{
display: block;
height: 2px;
width: 60px;
background: #fff;
margin: 10px auto 0;
}
.section-4 .nav-tabs .svg{
	height: 56px;
	display: block;
	margin: 0 auto;
	transition: all ease .3s
}
.section-4 .nav-tabs .svg *{
	fill: #fff
}
.section-4 .nav-tabs a[href="#tab-4"] .svg,
.section-4 .nav-tabs a[href="#tab-5"] .svg{
	width: 55px;
}
.section-4 .nav-tabs a{
	color: #fff;
	text-decoration: none;
	transition: all ease .3s
}
.section-4 .nav-tabs .active a{
	color: #00afed;
	text-decoration: none;
	transition: all ease .3s
}
.section-4 .nav-tabs .active{
	box-shadow: inset -1px 0 0 0 #5d6d7e, inset 0 -5px 0 0 #00afed;
	transition: all ease .3s;
}
.section-4 .nav-tabs li:hover a{
	text-decoration: none;
	}
.section-4 .nav-tabs .active a .svg *{
	fill: #00afed;
	transition: all ease .3s;
}
.section-4 .nav-tabs li{
	box-shadow: inset -1px 0 0 0 #5d6d7e;
	transition: all ease .3s;
}
.section-4 .nav-tabs li:first-child{
		box-shadow: inset -1px 0 0 0 #5d6d7e, inset 1px 0 0 0 #5d6d7e;
}
.section-4 .nav-tabs li.active:first-child{
		box-shadow: inset -1px 0 0 0 #5d6d7e, inset 1px 0 0 0 #5d6d7e, inset 0 -5px 0 0 #00afed;
}
.section-4 .nav-tabs li span{
	display: block;
	margin-top: 5px;
	min-height: 4rem;
}
.section-4 .nav-tabs li:hover .svg{
	transform: scale(1);
	transform-origin: 50% 100%;
	transition: all ease .3s;
}
.section-4 .nav-tabs li:hover .svg{
	transform: scale(1.08);
	transition:all cubic-bezier(0.25, 0.1, 0, 2) .3s;
}
.section-4 .nav-tabs li.active:hover .svg{
	transform: scale(1);
}
.section-4 .tab-content{
	margin-top: 60px;
	overflow: hidden;
	transition: all ease .3s;
}
.section-4 .tab-content h3{
	font-size: 32px;
	color: #00afed;
	font-family: 'Raleway-SemiBold';
	margin-bottom: 40px;
}
.section-4 .tab-content p{
	margin-bottom: 20px;
	line-height: 1.2;
}
.section-4 .tab-content img.col-md-6{
	margin-bottom:20px
}

.section-5{
	height: 150px;
	margin-bottom: -150px;
	background: url('../img/bg-up-arrow.svg') center bottom;
	position: relative;
	z-index: 2;
}
.section-6{
	background: url('../img/bg.jpg') center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.section-6>.advantages:first-child{
	padding-top: 180px;
	padding-bottom: 180px;
	background: hsla(196,60%,56%,0.7);
}
.section-6 .col-md-4 p{
	font-family: 'Raleway-Light';
	font-size: 26px;
	line-height: 1.4;
}
.section-6 .col-md-4 p span{
	font-family: 'Raleway-Light';
}
.section-6 .col-md-4 .svg{
	fill: #fff;
	    height: 48px;
}
.section-6 p.lg-num{
	font-size: 225px;
	line-height: 0.9;
	font-family: 'Raleway-Thin';
	margin-bottom: 40px;
}
.section-6 .advantages .divider{
	height: 194px;
}
.section-6 .col-md-10 hr{
	margin: 35px 0;
}
.section-6 .about-us h2{
	font-family: 'Raleway-SemiBold';
	font-size: 26px;
	margin-bottom: 25px;
}
.section-6 .about-us p{
	font-family: 'Raleway-Light';
	line-height: 1.6;
	margin-bottom: 20px;
}
.section-6 .advantages{
    padding-left: 40px;
    padding-right: 40px;
}
.section-7{
	padding: 30px 0 60px;
	/*background: url(http://cleanco.detheme.com/wp-content/uploads/2014/10/bg_footer.jpg) center top no-repeat;*/
	background-size: 100%;
}
.section-8{
	font-size: 18px;
	padding: 25px 0;
}
.section-8 a{
	color: #fff;
	text-decoration: none;
}
.section-8 a .svg{
	    margin: 0 3px -2px;
}
.section-8 a:hover .svg {
	-webkit-animation: pulsate 0.9s ease-out infinite;
	-moz-animation: pulsate 0.9s ease-out infinite;
	-o-animation: pulsate 0.9s ease-out infinite;
	-ms-animation: pulsate 0.9s ease-out infinite;
	animation: pulsate 0.9s ease-out infinite;
}

.lang *{
	transition: all ease .3s;
}
.lang{
	width: 80px;
	text-align: center;
	position: absolute;
	right: -80px;
}
.lang .img .svg{
	width: 33px;
	height: 20px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.lang a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.lang .en, .lang .ru{
	padding: 0 10px 0 0;
	width: 50%;
	float: left
}
.lang .en:hover a, .lang .ru:hover a{
	color: #00afed;
}
.lang a:not(.img) {
    opacity: 0;
    margin-top: -20px;
    display: block;
		z-index: 2;
}
.lang:hover a:not(.img){
	    opacity: 1;
	    margin-top: 0;
}
.lang .ru a:not(.img){
	transition-delay: .1s;
}
header .container{
	position: relative;
}
.mssg-error, .mssg-success{
    margin-top: 10px;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.8); opacity: 0;} 50% {opacity: 1;} 99% {-webkit-transform: scale(1.2); opacity: 0;} 99% {-webkit-transform: scale(1); opacity: 0;}
}
@-moz-keyframes pulsate {
    0% {-moz-transform: scale(0.8); opacity: 0;} 50% {opacity: 1;} 99% {-moz-transform: scale(1.2); opacity: 0;} 100% {-moz-transform: scale(1); opacity: 0;}
}
@-o-keyframes pulsate {
    0% {-o-transform: scale(0.8); opacity: 0;} 50% {opacity: 1;} 99% {-o-transform: scale(1.2); opacity: 0;} 100% {-o-transform: scale(1); opacity: 0;}
}
@-ms-keyframes pulsate {
    0% {-ms-transform: scale(0.8); opacity: 0;} 50% {opacity: 1;} 99% {-ms-transform: scale(1.2); opacity: 0;} 100% {-ms-transform: scale(1); opacity: 0;}
}
@keyframes pulsate {
    0% {transform: scale(0.8); opacity: 0;} 50% {opacity: 1;} 99% {transform: scale(1.2); opacity: 0;} 100% {transform: scale(1); opacity: 0;}
}


@media (min-width:2560px){
	.section-3, .section-5, header{
		background-size: 100% 150px;
	}
	header{
		background-size: 100% auto;
	}
}
@media (max-width:1500px){
	.section-6 .advantages{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:1350px){
	.lang {
    right: -20px;
	}
}
@media (max-width:1200px){
	header #phone-icon, header #envelope-icon {
    width: 25%;
	}
	.section-2 {
    background-position: -30px top;
	}
	.lang {
		right: -80px;
	}
}
@media (max-width:1150px){
	.lang{
    right: -10px;
    top: 10px;
}
}
@media (max-width:992px){
	header #phone-icon, header #envelope-icon {
		height: 35px;
		width: inherit;
	}
	header #phone-icon{
		    margin-bottom: 3px;
	}
	header {
		background: #36495C;
		height: 140px;
		overflow: hidden;
	}
	header .container {
		padding-top: 0;
	}
	header .logo-container {
		background: #fff;
		margin-top: 0px;
    padding-bottom: 10px;
	}
	header ul {
		padding-top: 20px;
	}
	.section-2 {
    background: url('../img/img_whychooseus-2opacity.jpg') left top no-repeat #dde6eb;
	}
	.section-2 p {
    color: #333;
	}
	.section-4 .nav-tabs li {
    box-shadow: inset -1px 0 0 0 #5d6d7e, inset 1px 0 0 0 #5d6d7e;
	}
	.section-4 .nav-tabs .active {
    box-shadow: inset -1px 0 0 0 #5d6d7e, inset 1px 0 0 0 #5d6d7e , inset 0 -5px 0 0 #00afed;
	}
	.section-6 .advantages .divider {
    height: 74px;
	}
	.section-6 .advantages .item-1 {
    margin-bottom: 30px;
	}
}
@media (max-width:768px){
	header {
		overflow: visible;
		height: auto;
		background: #fff;
		color: #fff;
		padding: 20px 0 40px;
	}
	header .svg {
    fill: #333;
	}
	header .label, header li a{
		color: #333;
	}
	header .logo-container {
    margin-bottom: 30px;
	}
	.section-1 .wrapper {
		padding-top: 240px;
		height: 500px;
	}
	.section-1 h1 {
		font-size: 26px;
	}
	.section-1 h2 {
		font-size: 20px;
	}
	.lang  a{
		    color: #333;
	}
	.lang {
	    position: relative;
	    right: 0;
	    top: 0;
	    float: right;
	}
}
