/* #######################  GENERAL SETTINGS ############################ */
/* reset */
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, font, 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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ul,ol{list-style-type:none;}

/* Старый шрифт
@font-face {
    font-family: 'truth_regular';
    src: url('truthcyr-regular-webfont.eot');
    src: url('truthcyr-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('truthcyr-regular-webfont.woff') format('woff'),
         url('truthcyr-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'truth_light';
    src: url('truthcyr-light-webfont.eot');
    src: url('truthcyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('truthcyr-light-webfont.woff') format('woff'),
         url('truthcyr-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'truth_medium';
    src: url('truthcyr-medium-webfont.eot');
    src: url('truthcyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('truthcyr-medium-webfont.woff') format('woff'),
         url('truthcyr-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*/

body {
    font: 14px Century Gothic,Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;  
}

table{
    border-collapse: collapse;
}
 
.clr{
    clear:both;
}

.hidden{
    display:none;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative; 
}

.des {

}

/* header
===================================*/
.top{
	height:50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/white.png) ;
    padding: 10px 0 0 0;
    z-index: 10;
}

.top:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.logo{
    display: block;
    float: left;
    width: 180px;
    margin: -5px 0 5px 30px;
    cursor: pointer;
}

.phones{
    width: 180px;
    float: right;
    border-left: 1px solid #000;
    padding: 3px 30px 0 30px;
    font: 20px Century Gothic;
	font-weight:bold;
    text-align: right;
    line-height: 17px;
}

.phones a{
    color: #00aeef;
    font: 12px Century Gothic; 
}

.phones a:hover{
    text-decoration: none;
}

.menu{
    width: 465px;
    float: right;
}

.menu li{
    float: left;
    margin: 10px 19px 0px 0px;
}

.menu a{
    color: #000;
    text-decoration: none;
    font: 14px Century Gothic;
}

.menu a:hover{
    text-decoration: underline;
}

.header{
    height: 720px;
    position: relative;
}

/*
===================================*/
.descriptor{
    position: relative;
    padding-top: 150px;
    width: 100%;
    height: 135px;
    font: 44px Open Sans;
	font-weight:bold;
	text-align:center;
	color: #fff;
	text-shadow: 3px 3px #787879;
}

.utp{
    width: 575px;
    position: relative;
    top: 152px;
	width:100%;
    font: 28px Open Sans;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-shadow: 2px 2px #787879;
}

.akc {
    width: 630px;
    height: 140px;
	display:block;
    background: url(../images/akc.png)repeat;
	margin:275px auto 0px auto;
    color: #ffffff;
    text-align: left;
	padding:35px;
	padding-top:10px;
    text-shadow: 1px 1px 1px #666666;
	border-radius:8px;
	z-index:10;
}

.akc input{
	width:200px;
}

.akc1 {
    font: 56px Century Gothic;
	font-weight:bold;
	width: 390px;
	display:block;
	padding-top:5px;
	color:#00aeef;
	
}

.akc2 {
    font: 22px Century Gothic;
	width: 250px;
	display:block;
	position:relative;
	left:400px;
	top:-62px;
}

.akc3 {
	position:relative;
	bottom:40px;
}

.next{
	width:29px;
	height:20px;
	background:url(../images/next.png) no-repeat;
	display:block;
	margin:0px auto;
	cursor:pointer;
	z-index:100;
	position:relative;
	top:50px;
}
.next p{
    font: 16px Century Gothic;
    color: #fff;
    position: absolute;
    text-decoration: none;
    width: 100px;
    margin-top: -30px;
    margin-left: -30px;
}

/* Счетчик */

#countdowncontainer{
	height:58px;
	width:260px;
	display:block;
	position:relative;
	/*border:1px solid red;*/
	bottom:80px;
	left:270px;
}

#countdowncontainer2{
	height:58px;
	width:260px;
	display:block;
	position:relative;
	/*border:1px solid red;*/
	bottom:30px;
	left:660px;
}

.digit {
	height:48px;
	width:49px;
	background: url(../images/countdown.png) no-repeat ;
	float:left;
	color:#000;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-right:15px;
	padding-top:12px;
	padding-left:1px;
	display:inline-block;
	}
	
.digit span{
	color:#fff;
	font-size:10px;
	text-align:center;
	position:relative;
	font-weight:normal;
	}

/* form
===================================*/
.form{
	height: 150px;
}

.form input{
    display: block;
    padding: 12px 10px 12px 40px;
    width: 220px;
    float: left;
    margin: 0 20px 0 0;
    border: none;
    font: 18px Century Gothic;
    border-radius: 3px;
}

.but-form{
    display: block;
    width: 200px;
    height: 46px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #00aeef;
    float: left;
    font: 16px Century Gothic;
    border-radius: 2px;
    box-shadow: 3px 2px 3px rgba(0,0,0,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.but-form:hover{
    background: #06a4df;
}
.but-form1{
    display: block;
    width: 530px;
    height: 75px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #02baff;
    float: left;
    font: 26px Century Gothic;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 3px 2px 3px rgba(0,0,0,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.but-form1:hover{
    background: #06a4df;
}
.spech{
    height: 230px;
}
.spech h2{
  font: 22px Century Gothic;
  color: #545454;
  font-weight: bold;
  text-align: center;
}
.spech h2 span{
    color: #f92008;
}
.spec{
    font: 18px Century Gothic;
    color: #545454;
    float: left;
    margin-top: 55px;
    width: 420px;
}
.spec span{
    color: #00aeef;
    font-weight: bold;
}
.spec img{
    float: left;
    padding-right: 20px;
}
.spec:nth-of-type(2){
    margin-left: 150px;
}
.name{
    background: url(../images/name.png) no-repeat #fff 8px 50%;
}

.phone{
    background: url(../images/phone.png) no-repeat #fff 8px 50%;
}

.offer{
    text-align: center;
    color: #fff;
    font: 24px Century Gothic;
    margin: 10px 0 20px 0;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

/* form-block
===================================*/
.form-block{
    width: 100%;
    background: url(../images/black.png) ;
    padding: 15px 0 0 0 ;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.form1{
    width: 800px;
    margin: 0 auto;
}

.form1:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
===================================*/
.but-more{
    display: block;
    width: 130px;
    height: 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/black.png);
    clear: both;
    font: 16px Century Gothic;
    color: #fff;
    margin: 20px auto 0 auto;
    padding: 0 0 0 25px;
}

.but-more span{
    display: block;
    background: url(../images/arrow.png) no-repeat 0 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.but-more span:hover{
    background-position: 0 100%;
}

/* sec1 
===================================*/
.sec1{
    background: #f7f7f7 ;
    padding: 50px 0 0 0; 
    position: relative;
}

.sec1 .wrap{
    height: 623px;
    width: 940px;  
}
.sec1 h2{
    font: 28px Century Gothic;
    font-weight: bold;
    line-height: 42px;
}
.sec1 h2 span:before{
    content:'';
    border-bottom: 3px solid #00aeef;
    width: 85px;
    position: absolute;
    margin-top: 60px;
}
/*
.sec1 p:nth-of-type(1){
    margin-top: 70px;
}
.sec1 p:nth-of-type(1) img,.sec1 p:nth-of-type(4) img{
    margin-top: -10px;
}
.sec1 p img{
    margin-top: -2px;
}
*/

.sec1 .row{padding:15px 0px;line-height:46px;min-height:46px;}

.sec1 .row_text{display:inline-block;vertical-align:middle;line-height:19px;font: 18px Century Gothic;}

.sec1 img{float:left;margin-top:-2px;padding-right:20px;vertical-align:middle;}

.sec1 p{
    font: 18px Century Gothic;
	margin:0px;
}

/*
.sec1 p img{
    float: left;
    padding-right: 20px;
}
*/
.sec1 figure{
    float: right;
    width: 481px;
    height: 620px;
    position: absolute;
    margin-top: -85px;
    margin-left: 500px;
}
.clouds{
	width:100%;
	height:495px;
}

.cloud{
	position:absolute;
	padding:8px 23px;
	font-size:18px;
	font-weight:bold;
	color:#545454;
	line-height: 1.444;
}

.cloud1{
	width:249px;
	height:98px;
	top:110px;
	left:210px;
	background:url(../images/cloud1.png) no-repeat;
}

.cloud2{
	width:259px;
	height:70px;
	top:230px;
	left:80px;
	background:url(../images/cloud3.png) no-repeat;
}

.cloud3{
	width:300px;
	height:69px;
	top:370px;
	left:80px;
	background:url(../images/cloud5.png) no-repeat;
}

.cloud4{
	width:249px;
	height:95px;
	top:110px;
	right:170px;
	background:url(../images/cloud2.png) no-repeat;
}

.cloud5{
	width:319px;
	height:93px;
	top:240px;
	right:30px;
	background:url(../images/cloud4.png) no-repeat;
	padding-left:50px;
	padding-right:0px;
}

.cloud6{
	width:238px;
	height:70px;
	top:370px;
	right:30px;
	background:url(../images/cloud6.png) no-repeat;
	padding-left:55px;
	padding-right:0px;
}

.cloud-buh{
	width:100%;
	height:273px;
	position:relative;
	top:165px;
	background:url(../images/cloud-buh.png) no-repeat 50% 0%;
}

.next-2{
	display:block;
	background:url(../images/next2.png) no-repeat 50% 0%;
	width:72px;
	height:18px;
	margin: 35px auto 35px auto;
}

.norms{
	width:940px;
	margin:0px auto;
}

.norm{
	float:left;
	font-size: 18px;
	color: rgb(84, 84, 84);
	line-height: 1.556;
	width: 306px;
	height: 220px;
	padding-right:15px;
}

.norm img{
	padding-bottom:5px;
}

.norm-right{
	padding-right:0px;
	width:290px;
}


.but1{
    display: block;
    width: 330px;
    height: 45px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #00aeef;
    margin: 0 auto 40px auto;
    font: 16px Century Gothic;
    border-radius: 4px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.but1:hover{
    background: #06a4df;
}

.title1{
    text-align: center;
    font: 36px Century Gothic;
	font-weight:bold;
    background: url(../images/title.png) no-repeat 50% 100%;
    padding: 0 0 10px 0;
}

.table1{
    margin: 190px 0 0 50px;
}

.table1 h5{
    text-transform: uppercase;
    font: 24px Century Gothic;
	font-weight:bold;
	text-transform:uppercase;
    margin: 0 0 25px 10px;
}

.tb1{
    width: 450px;
}

.tb1 td{
    padding: 10px 10px 30px 10px;
    color: #545454;
    font: 18px Century Gothic;
    vertical-align: middle;
    line-height: 23px;
}

.tb1 td span{
    padding: 0 2px;
}


.fig{
    position: absolute;
    top: 90px;
    left: 400px;
    color: #545454;
    font: 12px Century Gothic; 
    background:  #f0f0f0;
    width: 280px;
    height: auto;
    min-height: 80px;
    padding: 8px 13px;
    line-height: 18px;
    border: 1px dashed #cfcfcf;
    border-radius: 5px;
	
	display:none;
}

.fig i{
    position: absolute;
    display: block;
    width: 46px;
    height: 43px;
    bottom: -40px;
    right: 50px;
    background: url(../images/fig2.png) no-repeat 0 0;
	
	display:none;
}

.auth{
    position: absolute;
    bottom: 20px;
    left: 480px;
    color: #545454;
    font: 18px Century Gothic;
	font-weight:bold;
    text-align: right;
}

.auth span{
    font-size: 14px;
	font-weight:normal;
}


.fig3{
    position: absolute;
    top: 100px;
    left: 230px;
    color: #545454;
    font: 16px Century Gothic; 
    background: url(../images/fig3.png) no-repeat 0 0;
    width: 474px;
    height: 140px;
    min-height: 80px;
    padding: 20px 60px 5px 20px;
    line-height: 18px; 
}

/* sec10
===================================*/

.sec10{
	background:#f0f0f0;
	height:180px;
}
.sec10 h3{
    font: 20px Century Gothic; 
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.sec10 h3 span{
    color: #f92008;
}
/* sec2
===================================*/
.sec2{
    height: 400px;
	background-repeat:no-repeat;
	background-position:50% 50%;
    background-size: cover;
	background-attachment: fixed;
}


/* sec3
===================================*/
.sec3{
    padding: 50px 0 20px 0;
}

.title2{
    text-align: center;
    font: 28px Century Gothic;
	font-weight:bold;
    margin: 0 0 10px 0;
}

.title3{
    text-align: center;
    font: 20px  Century Gothic;
    padding: 0 0 10px 0;
    background: url(../images/title.png) no-repeat 50% 100%;
    margin: 0 0 20px 0;
}

.logos{
    text-align: center;
    margin: 50px auto;
	width:960px;
	height:561px;
	position:relative;
}

.logos20{height:699px;}

.logos_logo{
	position:absolute;
	top:0px;
	left:0px;
	width:239px;
	height:139px;
}

.logos_logo div{
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.logos_logo:hover>div{opacity:1;}

.logos_logo:nth-child(1){top:0px;left:0px;}
.logos_logo:nth-child(1) div{background-position:0px 0px;}

.logos_logo:nth-child(2){top:0px;left:240px;}
.logos_logo:nth-child(2) div{background-position:-240px 0px;}

.logos_logo:nth-child(3){top:0px;left:480px;}
.logos_logo:nth-child(3) div{background-position:-480px 0px;}

.logos_logo:nth-child(4){top:0px;left:720px;}
.logos_logo:nth-child(4) div{background-position:-720px 0px;}

.logos_logo:nth-child(5){top:140px;left:0px;}
.logos_logo:nth-child(5) div{background-position:0px -140px;}

.logos_logo:nth-child(6){top:140px;left:240px;}
.logos_logo:nth-child(6) div{background-position:-240px -140px;}

.logos_logo:nth-child(7){top:140px;left:480px;}
.logos_logo:nth-child(7) div{background-position:-480px -140px;}

.logos_logo:nth-child(8){top:140px;left:720px;}
.logos_logo:nth-child(8) div{background-position:-720px -140px;}

.logos_logo:nth-child(9){top:280px;left:0px;}
.logos_logo:nth-child(9) div{background-position:0px -280px;}

.logos_logo:nth-child(10){top:280px;left:240px;}
.logos_logo:nth-child(10) div{background-position:-240px -280px;}

.logos_logo:nth-child(11){top:280px;left:480px;}
.logos_logo:nth-child(11) div{background-position:-480px -280px;}

.logos_logo:nth-child(12){top:280px;left:720px;}
.logos_logo:nth-child(12) div{background-position:-720px -280px;}

.logos_logo:nth-child(13){top:420px;left:0px;}
.logos_logo:nth-child(13) div{background-position:0px -420px;}

.logos_logo:nth-child(14){top:420px;left:240px;}
.logos_logo:nth-child(14) div{background-position:-240px -420px;}

.logos_logo:nth-child(15){top:420px;left:480px;}
.logos_logo:nth-child(15) div{background-position:-480px -420px;}

.logos_logo:nth-child(16){top:420px;left:720px;}
.logos_logo:nth-child(16) div{background-position:-720px -420px;}

.logos_logo:nth-child(17){top:560px;left:0px;display:none;}
.logos_logo:nth-child(17) div{background-position:0px -560px;}

.logos_logo:nth-child(18){top:560px;left:240px;display:none;}
.logos_logo:nth-child(18) div{background-position:-240px -560px;}

.logos_logo:nth-child(19){top:560px;left:480px;display:none;}
.logos_logo:nth-child(19) div{background-position:-480px -560px;}

.logos_logo:nth-child(20){top:560px;left:720px;display:none;}
.logos_logo:nth-child(20) div{background-position:-720px -560px;}

.logos20 .logos_logo:nth-child(17){display:block;}
.logos20 .logos_logo:nth-child(18){display:block;}
.logos20 .logos_logo:nth-child(19){display:block;}
.logos20 .logos_logo:nth-child(20){display:block;}

.rev-icon{
    text-align: center;
    padding: 0px 0 0 0;
    color: #545454;
    font: 18px Century Gothic;
}

/* sec4
===================================*/
.sec4{
    padding: 50px 0 20px 0;
    background: url(../images/shadow.png) no-repeat 50% 0 ;
}

.rev_b{
    width: 450px;
    float: left;
    margin: 0 25px;
}

.usr{
    float: left;
    margin: 0 10px 0 0;
}

.slog_b{
    padding: 40px 0 0 0;
    font: 18px Century Gothic;
	font-weight:bold;
}

.txt_b{
    position: relative;
    margin: 30px 0 0 0;
    background: #f0f0f0;
    padding: 15px;
    font: 14px Century Gothic;
    color: #545454;
    border-radius: 5px;
    line-height: 22px;
    -webkit-text-stroke: 0.25px
}

.txt_b i{
    display: block;
    position: absolute;
    width: 32px;
    height: 19px;
    background: url(../images/i1.png) no-repeat ;
    top: -18px;
    left: 40px;
}

.name_b{
    text-align: right;
    font: 16px Century Gothic;
	font-weight:bold;
    margin: 20px 0 10px 0;
}

.dol_b{
    text-align: right;
    font: 14px Century Gothic
}

/*
===================================*/
.rev{
    width: 230px;
    float: left;
    margin: 30px 10px 20px 10px;
}
.rev a img{
    width: 215px;
    height: 300px;
    border: 2px solid #00aeef;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.rev a span{
    display: none;
    width: 215px;
    margin-left: -218px;
    height: 300px;
    background-image: url('../images/zoom.png'); 
    position: absolute;
}
.slog{
    font: 15px Century Gothic;
	font-weight:bold;
    min-height: 50px;
    padding-top: 30px;
}

.txt{
    position: relative;
    margin: 30px 0 0 0;
    background: #f0f0f0;
    padding: 15px;
    font: 14px Century Gothic;
    color: #545454;
    border-radius: 5px;
    /*text-shadow: 0 0 1px #545454;*/
    /*line-height: 20px;*/
    -webkit-text-stroke: 0.25px
}

.txt i{
    display: block;
    position: absolute;
    width: 24px;
    height: 14px;
    background: url(../images/i2.png) no-repeat ;
    top: -14px;
    left: 20px;
}

.uname{

    font: 14px Century Gothic;
	font-weight:bold;
    text-align: right;
    margin: 10px 0 0 0;
}


/* sec5
===================================*/
.sec5{
    height: 400px;
    background-size: cover;
}


/* sec6
===================================*/
.sec6{
    padding: 55px 0 20px 0;
    text-align: center;
    color: #545454;
    font: 16px Century Gothic; 
}

.sec6 .title1{
	font-size:28px;
	font-weight:bold;
	color:#000;
}

.tariffs{
	width:940px;
	margin:0px auto;
	padding-top:85px;
    height: 300px;
	position:relative;
}

.tarif{
    width:220px;
    height:240px;
    margin-right:20px;
    background:#f7f7f7;
    border-radius:8px 8px 8px 8px;
    float:left;
}
.tarif1{
	width:220px;
	height:280px;
	margin-right:20px;
	background:#f7f7f7;
	border-radius:8px 8px 8px 8px;
	float:left;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	position:relative;
}

.tarif-right{
	margin-right:0px;
}

.tarif:last-child{margin-right:0px;}

.tarif-blue{
    color:#fff;
    background:#039dd7;
    height:60px;
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    line-height: 3.333;
    border-radius:5px 5px 0px 0px;
}

.tarif-blue p{margin:0px;}

.tarif-blue1{
	color:#fff;
	background:#039dd7;
	height:55px;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
    padding-left: 80px;
}

.tarif-text{
    font-size: 15px;
    color: rgb(84, 84, 84);
    line-height: 4;
    text-align: center;
}
.hit{
    position: absolute;
	left:240px;
	top:60px;
}
.tarif-text1{
    height: 65px;
	font-size: 15px;
	color: rgb(84, 84, 84);
	line-height: 4;
	text-align: center;
    padding-top:30px;
}

.tarif-line{
	height:1px;
	width:180px;
	margin:0px auto;
	background: #d9d9d9;
}

.tarif-price{
  font-size: 28px;
  color: rgb(0, 174, 239);
  font-weight: bold;
  line-height: 2.143;
  text-align: center;

}






/* Stamp */

.stamp {
	width:100%;
	height: 120px;
	background: #f0f0f0;
	margin-top:60px;
}

.stamp  img{
	position:relative;
	bottom:58px;
	float:left;
}

.title-stamp {
	font: 24px Century Gothic;
	font-weight:bold;
	text-align:center;
	padding-top: 20px;
}

.title2-stamp{
	font: 18px Century Gothic;
	text-align:center;
	padding-top:5px;
}

.zav{
	color:#00aeef;
	font:18px Century Gothic;
	font-weight: bold;	
}

/* sec 6-2 */

.sec6-2{
    padding: 8px 0 20px 0;
}

/* sec7
===================================*/
.sec7{
    height: 400px;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-attachment:fixed;
    background-size: cover;
}


/*
===================================*/
.sec8{
    padding: 20px 0 ; 
    color: #545454;
    font: 16px Century Gothic;  
}
.sec8 .wrap{
    height:600px;
	text-align:center;
}
.sec8 h2{
    font: 28px Century Gothic;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding-top:10px;
    padding-bottom: 20px;
	margin-top:50px;
}
.sec8 h2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    background: url(../images/title.png) no-repeat 50% 100%;
    margin-top: 35px;
    margin-left: 225px;
}
.sec8 figure{
    display:inline-block;
	vertical-align:top;
    cursor: pointer;
    width:200px;
	margin:0px 25px;
    margin-top: 50px;
}
.sec8 figure img{
    display: block;
    margin: 0 auto;
	border-radius:50%;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.sec8 figure p{
    font: 18px Century Gothic;
    text-align: center;
    color: #000000;
    font-weight: bold;
    padding-top: 25px;
}
.sec8-1 .wrap{
  height:710px;
}
.sec8-1 h2{
    font: 28px Century Gothic;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.sec8-1 h2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    background: url(../images/title.png) no-repeat 50% 100%;
    margin-top: 35px;
    margin-left: 60px;
}
.sec8-1 figure{
    width:220px;
    float: left;
    margin-left: 70px;
    margin-top: 75px;
}
.sec8-1 figure img{
    display: block;
    margin:0 auto;
}
.sec8-1 figure p{
    font: 18px Century Gothic;
    text-align: center;
    color: #000;
    padding-top: 25px;
    font-weight: bold;
}
.sec8-2 .wrap{
  margin-bottom:: 50px;
}
.sec8-2 h2{
    font: 28px Century Gothic;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.sec8-2 h2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    background: url(../images/title.png) no-repeat 50% 100%;
    margin-top: 35px;
	left:50%;
    margin-left: -50px;
}
.sec8-2 figure{
    display:inline-block;
	vertical-align:top;
    width: 450px;
    margin-top: 50px;
    margin-left: 0px;
}
.sec8-2 figure img{
    float: left;
    padding-right: 10px;
}
.sec8-2 figure p:nth-of-type(1){
    font: 20px Century Gothic;
    font-weight: bold;
    padding-top: 20px;
    float: left;
    color:#000;
}
.sec8-2 figure p:nth-of-type(2){
    font: 16px Century Gothic;
    padding-top: 10px;
    float: left;
    color:#00aeef;
}
.sec8-2 figure:nth-of-type(1) a:nth-of-type(1){
    float: right;
    padding-top: 80px;
}
.sec8-2 figure:nth-of-type(2) a:nth-of-type(1){
    float: right;
    padding-top: 40px;
}
.sec8-2 figure:nth-of-type(2) a:nth-of-type(2){
    float: right;
    padding-top: 40px;
    padding-right: 10px;
}
.sec8-2 figure a img{
    float: right;
    width: 80px;
    height: 120px;
    border: solid 2px #00aeef;
    padding-right: 0px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.sec8-2 figure a img:hover{
    border: solid 2px #3cc5f9;
}
.sec8-2 figure p:nth-of-type(3){
    font: 16px Century Gothic;
    padding-top: 10px;
    clear: left;
    color:#000;
    line-height: 30px;
}
._scrol{
    position: absolute;
    margin-top: -100px;
}
.spy{
    width: 460px;
    float: left;
    margin: 80px 0 0 0;
    position: relative;
}

.spy div{
    position: absolute;
    width: 176px;
    text-align: center;
    color: #545454;
    font: 15px Century Gothic;
	font-weight:bold;
}

.sp1{
    top: 75px;
    left: -47px;
}

.sp2{
    left: 149px;
    top: -40px;
}

.sp3{
    top: 75px;
    right: -30px;
}

.sp4{
    bottom: -20px;
    left: 265px;
}

.sp5{
    bottom: -35px;
    left: 40px;
}

/* tb3
===================================*/
.tb3{
    width: 430px;
    float: right;
    margin: 60px 0 0 0;
}

.tb3 td{
    padding: 10px 10px 30px 10px;
    vertical-align: middle;
    color: #545454;
    font: 15px Century Gothic;
}

.tb3 td h5{
    color: #000;
    font: 16px Century Gothic;
	font-weight:bold;
    margin: 0 0 15px 0;
}

.also {
	text-align:center;
	padding:30px 0px 240px 0px;
}

.title-also{
	font:24px Century Gothic;
	font-weight:bold;
	color:#545454;
	padding-bottom:80px;
}

.also-block{
	width:33%;
	float:left;
	cursor:pointer;
}

.also-block p{
	padding-top:40px;
	font:16px Century Gothic;
	font-weight:bold;
}

/* sec9
===================================*/
.sec9{
    height: 500px;
    position: relative;
}

.form2{
    width: 800px;
    margin: 0 auto 15px auto;
}

.form2:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#map-canvas{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2;
}

.con{
    text-align: center;
    font: 16px Century Gothic;
	width:270px;
}

/* footer 
===================================*/
.footer{
    padding: 20px 0 75px 0;
}

.flogo{
    width: 3805x;
    float: left;
	font:12px Century Gothic;
}

.flogo span{
    display: block;
    width: 175px;
    float: left;
	color: #000;
}

.flogo em{
    color: #00aeef;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.footer .logo{
    float: right;
	padding-top:5px;
	margin-left:5px;
}

.footer .menu{
	width:420px;
}

.footer .menu li{
	margin-right:11px;
}

.footer .phones{
	padding:0px;
}

/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/

 
/* Break-form
==============================*/
.break-form,
.break-form2{
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 300px;
    padding: 0 15px 15px 15px;
    margin: 0 0 0 -160px;
    z-index: 999;
    background: #fff; 
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd;
	height:350px;
}
.break-form3{
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 300px;
    padding: 0 15px 15px 15px;
    margin: 0 0 0 -160px;
    z-index: 999;
    background: #fff; 
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd;
    height:350px;
}
.break-form2{
	height:360px;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .7;
    z-index: 99;
}

.close-form{
    position: absolute;
    top: -23px;
    right: -23px;
    font: bold 15px Century Gothic;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background: url(../images/close-form.png) no-repeat ;
}

.close-form:hover{
    opacity: .7;
}

.break-form .offer,
.break-form2 .offer,.break-form3 .offer{
    color: #000;
    margin: 15px 0 30px 0;
    font-size: 18px;
}
.break-form3 .offer{
    padding-top: 30px;
}
.break-form2 .offer{
    font-size: 20px;
}

.break-form input,
.break-form2 input,.break-form3 input{
    float: none;
    margin: 20px auto;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
 

.break-form .but-form,
.break-form2 .but-form,.break-form3 .but-form {
    width: 272px; 
    margin: 10px auto;  
    float: none;
}

.break-form input.but:hover {
    background: #222;
}  

/*
===================================*/
.title5{
    font: 20px Century Gothic;
    color: #545454;
    margin: 50px 0 25px 0;
}

.ber{
    text-align: left;
    width: 283px;
    float: left;
    margin: 25px 25px 0 25px ;
    height: 100px;
    color: #545454;
    font: 15px Century Gothic;
    /*text-shadow: 1px 0  #545454;*/

}

.ber h5{
    height: 45px;
    color: #000;
    font: 15px Century Gothic;
	font-weight:bold;
    line-height: 20px;
}

.ber img{
    float: left;
    margin: 0 10px 0 0;
}

/*
==================================*/
/*
===================================*/
.popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background:  rgba(0,0,0, .8);
}

.close {
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer; 
    color: #000;
    background: url(../images/close.png) no-repeat ;
    position: absolute;
    font-size: 20px;
    top: -30px;
    right: -30px; 
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    text-indent: -9999px;
}

.content {
    position: relative;
    min-height: 100%;
    max-width: 1200px;
    width: 1200px;
    /* border: 1px solid red; */
    margin: 0px auto;
}

.policy-holder {
    width: 65%;
    background: #fff;
    z-index: 1002;
    position: relative;
    margin: 4% auto;
    padding: 30px 20px;
    font-size: 14px;
    border-radius: 8px;
}
	
.policy-link {
    position: absolute;
    bottom: -60px ;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    color: #00adef; 
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.policy-link:hover {
    color: #00adef;
    text-decoration: underline;
}

.policy-link img {
    vertical-align: bottom;
    padding-right: 5px;
}

#policy h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: #464646; 
    text-transform: none;
}

.policy-text {
    text-align: justify;
    padding: 20px 40px 0px 40px;
    font-size: 16px; 
}

#policy p {
    font-size: 14px;
    padding-bottom: 20px;
}



/*
#############################################*/

/* Плавающая кнопка */

.fixed-button{
    position: fixed;
    right: 23px;
    bottom: 60px; 
    width: 203px;
    height: 141px;
    border: none;
    cursor: pointer; 
    display: block;
    outline: none;
	z-index:999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-button p{
	font: 16px Century Gothic;
	color:#fff;
	text-align:center;
	padding-top:102px;
}

.popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background:  rgba(0,0,0, .8);	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
    .header {
        background: url(../images/header.jpg) no-repeat 50% 0 ; 
    }

    .sec2 {
        background: url(../images/bg2.jpg) no-repeat 50% 50% ;
        background-size: auto;
    }

    .sec7 { 
        background: url(../images/bg4.jpg) no-repeat 50% 0;
        background-size: auto; 
    }
            

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
    .header {
        background: url(../images/header.jpg) no-repeat 50% 0 ; 
    }

    .sec2 {
        background: url(../images/bg2.jpg) no-repeat 50% 50% ;
        background-size: auto;
    }

    .sec7 { 
        background: url(../images/bg4.jpg) no-repeat 50% 0;
        background-size: auto; 
    }
    

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    .header {
        background: url(../images/header.jpg) no-repeat 50% 0 ; 
    }

    .sec2 {
        background: url(../images/bg2.jpg) no-repeat 50% 50% ;
        background-size: auto;
    }

    .sec7 { 
        background: url(../images/bg4.jpg) no-repeat 50% 0;
        background-size: auto; 
    }
    
    
}
























.profile{width:700px;padding:50px;min-height:300px;margin-top:100px;background:#fff;position:fixed;top:0px;left:50%;margin-left:-400px;z-index:9999;display:none;}
.profile .close-form{top:15px;right:15px;}
.worker-name{font-size:24px;font-weight:bold;text-align:center;}
.worker-position{font-size:16px;text-align:center;line-height:30px;margin-bottom:20px;}
.worker-img{float:left;vertical-align:top;}
.worker-text{margin-left:300px;padding-top:0px;}

.sec_how_we_work{
	padding-top:70px;
	padding-bottom:50px;
	background-repeat:no-repeat;
	background-position:50% 120px;
	background-color:#fff;
}

.sec_how_we_work_title{
    font: 28px Century Gothic;
    text-align: center;
    font-weight: bold;
    color: #000;
	display:block;
	height:50px;
}
.sec_how_we_work_title:before{
    content: '';
    position: absolute;
	top:35px;
	left:50%;
    width: 100px;
    height: 10px;
    background: url(../images/title.png) no-repeat 50% 100%;
    margin-left: -50px;
}

.how_we_work_block{
	width:600px;
	height:150px;
	line-height:150px;
	margin:0px auto 50px auto;
}

.how_we_work_block div{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:18px;
	color:#000;
}

.sec_mi_otlichaemsa{padding:0 0 50px 0;}

.sec_mi_otlichaemsa h2{
    font: 28px Century Gothic;
    text-align: center;
    font-weight: bold;
    color: #000;
	display:block;
	height:50px;
	margin-bottom:50px;
}

.sec_mi_otlichaemsa h2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    background: url(../images/title.png) no-repeat 50% 100%;
    top: 35px;
	left:50%;
    margin-left: -50px;
}

.mi_otlichaemsa_holder{margin:0px auto;width:690px;}

.mi_otlichaemsa{
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	position:relative;
	line-height:30px;
	padding-left:43px;
	margin-bottom:18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mi_otlichaemsa:hover{color:#555;}

.mi_otlichaemsa img{
	position:absolute;
	top:50%;
	margin-top:-11px;
	left:0;
}

.mi_otlichaemsa_text{
	overflow:hidden;
	height:0px;
	width:680px;
	background:#ebebeb;
	border-radius:12px;
	font-size:14px;
	line-height:18px;
}

.mi_otlichaemsa_text div{
	padding:30px;
}

.whatsapp{display:none;}










/* Мобильная версия */

@media screen and (max-width:701px){
	.wrap{
		width:360px !important;
	}
	.menu, .sec1 figure, .sec2, .sec7, .sec5, .fixed-button{
		display:none;
	}
	.top a img{max-width:100px;}
	.phones{border-left:0;}
	.header{height:auto;padding-bottom:50px;}
	.header span{line-height:36px;}
	.descriptor{height:auto;font-size:32px;}
	.akc{width:auto;margin-top:40px;height:auto;}
	.akc1{width:auto;font-size:36px;text-align:center;}
	.akc2{width:auto;position:static;text-align:center;}
	.akc3{width:auto;height:auto;text-align:center;position:static;margin-top:20px;}
	.akc3 input, .akc3 button{margin:20px auto 0 auto;float:none;}
	
	.sec1{height:auto;padding-bottom:40px;}
	.sec1 .wrap{height:auto;}
	.sec1 h2{text-align:center;padding:0 10px;}
	.sec1 .row_text{width:280px;font-size:16px;line-height:18px;}
	.sec1 img{margin-left:10px;}
	
	.tariffs{width:100%;padding-top:40px;height:auto;}
	.tarif, .tarif:last-child{margin:0 auto;margin-bottom:20px;float:none;}
	.but-form1{width:340px;margin:50px auto !important; display:block !important;text-decoration:none;}
	.sec6 a{text-decoration:none;}
	
	.spec{text-align:center;width:auto;padding:0 10px;float:none;}
	.spec:nth-of-type(2){margin:0;margin-top:20px;}
	.spech{height:auto;padding-bottom:50px;}
	
	.sec10{height:auto;}
	.sec10 h3{padding-top:30px;}
	.sec10 .form1{width:auto;height:auto;padding-bottom:30px;}
	.sec10 .form1 input, .sec10 .form1 button{margin:0 auto 20px auto;display:block;float:none;}
	
	.stamp{height:auto;margin-top:0px;padding-top:70px;padding-bottom:30px;}
	.ber{float:none;}
	
	.sec_how_we_work{background:none !important;}
	.how_we_work_block{width:auto;padding:0 10px;height:auto;}
	
	.logos20{width:100%;height:auto;background:none !important;}
	.logos_logo{position:static;margin:10px auto;}
	.logos_logo div{opacity:1;}
	
	.sec8 h2:before{display:none;}
	.sec8 .wrap{height:auto;padding-bottom:40px;}
	
	.sec8-1 .wrap{height:auto;padding-bottom:40px;}
	.sec8-1 figure{float:none;margin:30px auto;}
	
	.mi_otlichaemsa_holder{width:auto;padding:0 10px;}
	.mi_otlichaemsa img{top:15px;}
	.mi_otlichaemsa_text{width:auto;}
	
	.sec9, #map-canvas{height:850px;}
	.sec9 .form2{width:auto;height:auto;}
	.sec9 .form input, .sec9 .form button{float:none;margin:0 auto; margin-bottom:20px;}
	
	.footer .phones{float:none;text-align:center;margin:0 auto;}
	
	.whatsapp{
		display:block;
		width:48px;
		height:48px;
		background:url(../images/whatsapp.png) no-repeat;
		background-size:48px 48px;
		position:fixed;
		right:5px;
		bottom:10px;
		z-index:100;
	}
	
	.close-form{top:5px;right:5px;}
	.profile{width:320px;height:280px;padding:20px;left:50%;margin-left:-180px;top:50%;margin-top:-160px;}
	.profile .inner{width:100%;height:100%;overflow-y:scroll;}
	.worker-img{float:none;}
	.worker-text{margin:20px 0 0 0;}
}