/*********General*********/
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body{
    font: 16px 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    min-width: 320px;
    background: #fff;
    position: relative;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: .2s;
}
textarea{
    resize: none;
}
.page_wp{
    overflow: hidden;
}
.page_wp img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
@font-face {
    font-family: 'RotondaC-reg';
    src: url('../fonts/12274.otf') format('opentype');
    font-weight: 700;
}
.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper{
    width: 1244px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.header_choice_block p{
    font-size: 12px;
    font-weight: 500;
    color: #00447E;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom: 1px solid #F28C00;
    position: relative;
}
.header_choice_block p span{
    width: 8px;
    height: 5px;
    background: url("../images/ico2.png") no-repeat;
    position: absolute;
    top: 3px;
    right: -22px;
}
.topmenu{
    padding-left: 30px;
}
.topmenu li{
    list-style: none;
    margin: 0 15px;
}
.topmenu li a{
    font-size: 12px;
    color: #b0b0b0;
}
.mm_list1 li{
    list-style: none;
    margin-bottom: 15px;
}
.mm_list1 li a{
    font-size: 12px;
    color: #b0b0b0;
}
.screen_1 {
    position: relative;
    z-index: 1;
}
.hcb_toggle{
    width: 288px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(129, 129, 129, 0.4);
    border-radius: 2px;
    position: absolute;
    top: 28px;
    right: -57px;
    z-index: 8900;
    padding: 24px;
    display: none;
}
.hcb_toggle:before{
    content: '';
    width: 20px;
    height: 11px;
    background: url("../images/ico9.png") no-repeat;
    position: absolute;
    top: -11px;
    right: 30px;
}
.hcb_toggle a{
    font-size: 14px;
    line-height: 22px;
    color: #b0b0b0;
    display: block;
    margin-bottom: 15px;
}
.hcb_toggle a:last-child{
    margin-bottom: 0;
}
.hcb_toggle a:hover{
    color: #00447E;
}
.hcb_toggle a.active{
    color: #00447E;
    font-weight: 500;
}
.lk_link{
    font-size: 12px;
    color: #00447E;
    padding-left: 23px;
    background: url("../images/ico1.png") no-repeat 0 center;
    margin-right: 7px;
}
.age_info{
    font-size: 12px;
    color: #b0b0b0;
    margin-right: 83px;
}
.header_top{
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #EFEFEF;
}
.header_choice_block{
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}
.ht_right{
    padding-top: 5px;
}
.phone_block p{
    font-size: 12px;
    color: #b0b0b0;
    margin-left: 40px;
}
.phone_block p a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #00447E;
    margin-bottom: 5px;
}
.search_block{
    width: 488px;
    margin-left: 75px;
}
.search_input{
    width: 100%;
    height: 40px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    padding-left: 58px;
    outline: none;
    font: 14px 'Roboto', sans-serif;
    background: url("../images/ico3.png") no-repeat 20px center;
}
.header_center{
    padding: 40px 0;
}
.mainmenu li{
    list-style: none;
}
.mainmenu li a{
    color: #00447E;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.mainmenu li a.active{
    border-bottom: 1px solid #00447E;
}
.mm_list2 li{
    list-style: none;
    margin-bottom: 15px;
}
.mm_list2>li>a{
    color: #00447E;
    font-weight: 500;
    padding-bottom: 15px;
    padding-right: 20px;
}
.mm_list2>li .toggle{
    background: url("../images/ico2.png") no-repeat right 7px;
}
.mm_list2 .mm_toggle_menu{
    padding-left: 20px;
    padding-top: 15px;
    display: none;

}
.map_block svg {
    max-width: 100%;
}
.map_block svg path.active {
    fill: #F28C00
}
.map_block svg path[data-hovered=true] {
    cursor: pointer;
    fill: #F28C00;
}
.map_block svg path.map-label[data-hovered=true] {
    cursor: pointer;
    fill: #fff;
}
.map_block svg path.map-label[data-map="11"][data-hovered=true] {
    cursor: pointer;
    fill: #00447E;
}
header {
    position: relative;
    z-index: 999;
}
.header_bottom{
    padding-bottom: 28px;
    position: relative;
}
.main_title{
    font-size: 36px;
    font-weight: 700;
    color: #00447E;
    line-height: 50px;
    margin-bottom: 28px;
}
.ms_info{
    width: 50%;
    padding-top: 60px;
    padding-left: 2px;
    padding-bottom: 60px;
}
.main_text{
    font-size: 18px;
    color: #b0b0b0;
    margin-bottom: 58px;
}
.main_slider{
    position: relative;
    overflow: hidden;
}
.button{
    display: block;
    width: 280px;
    height: 72px;
    text-align: center;
    color: #fff;
    background: #00447E;
    border-radius: 2px;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.screen_2{
    width: 100%;
    padding-top: 53px;
    padding-bottom: 75px;
}
.report_title{
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}
.report_title span{
    display: block;
    font-weight: 700;
}
.report_wp{
    padding: 0 105px;
    background: url("../images/bg2.png") no-repeat center 0;
    padding-top: 122px;
    padding-bottom: 100px;
}
.screen_3{
    width: 100%;
    padding-top: 61px;
    background: #f9f9f9;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
/*.screen_3 .wrapper:before{
    content: '';
    width: 500px;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    left: -500px;
    z-index: 99999;
}*/
h2{
    color: #00447E;
    font-size: 36px;
    font-weight: 500;
}
.all_news_link{
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F28C00;
    margin-left: 35px;
    display: inline-block;
    padding-bottom: 5px;
}
.news_title{
    margin-bottom: 45px;
}
.ns_img{
    margin-bottom: 12px;
}
.ns_title{
    color: #00447E;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 15px;
    display: inline-block;
}
.ns_data{
    font-size: 12px;
    font-weight: 500;
    color: #a1a1a1;
}
.screen_4{
    width: 100%;
    background: #fff;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 80px;
}
.top_line{
    width: 100%;
    height: 24px;
    background: url("../images/line1.png") no-repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
}
.bottom_line{
    width: 100%;
    height: 24px;
    background: url("../images/line1.png") no-repeat center 0;
    position: absolute;
    left: 0;
    bottom: 85px;
    z-index: 8900;
}
.about_top{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    z-index: 1500;
}
.about_top:before{
    content: '';
    width: 100%;
    height: 304px;
    background: #F28C00;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.about_top:after {
    content: '';
    width: 300px;
    height: 300px;
    background: #F89918;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: -70px;
    z-index: 10;
}
.at_left{
    width: 52%;
    position: relative;
    z-index: 1000;
    padding-left: 105px;
    padding-top: 63px;
}
.at_img{
    width: 48%;
    position: relative;
    z-index: 1000;
    right: -45px;
    padding-top: 30px;
}
.atl_title{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}
.atl_text{
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    padding-right: 30px;
}
.about_slide{
    width: 280px;
    height: 298px;
    box-shadow: 0 20px 40px rgba(155, 155, 155, 0.16);
    border-radius: 2px;
    background: #fff;
    padding: 40px;
}
.about_btns{
    width: 480px;
    margin-right: 67px;
    padding-top: 30px;
}
.reg_btn{
    margin: 0 auto 25px auto;
}
.auth_btn{
    margin: 0 auto;
    background: no-repeat;
    color: #00447E;
    border: 1px solid #00447E;
    line-height: 70px;
}
.about_slider{
    width: 280px;
    position: relative;
    margin-left: 105px;
    top: -100px;
}
.about_slider:before{
    content: '';
    width: 60px;
    height: calc(100% - 35px);
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6000;
    display: none;
}
.about_center{
    position: relative;
    z-index: 2000;
}
.as_title{
    color: #00447E;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.as_text{
    line-height: 26px;
    color: #a1a1a1;
}
.as_ico{
    margin-bottom: 30px;
    padding-left: 5px;
}
.ab_banner{
    width: 33.333%;
    padding: 0 16px;
}
.about_bottom{
    margin-left: -16px;
    margin-right: -16px;
}
.defaulter_slide{
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    padding: 17px 16px;
}
.screen_5{
    width: 100%;
    padding-top: 63px;
    background: #f9f9f9;
    padding-bottom: 60px;
}
.news_slider{
    position: relative;
}
.defaulter_slider{
    position: relative;
    padding-top: 5px;
}
.defaulted_sum{
    font-size: 18px;
    font-weight: 500;
    color: #F04439;
    margin-bottom: 14px;
}
.defaulter_slide .ns_title{
    font-size: 14px;
    line-height: 22px;
    min-height: 44px;
    margin-bottom: 10px;
}
.defaulter_slide .ns_data{
    font-size: 14px;
}
.news_slide:hover .ns_title{
    color: #F28C00;
}
.effects_wp{
    background: #00447E;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 10px;
}
.effects_wp:before{
    content: '';
    width: 265px;
    height: 265px;
    background: #F04439;
    border-radius: 50%;
    position: absolute;
    left: -67px;
    bottom: -130px;
}
.screen_7{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 120px;
}
.effects_left{
    width: 30%;
    padding-left: 105px;
    padding-top: 213px;
    background: url("../images/line3.png") no-repeat 105px 0;
}
.effects_left p{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    position: relative;
    z-index: 1000;
}
.effects_right{
    width: 57%;
}
.effect_block{
    width: 45%;
    padding-bottom: 55px;
    background: url("../images/line2.png") no-repeat 0 bottom;
    margin-bottom: 45px;
}
.eb_text{
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    margin-left: -5px;
    padding-right: 50px;
}
.eb_img{
    margin-bottom: 25px;
}
footer{
    width: 100%;
    background: #00447E;
    color: #fff;
    padding-top: 60px;
}
footer a{
    color: #fff;
}
.fc_w1{
    width: 35%;
}
.corruption_banner{
    width: 280px;
    height: 280px;
    border-radius: 2px;
    border: 1px solid #336998;
    padding: 40px;
    margin-bottom: 63px;
}
.cb_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 27px;
    background: url("../images/line4.png") no-repeat 0 bottom;
    margin-bottom: 73px;
}
.cb_phone{
    font-weight: 500;
}
.address_text{
    font-weight: 500;
    margin-bottom: 10px;
}
.f_mail{
    font-size: 12px;
    font-weight: 500;
}
.copyright{
    font-size: 12px;
    opacity: 0.6;
    padding-top: 12px;
}
.fc_w2{
    width: 26%;
}
.f_menu{
    margin-bottom: 65px;
}
.f_menu li{
    list-style: none;
    margin-bottom: 32px;
}
.f_menu li a{
    font-weight: 500;
}
.fc_w3{
    width: 23%;
}
.f_links a{
    font-size: 12px;
    opacity: 0.6;
    display: inline-block;
    margin-bottom: 15px;
}
.f_phone_block{
    color: #99b4cb;
    margin-bottom: 40px;
}
.f_phone_block a{
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.f_btn{
    background: #075699;
    margin-bottom: 60px;
}
.f_social a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 8px;
}
.soc_vk{
    background: #075699 url("../images/soc1.png") no-repeat center center;
}
.soc_fb{
    background: #3B5998 url("../images/soc2.png") no-repeat center center;
}
.f_link{
    margin-top: 10px;
}
.footer_top{
    padding-bottom: 60px;
}
.footer_bottom{
    border-top: 1px solid #185589;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer_bottom p{
    font-size: 12px;
    line-height: 19px;
    opacity: 0.6;
    padding-right: 50px;
}
.toggle_menu{
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 8900;
    background: #f9f9f9;
    box-shadow: 0 0 8px rgba(155, 155, 155, 0.4);
    overflow: hidden;
    display: none;
}
.toggle_menu:before{
    content: '';
    width: 300px;
    height: 300px;
    background: #F28C00;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    right: -60px;
}
.tm_left{
    background: #fff;
    width: 40%;
    padding-top: 60px;
    position: relative;
    padding-bottom: 30px;
}
.tm_left:before{
    content: '';
    width: 600px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -600px;
}
.tm_left a{
    display: block;
    color: #00447E;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
.tm_right{
    width: 60%;
    position: relative;
}
.tmr_info{
    width: 390px;
    padding-top: 60px;
    padding-left: 104px;
}
.tmr_info p{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #00447E;
    margin-bottom: 60px;
}
.tmr_img{
    position: absolute;
    right: -200px;
    bottom: 0;
}
.lk_btn{
    display: block;
    width: 168px;
    height: 58px;
    font-size: 12px;
    color: #00447E;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    line-height: 56px;
    padding-left: 50px;
    background: url("../images/ico1.png") no-repeat 20px center;
}
.modal_w1{
    width: 1008px;
    background: #00447E;
    border-radius: 2px;
    padding: 85px 104px;
}
.modal_title{
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}
.modal_btn{
    width: 384px;
    height: 280px;
    border-radius: 2px;
    border: 1px solid #336998;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    padding: 30px;
    color: #fff;
}
.modal_btn:hover{
    color: #F28C00;
    border: 1px solid #fff;
}
.slider_arrows{
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 8900;
}
.prev2{
    width: 40px;
    height: 40px;
    background: #EFEFEF url("../images/prev1.png") no-repeat center center;
    border-radius: 2px;
    margin-right: 10px;
}
.prev2:hover{
    background: #F28C00 url("../images/prev1-1.png") no-repeat center center;
}
.next2{
    width: 40px;
    height: 40px;
    background: #EFEFEF url("../images/next1.png") no-repeat center center;
    border-radius: 2px;
    margin-right: 10px;
}
.next2:hover{
    background: #F28C00 url("../images/next1-1.png") no-repeat center center;
}
#swiper2 .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#swiper2 .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .news_slide:hover{
    background: no-repeat;
}
.swiper-slide-prev{
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.prev3{
    width: 40px;
    height: 40px;
    background: #EFEFEF url("../images/prev1.png") no-repeat center center;
    border-radius: 2px;
    margin-right: 10px;
}
.prev3:hover{
    background: #F28C00 url("../images/prev1-1.png") no-repeat center center;
}
.next3{
    width: 40px;
    height: 40px;
    background: #EFEFEF url("../images/next1.png") no-repeat center center;
    border-radius: 2px;
    margin-right: 10px;
}
.next3:hover{
    background: #F28C00 url("../images/next1-1.png") no-repeat center center;
}
.about_slider .slider_arrows{
    right: -200px;
    top: 260px;
    height: 40px;
}
.swiper3{
    padding-bottom: 50px;
    padding-left: 50px;
    margin-left: -50px;
}
#swiper3 .swiper-slide {
    opacity: 0;
}
#swiper3 .swiper-slide-active {
    opacity: 1;
}
#swiper3 .swiper-slide-active + .swiper-slide {
    opacity: 1;
}
#swiper3 .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
}
#swiper3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
}
.prev4{
    width: 40px;
    height: 40px;
    background: #EFEFEF url("../images/prev1.png") no-repeat center center;
    border-radius: 2px;
    margin-right: 10px;
}
.prev4:hover{
    background: #F28C00 url("../images/prev1-1.png") no-repeat center center;
}
.next4{
    width: 40px;
    height: 40px;
    background: #EFEFEF url("../images/next1.png") no-repeat center center;
    border-radius: 2px;
    margin-right: 10px;
}
.next4:hover{
    background: #F28C00 url("../images/next1-1.png") no-repeat center center;
}
.screen_5 .wrapper:before{
    content: '';
    width: 500px;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    left: -500px;
    z-index: 99999;
}
#swiper4 .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mm_link{
    width: 16px;
    height: 13px;
    background: url("../images/burger.png") no-repeat;
    display: none;
    margin-right: 20px;
    top: -5px;
    position: relative;
}
.mob_menu{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 8900;
    background: #fff;
    display: none;
}
.breadcrumbs{
    margin-bottom: 40px;
}
.breadcrumbs li{
    list-style: none;
    font-size: 12px;
    color: #a1a1a1;
    margin-right: 10px;
}
.breadcrumbs li a:before{
    content: '-';
    font-size: 12px;
    color: #a1a1a1;
    position: absolute;
    top: 0;
    right: -7px;
}
.breadcrumbs li a{
    font-size: 12px;
    color: #a1a1a1;
    position: relative;
}
.left_menu{
    width: 280px;
    background: #00447E;
    border-radius: 2px;
    padding-top: 22px;
}
.content{
    width: calc(100% - 280px);
    padding-left: 140px;
}
.lm_title{
    color: #fff;
    padding: 12px 32px;
    font-weight: 500;
    background: rgba(255,255,255,0.1);
    margin-bottom: 25px;
}
.lm_main_link{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 32px 0 48px;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.lm_main_link:before{
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 33px;
    opacity: 0;
}
.lm_main_link.active:before{
    opacity: 1;
}
.lm_toggle_block{
    padding-left: 50px;
    padding-right: 30px;
    margin-bottom: 25px;
    display: none;
}
.lm_main_link.active + .lm_toggle_block {
    display: block;
}
.lm_toggle_block a{
    font-size: 14px;
    line-height: 20px;
    opacity: 0.6;
    color: #fff;
    display: block;
    margin-bottom: 11px;
}
.lm_toggle_block a.active{
    opacity: 1;
    font-weight: 500;
}
.lm_dop_links{
   border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 7px;
    padding-top: 20px;
}
.lm_dop_links a{
    color: #fff;
    padding: 12px 32px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.lm_main{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.lm_main_link_top{
    color: #fff;
    padding: 12px 32px;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.lm_main_link_top span{
    width: 8px;
    height: 5px;
    background: url("../images/ico26.png") no-repeat;
    position: absolute;
    top: 23px;
    right: 20px;
}
.lm_main_link_top_p1 span{
    top: inherit;
    bottom: 20px;
}
.lm_main_link_top.active span{
    transform: rotate(-180deg);
}
.lm_main_link span{
    width: 8px;
    height: 5px;
    background: url("../images/ico26.png") no-repeat;
    position: absolute;
    top: 8px;
    right: 15px;
}
.doc_links a{
    position: relative;
}
.doc_links a span{
    width: 8px;
    height: 5px;
    background: url("../images/ico26.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
}
.doc_links a.active span{
    transform: rotate(-180deg);
}
.lm_main_link.active span{
    transform: rotate(-180deg);
}
.content h1{
    color: #00447E;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 47px;
}
.crb_top p{
    color: #00447E;
    font-size: 24px;
    font-weight: 500;
}
.crb_top{
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 30px;
    cursor: pointer;
}
.crb_top span{
    width: 14px;
    height: 8px;
    background: url("../images/ico13.png") no-repeat;
    position: absolute;
    top: 12px;
    right: 15px;
}
.c_reveal_block{
    margin-bottom: 30px;
}
.scb_dop_block{
    display: none;
    padding-left: 17px;
}
.c_reveal_block.active .scb_dop_block{
    display: block;
}
.c_reveal_block.active .crb_top{
    border-bottom: 1px solid rgba(255,255,255,0);
}
.c_reveal_block.active{
    border-bottom: 1px solid #EFEFEF;
}
.c_reveal_block.active .crb_top span{
    background: url("../images/ico14.png") no-repeat;
}
.c_reveal_block.active .crb_top p{
    color: #F28C00;
}
.crb_text{
    display: none;
}
.crb_db_item.active .crb_text{
    display: block;
}
.crb_db_item.active .crb_db_i_top span{
    background: url("../images/ico14.png") no-repeat;
}
.crb_db_item.active .crb_db_i_top p{
    color: #F28C00;
}
.crb_db_i_top{
    position: relative;
    cursor: pointer;
}
.crb_db_i_top p{
    color: #00447E;
    font-size: 18px;
    font-weight: 500;
}
.crb_db_i_top span{
    width: 14px;
    height: 8px;
    background: url("../images/ico13.png") no-repeat;
    position: absolute;
    top: 8px;
    right: 15px;
}
.crb_db_item{
    margin-bottom: 30px;
}
.crb_text p{
    line-height: 26px;
    color: #767676;
    padding-top: 20px;
}
.content_wp{
    padding-bottom: 80px;
    position: relative;
}
.doc_links a{
    color: #fff;
    padding: 12px 32px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}
.doc_links a.active{
    background: rgba(255,255,255,0.1);
}
.doc_links{
    padding-bottom: 10px;
}
.all_doc_link{
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F28C00;
}
.doc_folder_block .crb_top{
    padding-left: 50px;
    background: url("../images/ico15.png") no-repeat;
}
.doc_folder_block .crb_top p{
    font-size: 18px;
}
.doc_block{
    position: relative;
    padding-left: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
    background: url("../images/ico16.png") no-repeat;
    margin-bottom: 30px;
}
.doc_block p{
    font-size: 18px;
    font-weight: 500;
    color: #00447E;
}
.doc_block a{
    width: 24px;
    height: 24px;
    background: url("../images/ico18.png") no-repeat;
    position: absolute;
    top: -5px;
    right: 10px;
}
.doc_folder_block .crb_top span{
    width: 8px;
    height: 14px;
    background: url("../images/ico17.png") no-repeat;
    position: absolute;
    top: 8px;
    right: 17px;
}
.big_content{
    width: 100%;
    padding-left: 0;
}
.back_link{
    display: inline-block;
    font-size: 12px;
    color: #a1a1a1;
    padding-left: 20px;
    background: url("../images/ico19.png") no-repeat 0 center;
    margin-bottom: 30px;
}
.doc_title{
    color: #00447E;
    font-size: 24px;
    font-weight: 500;
}
.doc_top{
    margin-bottom: 47px;
}
.doc_top h1{
    margin-bottom: 0;
}
.mod_lm_btn{
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    background: #F28C00;
}
.defaulters_filter{
    padding-top: 5px;
}
.defaulters_filter a{
    color: #99b4cb;
    padding-bottom: 15px;
}
.df_links{
    border-bottom: 1px solid #efefef;
    width: 71%;
}
.defaulters_filter .df_map{
    padding-left: 30px;
    border-bottom: 2px solid #F28C00;
    background: url("../images/ico20.png") no-repeat;
    color: #F28C00;
}
.defaulters_filter .reset_btn{
    padding-right: 20px;
    background: url("../images/close2.png") no-repeat right 0;
    font-size: 11px;
    color: #00447E;
    padding-top: 2px;
}
.defaulters_filter{
    margin-bottom: 25px;
}
.defaulters_links a{
    line-height: 22px;
    margin-bottom: 7px;
}
.defaulters_info_block{
    height: 109px;
    background: #00447E;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 0 30px;
}
.dib_left{
    color: #fff;
    width: 65.5%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.dib_right{
    width: 34.5%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #F04439;
    text-transform: uppercase;
    position: relative;
}
.map_block{
    margin-bottom: 57px;
}
.dib_line_top:before{
    content: '';
    width: 160px;
    height: 16px;
    background: url("../images/line5.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.dib_line_bottom:before{
    content: '';
    width: 160px;
    height: 16px;
    background: url("../images/line6.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.dl_table td{
    border-bottom: 1px solid #EFEFEF;
    padding: 27px 0;
    vertical-align: top;
}
.dl_table_wp{
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    padding: 0 30px;
}
.defaulters_list_wp{
    padding-top: 45px;
}
.dl_title{
    color: #00447E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.dl_table tr td:nth-child(1){
    width: 35%;
}
.dl_table tr td:nth-child(2){
    width: 30%;
    text-align: right;
    padding-right: 40px;
}
.dl_table tr td:nth-child(3){
    width: 35%;
}
.dl_table .table_caption td{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
}
.dl_link{
    color: #00447E;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    padding-right: 20px;
}
.dl_sum{
    color: #F04439;
    font-size: 18px;
    font-weight: 500;
}
.filter_link{
    width: 11px;
    height: 15px;
    background: url("../images/ico21.png") no-repeat;
    margin-left: 10px;
    display: block;
}
.lm_toggle_block_stat{
    display: block !important;
    padding-right: 20px;
}
.lm_toggle_block_stat a{
    margin-bottom: 25px;
}
.ca_title{
    color: #F28C00;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.ca_text{
    line-height: 26px;
    color: #a1a1a1;
}
.cl_btn_actual{
    width: 280px;
    height: 72px;
    background: #00447E;
    border-radius: 2px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
}
.consumer_attention{
    margin-bottom: 40px;
}
.cl_btn2{
    width: 72px;
    height: 72px;
    border: 1px solid #00447E;
    border-radius: 2px;
    background: url("../images/ico22.png") no-repeat center center;
}
.cl_input_block{
    position: relative;
    width: 304px;
}
.cl_input_block p{
    font-size: 14px;
    line-height: 22px;
    color: #a1a1a1;
    position: absolute;
    top: 15px;
    left: 50px;
}
.cl_input_block.active p {
    display: none;
}
.cl_input{
    width: 100%;
    height: 72px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    outline: none;
    padding-left: 55px;
    padding-top: 15px;
    padding-right: 15px;
    font: 14px 'Roboto', sans-serif;
    background: url("../images/ico23.png") no-repeat 18px 16px;
}
.cl_btn3{
    width: 72px;
    height: 72px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    background: url("../images/ico24.png") no-repeat center center;
}

.consumer_table td{
    border-bottom: 1px solid #EFEFEF;
    padding: 29px 0;
    vertical-align: top;
}
.consumer_table tr td:nth-child(1){
    width: 10%;
}
.consumer_table tr td:nth-child(2){
    width: 23%;
}
.consumer_table tr td:nth-child(3){
    width: 33%;
}
.consumer_table tr td:nth-child(4){
    width: 17%;
}
.consumer_table tr td:nth-child(5){
    width: 17%;
}
.consumer_table .table_caption td{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
}
.consumer_table td p{
    font-size: 14px;
    line-height: 22px;
    color: #1E1E1E;
}
.consumer_table td a{
    color: #00447E;
    font-size: 14px;
    font-weight: 500;
}
.consumer_line{
    margin-bottom: 20px;
}
.mob_table_title{
    display: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.modal_w2{
    width: 344px;
    padding: 20px;
}
.il_input{
    width: 96px;
    height: 32px;
    border: 1px solid #EFEFEF;
    padding-left: 10px;
    border-radius: 2px;
    margin-right: 7px;
}
.calendar_btn{
    width: 24px;
    height: 24px;
    background: url("../images/ico24.png") no-repeat;
    background-size: 100%;
}
.interval_title{
    color: #00447E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.interval_line span{
    color: #b0b0b0;
    margin: 0 7px;
}
.save_btn{
    width: 120px;
    height: 32px;
    background: #00447E;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.cancel_btn{
    width: 100px;
    height: 32px;
    border: 1px solid #00447E;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    color: #00447E;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.del_btn{
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #F04439;
    background: url("../images/close2.png") no-repeat center center;
}
.interval_btns{
    padding-right: 15px;
}
.interval_line{
    margin-bottom: 20px;
}
.news_slide{
    padding: 10px;
}
.news_slide:hover{
    background: #fff;
    box-shadow: 0 20px 40px rgba(155, 155, 155, 0.16);
    border-radius: 2px;
}
.sp1{
    z-index: 9999999999999;
    bottom: 90px;
}
.sp1 .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    border: none;
    box-sizing: content-box;
    position: relative;
    margin-right: 0;
}
.sp1 .swiper-pagination-bullet-active{
    background: #bdcfdf;
}
.sp1 .swiper-pagination-bullet .upmask{
    width: 8px;
    height: 8px;
    top: 7px;
    left: 7px;
    background: #00447E;
    z-index: 350;
    position: absolute;
    display: block;
    border-radius: 100%;
}
.sp1 .swiper-pagination-bullet .downmask{
    display: none;
}
.sp1 .swiper-pagination-bullet-active .downmask{
    width: 18px;
    height: 18px;
    top: 2px;
    left: 2px;
    background: #bdcfdf;
    z-index: 325;
    position: absolute;
    display: block;
    border-radius: 100%;
}
.archive_btn{
    background: url("../images/ico25.png") no-repeat center center;
}


.sp1 .swiper-pagination-bullet-active:after {
    content: '';
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
    background: #00447E;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    z-index: 200;
    border-right: none;
    animation: rota 4s linear infinite;
    box-sizing: border-box;
    left: 0;
}
.sp1 .swiper-pagination-bullet-active:before {
    content: '';
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
    background: #00447E;
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    left: 50%;
    opacity: 0;
    z-index: 100;
    animation: fill 4s steps(1, end) infinite;
    border-left: none;
    box-sizing: border-box;
}
.swiper-pagination-bullet-active .mask {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    background: inherit;
    opacity: 1;
    z-index: 300;
    animation: mask 4s steps(1, end) infinite;
    box-sizing: border-box;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
}
@keyframes rota {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes mask {
    0% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@keyframes fill {
    0% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 1;
    }
}
.doc_folder_block.active .crb_top span{
    background: url(../images/ico17.png) no-repeat;
}