body{ 
    font-family: 'Noto Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #212121;
    counter-reset: section;
}

*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
p{
    font-size: 15px;
}
h1, h2, h3, h4{
    font-weight: 500;
    margin: 0px;
}
.center{
    text-align: center;
}
.jost{
    font-family: 'Jost', sans-serif;
}
.title{
    font-family: 'Jost', sans-serif; 
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 20px;
    color: #0C3968;
}
.d-flex{
    display: flex;
}



.container-fluid{
    width: 100%;
}
.container{
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-12, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col{
    flex: 0 0 100%;
    max-width: 100%;
}
.col-12{
    flex: 0 0 100%;
    max-width: 100%;
}
.col-9{
    flex: 0 0 75%;
    max-width: 75%;
}
.col-8{
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.col-7{
    flex: 0 0 60%;
    max-width: 60%;
}
.col-6{
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5{
    flex: 0 0 40%;
    max-width: 40%;
}
.col-4{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-3{
    flex: 0 0 25%;
    max-width: 25%;
}



.p-0{
    padding-left: 0px;
    padding-right: 0px;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.m-0{
    margin: 0px;
}


.order-0{ order: 0; } 
.order-1{ order: 1; } 
.order-2{ order: 2; } 
.order-3{ order: 3; } 
.order-4{ order: 4; } 
.order-5{ order: 5; } 



#popup_form{
    display: none;
}





.main_btn{
    padding: 15px 20px;
    background: #C79C6E;
    border: 1px solid #C79C6E;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.main_btn div{
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-right: 20px;
}
.main_btn div:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 14px;
    background: url(../img/arrow.svg) no-repeat center;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}
.main_btn:hover{
    background: none;
}
.main_btn:hover div{
    color: #C79C6E;
}
.main_btn:hover div:before{
    background: url(../img/arrow_2.svg) no-repeat center;
}
.main_btn.bg:hover div{
    color: #fff;
}
.main_btn.bg:hover div:before{
    background: url(../img/arrow.svg) no-repeat center;
}







.header{
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .row{
    justify-content: space-between;
}
.header .left{
    align-items: center;
    display: flex;
    align-items: center;
}
.header .left .logo{
    margin-right: 40px;
}
.header .left .soc{
    display: flex;
    align-items: center;
}
.header .left .soc div{
    margin-bottom: 5px;
}
.header .left .soc .soc_icon{
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header .left .soc .soc_icon.icon_vb{
    background-image: url(../img/vb.svg);
}
.header .left .soc .soc_icon.icon_wh{
    background-image: url(../img/wh.svg);
}
.header .left .soc .soc_icon.icon_in{
    background-image: url(../img/in.svg);
}
.header .left .soc .soc_icon.icon_fb{
    background-image: url(../img/fb.svg);
}
.header .center{
    font-size: 14px;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}
.header .center span{
    color: #0B5085;
}
.header .right{
    display: flex;
    align-items: center;
}
.header .right .phone{
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 25px;
    background: url(../img/phone.svg) no-repeat center left;
}
.header .right .phone img{
    margin-right: 10px;
}
.header .right .btn{
    display: flex;
    align-items: center;
    color: #C79C6E;
    font-size: 14px;
    width: 215px;
    height: 50px;
    border: 1px solid #C79C6E;
    justify-content: center;
    cursor: pointer;
    margin-left: 30px;
    transition: all 0.2s ease-out;
    background: url(../img/call.svg) no-repeat center left 10px / 25px,
    #fff;
}
.header .right .btn:hover{
    color: #fff;
    background: url(../img/call.svg) no-repeat center left 10px / 25px,
    #C79C6E;
}
.header .right .btn:hover img{
    filter: grayscale(1) brightness(1000%);
}
.header .right .btn img{
    margin-right: 10px;
}




.breadcrumbs{
    border-top: 1px solid #E5E5E5;
    padding-top: 40px;
    padding-bottom: 40px;
}
.breadcrumbs a{
    text-decoration: none;
    color: #C4C4C4;
}
.breadcrumbs .col-12{
    align-items: center;
    color: #212121;
    font-size: 14px;
}
.breadcrumbs img{
    margin: 0px 10px;
}




.menu{
    background: #0B5085;
    min-height: 80px;
    margin-bottom: -40px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .burger{
    width: 30px;
    height: 40px;
    cursor: pointer;
    background: url(../img/burger.svg) no-repeat center / contain;
    display: none;
}
.menu ul{
    display: flex;
    margin:0px;
    padding: 0px;
    margin-left: 10px;
}
.menu ul li{
    list-style: none;
    position: relative;
}
.menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 35px;
    padding: 30px 0px;
}
.menu ul li a:hover{
    color: #C79C6E;
}
.menu ul li ul{
    flex-wrap: wrap;
    position: absolute;
    list-style: none;
    margin: 0;
    top: 50px;
    left: -25px;
    box-shadow: 5px 5px 20px 4px rgb(0 0 0 / 10%);
    background: #0B5085;
    visibility: hidden;
    width: 190px;
    height: auto;
    opacity: 0;
    z-index: 100;
    transition: all 0.2s ease-out;
}
.menu ul li:hover ul{
    visibility: visible;
    opacity: 1;
}
.menu ul li ul li{
    display: block;
    height: auto;
    width: 100%;

}
.menu ul li ul li a{
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 25px;
}
.menu ul li ul li a:hover{
    color: #0B5085;
    background: #fff;
}
.menu .menu_list .down{
    padding-right: 20px;
    position: relative;
}
.menu .menu_list .down:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    right: 0px;
    top: 35px;
    background: url(../img/menu_arrow.svg) no-repeat center / cover;
}
.menu .search{
    width: 50px;
    height: 40px;
    background: url(../img/search.svg) no-repeat center / 25px;
    cursor: pointer;
}







.block_top{
    position: relative;
    background: url(../img/fon.jpg) no-repeat center / cover;
    color: #fff;
}
.block_top:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.block_top .container{
    position: relative;
    z-index: 2;
}
.block_top .block{
    min-height: 840px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
}
.block_top h1{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 30px;
}
.block_top ul{
    padding: 0px;
    margin: 0px;

}
.block_top ul li{
    list-style-type: none;
    font-size: 22px;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}
.block_top ul li:before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../img/checked.svg) no-repeat center / cover;
}
.block_top .main_btn{
    margin-top: 30px;
}




.block_top.ver2{
    position: relative;
    background: url(../img/fon_0.jpg) no-repeat center / cover;
    color: #212121;
}
.block_top.ver2 h1{
    color: #0B5085;
}
.block_top.ver2:before{
    display: none;
}
.block_top.ver2 ul li:before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../img/arrow_0.svg) no-repeat center / cover;
}








.list{
    min-height: 200px;
    border: 1px solid #0B5085;
    padding: 20px;
    margin-top: 25px;
}
.list .name{
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0B5085;
    font-weight: 700;
}
.list ol{
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
}
.list .number li{
    font-size: 14px;
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.list .number  li:before{
    counter-increment: section;                 /* Инкрементирует счетчик*/
    content: "0" counter(section);
    position: absolute;
    left:0px;
    color: #C79C6E;
    font-weight: 700;
}
.list a{
    color: #0B5085;
    text-decoration: underline;
}




.rights{
    min-height: 200px;
    position: relative;
    background: url(../img/rules_fon.jpg) no-repeat center / cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.rights:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.rights h1{
    color: #fff;
    margin-bottom: 30px;
}
.rights .text{
    line-height: 24px;
}
.rights .info{
    margin-top: 30px;
    font-size: 14px;
}
.rights .info .man{
    display: flex;
    align-items: center;
}
.rights .info .man .img{
    width: 40px;
    height: 40px;
    background: url(../img/ava2.jpg) no-repeat center / cover;
    margin-right:10px;
}
.rights .info .man .man_text p{
    font-size: 14px;
    margin: 0px;
}
.rights .info .man .man_text .name{
    font-weight: 700;
    margin-bottom: 5px;
}
.rights .info .numbers{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rights .info .numbers .icon1{
    margin-right: 10px;
}
.rights .info .numbers .icon2{
    margin-left: 20px;
}
.rights .info .numbers .icon3{
    margin-left: 20px;
}
.rights .info .numbers .icon1{
    height: 25px;
    padding-left: 35px;
    background: url(../img/rights_icon.svg) no-repeat center left;
    display: flex;
    align-items: center;
}
.rights .info .numbers .icon2{
    height: 25px;
    padding-left: 35px;
    background: url(../img/rights_icon2.svg) no-repeat center left;
    display: flex;
    align-items: center;
}
.rights .info .numbers .icon3{
    height: 25px;
    padding-left: 35px;
    background: url(../img/rights_icon3.svg) no-repeat center left;
    display: flex;
    align-items: center;
}
.rights .info .share{
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}
.rights .info .share img{
    margin-right: 10px;
}
.rights .info .share a{
    color: #fff;
    text-decoration: none;
    height: 25px;
    padding-left: 35px;
    background: url(../img/rights_icon4.svg) no-repeat center left;
    display: flex;
    align-items: center;
}


.text_block{
    padding-top: 100px;
}
.text_block .img{
    width: 100%;
    min-height: 350px;
    background-image: url(../img/foto.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-grow: 1;
}
.text_block .img.n2{
    margin-bottom: 20px;
}
.text_block .block_left{
    width: 60%;
    padding: 0px 15px;
}
.text_block .block_right{
    width: 40%;
    padding: 0px 15px;
}
.text_block h2{
    color: #0C3968;
}
.text_block h3{
    color: #0C3968;
}
.text_block p{
    color: #525558;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
}
.text_block .foto_text{
    color: #C4C4C4;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
}
.text_block .foto_block{
    display: flex;
    flex-direction: column;
}
.text_block .video{
    width: 100%;
    min-height: 270px;
    background-image: url(../img/video_fon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_block .video .video_btn{
    width: 50px;
    height: 50px;
    background: url(../img/video_btn.svg) no-repeat center / cover;
    cursor: pointer;
}
.text_block .number{
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    counter-reset: section;
}
.text_block .number li{
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.text_block .number  li:before{
    counter-increment: section;                 /* Инкрементирует счетчик*/
    content: "0" counter(section);
    position: absolute;
    left:0px;
    color: #C79C6E;
    font-weight: 700;
}




.table{
    margin-top: 80px; 
}

.table .title{
    margin-bottom: 30px;
}
.table table{
    width: 100%;
}
.table td{
    font-size: 14px;
    text-align: left;
    padding: 15px 20px; 
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.table td.yes{
    padding-left: 45px;
    position: relative;
}
.table td.yes:before{
    content: "";
    position: absolute;
    width: 17px;
    height: 11px;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/table_icon.svg) no-repeat center / contain;
}
.table td.no{
    padding-left: 45px;
    position: relative;
}
.table td.no:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/table_icon2.svg) no-repeat center / contain;
}
.table tr:hover{
    background: #f7f7f7;
}
.table th{
    font-weight: 700;
    color: #0C3968;
    text-align: left;
    padding: 15px 20px; 
    border-bottom: 1px solid #E5E5E5;
}
.table table thead th{ 
    border-right: 1px solid #E5E5E5;
}
.table table thead th:nth-child(4){
    border-right: none;
}




.full_foto{
    margin-top: 80px;
}
.full_foto .img{
    width: 100%;
    min-height: 250px;
    background-image: url(../img/foto-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-grow: 1;
}
.full_foto .right{
    position: relative;
    background: url(../img/fon_2.jpg) no-repeat center / cover;
    color: #fff;
    min-height: 200px;
    padding: 80px 30px;
}
.full_foto .right:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.full_foto .title{
    color: #fff;
    z-index: 2;
    position: relative;
}
.full_foto .text{
    z-index: 2;
    position: relative;
    line-height: 24px;
}





.opportunity{
    padding-top: 100px;
}
.opportunity h3{
    color: #0B5085;
    text-align: center;
    margin-bottom: 40px;
}
.opportunity .block{
    text-align: center;
    margin-bottom: 30px;
}
.opportunity .block .block_title{
    color: #0B5085;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px; 
    text-transform: uppercase;
}
.opportunity .block .text{
    color: #212121;
    font-size: 14px;
    margin-top: 10px;
}





.rate{
    position: relative;
    background: url(../img/rate_fon.jpg) no-repeat center / cover;
    color: #fff;
    min-height: 200px;
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 80px;
}
.rate:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.rate .title{
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.rate .block{
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.rate .block .name{
    font-size:20px; 
    font-weight: 700;
    text-transform: uppercase;
    background: #0B5085;
    padding:20px 0px;
}
.rate .block .name.v2{
    background: #C79C6E;
}
.rate .block .name .line{
    width: 30px;
    height: 1px;
    margin: auto;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.rate .block .name span{
    font-size:12px; 
}
.rate .block .text{
    color: #212121;
    font-size: 14px;
    padding: 15px 25px 0px 25px;
    min-height: 80px;
}
.rate .block .table_in{
    width: 100%;
}
.rate .block .table_in .tr{
    width: 100%;
    color: #212121;
    font-size: 14px;
    min-height: 40px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rate .block .table_in .tr2{
    width: 100%;
    color: #212121;
    font-size: 14px;
    min-height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rate .block .bottom{
    padding: 5px 25px;
}
.rate .block .additionally{
    color: #C4C4C4;
    font-size: 14px;
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    width: 100%;
    min-height: 50px;
    margin-top: 15px;
}
.rate .main_btn{
    padding: 15px 20px;
    background: #0B5085;
    border: 1px solid #0B5085;
    margin-top: 15px;
}
.rate .main_btn:hover{
    background: none;
    border: 1px solid #C79C6E;
}





.attention{
    margin-top: 80px;
    position: relative;
    background: url(../img/attention_fon.jpg) no-repeat center / cover;
    color: #fff;
    min-height: 200px;
    padding: 100px 20px 80px 20px;
}
.attention:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.attention .attention_title{
    color: #fff;
    display: inline-flex;
    position: relative;
}
.attention .attention_title:before{
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/attention.svg) no-repeat center / cover;
    position: absolute;
    top: 3px;
    left: -45px;
}
.attention .attention_title:after{
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/attention.svg) no-repeat center / cover;
    position: absolute;
    top: 3px;
    right: -45px;
}
.attention .text{
    line-height: 24px;
}





.chance{
    min-height: 270px;
    background: #0B5085;
    margin-top: 100px;
    color: #fff;
    padding: 60px 75px;
}
.chance .title{
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
}
.chance .main_btn{
    margin-top: 10px;
}
.chance .pasport{
    position: absolute;
    right: 70px;
    top: -20px;
}





.question{
    padding-top: 100px;
}
.question .title{
    text-align: center;
    margin-bottom: 40px;
}
.question .block{
    border: 1px solid #0B5085;
    margin-bottom: 10px;
    padding: 15px 20px;
}
.question .block .name{
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #0B5085;
    text-transform: uppercase;
    position: relative;
    padding-right: 15px;
}
.question .block .name:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0px;
    top: 3px;
    background: url(../img/question-arrow.svg) no-repeat center;
}
.question .block .name.activ:before{
    background: url(../img/question-close.svg) no-repeat center;
}
.question .block .text{
    font-size: 14px;
    border-top: 1px solid #C4C4C4;
    padding-top: 10px;
    margin-top: 10px;
    display: none;
}




.reviews{
    margin-top: 100px;
    padding-top: 100px;
    position: relative;
    background: url(../img/reviews_fon.jpg) no-repeat center / cover;
    color: #fff;
    min-height: 200px;
    padding-bottom: 80px;
}
.reviews:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.reviews .title{
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.reviews .block{
    display: flex;
}
.reviews .block .img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    min-width: 270px;
    margin-right: 30px;
}
.reviews .block .name{
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
}
.reviews .block .text{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.reviews .col-12{
    padding: 0px 100px;
}
.reviews .arrow{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}
.reviews .arrow.owl_left{
    left: 15px;
    transform: rotate(180deg);
    background: url(../img/slider_arrow.svg) no-repeat center / cover;
}
.reviews .arrow.owl_right{
    right: 15px;
    background: url(../img/slider_arrow.svg) no-repeat center / cover;
}
.reviews .owl-theme .owl-dots .owl-dot{
    display: none;
}




.director{
    padding-top: 100px;
}
.director .img{
    width: 300px;
    height: 480px;
    position: relative;
    text-align: center;
    flex-shrink: 0;
}
.director .img:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #0B5085;
}
.director .img img{
    bottom: -1px;
    position: absolute;
    z-index: 2;
    left: 20px;
    width: 100%;
}
.director .col-12{
    align-items: center;
}
.director .content{
    padding-left: 40px;
}
.director .content .title{
    margin-bottom: 0px;
}
.director .content .post{
    margin-top: 0px;
    font-size: 20px;
}
.director .content .text{
    padding: 20px 30px;
    color: #6F6F6F;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.director .content .text:before{
    content: "";
    width: 18px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 5px;
    background: url(../img/cav.svg) no-repeat center;
}
.director .content .text:after{
    content: "";
    width: 18px;
    height: 14px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    transform: rotate(180deg);
    background: url(../img/cav.svg) no-repeat center;
}
.director .content .contact{
    display: flex;
    margin-top: 25px;
}
.director .content .contact .mail{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 30px;
    background: url(../img/contact_email.svg) no-repeat center left;
    height: 25px;
    padding-left: 35px;
}
.director .content .contact .phone{
    display: flex;
    align-items: center;
    justify-content: start;
    background: url(../img/contact_phone.svg) no-repeat center left;
    height: 25px;
    padding-left: 35px;

}
.director .content .contact img{
    flex-shrink: 0;
    margin-right: 10px;
}



.text_block2{
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    background: url(../img/fon_2.jpg) no-repeat center / cover;
    color: #fff;
}
.text_block2 .img{
    width: 100%;
    max-height: 100%;
    min-height: 350px;
    background-image: url(../img/foto-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text_block2:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.8);
}
.text_block2 .title{
    color: #fff;
}
.text_block2 p{
    font-size: 14px;
    line-height: 24px;
}
.text_block2 ol{
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    counter-reset: section;
}
.text_block2 .number li{
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.text_block2 .number  li:before{
    counter-increment: section;                 /* Инкрементирует счетчик*/
    content: "0" counter(section);
    position: absolute;
    left:0px;
    color: #C79C6E;
    font-weight: 700;
}
.text_block2 .points li{
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.text_block2 .points  li:before{
    content: "·";
    position: absolute;
    left:0px;
    top: -15px;
    color: #C79C6E;
    font-weight: 700;
    font-size: 40px;
}
.text_block2.who .title{
    margin-bottom: 30px;
}
.text_block2.who .name{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.text_block2.who .line{
    width: 80px;
    height: 1px;
    background: #fff;
    margin-bottom: 20px;
}







.consultation{
    position: relative;
    min-height: 300px;
    margin-top: 100px;
    padding-top: 50px;
    background: url(../img/fon_3.jpg) no-repeat center / cover;
    color: #fff;
    overflow: hidden;
}
.consultation:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.consultation .left{
    padding-top: 50px;
    max-width: 500px;
    margin: auto;
}
.consultation .text_title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.consultation form{
    margin-top: 15px;
}
.consultation form input[type="text"]{
    width:100%;
    height: 50px;
    border: none;
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 14px;
}
.consultation input {
    outline:none;
}
.consultation textarea {
    outline:none;
    height:100px;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    font-family: 'Noto Sans', sans-serif;
}
.consultation .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.consultation .bottom .bottom_in{
    display: flex;
}
.consultation .bottom input[type="submit"]{
    background: #C79C6E;
    color: #fff;
    font-size: 14px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #C79C6E;
}
.consultation .bottom a{
    color: #fff;
}
.consultation .bottom .check{
    font-size: 14px;
    flex-grow: 1;
}
.consultation .bottom input[type="checkbox"]{
    display: none;
}
.consultation .bottom .check_btn{
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.consultation .bottom .check_btn.activ:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #C79C6E;
}

.consultation .right img{
    float: right;
    margin-right: -50px;
}
.consultation .right .info{
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.consultation .right .info .name{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.consultation .right .info p{
    
}
.consultation .talk{
    position: absolute;
    top: 100px;
    left: 20px;
    background: #fff;
    color: #212121;
    padding: 35px 35px 20px 35px;
}
.consultation .talk:before{
    content: "";
    position: absolute;
    right: -30px;
    width: 30px;
    height: 50px;
    background: url(../img/triangle.svg) no-repeat center right;
    bottom: 10px;
}
.consultation .talk ul{
    margin: 0px;
    padding: 0px;
}
.consultation .talk ul li{
    list-style-type: none;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
}
.consultation .talk ul li:before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/checked-2.svg) no-repeat center / cover;
}




.news{
    padding-top: 100px;
    margin-bottom: 50px;
}
.news .img{
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news .name{
    color: #0B5085;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.news .text{
    font-size: 13px;
    height: 75px;
    overflow: hidden;
}
.news .more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.news .more .btn{
    display: flex;
    align-items: center;
    color: #0B5085;
    padding-right: 15px;
    border-bottom: 1px solid #0B5085;
    background: url(../img/news_arrow.svg) no-repeat center right;
}
.news .more .btn img{
    margin-left: 5px;
}
.news .more a{
    text-decoration: none;
}
.news .more .date{
    color: #C4C4C4;
    font-size: 14px;
    padding-left: 30px;
    display: flex;
    height: 25px;
    background: url(../img/calendar.svg) no-repeat center left;
    display: flex;
    align-items: center;
}
.news .pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.news .pagination .center{
    font-size: 20px;
    color: #0B5085;
    display: flex;
    align-items: center;
}
.news .pagination .center span{
    font-size: 30px;
    color: #C79C6E;
    font-weight: 700;
}
.news .pagination .pagination_btn{
    width:25px;
    height: 25px;
    background: url(../img/news_more2.svg) no-repeat center / cover;
    cursor: pointer;
}
.news .pagination .pagination_btn.right{
    background: url(../img/news_more.svg) no-repeat center / cover;
    cursor: pointer;
}
.news .block{
    background: #FFFFFF;
    
    padding: 20px;
}
.news .block .more{
    border-top: 1px solid #C4C4C4;
    padding-top: 20px;
}
.news .block .text{
    font-weight: 700;
}



.consultation_mini{
    box-shadow: 0px 0px 4px #E5E5E5;
    width: 100%;
    padding: 30px 20px;
}
.consultation_mini .name_block{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.consultation_mini .woman{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.consultation_mini .woman .img{
    width: 50px;
    height: 50px;
    border: 1px solid #C79C6E;
    background: url(../img/woman2.jpg) no-repeat center / cover;
    margin-right:10px;
    flex-shrink: 0;
}
.consultation_mini .woman .woman_text p{
    font-size: 12px;
    margin: 0px;
    color: #C4C4C4;
}
.consultation_mini .woman .woman_text .name{
    font-weight: 700;
    margin-bottom: 5px;
    color: #212121;

}
.consultation_mini form input[type="text"]{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border:1px solid #E5E5E5;
    padding: 0px 15px;
    font-size: 14px;
}
.consultation_mini input {
    outline:none;
}
.consultation_mini form input[type="submit"]{
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: #C79C6E;
    border: 1px solid #C79C6E;
    color: #fff;
}



.mailing{
    background: #0B5085;
    width: 100%;
    padding: 30px 20px;
    margin-top: 30px;
}
.mailing .name_block{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.mailing form input[type="text"]{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border:1px solid #E5E5E5;
    padding: 0px 15px;
    font-size: 14px;
}
.mailing input {
    outline:none;
}
.mailing form input[type="submit"]{
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: #C79C6E;
    border: 1px solid #C79C6E;
    color: #fff;
}




.documents{
    margin-top: 80px;
}
.documents .title{
    margin-bottom: 30px;
}
.documents .block{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px #E5E5E5;
    padding: 40px;
    margin-bottom: 20px;
    width: 100%;
}
.documents .name{
    font-size: 14px;
    text-transform: uppercase;
    color: #0B5085;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
}
.documents .name img{
    margin-right: 15px;
}
.documents .text{
    line-height: 24px;
    font-size: 14px;
}






.help{
    background: #0B5085;
    color: #fff;
    padding: 40px 30px;
    margin-top: 50px;
}
.help .title{
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
}
.help .right img{
    max-width: 100%;
}
.help .btn{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #C79C6E;
    border: 1px solid #C79C6E;
    max-width: 300px;
    height: 50px;
    font-size: 14px;
    margin-top: 30px;
    transition: all 0.2s ease-out;
}
.help .btn img{
    margin-left: 10px;
}
.help .btn:hover{
    color: #fff;
    background: none;
}




.useful_video{
    margin-top: 80px;
    padding: 80px 30px;
    position: relative;
    min-height: 300px;
    background: url(../img/fon_4.jpg) no-repeat center / cover;
    color: #fff;
}
.useful_video .title{
    margin-bottom: 30px;
    color: #fff;
}
.useful_video:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(11, 80, 133, 0.7);
}
.useful_video .video{
    width: 100%;
    min-height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.useful_video .video .video_btn{
    width: 50px;
    height: 50px;
    background: url(../img/video_btn.svg) no-repeat center / cover;
    cursor: pointer;
}



.useful_information{
    margin-top: 80px;
}
.useful_information .title{
    margin-bottom: 30px;
}
.useful_information .content a{
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.useful_information .block p{
    line-height: 24px;
}
.useful_information .block{
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}
.useful_information .main_btn{
    margin-top: 20px;
}




.comment{
    width: 100%;
    min-height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(189, 189, 189, 0.25);
    margin-top: 80px;
    padding: 40px 15px;
}
.comment .comment_in{
    max-width: 550px;
    margin: auto;
}
.comment .comment_title{
    color: #0C3968;
    font-size: 18px;
    font-weight: 700;
}
.comment form input[type="text"]{
    width: 49%;
    height: 50px;
    margin-bottom: 10px;
    border:1px solid #E5E5E5;
    padding: 0px 15px;
    font-size: 14px;
    float:left;
}
.comment form input[name="name"]{
    margin-right: 2%;
}
.comment textarea {
    outline:none;
}
.comment textarea {
    outline:none;
    height:100px;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    font-family: 'Noto Sans', sans-serif;
    border:1px solid #E5E5E5;
}
.comment input {
    outline:none;
}
.comment form input[type="submit"]{
    width: 130px;
    height: 50px;
    cursor: pointer;
    background: #C79C6E;
    border: 1px solid #C79C6E;
    color: #fff;
    margin-left: 30px;
}
.comment .bottom{
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-size: 14px;
}
.comment .bottom .score{
    flex-grow: 1;
    display: flex;
    align-items: center;  
}
.comment .bottom .score .star{
    width: 20px;
    height: 20px;
    background: url(../img/star.svg) no-repeat center / cover;
    margin-left: 10px;
}
.comment .bottom .share{
    height: 22px;
    background: url(../img/share.svg) no-repeat center left;
    padding-left: 30px;
    cursor: pointer;
}



.contacts{
    margin-top: 20px;
}
.contacts .title{
    margin-bottom: 30px;
}
.contacts .name{
    color: #0B5085;
    font-size: 14px;
    font-weight: 700;
}
.contacts .contacts_in{
    display: flex;
    justify-content: space-between;
}
.contacts .contacts_in .icon{
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.contacts .contacts_in .icon:before{
    content: "";
    position: absolute;
    left: 0px;
    top: -3px;
    width: 25px;
    height: 25px;
}
.contacts .contacts_in .icon.n1:before{
    background: url(../img/footer_icon.svg) no-repeat center / cover;
}
.contacts .contacts_in .icon.n2:before{
    background: url(../img/footer_icon2.svg) no-repeat center / cover;
}
.contacts .contacts_in .icon.n3:before{
    background: url(../img/footer_icon3.svg) no-repeat center / cover;
}
.contacts .contacts_in .icon.n4:before{
    background: url(../img/footer_icon4.svg) no-repeat center / cover;
}
.contacts .contacts_in span{
    font-weight: 700;
    color: #C79C6E;
    margin-right: 3px;
}
.contacts .contacts_in span:nth-child(2){
    margin-left: 15px;
}




.map{
    margin-top: 40px;
    min-height: 400px;
    background: #0B5085;
    color: #fff;
    display: flex;
}
.map .left{
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.map .left .left_in{
    max-width: 476px;
    padding: 80px 0px;
    margin-right: 100px;
    padding-left: 15px;
}
.map .left .text_title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0px;
}
.map .left form{
    margin-top: 15px;
}
.map .left form input[type="text"]{
    width:100%;
    height: 50px;
    border: none;
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 14px;
}
.map .left input {
    outline:none;
}
.map .left textarea {
    outline:none;
    height:100px;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    font-family: 'Noto Sans', sans-serif;
}
.map .left .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.map .left .bottom input[type="submit"]{
    background: #C79C6E;
    color: #fff;
    font-size: #fff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #C79C6E;
}
.map .left .bottom a{
    color: #fff;
}
.map .left .bottom .check{
    font-size: 14px;
    flex-grow: 1;
}
.map .left .bottom input[type="checkbox"]{
    display: none;
}
.map .left .bottom .check_btn{
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.map .left .bottom .check_btn.activ:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #C79C6E;
}
.map .right{
    width: 50%;
}
.map .right iframe{
    width: 100%;
    min-height: 100%;
}
.map .bottom .bottom_in {
    display: flex;
}







.page{
    padding-top: 100px;
}
.page .text_block{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
    padding-top: 40px;
}
.page .text_block2{
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
}
.page .text_block2.who{
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 80px;
}
.page .text{
    line-height: 24px;
}
.page .news{
    padding-top: 80px;
}
.page .director {
    margin-bottom: 80px;
}
.page .chance{
    margin-top: 80px;
}






footer{
    border-top: 1px solid #C4C4C4;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .left img{
    margin-bottom: 20px;
}
footer .left p{
    color: #6F6F6F;
    font-size: 14px;
    margin-top: 0px;
}
footer .left a{
    color: #0B5085;
}
footer .right{
    display: flex;
    justify-content: space-between;
}
footer .right .footer_menu{
    margin-left: 50px;
    flex-shrink: 0;
}
footer .right .footer_menu.n2{
    flex-shrink: 1;
}
footer .right .footer_menu .name{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #0B5085;
    margin-bottom: 20px;
}
footer .footer_icon{
    min-height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-position: top 3px left;
    padding-left: 35px;
}
footer .footer_icon.icon1{
    background-image: url(../img/footer_icon.svg);
}
footer .footer_icon.icon2{
    background-image: url(../img/footer_icon2.svg);
}
footer .footer_icon.icon3{
    background-image: url(../img/footer_icon3.svg);
}
footer .footer_icon.icon4{
    background-image: url(../img/footer_icon4.svg);
}
footer ul{
    margin: 0px;
    padding: 0px;
}
footer ul li{
    list-style: none;
    font-size: 14px;
    color: #6F6F6F;
    margin-bottom: 10px;
}
footer li a{
    text-decoration: none;
    color: #6F6F6F;
}
footer li a:hover{
    color: #0B5085;
}
footer .contact{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6F6F6F;
    margin-bottom: 20px;
}
footer .contact img{
    margin-right: 10px;
}

