@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
body{
	width: 100%;
    max-width: 640px;
    margin: 0px auto;
    font-family: 'PT Sans', sans-serif;
}

.header{
	height: 67px;
}

.header .logo{
    width: 133px;
    float: left;
    padding: 10px 20px;
}


.header .logo img{
    width: 100%;
}

.header .call{
	float: right;
    width: 40px;
  /*  border-left: 1px solid #ccc;*/
    padding: 10px;
    margin-top: 5px;
}

.photo{
    width: 100%;
    height: 169px;
    background: url(/img/photo.jpg);
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
}

.photo h1{
    margin: 0px;
    margin-top: 30px;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 31px;
    font-weight: 600;
}

.photo p{
    margin: 0px;
    margin-top: 10px;
    float: left;
    text-align: center;
    width: 100%;
}

.service{

}

.service h2{
    text-align: center;
    font-size: 31px;
    color: #0b7ca2;
}

.service .item{
    -webkit-box-shadow: 0px 2px 8px #ccc;
            box-shadow: 0px 2px 8px #ccc;
    border-radius: 6px;
    width: 96%;
    margin-left: 2%;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 8px;
}


.service .item .img{
	width: 25%;
    float: left;
    min-height: 130px;
    text-align: center;
}

.service .item .img img{
	
}


.service .item .name{
	float: left;
    width: 75%;
    color: #0b7ca2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}


.service .item .desc {
	    float: left;
    width: 75%;
    margin: 0px;
}


.service .item .name span{
	float: right;
    margin-right: 3%;
    font-weight: bold;
}



.form{
    float: left;
    margin-top: 30px;
}

.form h3{
	text-align: center;
    font-size: 25px;
    color: #0b7ca2;
    margin-top: 0px;
}

.form input[type='text']{
    width: 93%;
    height: 35px;
    margin-left: 2%;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 22px;
    border: 1px solid #38bff6;
    padding-left: 2%;
}
select{
    width: 96%;
    height: 44px;
    margin-left: 2%;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 22px;
    border: 1px solid #38bff6;
    padding-left: 2%;
    color: #fff;
    background: #0289c1;
}
.form input[type='submit'] {
    width: 96%;
    margin-left: 2%;
    text-align: center;
    height: 45px;
    background: #0289c1;
    float: left;
    line-height: 45px;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    margin-top: 7px;
    border: 0px;
    margin-bottom: 10px;
}

.pochemu{
    width: 92%;
    margin-left: 2%;
    background: #0289c1;
    float: left;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    padding: 2%;
}


.pochemu h2{
	font-size: 29px;
}

.pochemu h4{
	    font-weight: 400;
}

.pochemu .item{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}


.pochemu .item .number{ 
    width: 35px;
    border: 5px solid #fff;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 23px;
    float: left;
}


.pochemu .item p{
    margin: 0px;
    text-align: left;
    margin-left: 0px;
    padding-left: 66px;
    margin-top: 7px;
    font-size: 21px;
}

footer{
    width: 90%;
    height: 110px;
    float: left;
    background: #292929;
    margin-top: 50px;
    color: #fff;
    padding: 5%;
}

footer h2{

}


footer p{

}
footer a {
color: #fff;
}

footer a p {

}

.callback_box{
    float: left;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #0289c1;
    display: none;  
}

footer .left{
width: 50%;
float: left;
}

footer .left a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    background: url('/img/top.svg');
}

footer .left p{
    
}


footer .right{
    width: 50%;
    float: left;
    margin-top: 50px;
}

footer .right .seti{
        float: left;
    width: 45px;
    text-align: center;
    margin-left: 5px;
}

footer .right .seti img{}