@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url('../fonts/HelveticaNeueCyrMedium.eot');
    src: url('../fonts/HelveticaNeueCyrMedium.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCyrMedium.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCyrMedium.woff') format('woff'),
         url('../fonts/HelveticaNeueCyrMedium.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyrMedium.svg#HelveticaNeueCyrMedium') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueCyrLight';
    src: url('../fonts/HelveticaNeueCyrLight.eot');
    src: url('../fonts/HelveticaNeueCyrLight.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCyrLight.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCyrLight.woff') format('woff'),
         url('../fonts/HelveticaNeueCyrLight.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyrLight.svg#HelveticaNeueCyrLight') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../fonts/HelveticaNeueCondensedBold.eot');
    src: url('../fonts/HelveticaNeueCondensedBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCondensedBold.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCondensedBold.woff') format('woff'),
         url('../fonts/HelveticaNeueCondensedBold.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCondensedBold.svg#HelveticaNeueCondensedBold') format('svg');
}

@font-face {
	font-family: 'Bebas Neue Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas Neue Regular'), url('../fonts/BebasNeue Regular.woff') format('woff');
}

.bebareg{
	font-family: 'Bebas Neue Regular';
}

@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueBold.otf')  format('opentype'),
	     url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf')  format('truetype'), url('BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.bebabold{
	font-family: 'BebasNeueBold';
}

@font-face {
  font-family: 'BebasNeueBook';
  src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook.ttf')  format('truetype'), url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}


.beba_book{
	font-family: 'BebasNeueBook';
}


.hb{
	font-family: 'HelveticaNeueCondensedBold';
}

.hn{
	font-family: 'HelveticaNeueCyrMedium';
}
.hl{
	font-family: 'HelveticaNeueCyrLight';
}

/* Yahoo! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	/* overflow: auto; */
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* End of Yahoo! CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
a{
	text-decoration: none;
}
.wrapper {
	width: 1280px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	box-sizing: border-box;
}


footer .phone,
header .phone {
	font: 38px 'Bebas Neue Regular';
	float: left;
	margin: 28px 0 0 23px;
	color: #fff;
}

footer .phone{
	color: #38a0e1;
	margin-top: 49px;
	float: right;
}

footer .phone span,
header .phone span{
	font: 22px 'BebasNeueBook';
	color: #4ebbff;
	display: block;
	float: left;
	margin: 2px 3px 0 4px;
}

footer .phone span{
	color: #25334a;
}

header .call_me {
	color: #fff;
	border-radius: 4px;
	background-color: #EE5F61;
	width: 131px;
	height: 35px;
	float: left;
	margin: 30px 0 0 17px;
	display: block;
	padding-top: 8px;
	box-sizing: border-box;
	text-align: center;
	font: 14px 'HelveticaNeueCyr-Roman';
}

.call_me:hover{
	cursor: pointer;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 96px;
	background: #2a384f;
	position: fixed;
	width: 100%;
	z-index: 999;
}


.footer nav ,
.header nav {
	height: 96px;
	float:left;
	margin-left:63px;
}

.footer nav {
	height: 145px;
	margin-left: 118px;
}

.footer nav a,
.header nav a{
    font: 23px 'Bebas Neue Regular';
    color: #fff;
    height: 100%;
    display: block;
    float: left;
    line-height: 96px;
    margin-right: 35px;
}


.footer nav a{
	line-height: 145px;
	color: #25334a;
}

.footer nav a:hover,
.header nav a:hover{
	color: #ee5f61;
}

footer .logo{ margin-top: 44px; }

.logo{
	margin: 21px 0 0 0; 
	display: block;
	float: left;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding-top: 96px;
}


.screen1{
	background: url('../img/screen1.jpg') no-repeat top center;
	height: 569px;
}

.screen1 .wrapper{
	padding-top: 1px;
}

.nwork{
	color: #ee5f61;
	background-color: #fff;
	font: 48px 'BebasNeueBold';
	border-radius: 4px;
	width: 397px;
	height: 63px;
	line-height: 67px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 157px;
}


.nwork1{
	color: #ee5f61;
	background-color: #fff;
	font: 48px 'BebasNeueBold';
	border-radius: 4px;
	width: 325px;
	height: 63px;
	line-height: 69px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -11px;
}

.nwork2{
	width: 317px;
}

section.sc_giri{
	height: 572px;
}

section.sc_giri .nwork{
	margin-top: 131px;
}

section.sc_giri .ntxt{
	width: 344px;
	margin-top: 53px;
	font-size: 43px;
	margin-left: 0;
}

section.sc_giri .ntxt span{
	
}

.ntxt{
	color: #2a384f;
	font-size: 33px;
	font-family: 'Bebas Neue Regular';
	width: 397px;
	margin-top: 32px;
	margin-left: 9px;
}

.ntxt span{
	font-family: 'BebasNeueBold';
	display: block;
	text-align: left;
	margin-top: 33px;
	margin-right: 10px;
}

.vesu{
	background: url('../img/vesu.png') no-repeat top left;
	height: 609px;
	width: 520px;
	position: absolute;
	left: 314px;
	top: -13px;
	z-index: 1000;
}

.lubue span{
	border-radius: 4px;
	background-color: rgb( 42, 56, 79 );
	font: 17px 'HelveticaNeueCyrLight';
	height: 24px;
	padding: 3px 4px;
	margin-bottom: 9px;
}

.lubue{
	color: #fff;
	font: 18px 'HelveticaNeueCyrMedium';
	margin: 172px 0 0 3px;
	line-height: 28px;
}


.form_container{
  border-radius: 4px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 11px 10px 0px rgb( 53, 84, 117 );
  position: absolute;
  right: 26px;
  top: 53px;
  width: 391px;
  height: 451px;

}

.form_title{
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  color: rgb( 42, 56, 79 );
  text-align: center;
  margin-top: 27px;
  line-height: 26px;
  margin-bottom: 18px;
}

.form_title span{
	font-size: 43px;
	font-family: "BebasNeueBold";
	line-height: 42px;
}

.form_container form input[type="text"],
.form_container form input[type="email"]{
	  border-style: solid;
	  border-width: 1px;
	  border-color: rgb( 179, 185, 196 );
	  border-radius: 7px;
	  background-color: rgb( 249, 249, 249 );
	  width: 333px;
	  height: 46px;
	  text-align: center;
	  color: #929aa6;
	  font-size: 16px;
	  line-height: 44px;
	  font-family: 'HelveticaNeueCyr-Roman';
	  margin: 14px auto;
	  display: block;
}


.form_container form input[type="submit"]{
  border-radius: 7px;
  background-color: rgb( 238, 95, 97 );
  width: 335px;
  height: 52px;
  font: 20px 'HelveticaNeueCyrMedium';
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;

}


.form_container form input[type="submit"]:hover{
	cursor: pointer;
	background-color: #DF4C4E;
}

section.screen2{
	height: 310px;
	padding-top: 33px;
}

section.screen2 ul li {
	float: left;
	margin-right: 42px;
	/* width: 193px; */
	text-align: center;
	font: 16px 'HelveticaNeueCyrLight';
	color: #25334a;
}

section.screen2 ul li:last-child{
	margin: 0;
}


section.screen2 ul li p{
    line-height: 22px;
	
}


section.screen3{
	background: url('../img/screen3.jpg') no-repeat top center;
	height: 1205px;
	box-sizing: border-box;
	padding-top: 57px;
}

h1{
	font-weight: normal;
	font-size: 48px;
	font-family: "BebasNeueBold";
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

h1 span{
	color: #4ebbff;
}

section.screen3 ul {
	margin-top: 49px;
}

section.screen3 ul li {
	float: left;
	margin-right: 81px;
	position: relative;
	margin-bottom: 38px;
}
section.catalog div.col2 ul li{
	display: inline-block;
	margin-right: 75px;
	margin-bottom: 35px;
	height: 240px;
	vertical-align: middle;
}



section.catalog div.col2 ul li:nth-child(3n){
	margin-right: 0;
	
}


section.screen3 ul li:nth-child(5),
section.screen3 ul li:nth-child(17),
section.screen3 ul li:nth-child(23),
section.screen3 ul li:last-child,
section.screen3 ul li:nth-child(11){
	margin-right: 0;
}


section.screen3 ul li.clear{
	margin: 0;
}

section.screen3 div.col2 ul li div{
	width: 171px;
	height: 171px;
}

section.catalog div.col2 ul li div.img_cont,
section.screen3 ul li div.img_cont{
  border-style: solid;
  border-width: 4px;
  border-color: rgb( 56, 160, 225 );
  border-radius: 50%;
  background-color: rgb( 255, 255, 255 );
  width: 171px;
  height: 171px;
  text-align: center;
  line-height: 171px;
  overflow: hidden;
  z-index: 0;
}

.section.screen3 ul li div.img_cont{
	cursor: pointer;
}

section.catalog div.col2 ul li div.img_cont img,
section.screen3 ul li div.img_cont img {
	vertical-align: middle;
}

section.catalog div.col2 ul li p,
section.screen3 ul li p{
	font: 16px 'HelveticaNeueCyr-Roman';
	color: #fff;
	text-align: center;
	margin-top: 15px;
	line-height: 23px;
}

section.catalog div.col2 ul li p{
	color: #25334a;
	height: 72px;
}

section.screen3 ul li .hid_txt{
	 display: none; 
	position: absolute;
		top: 0;
		
	right: -259px;
	border-style: solid;
	border-width: 4px;
	border-color: rgb( 56, 160, 225 );
	padding: 14px;
	box-sizing: border-box;
	background-color: rgb( 255, 255, 255 );
	width: 263px;
	z-index: 99999999999999999999;
	
}

.close{
	height: 40px;
	width: 36px;
	background-image: url('../img/close.png');
	background-repeat: no-repeat;
	
	 
	background-position: top left;
	position: absolute;
	left: -20px;
	top: 5px;
	z-index: 100;
	/* margin-left: 207px; */
}

.close:hover{
	cursor: pointer;
}

section.screen3 ul li .hid_txt:before{
	content: '';
	background: url('../img/hid_conner.png') 0 0 no-repeat;
	position: absolute;
		
	top: -4px;
		
	right: 255px;
	display: block;
	width: 90px;
	height: 96px;
	z-index: 100;
}

section.screen3 ul li .hid_txt h4{
	color:#38a0e1;
	font: 18px 'HelveticaNeueCyr-Roman';	
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

section.screen3 ul li .hid_txt p{
	color: #758d9c;
	font: 13px 'HelveticaNeueCyr-Roman';
	text-transform: none;
	text-align: left;
	margin-bottom: 14px;
	margin-top: 5px;
}

.giri{
	background: url('../img/giri.png') top left no-repeat;
	width: 471px;
	height: 454px;
	position: absolute;
		
	left: 371px;
		
	top: 61px;
}

section.catalog{
	padding: 64px 0 70px 0;
}

section.question h1,
section.how_work h1,
section.catalog h1{
	color: #27526c;
}

.col1{
	width: 480px;
	float:left;
	padding-top: 35px;
}

.col2{
	width: 715px;
	float: left;
	padding-top: 35px;
}
.clear{
	clear: both;
}


section.catalog .col1 ul li {
	margin-bottom: 7px;
	background: url('../img/arr.png') 3px 10px no-repeat;
	
	/*border-top: 1px dashed #cbdbe5;*/
}

.itemscat{
	display: none;
}
section.catalog .col1 ul li.active span,
section.catalog .col1 ul li:hover span{
	color: #ee5f61;
}

section.catalog .col1 ul li.active,
section.catalog .col1 ul li:hover{
	cursor: pointer;
	background-image: url('../img/arr_h.png');	
}

section.catalog .col1 ul li span{
  font-size: 16px;
  font-family: "HelveticaNeueCyrMedium";
  color: #38a0e1;
  text-align: left;
   border-top: 1px dashed #cbdbe5; 
  width: auto;
 padding: 10px 0 0px 35px;

  display: inline-block;
}
section.catalog .col1 ul li:last-child span{
  border-bottom: 1px dashed #cbdbe5;

  padding-bottom: 8px;
}



section.how_work{
	background: url('../img/how_work.jpg') no-repeat top center;
	height: 613px;
	padding-top: 54px;
}

section.how_work .wrapper{
	height: 100%;
	position: relative;
}

.how{

  background-color: rgb( 255, 255, 255 );
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgb( 155, 191, 213 );
    

  width: 275px;
    height: 165px;
    box-sizing:border-box;
    padding: 10px;
	position: absolute;
  	display: table;

  /* line-height: 23px; */

}

.how p{
	font-family: 'HelveticaNeueCyr-Roman';
	font-size: 16px;
	color: #25334a;
	text-align: center;
	display: table-cell;
	  vertical-align: middle;
	line-height: 24px;
}

.how p span{
	font-family: 'HelveticaNeueCondensedBold';
}

span.call_me2{
	font-family: 'HelveticaNeueCyr-Roman';
	color: #38a0e1;
	text-decoration: underline;
}

span.call_me2:hover{
	cursor: pointer;
	text-decoration: none;
}

.how .bor{
	border-style: solid;
	border-width: 1px;
	border-color: #d2eeff;
	height: 100%;
	display: table;
	width: 100%;
}

.h1{
	background-image: url('../img/h1.jpg');
	background-position: 143px 34px;
	background-repeat: no-repeat;
	top: 72px;
	left: 88px;
}

.h1:after{
	content: '';
	background: url('../img/nextstep.png') 0 0 no-repeat;
	height: 83px;
	width: 31px;
	position: absolute;
	top: 186px;
	left: 122px;
}

.h2{
	background-image: url('../img/h2.jpg');
	background-position: 177px 30px;
	background-repeat: no-repeat;
	left: 87px;  
	top: 356px;
}

.h2:after{
	content: '';
	background: url('../img/nextstep2.png') 0 0 no-repeat;
	width: 83px;
	height: 31px;
	position: absolute;
	bottom: 67px;
	left: 304px;
}
.h3{
	background-image: url('../img/h3.jpg');
	background-position: 151px 42px;
	background-repeat: no-repeat;
	bottom: 93px;
	left: 506px;
}
.h3:after{
	content: '';
	background: url('../img/nextstep3.png') 0 0 no-repeat;
	height: 83px;
	width: 31px;
	position: absolute;
	top: -98px;
	left: 120px;
}

.h4{
	background-image: url('../img/h4.jpg');
	background-position: 145px 35px;
	background-repeat: no-repeat;
	top: 72px;
	left: 506px;
}

.h4:after{
	content: '';
	background: url('../img/nextstep2.png') 0 0 no-repeat;
	width: 83px;
	height: 31px;
	position: absolute;
	top: 67px;
	right: -113px;
}

.h5{
	background-image: url('../img/h5.jpg');
	background-position: 151px 36px;
	background-repeat: no-repeat;
	top: 72px;
	right: 87px;
}

.h5:after{
	content: '';
	background: url('../img/nextstep.png') 0 0 no-repeat;
	height: 83px;
	width: 31px;
	position: absolute;
	top: 184px;
	right: 120px;
}

.h6{
	background-image: url('../img/h6.jpg');
	background-position: 156px 42px;
	background-repeat: no-repeat;
	bottom: 93px;
	right: 87px;
}


section.question {
	padding: 70px 0 67px 0;
}

section.question .subq{
  font-size: 28px;
  font-family: "HelveticaNeueCyr-Roman";
  color: #a8c1cf;
  text-align: center;
  margin-top: 20px;
}

section.question .phone {
	font: 78px 'Bebas Neue Regular';
	color: #38a0e1;
	float: left;
	margin: 30px 0 0 181px;
}

section.question .phone span{
	font: 50px 'BebasNeueBook';
	color: #27526c;
	display: block;
	float: left;
	margin: 2px 7px 0 1px;
}

section.question .call_me {
	color: #fff;
	display: block;
	text-align: center;
	font: 24px 'HelveticaNeueCyr-Roman';
	border-radius: 7px;
	line-height: 62px;
	background-color: rgb( 238, 95, 97 );
	width: 315px;
	height: 62px;
	text-transform: uppercase;
	float: left;
	margin: 44px 0 0 62px;
}

p.ili{
	font-size: 28px;
	font-family: "HelveticaNeueCyr-Roman";
	color: #a8c1cf;
	text-align: center;
	float: left;
	margin: 63px 0 0 60px;
}








/*popUp*/
.popup {
	width: 391px;
  	
	height: 451px;
	z-index: 99999;
	position: fixed;
	left: 50%;
	margin-left: -180px;
	margin-top: -220px;
	top: 50%;
	padding: 0;
	display: none;
}

.popup .form_container {
	box-shadow: none;
	position: static;
	padding-top: 10px;
}

#popup_thanks{
	background-color: #fff;
}

#popup_thanks .popup-content {
    padding: 115px 30px 30px 30px;
}


.popup-content p{
	text-align: center;
	font-size: 32px;
	color: #232323;
	line-height: 33px;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: 'BebasNeueBold';
}

.btn-close,
.btn-close-tanks {
	background: url('../img/btn-close.png') no-repeat;
	height: 26px;
	right: -40px;
	position: absolute;
	top: 1px;
	width: 26px;
}

.btn-close-tanks:hover,
.btn-close:hover {
	cursor: pointer;
}

.hide-layout {
	background: #000;
	bottom: 0;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}


.popup .mfcont{
	margin: 0;
}

.popup label{
	left: 80px;
}

/*validation*/
form div{
	position: relative;
	margin: 0 auto;
}

.form2 label{
	left: 58px;
}
form label{
	position: absolute;
		
	left: 115px;
		
	top: 11px;
	padding: 2px 12px;
	font-family: Arial;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid red;
	border-radius: 5px;
	color: #a94442;
	display: none;
}

input.error{
	border: 1px solid red!important;
}


/*hidden element to move*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
}


section.sc22 ul li,
.a18,
.a19,
.a20,
.a21,
.a22,
.a23,
.a17,
.a16,
.a15,
.a14,
.a13,
.a12,
.a11,
.a10,
section.catalog .col2 ul li,
.a9,
section.screen3 ul li,
.a7,
section.sc21 ul li,
.a5,
.a4,
.a3,
.a2,
.a1
{
	opacity: 0;
}


#scrollup {
	position: fixed;  
		
	right: 23px;
		
	display: none;
	bottom: 24px; 
	background: url('../img/up.png') no-repeat center 0px;
	height: 40px;
	display: none; 
	text-align: center;
	z-index: 99999999;
	
	-webkit-transition: all 0.2s ease-out 0.1s;
	-moz-transition: all 0.2s ease-out 0.1s;
	-o-transition: all 0.2s ease-out 0.1s;
	transition: all 0.2s ease-out 0.1s;
}

#scrollup p {
	padding-top: 27px;
  color: #3f3f4a;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 23px;
	text-transform: lowercase;
}

#scrollup:hover{
	cursor: pointer;
}

#scrollup:hover p{
	
	color: #647789;
}

input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline: none;
	border-color:  #4FA6DC!important;	
}






/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 145px;
	background: #fff;
}