
.inner{
    width:1000px;
    margin:0 auto;
}
.top-line{
    background: #065ea7;
    height: 7px;
    box-shadow: 0 0 20px rgba(6, 94, 167, 1);
	position: relative;
	z-index: 2;
}


.header{
    height: 110px;    
}
.header .inner{
    background: url(../i/header_line.png) repeat-x left bottom;
}
.header .logo{
	padding-top: 16px !important;
	position: relative;
	z-index: 1;
}
.kabinet .header .logo{
    width:25% !important;
}
.kabinet .header .button{
    width:42% !important;
}
.kabinet .header .button img{
    border:1px solid #333;
}
.kabinet .header .logout{
    width:24% !important;
}
.header .inner > div{
    width: 33%;
    float: left;
    height: 83px;
    padding-top: 27px;
}
.header .button{
    text-align: center;
}
.header .contact{
    text-align: right;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
.header .contact .phone{
    font-size:33px;    
}
.header .contact .phone span.red{
    color: #f0274d;
    font-size: 19px;
    position: relative;
    top: -9px;
}
.header .contact a{
    font-size: 19px;
    color:#2ba6dd;
    margin-top: 4px;
    display: inline-block;
}



.blue-btn, .yellow-btn{    
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    padding: 8px 30px 10px;
    border-radius: 7px;
    text-shadow: 0 -1px 1px rgba(0, 97, 156, 0.53);
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blue-btn{
    border: 3px solid #d3f1ff;
    box-shadow: 0 2px 11px rgba(25, 150, 209, 0.22);
    background: url(../i/b_button.png) repeat-x left bottom;
}
.blue-btn:hover{
    background: url(../i/b_button_hover.png) repeat-x left bottom;
}
.blue-btn:active{
    background: url(../i/b_button_active.png) repeat-x left bottom;
}
.yellow-btn{
    border: 1px solid #a07000;
    box-shadow: 0 2px 0 -1px rgba(230, 246, 255, 0.54), inset 0 1px 2px rgba(255, 255, 255, 0.69);
    border-radius: 10px;
    color: #733600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.53);
    background: url(../i/y_button.png) repeat-x left bottom;
    padding: 5px 30px 8px;
}
.yellow-btn:hover{
    background: url(../i/y_button_hover.png) repeat-x left bottom;
}
.yellow-btn:active{
    background: url(../i/y_button_focus.png) repeat-x left bottom;
}
.title.main{
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}


.promo{
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 40px;
}

.promo .inner > .title{
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 45px 0 30px;
}
.promo .ribbon{
    font-family: 'PT Sans', sans-serif;
    color: #065ea7;
    font-size: 23px;
    background: url(../i/ribbon.png) no-repeat center center;
    padding: 10px 0 15px;
    text-align: center;
}
.forms{
    padding-top: 65px;
}
.forms .left{
    float: left;
    width: 535px;
    background: url(../i/promo-left.jpg) no-repeat left center;
    text-align: left;
    padding: 21px 0 15px 25px;
    margin-left: -30px;
	border-radius: 20px 0 0 20px;
}
.forms .left .title{
    font-size: 25px;
    font-weight: bold;
    color:#733600;
}
.forms .left .post-title{
    font-size: 18px;
    color: #af5408;
    margin: 6px 0 20px;
    font-weight: bold;
}
.forms .left .title.white{
    color: #fff;
    margin-bottom: 10px;
}
.forms .left p{
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 25px;
    padding-left: 18px;
    background: url(../i/promo-marker.png) no-repeat 0px 4px;
}

.forms form{
    float: left;
    background: url(../i/promo_form.png) repeat-x;
    height: 414px;
    text-align: center;
    width: 445px;
    border-radius: 20px;
    margin-top: -40px;
    position: relative;
}
.forms form .visib{

}
.forms form .suc{
    display: none;
    padding-top: 81px;
}
.forms form .suc .title{
    font-size:30px;
}
.forms form .suc .post-title{
    font-size:25px;
    font-weight: normal;
}
.forms form:after{
    display: block;
    background: url(../i/promo_form_s.png) repeat-x;
    content: "";
    position: absolute;
    bottom:-35px;
    height: 35px;
    width: 440px;    
}
.forms form .title{
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 0px rgba(61, 141, 228, 0.26);
    font-weight: 600;
    margin: 13px 0 15px;
}
.forms form .post-title{
    font-size: 15px;
    line-height: 18px;
    color:#fff;
    margin-bottom: 27px;
}
.forms form p{
    font-size: 12px;
    line-height: 14px;
    color: #b4e7ff;
    margin: 10px 0 13px;
}
#ib-block9{
	margin-top: 26px;
}
.forms form .row{
    margin-bottom: 18px;
}
.forms form span.yel{
    color: #ffe552;
    font-weight: bold;
    position: relative;
}
.forms form span.hr{
    border-top: 1px solid rgba(255, 229, 82, 0.6);
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.forms form span.big{
    font-size: 18px;
}
input[type="text"]{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #168cc8;
    outline: none;
    box-shadow: 0 3px 0 -2px rgba(255, 255, 255, 0.41);
    padding: 4px 0;
	margin:0;
    text-align: center;
    width: 260px;
}



.ags{
    font-family: 'PT Sans', sans-serif;
    background: url(../i/ags.png) repeat-x;
    height: 339px;
    text-align: center;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.14);
}
.ags .title{
    margin-bottom: 15px;
    padding-top: 20px;
}
.ags .post-title{ 
    color:#0c60ae;
    font-size:25px;

}
.ags ul{
    list-style: none;
}
.ags ul li{
    width: 20%;
    float: left;
}
.ags ul li span{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #73cfff;
    width: 80px;
    height: 72px;
    border-radius: 50%;
    padding: 18px 5px 0;
    margin: 30px 0 20px;
}
.ags ul li span.yellow{
    background: #f8a915;
}
.ags ul li p{
    font-size: 21px;
    line-height: 24px;
}




.cont .inner > .title{
    margin: 75px 0 45px;
    text-align: center;
}
.timetable{
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 50px;
}
.timetable > div{
    width: 320px;
    height: 335px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.timetable > div:after,
.timetable > div:before{
    content: "";
    width: 18px;
    height: 304px;
    position: absolute;
    top:0;
}
.timetable > div:after{    
    background: url(../i/timetable_right.png) no-repeat;    
    right: -18px;
}
.timetable > div:before{
    background: url(../i/timetable_left.png) no-repeat;
    left: -18px;
}
.timetable .title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    margin: 10px 0 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
}
.timetable .post-title{
    font-size: 20px;
    text-align: center;
    color:#fff;
    margin-bottom: 40px;
}
.timetable ul{
    list-style: none;
    padding-left: 39px;
}
.timetable li{
    font-size: 18px;
    font-weight: bold;    
    position: relative;
    margin-bottom: 20px;
}
.timetable .fuck li{
	margin-bottom: 13px;
}
.timetable li span{
    font-size: 14px;
    font-weight: normal;
    color:#828282;
}
.timetable li:before{
    display: inline-block;
    background: #58b2dd;
    content: "";
    width: 5px;
    height: 5px;
    left: -22px;
    top: 5px;
    position: absolute;
    border-radius: 50%;
}
.timetable .blue{
    background: url(../i/timetable_blue.png) repeat-x;
}
.timetable .yellow{
    background: url(../i/timetable_yellow.png) repeat-x;
}
.timetable .red{
    background: url(../i/timetable_red.png) repeat-x;
}


.how .inner > .title{
    margin: 0 0 50px;
    padding-top: 50px;
}
.how{
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 65px;
}
.how a{
	color: #1d8ec4;
}
.how .inner{
    background: url(../i/header_line.png) repeat-x left top;
}
.how .left{
    border:3px solid #f8ac16;
    float:left;
    background: #f9f9f9;
    padding: 20px 25px;
    width: 260px;
}
.how .left p{
    border-bottom: 1px solid #d9d9d9;
    line-height: 21px;
    font-size: 16px;
    box-shadow: 0 1px 0 #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.how .left p strong{
    font-size: 18px;
}
.how .right{
    float:right;
}
.how ul{
    list-style: none;
    padding-left: 25px;
}
.how ul li{
    color: #1d8ec4;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.how ul li:before{
    display: inline-block;
    background: url(../i/how_li.png) no-repeat;
    content: "";
    width: 9px;
    height: 14px;
    left: -25px;
    top: 5px;
    position: absolute;
}


.how .right i{
    width: 71px;
    height: 71px;
    display: inline-block;
    background-image:url(../i/how_set.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
i.s2{background-position: 0 -73px;}
i.s3{background-position: 0 -142px;}
i.s4{background-position: 0 -218px}
i.s5{background-position: 0 -299px;}
i.s6{background-position: 0 -370px;}

.how .right{
    float: left;
    width: 640px;
    margin-left: 25px;
    padding-top: 50px;
}
.how .right p{
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
}
.how .right p span{
    font-size: 16px;
    color:#959595;
    font-weight: normal;
}


.review{
    background: url(../i/review_bg.png) repeat-x;
    height: 777px;
    font-family: 'PT Sans', sans-serif;
    box-shadow: 0 11px 20px rgba(50, 158, 201, 0.16);
}
.review .shadow{
    background: url(../i/review_s.png) no-repeat center top;
    padding-top: 20px;
}
.review .shadow > .title{
    color:#fff;
    position: relative;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #5C9FB4;
}
.review .shadow > .title:before,
.review .shadow > .title:after{
    content: "";
    background: #82d5ed;
    height: 1px;
    position: absolute;
    width: 295px;
    top: 21px;
}
.review .shadow > .title:before{
    left: 5px;
}
.review .shadow > .title:after{   
    left: 700px;
}
.review ul{
    list-style: none; 
}
.review li{
    float: left;
    border-bottom: 4px solid #f8d015;
    background: url(../i/face_bg.png) repeat-x left top;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    margin: 0 30px 25px 0;
    width: 485px;
}
.review li .face{
    float: left;
    width: 100px;
    text-align: center;
    margin: 23px 0 22px 25px;
    font-size: 14px;
    font-weight: bold;
}
.review li .face img{
    margin-bottom: 7px;
}
.review li .body{
    margin: 23px 0 29px 140px;
}
.review li p{
    font-size: 15px;
    line-height: 19px;
}
.review li p.title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}


.partner .inner{
    background: url(../i/header_line.png) repeat-x left bottom;
    padding: 25px 0 35px;
    text-align: center;    
}
.partner .title{
    margin-bottom: 30px;
}

.bot-form form{
    height: 310px;
    background: url(../i/bot-form.png) repeat-x left top;
    position: relative;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    padding-top: 25px;
    margin-top: 50px;
    border-radius: 10px 10px 0 0;
}
.bot-form form:before,
.bot-form form:after{
    content: "";
    background: #82d5ed;
    height: 337px;
    position: absolute;
    width: 19px;
    top: -1px;
}
.bot-form form:before{
    left: -19px;
    background: url(../i/bot-form-left.png) repeat-x right top;
}
.bot-form form:after{   
    right: -19px;
    background: url(../i/bot-form-right.png) repeat-x left top;
}
.bot-form form .title{
    font-size: 32px;
    color:#299dde;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 1px 0px #fff;
}
.bot-form form .post-title{
    font-size: 21px;
}
.bot-form form .post-title .pr{
    position: relative;
    color: #e52448;
}
.bot-form form .post-title .hr{
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    border-top: 1px solid #e52448;
}
.bot-form form .inputs{
    margin: 30px 0;
}
.bot-form form p{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 20px;
    margin-bottom: 25px;
}
.bot-form form input{
    border: 1px solid #d4d4d4;
    width: 155px;
    margin-right: 7px;
    text-align: left;
    padding: 5px 10px 7px;
}
.bot-form form button{
    border: 1px solid #198ad0;
    border-bottom: 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.58), 0 2px 5px rgba(45, 90, 116, 0.25);
    padding: 8px 40px 10px;
}
.bot-form .suc{
    color:#49abd5;  
    display: none;
}
.bot-form .suc img{
    margin: 20px 0 20px;
}
.bot-form .suc .title{
    font-size:38px;
    color:#49abd5; 
}
.bot-form .suc .post-title{
    font-size:32px;
    font-weight: bold;
    color:#49abd5; 
}
.contacts{
    font-family: 'PT Sans', sans-serif;
    text-align: center;    
    padding-top: 50px;
}
.contacts .inner{
    border-bottom: 1px solid #9d9d9d;
}
.contacts .title.main{
    position: relative;
    font-size:30px;
    margin-bottom: 35px;
}
.contacts .title.main:before,
.contacts .title.main:after{
    content: "";
    background: url(../i/contacts-line.png) repeat-x left center;
    height: 2px;
    position: absolute;
    width: 315px;
    top: 15px;
}
.contacts .title.main:before{
    left: 5px;
}
.contacts .title.main:after{   
    left: 685px;
}
.contacts .col{
    /*float: left;*/
    width: 50%;
	margin: 0 auto 20px;
}
.contacts .col > .title{
    color:#2195db;
    font-size:20px;
    margin-bottom: 30px;
    font-weight: bold;
}
.contacts .col > p{
    margin-top: 27px;
    line-height: 22px;
    font-size: 15px;
}
.contacts .col > img{
    margin: 5px 0;
}
.contacts .col .map{
    position: relative;
    border: 2px solid #fff;
    box-shadow: 0 0 0 13px #f1f1f1;
    border-radius: 1px;
    margin-left: 25px;
}
#map{
    width:445px;
    height: 278px;
}
.contacts .col .map:after{
    content: "";
    background: url(../i/map-s.png) repeat-x top center;
    height: 21px;
    position: absolute;
    width: 434px;
    bottom: -36px;
    left: 0px;
}




.footer{
    font-family: 'PT Sans', sans-serif;
    height:90px;
    color: #9d9d9d;
}
.footer > div{
    font-size: 14px;
    color: #9d9d9d;
    padding-top: 41px;
    border-top: 1px solid #9d9d9d;
    margin-top: 2px;
}
.footer span.left{
    float:left;
}
.footer span.right{
    float:right;
    position:relative;
}
.footer img{
    position: absolute;
    top: -17px;
}
.footer i{
    width: 20px;
    display: inline-block;
}
.footer a{
    color: #9d9d9d;
    text-decoration: none;
}
input.error{
    border:1px solid red !important;
}

#call,
#success{
    display: none;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -155px;
    width: 315px;
    height: 274px;
    background: url(../i/pop_bg.png) repeat-x;
    z-index: 5699;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.21);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 22px;
    text-align:center;
}
#call{
    width: 252px;
    height: 222px;
    background: url(../i/pop.png) repeat-x;
    margin: -110px 0 0 -150px;
}
#call .close,
#success .close{
    position: absolute;
    background: url(../i/pop_close.png) no-repeat;
    width: 13px;
    height: 13px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
#success .close{
    background: #49a3d2 url(../i/pop_close.png) no-repeat center;
    border-radius: 50%;
    padding: 9px;
    top: -20px;
    right: -20px;
}
#call .blue-btn{
    border: 1px solid #328cb4;
    font-size: 17px;
    background: url(../i/pop_btn.png) repeat-x;
    padding: 5px 30px 8px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);margin-top: 8px;
}
#call input[type="text"]{
    width: 200px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 2px;
    margin: 0 0 10px;
    padding: 6px 0;
}
#call .title{
    margin-bottom: 15px;
}
#call .title,
#success .title{
    font-size:19px;
    font-weight: bold;
    color:#fff;
    line-height: 23px;
}
#success{
    width: 570px;
    height: 143px;
    margin: -71px 0 0 -285px;
    border:6px solid #49a3d2;
    background: #fff;
    border-radius: 0;
    padding-top: 17px;
}
#success .title{
    color:#49a3d2;
}
#overlay{
    background: rgba(0, 0, 0, 0.85);
    width:100%;
    height:100%;
    position:fixed;
    z-index:55;
    top:0;
    display:none;
}