.sert_block{
    margin-top: 20px;
}
.sb_item{
    width: 45%;
}
.f_logo{
    text-align: center;
}
.f_logo img{
    width: 280px;
    height: auto;
}
footer{
    padding: 30px 0;
}
.copyright{
    text-align: center;
    background: #669acc;
    color: #fff;
    margin-top: 15px;
    position: relative;
    padding: 3px 0;
}
.copyright:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #669acc;
    position: absolute;
    top: -5px;
    left: 0;
}
.f_bottom{
    margin-top: 10px;
}
.fb_left div div{
    margin-left: 20px;
}
.fb_left>div{
    margin-bottom: 5px;
}
.advantage_item{
    width: 25%;
    text-align: center;
}
.video_block{
    max-width: 1000px;
    margin: 10px auto 50px auto;
}
.ai_ico img{
    height: 100px;
    width: auto;
}
.ai_text{
    font-size: 12px;
    margin-top: 20px;
}
.advantages_line{
    margin-top: 30px;
}
.mf_title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.mf_item{
    margin-top: 10px;
}
.mf_item div{
    font-size: 14px;
}
.mf_input{
    width: 100%;
    height: 38px;
    border-radius: 5px;
    font: 16px 'helveticaneuecyr', sans-serif;
    padding: 0 15px;
    border: 1px solid #333;
    outline: none;
    margin-top: 5px;
}
.mf_pole{
    width: 100%;
    height: 70px;
     border-radius: 5px;  
    font: 16px 'helveticaneuecyr', sans-serif;
    padding: 15px;
     border: 1px solid #333;
    outline: none;
     margin-top: 5px;
}
.mf_btn{
    width: 320px;
    height: 50px;
    border-radius: 10px;
    background: #cc0001;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 10px auto 0 auto;
    position: relative;
    z-index: 100;
}
.content_table{
    width: 450px;
    margin-top: 20px;
}
.content_table td{
    border: 2px solid #669acc;
    padding: 10px;
    text-align: center;
    width: 50%;
    color: #669acc;
}
.content_table_v2{
    width: 530px;
    margin-top: 20px;
}
.content_table_v2 td{
    border: 2px solid #669acc;
    padding: 10px;
    text-align: center;
    width: 33.333%;
    color: #669acc;
}
.team_text{
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
.map_block{
    width: 100%;
    height: 300px;
    background: #ccc;
    margin-top: 20px;
}
.map_block + h2{
    margin-top: 20px;
}
.dop_contacts_block{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #006699;
}
.dop_contacts_block .s_links{
    margin-top: 20px;
}
.details_block{
    max-width: 600px;
    padding: 15px;
    border: 2px solid #006699;
    text-align: center;
    margin-top: 30px;
}
.details_block p{
    text-align: center;
}
.bottom_form h2{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.bottom_forms{
    margin-top: 30px;
}
.bottom_form{
    width: 350px;
    margin-right: 50px;
}
.bottom_forms .bottom_form:last-child{
    margin-right: 0;
}
.s_links_v2{
    margin-top: 20px;
}
.s_links_v2 a{
    padding-left: 0;
}
.s_links_v2 a:before{
    display: none;
}
.video_block video{
    max-width: 100%;
    height: auto;
}
.mob_menu{
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 8900;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    display: none;
}
.mob_menu ul li{
    list-style: none;
    margin-top: 10px;
}
.mob_menu ul li:first-child{
    margin-top: 0;
}
.toggle_menu_m{
    margin-left: 10px;
    margin-top: 10px;
}
.toggle_menu_m a{
    display: block;
}
.thank_text{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}