html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}
body{
	font-family: 'Exo2';
}
.wrap{
	width:1280px;
    margin:0 auto;
}
.block1{
	background: url(../images/bg1.png)no-repeat center;
    background-size: cover;
    height: 120px;
}
.b1-left{
	float: left;
    margin-top: 35px;
}
.b1-top-name{
	color: #a7a7a7;
    font-size: 27px;
}
.b1-top-name span{
	color: #f6492e;
    font-size: 30px;
    font-family: 'Exo2-ExtraBold';
}
.b1-last-name{
	color: #fff;
    font-size: 16px;
}
.b1-cent{
	float: left;
    margin-left: 40px;
    margin-top: 48px;
}
.b1-cent ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.b1-cent li{
	border-right: 2px solid #fff;
    padding: 0 10px;
}
.b1-cent li:last-child{
	border-right: 0;
}
.b1-cent a{
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.b1-cent a:hover{
	text-decoration: underline;
}
.b1-right{
	float: right;
    margin-top: 17px;
}
.b1-post{
	color: #fff;
    text-align: right;
    font-size: 16px;
}
.b1-number{
	font-family: 'Exo2-ExtraBold';
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.b1-call{
	text-align: right;
    margin-top: 17px;
}
.b1-call a{
	background: #5986bc;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    -moz-transition: box-shadow 1s 0s ease;
    -o-transition: box-shadow 1s 0s ease;
    -webkit-transition: box-shadow 1s 0s ease;
}
.b1-call a:hover{
	box-shadow: 0px 0px 20px #fff;
}
.block2{
	background: url(../images/bg2.png)no-repeat center;
    background-size: cover;
    height: 445px;
    position: relative;
}
.block3{
	background: url(../images/bg3.png)no-repeat center;
    background-size: cover;
    height: 750px;
}
.b3-b1{
	position: relative;
    margin-top: -114px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.b3-b2{
	background: url(../images/advantage.png)no-repeat top center;
    background-size: contain;
    position: relative;
    width: 1280px;
    height: 344px;
    text-align: center;
}
.b3-b2 tr:nth-child(1){
	height: 90px;
}
.b3-b2 tr:nth-child(2){
	vertical-align: top;
    color: #060501;
    font-size: 14px;
    font-weight: 600;
}
.b3-b2 tr:nth-child(3){
	height: 90px;
}
.b3-b2 tr:nth-child(4){
	vertical-align: top;
    color: #060501;
    font-size: 14px;
    font-weight: 600;
}
.b3-b2 tr:nth-child(1) td{
	width: 20%;
    padding-top: 25px;
}
.b3-b2 tr:nth-child(2) td{
	width: 20%;
}
.b3-b2 tr:nth-child(3) td{
	width: 20%;
}
.b3-b2 tr:nth-child(4) td{
	width: 20%;
}
.b3-b3{
	text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 45px;
}
.b3-b4{
	background: url(../images/form.png)no-repeat center;
    background-size: contain;
    width: 1280px;
    height: 360px;
    position: relative;
}
.b3-zayavka{
	text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 35px;
}
.b3-mng{
	text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.b3-form{
	text-align: center;
}
.b3-form input{
	width: 380px;
    height: 50px;
    padding-left: 10px;
    color: #b1aeae;
    font-size: 24px;
    font-family: 'Exo2';
    margin-left: 20px;
}
.b3-form input:nth-child(1){
	margin-left: 0px;
}
.b3-form button{
	background: #5986bc;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    -moz-transition: box-shadow 1s 0s ease;
    -o-transition: box-shadow 1s 0s ease;
    -webkit-transition: box-shadow 1s 0s ease;
    cursor: pointer;
    border: 0;
    margin-top: 50px;
    font-family: 'Exo2';
}
.b3-form button:hover{
	box-shadow: 0 0 20px #fff;
}
.block4{
	background: #f0ece3;
    border-bottom: 2px solid #4d4c48;
    padding-top:200px;
}
.b4-title{
    text-align: center;
    color: #366c97;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.b4-box{
	height: 520px;
}
.b4-block{
	display: inline-block;
    background: url(../images/product.png) no-repeat;
    width: 305px;
    height: 90px;
    margin: 6px;
    text-align: center;
    position: relative;
    float: left;
}
.b4-block a{
	color: #303030;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 29px 0;
    -moz-transition: box-shadow 1s 0s ease;
    -o-transition: box-shadow 1s 0s ease;
    -webkit-transition: box-shadow 1s 0s ease;
}
.b4-block a:hover{
	box-shadow: 0 0 20px #000;
}
.str2{
	
}
.str2 a{
	padding: 15px 0;
}
.b4-send{
	margin-top: 60px;
    text-align: center;
    margin-bottom: -10px;
}
.b4-send a{
	background: #f6492e;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 45px;
    -moz-transition: background 1s 0s ease;
    -o-transition: background 1s 0s ease;
    -webkit-transition: background 1s 0s ease;
}
.b4-send a:hover{
	color: #f6492e;
    background: #000;
}
.block5{
	background: #fff;
}
.b5-title{
	padding-top: 45px;
    text-align: center;
    color: #366c97;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.b5-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.b5-block{
	margin: 20px auto;
    position: relative;
}
.b5-text{
	font-size: 14px;
    font-weight: 600;
    font-style: italic;
    background: url(../images/review.png) no-repeat;
    width: 364px;
    padding: 10px;
    height: 143px;
}
.b5-name{
	text-align: left;
    float: left;
    font-size: 14px;
    color: #4b4a4b;
    font-weight: 600;
    margin-left: 5px;
    max-width: 310px;
}
.b5-date{
	text-align: right;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-right: 5px;
}
.block6{
	
}
.block7{
	background: #fff;
}
.b7-title{
	padding-top: 30px;
    text-align: center;
    color: #366c97;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.b7-part{
	text-align: center;
}
.b7-part img{
	max-width: 100%;
}
.block8{
	background: url(../images/bg8.png)no-repeat center;
    background-size: cover;
    height: 154px;
}
.b8-left{
	float: left;
    margin-top: 35px;
}
.b8-top-name{
	color: #a7a7a7;
    font-size: 27px;
}
.b8-top-name span{
	color: #f6492e;
    font-size: 30px;
    font-family: 'Exo2-ExtraBold';
}
.b8-last-name{
	color: #fff;
    font-size: 16px;
}
.b8-cent{
	float: left;
    margin-top: 35px;
    margin-left: 95px;
    color: #fff;
}
.b8-title{
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #f2f2f2;
}
.b8-name{
	color: #f2f2f2;
    font-size: 18px;
    margin-top: 5px;
}
.b8-right{
	float: right;
    margin-top: 37px;
}
.b8-phone{
	color: #fff;
    font-size: 30px;
    font-family: 'Exo2-ExtraBold';
}
.b8-mail{
	color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 17px;
}
.cont{
	background:#fff;
}
.textouis{
	padding:40px 0;
}
.stat{
	
}
.stat-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
}
.stat-opis{
	
}
.block9{
	padding: 30px 0;
    background: #fff;
}
.b9-title{
	text-align: center;
    color: #366c97;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.b9-text{
	
}
.b9-quest{
	text-decoration: underline;
    font-size: 17px;
}
.b9-answer{
	
}



/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 320px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    text-align: center;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #000;
    padding: 5px 0px 10px;
    text-align: center;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}
.popup input{
	width: 280px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.popup button{
	background: #000;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
}
.popup button:hover{
	
}