@font-face {
    font-family: magistralbold;
    src: url(/i/fonts/magistral/Magistral-Bold.eot);
    src: url(/i/fonts/magistral/Magistral-Bold.eot?#iefix) format("embedded-opentype"), url(/i/fonts/magistral/Magistral-Bold.woff) format("woff"), url(/i/fonts/magistral/Magistral-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: magistrallight;
    src: url(/i/fonts/magistral/Magistral-Light.eot);
    src: url(/i/fonts/magistral/Magistral-Light.eot?#iefix) format("embedded-opentype"), url(/i/fonts/magistral/Magistral-Light.woff) format("woff"), url(/i/fonts/magistral/Magistral-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: proximanovablack;
    src: url(/i/fonts/proxima1/PROXIMANOVA-BLACK_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovabold;
    src: url(/i/fonts/proxima1/PROXIMANOVA-BOLD_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovaboldit;
    src: url(/i/fonts/proxima1/PROXIMANOVA-BOLDIT_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovalight;
    src: url(/i/fonts/proxima1/PROXIMANOVA-LIGHT_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovalightit;
    src: url(/i/fonts/proxima1/PROXIMANOVA-LIGHTIT_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovareg;
    src: url(/i/fonts/proxima1/PROXIMANOVA-REG.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovaregit;
    src: url(/i/fonts/proxima1/PROXIMANOVA-REGIT_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovaxbold;
    src: url(/i/fonts/proxima1/PROXIMANOVA-XBOLD_0.OTF);
    font-display: swap
}

@font-face {
    font-family: proximanovasemibold;
    src: url(/i/fonts/proxima1/ProximaNova-Semibold.eot);
    src: url(/i/fonts/proxima1/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(/i/fonts/proxima1/ProximaNova-Semibold.woff) format("woff"), url(/i/fonts/proxima1/ProximaNova-Semibold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: proximanovaextrabold;
    src: url(/i/fonts/proxima1/ProximaNova-Extrabld.eot);
    src: url(/i/fonts/proxima1/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"), url(/i/fonts/proxima1/ProximaNova-Extrabld.woff) format("woff"), url(/i/fonts/proxima1/ProximaNova-Extrabld.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: proximanovatthin;
    src: url(/i/fonts/proxima1/ProximaNovaT-Thin.eot);
    src: url(/i/fonts/proxima1/ProximaNovaT-Thin.eot?#iefix) format("embedded-opentype"), url(/i/fonts/proxima1/ProximaNovaT-Thin.woff) format("woff"), url(/i/fonts/proxima1/ProximaNovaT-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

.edit {
    position: absolute;
    top: 5px;
    right: 5px;
}

.edit img {
    display: flex;
    align-items: center;
    width: 22px;
    margin-right: 5px;
}

body,
html {
    font-family: "PT Sans"
}

#dialog_zanoves {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1900;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .2
}

#dialog_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    z-index: 2000;
    top: 0;
    bottom: 0
}

#close_dialog {
    width: 21px;
    height: 21px;
    display: block;
    float: right;
    background: url(img/dialog_close.png);
    background-position: -2px 0
}

#close_dialog:hover {
    background-position: 23px 0
}

#dialog {
    position: absolute;
    left: 50%
}

#dialog .label {
    border: 1px solid #000;
    background: #fff;
    border-radius: 6px;
    z-index: 100000;
    box-shadow: 0 0 10px #000;
    padding: 20px
}

#dialog .header {
    background: #5e5b5b;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    padding: 7px 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

#dialog .data {
    text-align: left;
    margin: 10px 5px;
    overflow: hidden
}

#dialog .header a {
    float: right;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

#dialog .header a:hover {
    color: #000
}

#dialog_2 {
    position: absolute;
    left: 50%
}

#dialog_2 .label {
    z-index: 100000;
    overflow: hidden;
    position: relative;
    background: #79b1d5;
    background: -moz-linear-gradient(top, #79b1d5 0, #d8efc5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #79b1d5), color-stop(100%, #d8efc5));
    background: -webkit-linear-gradient(top, #79b1d5 0, #d8efc5 100%);
    background: -o-linear-gradient(top, #79b1d5 0, #d8efc5 100%);
    background: -ms-linear-gradient(top, #79b1d5 0, #d8efc5 100%);
    background: linear-gradient(to bottom, #79b1d5 0, #d8efc5 100%);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #303030;
    -moz-box-shadow: 0 0 15px #303030;
    box-shadow: 0 0 15px #303030
}

#dialog_2 .data {
    background-color: #fff;
    overflow: hidden;
    margin: 15px;
    padding: 30px;
    padding-bottom: 70px;
    border: 1px #bfbcbc solid
}

#dialog_2 .header {
    position: absolute;
    right: 40px;
    top: 27px
}

#dialog_2 .header a {
    font-size: 15px;
    color: #5b5b5b
}

#dialog_2 .close_dialog a {
    font-size: 13px;
    color: #2d77a5;
    text-decoration: underline
}

#dialog_2 .close_dialog a:hover {
    text-decoration: none
}

.errdis {
    border: #d4bc4c 1px solid;
    font: 12px/17px tahoma;
    color: red;
    padding: 10px
}

.resultdis {
    border: #d4bc4c 1px solid;
    background-color: #f9f6e7;
    font: 12px/17px tahoma;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    padding: 6px
}

.resultdis a {
    font: 12px/17px tahoma;
    text-decoration: underline
}

.errdis2 {
    font: 12px/17px tahoma;
    color: red;
    padding: 5px
}

.errdis2 a {
    font: 12px/17px tahoma;
    text-decoration: underline
}

.resultdis2 {
    font: 12px/17px tahoma;
    color: #00b638;
    text-align: center
}

.resultdis2a {
    font: 12px/17px tahoma;
    text-decoration: underline
}

.osntext p {
    margin-bottom: 1em;
    margin-top: 1em
}

.osntext ul {
    margin: 10px;
    margin-left: 25px
}

.osntext ol {
    margin: 10px;
    margin-left: 25px
}

.osntext ul li {
    list-style-image: url(/file/i_pic/4x4.png)
}

.clear {
    clear: both
}

.posmo {
    display: none
}

a.posmo_link {
    text-decoration: none !important;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
    margin-bottom: 5px
}

a.posmo_link:hover {
    text-decoration: none !important;
    border-bottom: 1px dashed
}

.cmsl_razdsite {
    font-family: proximanovareg
}

.cmsl_razdsite h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 38px;
    font-family: proximanovareg;
    color: #000;
    text-transform: uppercase;
    line-height: 1.013;
    font-weight: 400
}

@media (max-width:1023px) {
    .cmsl_razdsite h1 {
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    .cmsl_razdsite h1 {
        font-size: 24px
    }
}

.cmsl_wrapper0 {
    max-width: 1920px;
    margin: 0 auto
}

.cmsl_wrapper1 {
    max-width: 1280px;
    margin: 0 auto
}

.cmsl_wrapper2 {
    max-width: 1135px;
    margin: 0 auto
}

.cmsl_wrapper3 {
    max-width: 990px;
    margin: 0 auto
}

.pagedis {
    margin-top: 25px;
    line-height: 1
}

.pagedis_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pagedis_page {
    font-size: 0
}

.pagedis_page_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    font-size: 18px;
    font-family: proximanovalight;
    color: #000;
    text-decoration: none;
    padding: 2px 3px;
    min-width: 23px;
    text-align: center
}

a.pagedis_page_item {
    cursor: pointer
}

a.pagedis_page_item:hover {
    color: #000;
    text-decoration: underline !important
}

.pagedis_page_item.active {
    background: #7fc69d;
    color: #fff !important
}

.pagedis_arrow {
    margin-top: -3px
}

.pagedis_arrow._prev {
    margin-right: 13px
}

.pagedis_arrow._next {
    margin-left: 13px
}

.pagedis_dot {
    font-size: 16px;
    color: #000 !important;
    text-decoration: none !important;
    padding: 0 4px
}

button,
input {
    outline: 0
}

#wrap_head {
    width: 100%;
    height: 204px;
    background: url(/i/theme/foot_bg.jpg) repeat
}

#wrap_head2 {
    width: 100%;
    height: 204px;
    background: url(/i/theme/foot_bg2.png) repeat-x
}

#head {
    max-width: 990px;
    height: 145px;
    margin: 0 auto;
    position: relative
}

#head #logo {
    position: absolute;
    top: 40px;
    left: 51px
}

#phone_btn {
    position: absolute;
    top: 49px;
    left: 358px
}

#phone_btn #phone {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    float: left;
    margin-top: 2px
}

#phone_btn #btn {
    float: left
}

#phone_btn #btn button {
    width: 170px;
    height: 26px;
    background: url(/i/theme/btn_phone.png) no-repeat;
    font-size: 13px;
    font-family: proximanovareg;
    cursor: pointer;
    margin-left: 11px;
    border: 0
}

#ss {
    position: absolute;
    top: 81px;
    left: 358px
}

#ss a,
#ss span {
    cursor: pointer;
    color: #000;
    font-size: 13px
}

#ss span {
    border-bottom: 1px dashed #000;
    margin-right: 15px
}

#gor {
    position: absolute;
    top: 49px;
    left: 768px
}

#gor #gor_btn {
    float: left
}

#gor #gor_btn {
    width: 130px;
    height: 23px;
    background: url(/i/theme/btn_gor.png) no-repeat;
    font-size: 13px;
    font-family: proximanovareg;
    cursor: pointer;
    margin-left: 8px;
    padding: 4px 0 0 8px
}

#gor_none ul {
    list-style: none
}

#gor_none ul li {
    margin-bottom: 2px
}

#gor_none {
    background: #ffb400;
    width: 134px;
    position: absolute;
    top: 23px;
    z-index: 2000;
    left: 8px;
    border: 1px solid #d6920c;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding-top: 5px;
    padding-bottom: 6px;
    display: none
}

#gor_none ul a {
    width: 130px;
    font-size: 13px;
    font-family: proximanovareg;
    margin-left: 8px;
    color: #000;
    text-decoration: none
}

#gor_none ul a:hover {
    text-decoration: underline
}

#gor_links {
    position: absolute;
    top: 81px;
    left: 768px;
    margin-left: 10px
}

#gor_links a {
    color: #000;
    font-size: 13px
}

#wrap_menu {
    max-width: 987px;
    margin: 0 auto;
    margin-top: -8px
}

#top_menu {
    height: 56px;
    display: inline-block;
    vertical-align: top;
    background: url(/i/theme/menu_bg.png) repeat-x;
    border-radius: 4px;
    position: relative
}

#top_menu ul {
    list-style: none
}

#top_menu ul li {
    float: left;
    height: 56px
}

#top_menu ul li>a {
    display: block;
    height: 56px;
    line-height: 1;
    padding: 0 26px 0 26px;
    color: #fff;
    font-family: proximanovareg;
    font-size: 23px
}

#top_menu ul li div a {
    font-size: 15px;
    color: #000
}

#top_menu ul li:first-child a {
    border-radius: 4px 0 0 4px
}

#top_menu ul li:last-child a {
    border-radius: 0 4px 4px 0
}

#top_menu ul li a:hover {
    color: #01a6e0
}

#top_menu ul li a.active,
#top_menu ul li a.active2 {
    box-shadow: inset 0 0 18px #002a55;
    color: #01a6e0;
    text-decoration: none
}

#open_int {
    width: 287px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    background: url(/i/theme/btn_open.png) no-repeat;
    font-size: 20px;
    color: #fff;
    font-family: proximanovareg;
    font-weight: 700;
    text-shadow: 0 0 18px #fff;
    cursor: pointer;
    margin-left: 6px;
    position: relative
}

#vip {
    position: absolute;
    z-index: 100;
    width: 287px;
    text-align: center;
    background: #0097d6;
    height: 79px;
    margin-top: -8px;
    display: none
}

#lin_vip {
    width: 80%;
    margin: 0 auto;
    height: 1px;
    border-top: 1px solid #00b9e4;
    margin-top: 6px;
    margin-bottom: -6px
}

#vip .l_vip {
    height: 24px
}

#vip .l_vip a {
    font-size: 18px;
    color: #fff;
    font-family: proximanovareg;
    font-weight: 400;
    text-shadow: 0 1px 1px #044589;
    text-decoration: none
}

#vip .l_vip a:hover {
    text-decoration: underline
}

#wrap_slide {
    width: 100%;
    height: 378px;
    background: url(/i/theme/bg_slide.jpg) repeat-x
}

#zag_ssl {
    max-width: 990px;
    height: 99px;
    margin: 0 auto
}

#zag_ssl #zag_chasn {
    font-size: 33px;
    font-family: proximanovareg;
    font-weight: 700;
    color: #084d92;
    margin-top: 57px;
    margin-left: 14px;
    display: inline-block;
    vertical-align: top
}

#chasn_s {
    display: inline-block;
    vertical-align: top;
    margin-left: 44px;
    margin-top: 62px
}

#chasn_s a {
    color: #6e6e6e;
    font-size: 15px
}

#footer_menu {
    max-width: 990px;
    margin: 0 auto;
    padding: 35px 0 35px 0
}

#footer_menu table {
    margin-left: 36px;
    width: 100%
}

#footer_menu table tr td {
    width: 244px;
    vertical-align: top
}

#footer_menu ul {
    list-style: none;
    float: left;
    vertical-align: top
}

#vmest {
    display: inline-block;
    width: 260px
}

#vmest ul {
    margin-right: 0
}

#vmest ul:first-child {
    margin-left: 0
}

#footer_menu ul:last-child {
    display: block
}

#footer_menu ul li:first-child {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700
}

#footer_menu ul li a {
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none
}

#footer_menu ul li a:hover {
    text-decoration: underline
}

#footer {
    max-width: 1099px;
    height: 218px;
    margin: 0 auto;
    border-top: 1px solid #c5c5c5
}

#footer #copy {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 36px;
    margin-left: 88px;
    display: inline-block;
    vertical-align: top
}

#card {
    display: inline-block;
    vertical-align: top;
    margin-left: 77px;
    margin-top: 34px
}

#card img {
    vertical-align: top;
    margin-right: 17px
}

#phone_foot {
    display: inline-block;
    vertical-align: top;
    margin-top: 41px;
    margin-left: 42px;
    text-align: center
}

#phone_f {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    display: inline-block
}

#btn_foot button {
    width: 170px;
    height: 26px;
    background: url(/i/theme/btn_phone.png) no-repeat;
    font-size: 13px;
    font-family: proximanovareg;
    cursor: pointer;
    margin-top: 10px;
    border: 0
}

#wrap_prefoot {
    width: 100%;
    background: #ededed url(/i/theme/bgprefoot.jpg) repeat-x;
    padding-bottom: 20px
}

#kurs_auto {
    max-width: 990px;
    margin: 0 auto
}

#kurs_auto .bl {
    width: 303px;
    height: 130px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 7px #a9a8a8;
    margin-right: 14px
}

#kurs_auto .bl:last-child {
    margin-right: 0
}

.zag_ka {
    margin-bottom: 13px;
    margin-top: 66px
}

#kurs_auto .zagzag {
    font-family: proximanovareg;
    font-weight: 700;
    font-size: 24px;
    color: #084d92
}

.clear {
    clear: both
}

#kurs_auto .zag_k {
    margin-left: 23px
}

.hrvert {
    vertical-align: top;
    width: 70px;
    height: 100%
}

#hrvert {
    background: url(/i/theme/news_akc_hrvert.png) repeat-y;
    background-position: top center
}

#news_akc {
    max-width: 977px;
    margin: 0 auto;
    padding-left: 23px
}

.news_zagzag {
    float: left;
    font-family: proximanovareg;
    font-weight: 700;
    font-size: 24px;
    color: #006a31
}

#news_akc #news {
    vertical-align: top;
    width: 375px
}

#akc {
    width: 490px;
    vertical-align: top;
    margin-top: 50px
}

.bl_akc {
    margin-bottom: 15px
}

.bl_akc:last-child {
    margin-bottom: 0
}

#img_akc {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    box-shadow: 0 0 7px #a9a8a8
}

#txt_akc {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px
}

#zag_akc {
    padding-bottom: 5px
}

#zag_akc a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline
}

#zag_akc a:hover {
    text-decoration: none
}

#text_akc {
    color: #000;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700
}

.akc_zagzag {
    float: left;
    font-family: proximanovareg;
    font-weight: 700;
    font-size: 24px;
    color: #ab0000
}

.news_akc_all {
    text-align: center;
    margin-top: 10px
}

.news_akc_all a {
    color: #6e6e6e;
    font-size: 13px
}

#korp {
    max-width: 990px;
    margin: 0 auto;
    background: url(/i/theme/ten.jpg) center top no-repeat;
    margin-top: 37px;
    padding-bottom: 43px
}

#zag_ssl2 {
    max-width: 990px;
    padding-bottom: 25px;
    margin: 0 auto
}

#zag_ssl2 #zag_korp {
    font-size: 33px;
    font-family: proximanovareg;
    font-weight: 700;
    color: #084d92;
    margin-top: 34px;
    margin-left: 23px;
    display: inline-block;
    vertical-align: top
}

#korp_s {
    display: inline-block;
    vertical-align: top;
    margin-left: 44px;
    margin-top: 39px
}

#korp_s a {
    color: #6e6e6e;
    font-size: 16px
}

#usl_korp {
    max-width: 982px;
    height: 134px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    margin-bottom: 40px
}

#text_korp1,
#text_korp2 {
    float: left;
    width: 475px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #6e6e6e;
    font-size: 16px;
    line-height: 1.2
}

#text_korp1 {
    width: 510px
}

#text_korp2 {
    width: 440px
}

#text_korp1 span,
#text_korp2 span {
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 5px
}

#btn_korp,
#btn_korp1,
#btn_korp2 {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

#btn_korp button,
#btn_korp1 button,
#btn_korp2 button {
    width: 280px;
    height: 53px;
    background: #009846;
    border-radius: 25px;
    font-family: proximanovareg;
    font-size: 20px;
    color: #fff !important;
    cursor: pointer;
    border: 0
}

#slider {
    max-width: 990px;
    height: 379px;
    margin: 0 auto
}

#slider ul {
    list-style: none
}

#slider ul li {
    position: relative
}

#sl_text {
    position: absolute;
    top: 104px;
    left: 19px;
    font-size: 27px;
    line-height: 1.1
}

#sl_text span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

#sl_btn {
    position: absolute;
    top: 250px;
    left: 16px
}

#sl_btn a {
    display: block;
    width: 212px;
    height: 42px;
    background: url(/i/theme/btn_sl.png) no-repeat;
    cursor: pointer;
    font-family: proximanovareg;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
    line-height: 42px
}

.t1 {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 246px;
    margin-top: 5px;
    border-spacing: 0
}

.bl {
    text-align: center
}

.t1 .str1 {
    font-size: 14px;
    font-weight: 700
}

.t1 .val {
    font-size: 17px;
    font-weight: 700
}

.t1 tr td {
    border-bottom: 1px solid #d7d7d7
}

.t1 tr:last-child td {
    border-bottom: 1px solid #fff
}

.t1 tr td {
    padding: 2px 15px
}

#vlog_ip {
    max-width: 990px;
    margin: 0 auto;
    padding-top: 24px
}

#vlog {
    display: inline-block;
    vertical-align: top;
    width: 484px
}

#vlog,
#vlog a,
#vlog button,
#vlog select {
    font-family: proximanovareg
}

#vlog #zag {
    color: #03632e;
    font-family: proximanovareg;
    font-size: 27px;
    text-align: center
}

#vlog #block1 {
    width: 484px;
    height: 261px;
    background: green;
    border-radius: 4px;
    margin-top: 11px;
    background: url(/i/theme/bg_bl1.png) repeat
}

#vlog #block2 {
    padding-top: 30px;
    padding-left: 23px
}

#vlog #left {
    float: left;
    width: 190px
}

#vlog #left #l {
    float: left
}

#vlog #left #r {
    float: left;
    color: #fff;
    font-family: proximanovareg;
    font-size: 27px;
    padding-left: 11px;
    padding-top: 3px
}

#vlog #right {
    float: left;
    float: left;
    width: 220px;
    margin-left: 20px;
    margin-top: 14px
}

#vlog input {
    width: 129px;
    height: 34px;
    border-radius: 4px;
    font-size: 27px;
    font-family: proximanovareg;
    margin-bottom: 10px;
    box-shadow: inset 0 3px 5px #a9a9a9;
    text-align: center;
    border: 0
}

#vlog .select {
    background: #fff;
    border-radius: 4px;
    width: 300px;
    height: 34px;
    padding-left: 5px;
    box-shadow: inset 0 3px 5px #a9a9a9;
    overflow: hidden
}

#vlog select {
    width: 291px;
    font-size: 20px;
    border: 0;
    background: 0 0;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 8px
}

#ip {
    display: inline-block;
    vertical-align: top;
    width: 484px;
    margin-left: 17px
}

#ip,
#ip a,
#ip button {
    font-family: proximanovareg
}

#ip .select {
    background: #fff;
    border-radius: 4px;
    width: 307px;
    height: 34px;
    padding-left: 5px;
    box-shadow: inset 0 3px 5px #a9a9a9;
    overflow: hidden
}

#ip select {
    width: 291px;
    font-size: 20px;
    border: 0;
    background: 0 0;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 8px
}

#zag_ip {
    color: #01467f;
    font-family: proximanovareg;
    font-size: 27px;
    text-align: center
}

#bl_ip {
    width: 484px;
    height: 261px;
    background: green;
    border-radius: 4px;
    margin-top: 11px;
    background: url(/i/theme/bg_bl2.png) repeat;
    text-align: center
}

#zag_f2 {
    color: #fff;
    font-family: proximanovareg;
    font-size: 21px;
    line-height: 1.1;
    text-align: center;
    padding-top: 20px
}

.btn_f {
    background: #009846;
    border-radius: 25px;
    transition: .3s;
    width: 365px
}

.btn_f:hover {
    background: #0d8945
}

.btn_f .button {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
    font-family: proximanovareg;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 14px 50px 14px 50px
}

.t2 {
    margin-top: 19px;
    display: inline-block;
    vertical-align: top
}

.t2 tr td {
    text-align: right;
    vertical-align: top
}

.t2 tr td input {
    width: 162px;
    height: 34px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 27px;
    font-family: proximanovareg, Arial;
    margin-bottom: 10px;
    box-shadow: inset 0 3px 5px #a9a9a9;
    text-align: center;
    border: 0
}

.t3 {
    margin-top: 37px;
    display: inline-block;
    vertical-align: top;
    margin-left: 24px
}

.t3 tr td {
    text-align: right;
    vertical-align: top
}

.t3 tr td input {
    width: 163px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    font-size: 27px;
    font-family: proximanovareg;
    margin-bottom: 10px;
    box-shadow: inset 0 3px 5px #a9a9a9;
    text-align: center;
    border: 0
}

.rub {
    color: #fff;
    font-family: proximanovareg;
    font-size: 27px;
    padding-left: 11px;
    padding-top: 3px
}

.txt_f {
    font-size: 19px;
    color: #00aff3;
    padding-right: 11px;
    padding-top: 4px
}

#usl_chastn {
    max-width: 982px;
    height: 126px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #bfbfbf
}

#usl_chastn {
    text-align: center
}

#usl_chastn table {
    display: inline-block;
    border-spacing: 0
}

#usl_chastn table tr td {
    text-align: center;
    padding-right: 66px
}

#usl_chastn table tr td:last-child {
    padding-right: 0
}

#usl_chastn table tr:last-child td {
    vertical-align: top;
    line-height: 17px
}

#usl_chastn table tr:last-child td a {
    font-size: 15px;
    color: #084d92;
    display: block
}

#usl_chastn table tr:first-child td {
    padding-top: 9px;
    vertical-align: middle
}

#usl_chastn .block {
    display: block;
    position: relative
}

#usl_chastn .block .pip {
    display: block;
    position: absolute;
    left: 72px;
    top: 9px;
    background: url(/i/theme/online_pip.png);
    width: 55px;
    height: 37px
}

#usl_chastn .block .pip:hover {
    background-position: 55px 0
}

#usl_korp {
    text-align: center
}

#usl_korp table {
    display: inline-block;
    border-spacing: 0
}

#usl_korp table tr td {
    text-align: center;
    padding-right: 123px
}

#usl_korp table tr td:last-child {
    padding-right: 0
}

#usl_korp table tr:last-child td {
    vertical-align: top;
    line-height: 17px
}

#usl_korp table tr:last-child td a {
    font-size: 15px;
    color: #084d92;
    display: block
}

#usl_korp table tr:first-child td {
    padding-top: 9px;
    vertical-align: middle
}

#usl_korp .block {
    display: block;
    position: relative
}

#usl_korp .block .pip {
    display: block;
    position: absolute;
    left: 72px;
    top: 9px;
    background: url(/i/theme/online_pip.png);
    width: 55px;
    height: 37px
}

#usl_korp .block .pip:hover {
    background-position: 55px 0
}

#theme_variant1 {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px
}

#theme_variant1 #variantblock {
    padding: 20px
}

.cmsl_wrapper0 {
    max-width: 1920px;
    margin: 0 auto
}

.cmsl_wrapper1 {
    max-width: 1280px;
    margin: 0 auto
}

.cmsl_wrapper2 {
    max-width: 1135px;
    margin: 0 auto
}

.cmsl_wrapper3 {
    max-width: 990px;
    margin: 0 auto
}

.cmsl_clearfix1:after {
    content: '';
    display: block;
    clear: both
}

.cmsl_clearfix2:after,
.cmsl_clearfix2:before {
    display: table;
    content: ''
}

.cmsl_clearfix2:after {
    clear: both
}

.cmsl_clearfix3 {
    display: table;
    width: 100%
}

.cmsl_clearfix3:after {
    content: '. .';
    display: block;
    word-spacing: 9999px;
    height: 0;
    overflow: hidden
}

.cmsl_theme_content {
    min-height: 150px
}

.cmsl_theme1 {
    border-bottom: 1px solid #c5c5c5;
    margin-top: 0;
    padding-top: 7px;
    background-repeat: no-repeat
}

.cmsl_theme1_inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px
}

.cmsl_theme2 {
    border-bottom: 1px solid #c5c5c5;
    margin-top: 0;
    padding-top: 7px;
    background-repeat: no-repeat
}

.cmsl_theme2_inner {
    position: relative;
    padding-left: 20px;
    padding-bottom: 35px
}

@media(max-width: 767px) {
    .cmsl_theme2_inner {
        padding-right: 20px;
    }
}

.cmsl_theme2_section {
    display: table;
    width: 100%
}

@media(max-width: 767px) {
    .cmsl_theme2_section {
        display: flex;
        width: auto;
        flex-direction: column;
    }
}

.cmsl_theme2_section_box1 {
    display: table-cell;
    vertical-align: top
}

.cmsl_theme2_section_box2 {
    display: table-cell;
    vertical-align: top;
    width: 340px;
    padding-top: 49px;
    padding-left: 50px;
    padding-right: 10px
}

.photopic_cont_history {
    margin-top: 50px;
    margin-bottom: 25px
}

@media(max-width: 767px) {
    .cmsl_theme2_section_box2 {
        padding-left: 0;
    }
}

.site_view_action_photo_basic {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 15px
}

.site_view_action_photo_basic img {
    max-width: 100%;
    height: auto
}

@media (max-width:1365px) {
    .header1_v19_logo {
        margin-top: 45px;
        max-width: 250px
    }

    .header1_v19_top {
        left: 350px
    }

    .header1_v19_phone {
        left: 350px
    }

    .header1_v19_phone_number {
        font-size: 30px
    }

    .header1_v19_phone_tx {
        font-size: 13px
    }

    .header1_v19_line1 {
        left: 320px
    }

    .index_service_v19_inner {
        max-width: 1024px;
        margin: 0 auto
    }

    .index_service_v19_content {
        margin-top: 30px
    }

    .index_service_v19_list_item {
        width: 50% !important
    }

    .index_service_v19_list_item_action {
        left: 30px !important
    }

    .index_service_v19_list_item_head_title {
        font-size: 30px
    }

    .index_service_v19_list_item_tx {
        font-size: 16px
    }

    .index_legal_service_v19_body {
        margin-top: 30px
    }

    .index_legal_service_v19_head_inner {
        max-width: 1024px
    }

    .index_legal_service_v19_body_inner {
        max-width: 1024px
    }

    .index_legal_service_v19_list {
        margin-left: -1%;
        margin-right: -1%
    }

    .index_legal_service_v19_list_item {
        width: 23%;
        margin: 0 1% 2% 1%
    }

    .index_legal_service_v19_list_item {
        padding-bottom: 0;
        min-height: 385px
    }

    .index_legal_service_v19_list_photo {
        padding-top: 90%;
        height: auto
    }

    .index_legal_service_v19_list_item_content {
        padding: 25px 10px 20px 15px
    }

    .index_legal_service_v19_list_item_title {
        font-size: 22px
    }

    .index_legal_service_v19_inform {
        margin-top: 40px;
        padding-bottom: 50px
    }

    .index_legal_service_v19_inform_tx {
        font-size: 18px
    }

    .index_legal_service_v19_inform_but_button {
        width: 350px
    }

    .index_news_v19_content {
        padding: 15px 15px 15px 15px
    }

    .index_news_v19_block_box1 {
        width: 110px
    }

    .index_news_v19_block_box2 {
        margin-left: 25px
    }

    .index_news_v19_block_content {
        padding-top: 15px;
        min-height: 200px
    }

    .index_news_v19_block_name {
        font-size: 18px
    }

    .index_oblast1_v19 {
        padding: 0 10px
    }

    .index_oblast1_v19_cont_box2 {
        width: 400px
    }

    .index_cur_v19_title .date {
        font-size: 19px
    }

    .index_cur_v19_content {
        padding: 20px 20px 20px 20px;
        min-height: 300px
    }

    .footer1_cont {
        justify-content: space-between
    }

    .footer1_cont_box1 {
        width: 270px
    }

    .footer_phone_tx {
        font-size: 15px;
        letter-spacing: .5px
    }

    .footer_phone_num {
        margin-top: 5px;
        font-size: 35px
    }

    .footer_feed_button1 {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px
    }

    .footer_feed2 {
        margin-top: 20px
    }

    .footer1_cont_box2 {
        margin-left: auto
    }

    .footer1_cont_box3 {
        width: 270px;
        margin-left: auto
    }

    .footer_insurance_doplinks ul li {
        margin-top: 5px
    }

    .footer_insurance_doplinks ul li a {
        font-size: 15px
    }

    .footer_insurance_dotext {
        font-size: 15px
    }

    .header_menusun {
        right: 15px
    }

    .header2_v19_cont {
        padding-top: 22px
    }

    .header2_v19_nav_ul1_li_a_icon {
        max-width: 27px
    }

    .header2_v19_nav_ul1_li_a {
        padding-left: 20px;
        padding-right: 20px
    }

    .header2_v19_nav_ul1_li_a_tx {
        margin-left: 10px;
        font-size: 20px
    }

    .header2_v19_nav_ul1_li:after {
        margin-top: 2px;
        height: 25px;
        top: 50%;
        transform: translateY(-50%)
    }

    .header_online_feed_head {
        padding-left: 20px;
        padding-right: 20px
    }

    .header_online_feed_head_icon {
        max-width: 27px
    }

    .header_online_feed_head_tx {
        margin-left: 10px;
        font-size: 20px
    }

    .header_online_feed:after {
        display: none
    }

    .header_online_feed_content ul {
        padding: 25px 10px 25px 20px;
        width: 350px
    }

    .header_online_feed_content ul li {
        margin-top: 10px
    }

    .header_online_feed_content ul li a {
        font-size: 18px
    }

    .header_netbank {
        min-width: 250px;
        max-width: 250px
    }

    .header_netbank_head {
        padding: 14px 30px 14px 30px
    }

    .header_netbank_content {
        padding: 10px 10px 30px 30px
    }
}

@media (max-width:1280px) {
    .calculates1__wrap {
        padding: 0
    }

    .index_oblast1_v19 {
        padding: 0 10px
    }

    .instagram_pane {
        padding: 0 10px
    }
}

@media (max-width:1023px) {
    .sitemapsun_curtain {
        display: none
    }

    .sitemapsun {
        display: none
    }

    .header_menusun_adp {
        display: block
    }

    .headmix_adaptive {
        display: block
    }

    .adapt-cloud {
        display: block
    }

    .header_basic {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 400;
        width: 100%;
        height: 75px;
        background: #fff;
        box-shadow: 1px 1px 4px rgba(48, 92, 103, .6)
    }

    .header1_v19 {
        height: 46px;
        position: relative
    }

    .header2_v19 {
        display: none
    }

    .header1_v19_top {
        display: none
    }

    .header1_v19_line1 {
        display: none
    }

    .header1_v19_netbank {
        display: none
    }

    .header_netbank_inner {
        position: static;
        background: 0 0;
        border-radius: 0
    }

    .header_netbank {
        min-width: auto;
        max-width: none;
        background: #7fc69d;
        border-radius: 10px
    }

    .header_netbank_head {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px 0 10px;
        font-size: 13px;
        line-height: 1;
        height: 17px;
        font-family: proximanovalight;
        text-align: center
    }

    .header_netbank_content {
        position: absolute;
        width: 200px;
        margin-top: 3px;
        padding: 15px 5px 20px 10px;
        background: #7fc69d;
        border-radius: 5px
    }

    .header_netbank_content ul li {
        margin-top: 8px
    }

    .header_netbank_content ul li a {
        font-size: 14px
    }

    .header1_v19_logo {
        margin: 0;
        position: absolute;
        top: 15px;
        left: 15px;
        max-width: 120px
    }

    .header1_v19_phone {
        top: 15px;
        left: 46%
    }

    .header1_v19_phone_number {
        font-size: 16px
    }

    .header1_v19_phone_tx {
        display: none
    }

    .header1-wrap-menus {
        display: block
    }

    .header_online_feed_head_icon {
        max-width: 15px;
        font-size: 0
    }

    .header_online_feed_head_tx {
        font-size: 13px;
        font-family: proximanovalight;
        padding-top: 2px
    }

    .header_online_feed_content {
        padding: 0
    }

    .header_online_feed_content ul {
        padding: 15px 5px 15px 15px;
        width: 250px
    }

    .header_online_feed_content ul li {
        margin-top: 8px
    }

    .header_online_feed_content ul li a {
        font-size: 15px
    }

    .index_service_v19 {
        padding: 0 10px
    }

    .index_service_v19_inner {
        max-width: 500px;
        padding: 0
    }

    .index_service_v19_list {
        display: block
    }

    .index_service_v19_list_item {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 15px !important;
        min-height: auto
    }

    .index_service_v19_list_item_action {
        bottom: 15px
    }

    .index_legal_service_v19 {
        padding: 0 10px
    }

    .index_legal_service_v19_inner {
        max-width: 500px;
        padding: 0;
        margin: 0 auto
    }

    .index_legal_service_v19_body_inner {
        padding: 0
    }

    .index_legal_service_v19_head_inner {
        padding: 0
    }

    .index_legal_service_v19_list_item {
        width: 48%;
        overflow: hidden
    }

    .index_legal_service_v19_inform {
        display: block;
        margin-top: 30px;
        padding-bottom: 30px
    }

    .index_legal_service_v19_inform_but {
        margin: 0;
        margin-top: 25px;
        text-align: center
    }

    .index_legal_service_v19_inform_but_button {
        padding: 20px 25px 20px 25px;
        width: auto;
        white-space: normal
    }

    .index_oblast1_v19 {
        margin-top: 75px
    }

    .index_oblast1_v19_inner {
        max-width: 500px;
        margin: 0 auto
    }

    .index_oblast1_v19_cont {
        display: block
    }

    .index_news_v19_block_content {
        padding-top: 10px;
        min-height: 150px
    }

    .index_news_v19_block_date {
        font-size: 18px
    }

    .index_news_v19_content {
        margin-top: 25px
    }

    .index_oblast1_v19_cont_box2 {
        width: auto;
        padding: 0;
        margin: 0
    }

    .index_cur_v19 {
        margin-top: 75px
    }

    .index_cur_v19_content {
        margin-top: 25px
    }

    .instagram_pane {
        margin-top: 75px
    }

    .instagram_pane_inner {
        padding: 30px 0
    }

    .instagram_pane_body {
        margin-top: 20px
    }

    .footer1_cont {
        flex-wrap: wrap;
        justify-content: normal
    }

    .footer1_cont_box1 {
        width: auto;
        max-width: 270px;
        margin: 0
    }

    .footer_feed {
        margin-top: 30px
    }

    .footer_feed2 {
        margin-top: 15px
    }

    .footer1_cont_box2 {
        margin-left: auto;
        padding: 0
    }

    .footer1_cont_box3 {
        width: 100%
    }

    .footer1_cont_box3 {
        margin-top: 40px;
        padding: 0
    }

    .footer1_band1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .footer1_band1_cont2 {
        width: 350px
    }

    .footer_insurance_doplinks {
        margin: 0
    }

    .footer2 {
        padding-bottom: 35px
    }

    .footer2__wrap {
        display: block;
        text-align: center;
        padding-right: 0
    }

    .footer2__wrap_counters {
        width: 100%
    }

    .footer2__wrap_copy {
        width: 100%;
        margin: 0;
        margin-top: 25px
    }

    .footer2__leli {
        width: 100%;
        margin-top: 25px
    }

    .theme_white_plashka2 {
        display: none
    }

    .theme_news {
        display: none
    }

    .header_online_feed_head {
        padding-left: 15px;
        padding-right: 15px
    }

    .header_online_feed_head_tx {
        margin-left: 5px
    }

    .header_netbank_head {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px
    }

    .headmix_adaptive_tochki {
        display: block !important
    }
}

@media (max-width:767px) {
    .index_service_v19 {
        margin-top: 65px
    }

    .index_service_v19_title {
        font-size: 30px
    }

    .index_service_v19_content {
        margin-top: 20px
    }

    .index_service_v19_list_item_action {
        left: 15px !important
    }

    .index_service_v19_list_item_tx {
        font-size: 15px
    }

    .index_service_v19_list_item_action_button {
        padding: 5px 15px;
        min-width: 115px;
        font-size: 16px
    }

    .index_legal_service_v19 {
        margin-top: 65px
    }

    .index_legal_service_v19_body {
        margin-top: 20px
    }

    .index_legal_service_v19_title {
        font-size: 30px
    }

    .index_legal_service_v19_list_item_title {
        font-size: 18px
    }

    .index_legal_service_v19_list_item {
        min-height: 340px
    }

    .index_legal_service_v19_list_item_content {
        padding: 15px 5px 10px 10px
    }

    .index_legal_service_v19_list_item_link a {
        font-size: 15px
    }

    .index_legal_service_v19_inform {
        margin-top: 25px;
        padding-bottom: 50px
    }

    .index_legal_service_v19_inform_tx {
        font-size: 16px
    }

    .index_legal_service_v19_inform_but {
        margin-top: 15px
    }

    .index_legal_service_v19_inform_but_button {
        padding: 15px 20px 15px 20px;
        font-size: 16px
    }

    .index_oblast1_v19 {
        margin-top: 50px
    }

    .index_news_v19_content {
        margin-top: 20px
    }

    .index_news_v19_block {
        display: block;
        margin-bottom: 15px
    }

    .index_news_v19_block_content {
        min-height: 70px;
        margin: 0;
        padding: 0;
        margin-top: 15px
    }

    .index_news_v19_block_date {
        font-size: 16px
    }

    .index_news_v19_block_box1 {
        width: 150px;
        margin-left: auto;
        margin-right: auto
    }

    .index_news_v19_title {
        font-size: 30px
    }

    .index_news_v19_block_box2 {
        margin: 0
    }

    .index_news_v19_block_photo {
        display: none
    }

    .index_news_v19_block_photo2 {
        display: block !important
    }

    .index_news_v19_block_all {
        margin-top: 35px
    }

    .index_cur_v19 {
        margin-top: 65px
    }

    .index_cur_v19_title {
        font-size: 30px
    }

    .index_cur_v19_content {
        margin-top: 20px;
        padding: 15px 15px 15px 15px;
        min-height: 250px
    }

    .instagram_pane {
        margin-top: 65px
    }

    .instagram_pane_inner {
        padding: 15px 0
    }

    .instagram_pane_head_subject_tx {
        font-size: 25px;
        padding-top: 1px
    }

    .instagram_pane_head_cont {
        flex-wrap: wrap
    }

    .instagram_pane_head_cont_box1 {
        width: 100%;
        margin-top: 25px;
        padding: 0
    }

    .instagram_pane_head_cont_box2 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    .social_v19_list {
        margin-left: -5px;
        margin-right: -5px
    }

    .footer_basic_inner {
        padding: 0 10px;
        max-width: 340px
    }

    .footer1 {
        padding: 20px 0 15px 0;
        text-align: center
    }

    .footer_phone_tx {
        font-size: 13px
    }

    .footer_phone_num {
        font-size: 30px
    }

    .footer1_cont_box1 {
        width: 100%;
        margin: 0 auto
    }

    .footer_feed {
        margin-top: 25px
    }

    .footer1_cont_box2 {
        width: 100%;
        margin: 0;
        margin-top: 30px
    }

    .footer_inform {
        font-size: 13px;
        line-height: 1.3
    }

    .footer_inform_other {
        margin-top: 25px
    }

    .footer1_cont_box3 {
        margin-top: 20px
    }

    .footer1_band1 {
        display: block
    }

    .footer1_band1_cont2 {
        width: auto
    }

    .footer_insurance {
        margin: 0 auto
    }

    .footer_insurance_tx {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 2px
    }

    .footer_insurance_doplinks {
        margin-top: 20px
    }

    .footer_insurance_doplinks ul li {
        margin-top: 3px
    }

    .footer_insurance_doplinks ul li a {
        font-size: 13px
    }

    .footer_insurance_dotext {
        font-size: 13px
    }

    .footer2 {
        padding-top: 20px
    }

    .slider1__wrap {
        display: none
    }

    .index_line {
        margin-top: 50px
    }
}

@media (max-width:480px) {
    .index_service_v19_list_item_head_title {
        font-size: 25px
    }

    .index_service_v19_title {
        font-size: 24px
    }

    .index_legal_service_v19_title {
        font-size: 24px
    }

    .index_news_v19_title {
        font-size: 24px
    }

    .index_cur_v19_title {
        font-size: 24px
    }

    .index_service_v19_list_item_text {
        font-size: 15px
    }

    .index_service_v19_list_item_head_title {
        font-size: 22px
    }

    .index_service_v19_list_item_action a {
        font-size: 16px
    }

    .index_service_v19_list_item {
        min-height: auto
    }

    .index_legal_service_v19_list_item {
        min-height: auto
    }

    .index_legal_service_v19_list_item_content {
        padding-bottom: 10px
    }

    .index_service_v19_list_item_inner {
        min-height: 220px;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        background-position: -135px center
    }
}

@media (max-width:359px) {
    .header1_v19_logo {
        top: 12px;
        width: 100px
    }

    .index_legal_service_v19_list_item_title {
        font-size: 17px
    }

    .index_cur_v19_title .date {
        font-size: 17px
    }

    .header_netbank_content {
        width: 150px
    }

    .header_netbank_content ul li a {
        font-size: 13px
    }

    .header_online_feed_head {
        padding-left: 10px
    }

    .header_netbank_head {
        font-size: 11px
    }

    .headmix_adaptive_tochki {
        top: 7px;
        right: 7px;
        font-size: 9px
    }
}

button:disabled {
    opacity: .5;
    cursor: default
}

.personal-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.personal-links label {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    user-select: none;
    line-height: 1.4
}

.personal-links input[type=checkbox] {
    margin-right: 5px;
    flex: none;
    margin-left: 0
}

.personal-links a {
    color: #000;
    text-align: left
}

.personal-links.white label {
    color: #fff
}

.personal-links.white label a {
    color: #fff
}

.cmsl_warning_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(216, 216, 216, .85)
}

.cmsl_warning_cookie_inner {
    max-width: 1135px;
    margin: 0 auto;
    padding: 20px 15px 20px 20px;
    min-height: 65px
}

.cmsl_warning_cookie_section1 {
    display: flex;
    flex-wrap: nowrap
}

.cmsl_warning_cookie_section1_box1 {
    flex: 1
}

.cmsl_warning_cookie_section1_box2 {
    width: 29px;
    margin-left: 30px;
    align-self: center
}

.cmsl_warning_cookie_tx {
    font-family: regular;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding-top: 5px
}

.cmsl_warning_cookie_close {
    display: block;
    width: 29px;
    height: 28px;
    background-image: url(/file/i_pic/cmsl/warning_cookie_close.png);
    background-repeat: no-repeat;
    opacity: .8;
    cursor: pointer
}

.cmsl_warning_cookie_close:hover {
    opacity: 1
}

.cmsl_warning_cookie.cmsl_warning_cookie2 {
    padding: 0 20px;
    position: fixed;
    max-width: 872px;
    width: 100%;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    background: 0 0
}

.cmsl_warning_cookie2_inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 90px;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    color: #fff
}

.cmsl_warning_cookie2_text {
    margin-right: 30px;
    font-size: 16px
}

.cmsl_warning_cookie2_button {
    margin-left: auto;
    flex: none
}

.cmsl_warning_cookie_accept {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    background-color: #e6e6e7;
    color: #2d2d2d;
    font-size: 17px;
    width: 150px;
    height: 50px;
    border: 0;
    transition: .2s;
    cursor: pointer
}

.cmsl_warning_cookie_accept:hover {
    opacity: .85
}

.cmsl_warning_cookie_tx {
    color: inherit !important
}

@media(max-width:767px) {
    .cmsl_warning_cookie2 {
        bottom: 20px
    }

    .cmsl_warning_cookie2_inner {
        flex-direction: column
    }

    .cmsl_warning_cookie2_text {
        margin-right: 0;
        font-size: 11px
    }

    .cmsl_warning_cookie2_button {
        margin-left: auto;
        margin-right: auto
    }

    .cmsl_warning_cookie_accept {
        width: 130px;
        height: 30px;
        font-size: 12px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .cmsl_warning_cookie_tx {
        font-size: 12px !important
    }

    .cmsl_warning_cookie_section1 {
        flex-direction: column
    }

    .cmsl_warning_cookie_section1_box2 {
        width: 100% !important;
        margin-left: 0 !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    max-height: 999999px;
    font-family: proximanovareg
}

.popup {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: auto;
    background: rgba(0, 0, 0, .7)
}

.popup_inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px 0
}

.popup-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    width: 100%;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    border-radius: 20px
}

.popup_content {
    display: table-cell;
    vertical-align: middle
}

.popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.popup-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.popup-text {
    margin-bottom: 30px;
    font-size: 21px;
    font-family: SegoeUISemiBold;
    text-align: center
}

.popup-button a {
    text-decoration: none;
    padding: 12px 24px 12px 24px;
    background-color: #009846;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px
}

@media(max-width:1023px) {
    .popup-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .popup-text {
        font-size: 18px
    }

    .popup-text br {
        display: none
    }
}

.stroka_echo {
    font-size: 16px;
    font-family: proximanovareg;
    color: #b0b0b0 !important
}

.stroka_echo a {
    font-size: 16px;
    font-family: proximanovareg;
    color: #b0b0b0 !important
}

.stroka_echo span {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px
}

@media (max-width:1023px) {
    .stroka_echo {
        font-size: 13px
    }

    .stroka_echo a {
        font-size: 13px
    }
}

.center1 {
    max-width: 1280px;
    margin: 0 auto
}

.center1-new {
    max-width: 1280px;
    margin: 0 auto
}

.index_line {
    width: 100%;
    height: 1px;
    margin-top: 90px;
    background: #d7d7d7
}

.adapt-cloud {
    display: none;
    height: 75px
}

.headmix_adaptive {
    display: none;
    height: 29px;
    background: #009846;
    position: relative
}

.headmix_adaptive_cont {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto
}

.headmix_adaptive_online_feed {
    padding-top: 2px
}

.headmix_adaptive_netbank {
    padding-top: 6px
}

.headmix_adaptive_tochki {
    display: none;
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 12px;
    line-height: .9;
    color: #fff;
    text-align: center
}

.headmix_adaptive_tochki a {
    text-decoration: none;
    color: #fff
}

.headmix_adaptive_tochki a:hover {
    text-decoration: none;
    color: #fff
}

.header1_v19 {
    height: 152px
}

.header1_v19_inner {
    position: relative
}

.header1_v19_logo {
    margin-top: 40px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    max-width: 400px
}

.header1_v19_logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.header1_v19_line1 {
    position: absolute;
    top: 52px;
    left: 411px;
    z-index: 10;
    width: calc(100% - 411px);
    height: 1px;
    background: #d6d6d6
}

.header1_v19_top {
    position: absolute;
    top: 15px;
    left: 590px;
    z-index: 10
}

.header1_v19_navig ul,
.header1_v19_navig ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.header1_v19_navig ul li {
    margin-right: 35px;
    display: inline-block;
    line-height: 1
}

.header1_v19_navig ul li:last-child {
    margin-right: 0
}

.header1_v19_navig a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: proximanovalight
}

.header1_v19_navig a:hover {
    color: #000;
    text-decoration: underline
}

.header1_v19_phone {
    position: absolute;
    top: 70px;
    left: 590px;
    z-index: 10
}

.header1_v19_phone_number {
    font-size: 40px;
    line-height: 1;
    font-family: proximanovalight
}

.header1_v19_phone_number a {
    color: #000 !important;
    text-decoration: none !important
}

.header1_v19_phone_tx {
    margin-top: 2px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg;
    letter-spacing: 1px
}

.header1_v19_netbank {
    position: absolute;
    top: 75px;
    right: 15px;
    z-index: 400;
    line-height: 1
}

.header_netbank {
    min-width: 275px;
    max-width: 300px;
    width: 100%;
    position: relative
}

.header_netbank_inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #009846;
    border-radius: 25px;
    transition: .3s
}

.header_netbank_inner:hover {
    background: #0d8945
}

.header_netbank_head {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
    font-family: proximanovareg;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 14px 50px 14px 50px
}

.header_netbank_content {
    display: none;
    padding: 18px 20px 40px 50px
}

.header_netbank_content ul,
.header_netbank_content ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.header_netbank_content ul li {
    line-height: 1.1;
    margin-top: 10px
}

.header_netbank_content ul li:nth-child(1) {
    margin: 0
}

.header_netbank_content ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: proximanovareg;
    background-image: linear-gradient(to right, #5f9476, #5f9476);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    transition: background-size 70ms ease 0s
}

.header_netbank_content ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-size: 0 0
}

.header2_v19 {
    background: #009846;
    height: 88px
}

.header2_v19_inner {
    position: relative
}

.header_menusun {
    position: absolute;
    right: 35px;
    top: 27px;
    z-index: 300;
    cursor: pointer
}

.header_menusun_pip {
    width: 40px;
    height: 40px;
    position: relative
}

.header_menusun_pip span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.header_menusun_pip span:nth-child(1) {
    top: 3px
}

.header_menusun_pip span:nth-child(2),
.header_menusun_pip span:nth-child(3) {
    top: 14px
}

.header_menusun_pip span:nth-child(4) {
    top: 26px
}

.header1-wrap-menus_curtain {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 450;
    background: rgba(0, 0, 0, .2)
}

.header1-wrap-menus {
    display: none;
    vertical-align: middle;
    width: 280px;
    position: fixed;
    right: -280px;
    top: 0;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 55px 10px 25px 15px;
    border: 0;
    border-left: 1px #d6d4d3 solid;
    text-align: left;
    -webkit-transition: .4s all ease-in 0s;
    -moz-transition: .4s all ease-in 0s;
    -ms-transition: .4s all ease-in 0s;
    -o-transition: .4s all ease-in 0s;
    transition: .4s all ease-in 0s;
    font-family: proximanovalight
}

.header1-wrap-menus__menu1_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    white-space: normal
}

.header1-wrap-menus__menu1_list ul {
    white-space: normal
}

.header1-wrap-menus__menu1_list_item {
    display: block;
    position: relative;
    padding: 0;
    margin-top: 12px
}

.header1-wrap-menus__menu1_list_item:nth-child(1) {
    margin-top: 0
}

.header1-wrap-menus__menu1_list_item:last-child {
    margin-right: 0
}

.custom-dropdown {
    display: none;
    position: static;
    width: auto;
    left: auto;
    padding: 0;
    padding-left: 20px;
    padding-top: 3px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: 0 0
}

.header1-wrap-menus__menu1_list_item ul li {
    line-height: 1.2;
    margin-top: 3px
}

.header1-wrap-menus__menu1_list_item ul li:nth-child(1) {
    margin: 0
}

.header1-wrap-menus__menu1_list_item ul li a {
    display: block;
    padding: 2px;
    font-size: 15px;
    color: #000;
    text-align: left;
    text-decoration: underline;
    letter-spacing: normal
}

.header1-wrap-menus__menu1_list_item ul li a:hover {
    text-decoration: none;
    color: #7e7e7e
}

.header1-wrap-menus__menu1_list_item>a {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    font-family: proximanovaxbold;
    padding: 2px 0;
    padding-left: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative
}

.header1-wrap-menus__menu1_list_item>a:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 10;
    width: 9px;
    height: 6px;
    background-image: url(/file/i_pic/header1-wrap-menus_adaptive_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.header1-wrap-menus__menu1_list_item.active>a:after {
    background-position: 0 -6px
}

.header1-wrap-menus__menu1_list_item>a:hover {
    text-decoration: none
}

.header1-wrap-menus__menu1_list_item>a:target {
    color: #000 !important
}

.menu_state_open .header1-wrap-menus {
    right: 0
}

.header1-wrap-menus_online_feed {
    margin-top: 45px;
    border-top: 1px #bbccdf solid;
    padding-top: 15px
}

.header1-wrap-menus_online_feed ul,
.header1-wrap-menus_online_feed ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.header1-wrap-menus_online_feed ul li {
    line-height: 1.1;
    margin-top: 8px
}

.header1-wrap-menus_online_feed ul li:nth-child(1) {
    margin: 0
}

.header1-wrap-menus_online_feed ul li a {
    font-size: 14px;
    color: #000;
    font-family: proximanovareg;
    text-decoration: underline
}

.header1-wrap-menus_online_feed ul li a:hover {
    color: #09488c;
    text-decoration: none
}

.sitemapsun_curtain {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 450
}

.sitemapsun {
    position: fixed;
    top: 0;
    right: -800px;
    z-index: 500;
    width: 800px;
    height: 100%;
    background: #fff;
    border-left: 1px #d7d7d7 solid;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    overflow-y: auto
}

.sitemapsun_close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 50;
    width: 24px;
    height: 24px;
    background-image: url(/themes/img/sitemapsun_close.png);
    background-repeat: no-repeat;
    cursor: pointer
}

body.menu_state_open2 .sitemapsun_curtain {
    display: block
}

body.menu_state_open2 .sitemapsun {
    right: 0
}

.sitemapsun_head {
    padding: 47px 30px 22px 47px
}

.sitemapsun_head_cont {
    display: flex;
    flex-wrap: nowrap
}

.sitemapsun_head_cont_box1 {
    width: 350px
}

.sitemapsun_head_cont_box2 {
    margin-left: 18px;
    flex: 1
}

.sitemapsun_online_feed ul,
.sitemapsun_online_feed ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.sitemapsun_online_feed ul li {
    line-height: 1.1;
    margin-top: 9px
}

.sitemapsun_online_feed ul li:nth-child(1) {
    margin: 0
}

.sitemapsun_online_feed ul li a {
    font-size: 21px;
    color: #000;
    font-family: proximanovareg;
    text-decoration: underline
}

.sitemapsun_online_feed ul li a:hover {
    color: #09488c;
    text-decoration: none
}

.sitemapsun_netbank {
    background: #009846;
    border-radius: 15px;
    padding: 32px 15px 35px 25px;
    max-width: 315px
}

.sitemapsun_netbank ul,
.sitemapsun_netbank ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.sitemapsun_netbank ul li {
    line-height: 1.1;
    margin-top: 8px
}

.sitemapsun_netbank ul li:nth-child(1) {
    margin: 0
}

.sitemapsun_netbank ul li a {
    font-size: 18px;
    color: #fff;
    font-family: proximanovareg;
    text-decoration: underline
}

.sitemapsun_netbank ul li a:hover {
    color: #fff;
    text-decoration: none
}

.sitemapsun_body {
    padding: 40px 30px 20px 47px;
    border-top: 1px #bbccdf solid
}

.sitemapsun_nav_cont {
    display: flex;
    flex-wrap: nowrap
}

.sitemapsun_nav_cont_box1 {
    width: 47%
}

.sitemapsun_nav_cont_box2 {
    flex: 1;
    margin-left: 6%
}

.sitemapsun_menu {
    line-height: 1.1
}

.sitemapsun_menu ul,
.sitemapsun_menu ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.sitemapsun_menu>ul>li {
    margin-top: 37px
}

.sitemapsun_menu>ul>li:nth-child(1) {
    margin: 0
}

.sitemapsun_menu>ul>li>a {
    font-size: 21px;
    color: #000;
    font-family: proximanovaxbold;
    text-decoration: none
}

.sitemapsun_menu>ul>li>a:hover {
    color: #000;
    text-decoration: underline
}

.sitemapsun_menu>ul>li>ul {
    margin-top: 15px
}

.sitemapsun_menu>ul>li>ul>li {
    margin-top: 8px
}

.sitemapsun_menu>ul>li>ul>li:nth-child(1) {
    margin: 0
}

.sitemapsun_menu>ul>li>ul>li>a {
    font-size: 16px;
    color: #000;
    font-family: proximanovareg;
    text-decoration: none
}

.sitemapsun_menu>ul>li>ul>li>a:hover {
    color: #7e7e7e;
    text-decoration: underline
}

.header2_v19_cont {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 18px
}

.header2_v19_nav ul,
.header2_v19_nav ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.header2_v19_nav ul li {
    line-height: 1.1
}

.header2_v19_nav_ul1 {
    display: flex;
    flex-wrap: nowrap
}

.header2_v19_nav_ul1_li {
    position: relative;
    display: flex;
    align-items: center
}

.header2_v19_nav_ul1_li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    width: 1px;
    height: 46px;
    background: #d6d6d6
}

.header2_v19_nav_ul1_li:nth-child(1) .header2_v19_nav_ul1_li_a {
    padding-left: 20px
}

.header2_v19_nav_ul1_li_a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none !important;
    padding: 5px 35px 5px 35px
}

.header2_v19_nav_ul1_li_a_icon {
    max-width: 38px
}

.header2_v19_nav_ul1_li_a_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.header2_v19_nav_ul1_li_a_tx {
    padding-top: 3px;
    margin-left: 14px;
    font-size: 21px;
    color: #fff;
    font-family: proximanovalight;
    text-decoration: none
}

.header2_v19_nav_ul1_li_a:hover {
    opacity: .85
}

.header2_online_feed {
    position: relative;
    z-index: 200;
    padding-top: 3px
}

.header_online_feed,
.header_online_feed * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header_online_feed:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    width: 1px;
    height: 46px;
    background: #d6d6d6
}

.header_online_feed_head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    padding: 5px 35px 5px 35px
}

.header_online_feed_head:hover {
    opacity: .85
}

.header_online_feed_head_icon {
    max-width: 38px
}

.header_online_feed_head_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.header_online_feed_head_tx {
    padding-top: 3px;
    margin-left: 14px;
    font-size: 21px;
    color: #fff;
    font-family: proximanovaxbold;
    text-decoration: none
}

.header_online_feed_content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    padding-top: 20px
}

.header_online_feed_content ul,
.header_online_feed_content ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.header_online_feed_content ul {
    background: rgba(0, 152, 70, .8);
    width: 390px;
    min-height: 150px;
    padding: 25px 10px 30px 40px
}

.header_online_feed_content ul li {
    line-height: 1.1;
    margin-top: 8px
}

.header_online_feed_content ul li:nth-child(1) {
    margin: 0
}

.header_online_feed_content ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: proximanovalight
}

.header_online_feed_content ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.header2_v19_space {
    display: none;
    height: 88px;
    line-height: 88px
}

@media (min-width:1024px) {
    .body_headerfixed_fixed .header2_v19_space {
        display: block
    }
}

.body_headerfixed_fixed .header2_v19 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300
}

.header_menusun_adp {
    display: none;
    position: fixed;
    top: 4px;
    right: 10px;
    z-index: 1200;
    background: #009241;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    width: 38px;
    height: 38px
}

.header_menusun_adp_pip {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 10
}

.header_menusun_adp_pip span {
    display: block;
    position: absolute;
    height: 3px;
    width: 21px;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.header_menusun_adp_pip span:nth-child(1) {
    top: 0
}

.header_menusun_adp_pip span:nth-child(2),
.header_menusun_adp_pip span:nth-child(3) {
    top: 7px
}

.header_menusun_adp_pip span:nth-child(4) {
    top: 14px
}

body.menu_state_open .header1-wrap-menus_curtain {
    display: block
}

.menu_state_open .header_menusun_adp_pip span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
    display: none
}

.menu_state_open .header_menusun_adp_pip span:nth-child(2) {
    transform: rotate(45deg)
}

.menu_state_open .header_menusun_adp_pip span:nth-child(3) {
    transform: rotate(-45deg)
}

.menu_state_open .header_menusun_adp_pip span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    display: none
}

.index_service_v19 {
    margin-top: 90px
}

.index_service_v19_inner {
    padding: 0 10px
}

.index_service_v19_title {
    font-family: magistralbold;
    font-size: 37px;
    line-height: 1;
    color: #000
}

.index_service_v19_title .self_nowrap {
    white-space: nowrap
}

.index_service_v19_title a {
    color: #000 !important;
    text-decoration: none !important
}

.index_service_v19_content {
    margin-top: 37px
}

.index_service_v19_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.index_service_v19_list_item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 22px
}

.index_service_v19_list_item_inner {
    display: flex;
    flex-direction: column;
    min-height: 290px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #d7d7d7
}

.index_service_v19_list_item_head {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px
}

.index_service_v19_list_item_head_icon {
    margin-right: 16px;
    padding-top: 5px;
    display: none
}

.index_service_v19_list_item_head_icon img {
    max-width: 55px;
    height: auto;
    vertical-align: top
}

.index_service_v19_list_item_head.icon_isset .index_service_v19_list_item_head_icon {
    display: block
}

.index_service_v19_list_item_head_title {
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    font-family: proximanovalight
}

.index_service_v19_list_item_head_title a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px #3d3d3d solid
}

.index_service_v19_list_item_head_title a:hover {
    color: #000;
    text-decoration: none;
    border-color: transparent
}

.index_service_v19_list_item_tx {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.2;
    font-family: proximanovalight
}

.index_service_v19_list_item_text {
    font-size: 18px;
    font-family: proximanovalight;
    color: #000;
    line-height: 1.166
}

.index_service_v19_list_item_action {
    margin-top: auto
}

.index_service_v19_list_item_action_item {
    display: flex;
    margin-bottom: 10px;
    position: relative
}

.index_service_v19_list_item_action_item:last-child {
    margin-bottom: 0
}

.index_service_v19_list_item_action a {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 18px;
    font-family: proximanovareg;
    color: #bcbcbc;
    line-height: 1.166;
    text-decoration: none
}

.index_service_v19_list_item_action a:hover {
    opacity: .8
}

.index_service_v19_list_item_action a::after {
    content: '';
    margin-left: 10px;
    width: 7px;
    height: 11px;
    right: 0;
    background: url(/i/theme/gray-arrow.png) 50% 50% no-repeat
}

.index_service_v19_list_item_action a.service_green {
    color: #009846
}

.index_service_v19_list_item_action a.service_green::after {
    background: url(/i/theme/green-arrow.png) 50% 50% no-repeat
}

.index_service_v19_list_item_action>a:last-child {
    margin: 0
}

.index_service_v19_list_item_action_button {
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all .1s 0s linear;
    -moz-transition: all .1s 0s linear;
    -webkit-transition: all .1s 0s linear;
    -o-transition: all .1s 0s linear;
    border: 0;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    height: 50px;
    min-width: 185px;
    font-size: 17px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg;
    justify-content: center;
    border-radius: 40px;
    text-decoration: none !important
}

.index_service_v19_list_item_action_button:hover {
    color: #000
}

.index_service_v19_list_item_action_button._button1 {
    background: #7fc69d
}

.index_service_v19_list_item_action_button._button1:hover {
    background: #95d3af
}

.index_service_v19_list_item_action_button._button2 {
    background: #09488c;
    color: #fff
}

.index_service_v19_list_item_action_button._button2:hover {
    background: #1c5a9d;
    color: #fff
}

.index_service_v19_list_item_action_button._button3 {
    background: #7cade2;
    color: #000
}

.index_service_v19_list_item_action_button._button3:hover {
    background: #8fbced;
    color: #000
}

.index_service_v19_list_item_action_button._button4 {
    background: #008e3e;
    color: #fff
}

.index_service_v19_list_item_action_button._button4:hover {
    background: #0d9b4b;
    color: #fff
}

.index_service_v19_list_item._template2 .index_service_v19_list_item_head_title a {
    color: #fff;
    border-color: #e1e1e1
}

.index_service_v19_list_item._template2 .index_service_v19_list_item_head_title a:hover {
    color: #fff;
    border-color: transparent
}

.index_service_v19_list_item._template2 .index_service_v19_list_item_tx {
    color: #fff
}

.index_legal_service_v19 {
    margin-top: 75px
}

.index_legal_service_v19_head_inner {
    padding: 0 10px
}

.index_legal_service_v19_title {
    font-family: magistralbold;
    font-size: 37px;
    line-height: 1;
    color: #000
}

.index_legal_service_v19_title .self_nowrap {
    white-space: nowrap
}

.index_legal_service_v19_title a {
    color: #000 !important;
    text-decoration: none !important
}

.index_legal_service_v19_body {
    margin-top: 40px;
    position: relative
}

.index_legal_service_v19_body:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 62px)
}

.index_legal_service_v19_body_inner {
    position: relative;
    z-index: 20;
    padding: 0 10px
}

.index_legal_service_v19_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px
}

.index_legal_service_v19_list_item {
    display: flex;
    flex-direction: column;
    width: 295px;
    min-height: 485px;
    margin: 0 13px 26px 13px;
    padding: 0 0 20px 0;
    background: #fff;
    border: 1px solid #d7d7d7
}

.index_legal_service_v19_list_photo {
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.index_legal_service_v19_list_item_content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 40px 10px 0 30px
}

.index_legal_service_v19_list_item_title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2;
    font-family: proximanovalight
}

.index_legal_service_v19_list_item_link {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    margin-top: auto
}

.index_legal_service_v19_list_item_link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 18px;
    font-family: proximanovareg;
    color: #009846;
    line-height: 1.166;
    text-decoration: none
}

.index_legal_service_v19_list_item_link a:hover {
    opacity: .8
}

.index_legal_service_v19_list_item_link a::after {
    content: '';
    margin-left: 10px;
    width: 7px;
    height: 11px;
    right: 0;
    background: url(/i/theme/green-arrow.png) 50% 50% no-repeat
}

.index_legal_service_v19_list_item_title a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to right, #bfbfbf, #bfbfbf);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    transition: background-size 70ms ease 0s
}

.index_legal_service_v19_list_item_title a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0 0
}

.index_legal_service_v19_inform {
    max-width: 1135px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 80px
}

.index_legal_service_v19_inform_tx {
    max-width: 640px;
    font-size: 19px;
    line-height: 1.3;
    font-family: proximanovalight
}

.index_legal_service_v19_inform_but {
    margin-left: 40px
}

.index_legal_service_v19_inform_but_button {
    padding: 23px 25px 23px 25px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all .1s 0s linear;
    -moz-transition: all .1s 0s linear;
    -webkit-transition: all .1s 0s linear;
    -o-transition: all .1s 0s linear;
    border: 0;
    outline: 0;
    margin: 0;
    -webkit-appearance: none;
    width: 390px;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    font-family: proximanovalight;
    font-weight: 700;
    justify-content: center;
    border-radius: 40px;
    text-decoration: none !important;
    background: #009846;
    letter-spacing: 1px
}

.index_legal_service_v19_inform_but_button:hover {
    color: #fff;
    background: #0d8945
}

.index_oblast1_v19 {
    margin-top: 90px
}

.index_oblast1_v19_cont {
    display: flex;
    flex-wrap: nowrap
}

.index_oblast1_v19_cont_box1 {
    flex: 1
}

.index_oblast1_v19_cont_box2 {
    width: 505px;
    margin-left: 20px
}

.index_news_v19_title {
    font-family: magistralbold;
    font-size: 37px;
    line-height: 1;
    color: #000
}

.index_button1 {
    padding: 16px 20px;
    display: inline-block;
    vertical-align: top;
    background: #009846;
    transition: all .15s 0s linear;
    -moz-transition: all .15s 0s linear;
    -webkit-transition: all .15s 0s linear;
    -o-transition: all .15s 0s linear;
    border: 0;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 40px;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    text-decoration: none !important;
    font-family: proximanovareg;
    text-align: center;
    width: 100%;
    max-width: 305px
}

.index_button1:hover {
    background: #0d8945;
    color: #fff
}

.index_news_v19_title .self_nowrap {
    white-space: nowrap
}

.index_news_v19_title a {
    color: #000 !important;
    text-decoration: none !important
}

.index_news_v19_content {
    margin-top: 32px;
    border: 1px #e3e3e3 solid;
    padding: 22px 20px 22px 25px
}

.index_news_v19_block {
    display: flex;
    flex-wrap: nowrap
}

.index_news_v19_block_box1 {
    width: 140px
}

.index_news_v19_block_box2 {
    flex: 1;
    margin-left: 47px
}

.index_news_v19_block_photo {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain
}

.index_news_v19_block_photo2 {
    display: none;
    text-align: center
}

.index_news_v19_block_photo2 img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.index_news_v19_block_content {
    min-height: 120px;
    padding-bottom: 15px;
    padding-top: 15px
}

.index_news_v19_block_date {
    font-size: 17px;
    line-height: 1;
    color: #009846
}

.index_news_v19_block_name {
    margin-top: 15px;
    line-height: 1.4;
    font-size: 18px;
    font-family: proximanovalight
}

.index_news_v19_block_name a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to right, #000, #000);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    transition: background-size 10ms ease 0s
}

.index_news_v19_block_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0 0
}

.index_news_v19_block_all {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1;
    font-family: proximanovalight
}

.index_news_v19_block_all a {
    color: #000;
    text-decoration: underline
}

.index_news_v19_block_all a:hover {
    color: #000;
    text-decoration: none
}

.index_cur_v19_title {
    font-family: magistralbold;
    font-size: 37px;
    line-height: 1;
    color: #000
}

.index_cur_v19_title .self_nowrap {
    white-space: nowrap
}

.index_cur_v19_title a {
    color: #000 !important;
    text-decoration: none !important
}

.index_cur_v19_title .date {
    font-family: magistrallight;
    font-size: 29px;
    color: #343535
}

.index_cur_v19_title a:hover .date {
    color: #656565
}

.index_cur_v19_content {
    margin-top: 32px;
    background: #f3f3f3;
    padding: 25px 35px 30px 35px;
    min-height: 346px
}

.instagram_pane {
    margin-top: 95px;
    background: #f9fafa
}

.instagram_pane_inner {
    padding: 40px 0 40px 0
}

.instagram_pane_head_cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.instagram_pane_head_cont_box1 {
    display: flex;
    align-items: center;
    padding-left: 5px
}

.instagram_pane_head_cont_box2 {
    padding-right: 15px
}

.instagram_pane_head_subject {
    display: inline-flex;
    flex-wrap: nowrap;
    text-decoration: none !important;
    color: #000 !important
}

.instagram_pane_head_subject_icon {
    width: 38px
}

.instagram_pane_head_subject_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.instagram_pane_head_subject_tx {
    flex: 1;
    margin-left: 16px;
    font-size: 37px;
    line-height: .9;
    font-family: magistralbold;
    padding-top: 2px
}

.instagram_pane_body {
    margin-top: 40px
}

.social_v19_list {
    display: inline-flex;
    flex-wrap: nowrap
}

.social_v19_list_item {
    margin: 0 5px
}

.social_v19_list_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #c7c7c7;
    border-radius: 50%;
    transition: .15s
}

.social_v19_list_item a:hover {
    background: #4d77c4
}

.social_v19_list_item.social-tg a:hover {
    background: #37aee3
}

.social_v19_list_item a:hover path {
    fill: #0f4b83
}

.social_v19_list_item._bg a:hover {
    background-position: 0 -38px
}

.footer_basic {
    background: #d4d4d4
}

.footer_basic_inner {
    padding: 0 18px
}

.footer1 {
    min-height: 320px;
    padding: 35px 0 15px 0
}

.footer1_cont {
    display: flex;
    flex-wrap: nowrap
}

.footer1_cont_box1 {
    width: 305px
}

.footer1_cont_box2 {
    margin-left: 95px;
    padding-top: 25px;
    width: 350px
}

.footer1_cont_box3 {
    margin-left: auto;
    width: 325px;
    padding-top: 25px
}

.footer_phone_tx {
    font-size: 16px;
    line-height: 1;
    font-family: proximanovareg;
    letter-spacing: 1.5px;
    white-space: nowrap
}

.footer_phone_num {
    margin-top: 10px;
    font-size: 40px;
    line-height: 1;
    font-family: proximanovareg
}

.footer_phone_num a {
    color: #000 !important;
    text-decoration: none !important
}

.footer_feed {
    margin-top: 40px
}

.footer_feed2 {
    margin-top: 30px;
    padding-left: 3px
}

.footer_feed_button1 {
    padding: 16px 20px;
    display: inline-block;
    vertical-align: top;
    background: #009846;
    transition: all .15s 0s linear;
    -moz-transition: all .15s 0s linear;
    -webkit-transition: all .15s 0s linear;
    -o-transition: all .15s 0s linear;
    border: 0;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 40px;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    text-decoration: none !important;
    font-family: proximanovareg;
    text-align: center;
    width: 100%;
    max-width: 305px
}

.footer_feed_button1:hover {
    background: #0d8945;
    color: #fff
}

.footer_feed_button2 {
    display: inline;
    border: 0;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    font-size: 17px;
    line-height: 1;
    color: #000;
    text-decoration: none !important;
    font-family: proximanovalight;
    background-image: linear-gradient(to right, #9f9f9f, #9f9f9f);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    transition: background-size 70ms ease 0s
}

.footer_feed_button2:hover {
    color: #000;
    background-size: 0 0
}

.footer_inform {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: proximanovalight
}

.footer_inform a {
    color: #000;
    text-decoration: none;
    white-space: nowrap
}

.footer_inform a:hover {
    color: #000 !important;
    text-decoration: none !important
}

.footer_inform_other {
    margin-top: 28px
}

.footer_insurance {
    max-width: 250px
}

.footer_insurance_image img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.footer_insurance_tx {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.4;
    color: #414141
}

.footer_insurance_doplinks {
    margin-top: 20px
}

.footer_insurance_doplinks ul,
.footer_insurance_doplinks ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.footer_insurance_doplinks ul li {
    line-height: 1.2;
    margin-top: 8px
}

.footer_insurance_doplinks ul li:nth-child(1) {
    margin: 0
}

.footer_insurance_doplinks ul li a {
    font-size: 17px;
    color: #000;
    font-family: proximanovalight;
    text-decoration: underline
}

.footer_insurance_doplinks ul li a:hover {
    color: #000;
    text-decoration: none
}

.footer_insurance_dotext {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.3;
    color: #000
}

.footer_insurance_dotext a {
    color: #000;
    text-decoration: none;
    white-space: nowrap
}

.footer_insurance_dotext a:hover {
    color: #000;
    text-decoration: none
}

.footer2 {
    padding-top: 35px;
    padding-bottom: 55px;
    border-top: 1px #b7b7b7 solid
}

.footer2__wrap {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 150px
}

.footer2__wrap_counters {
    font-size: 15px;
    line-height: 1
}

.footer2__wrap_copy {
    font-size: 15px;
    line-height: 1;
    font-family: proximanovalight;
    color: #616161;
    margin-left: 95px;
    width: 350px
}

.footer2__leli {
    margin-left: auto;
    position: relative
}

.footer2__leli .leli {
    color: #000;
    font-size: 11px;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.footer2__leli .leli .block_leli1 {
    display: inline-block;
    vertical-align: top;
    line-height: .8em;
    padding: 3px;
    text-align: right
}

.footer2__leli a.leli:link,
.footer2__leli a.leli:visited {
    color: #000;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none
}

.footer2__leli .leli .block_leli2 {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: left;
    padding-top: 3px
}

.footer2__leli .leli img {
    padding: 0;
    margin: 0;
    vertical-align: top
}

.site_map {
    position: fixed;
    width: 1136px;
    background: #fff;
    z-index: 9999;
    left: 50%;
    margin-left: -568px;
    top: 100px;
    display: none
}

.site_map .wrap {
    position: relative;
    padding: 32px
}

.site_map .wrap .close {
    position: absolute;
    top: 20px;
    right: 20px
}

.body_shadow {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 9990;
    height: 100%;
    opacity: .6;
    display: none
}

.leli_derevotop ul,
.leli_derevotop ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.leli_derevotop ul li {
    margin-top: 5px;
    line-height: 1
}

.leli_derevotop ul li:nth-child(1) {
    margin: 0
}

.leli_derevotop ul li a {
    font-size: 15px;
    line-height: 1.3
}

.leli_derevotop ul li.act a {
    font-weight: 700
}

.leli_derevotop>ul>li>ul {
    padding-left: 20px
}

.white_plashka2_table td {
    font-size: 15px;
    font-weight: 700;
    color: #000
}

.theme_news {
    margin-top: 40px;
    padding-bottom: 20px
}

.theme_news_content {
    margin-top: 15px
}

.header_basic {
    position: relative
}

.header1_eye {
    display: flex;
    flex: none;
    align-items: center;
    position: absolute;
    height: 48px;
    right: 165px;
    top: 75px
}

.header1_eye_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: #d7d7d7;
    border-radius: 50%
}

.header1_eye a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: proximanovareg;
    color: #000;
    line-height: 1.067;
    text-decoration: none
}

body .bvi-panel-close {
    width: 140px !important
}

@media (max-width:1919px) {
    .header1_v19_netbank {
        right: 65px
    }

    .header1_eye {
        right: 45px
    }
}

@media(max-width:1599px) {
    .header1_v19_phone {
        left: 500px
    }

    .header1_v19_top {
        left: 500px
    }

    .header1_v19_netbank {
        right: 140px
    }
}

@media(max-width:1439px) {
    .header1_v19_phone {
        left: 450px
    }

    .header1_v19_top {
        left: 450px
    }

    .header1_v19_netbank {
        right: 180px
    }
}

@media(max-width:1365px) {
    .header1_v19_netbank {
        right: 210px
    }
}

@media(max-width:1279px) {
    .header1_eye {
        right: 15px
    }

    .header1_eye a {
        font-size: 13px
    }

    .header1_v19_netbank {
        right: 165px
    }

    .header1_v19_phone {
        left: 320px !important
    }

    .header1_v19_top {
        left: 320px !important
    }
}

@media(max-width:1023px) {
    .header1_eye {
        top: 4px;
        width: 38px;
        height: 38px;
        overflow: hidden;
        right: 55px
    }

    .header1_eye_icon {
        width: 38px;
        height: 38px;
        margin-right: 0
    }

    .header1_v19_phone {
        left: 41% !important
    }

    .header1_v19_phone_number {
        font-size: 15px !important
    }

    body .bvi-panel-close .header1_eye_icon {
        width: 38px !important;
        flex: none !important
    }

    body .bvi-body[data-bvi-theme=black] .header1_eye_icon img {
        filter: invert(1) !important
    }

    body .bvi-body[data-bvi-theme=green] .header1_eye_icon img {
        filter: invert(1) !important
    }
}

.kk-offer {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-top: 55px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px
}

.kk-offer-container {
    max-width: 860px;
    margin: 0 auto
}

.kk-offer-container-2 {
    max-width: 760px;
    margin: 0 auto
}

.kk-offer-title {
    margin-bottom: 55px;
    font-size: 25px;
    font-family: proximanovareg;
    color: #000;
    line-height: 1.4;
    text-align: center
}

.kk-offer-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5
}

.kk-offer-line2 {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 15px;
    margin-bottom: 15px
}

.kk-offer-form {
    margin-bottom: 50px
}

.kk-offer-block {
    margin-bottom: 35px
}

.kk-offer-block__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: proximanovareg;
    font-weight: 700;
    color: #000;
    line-height: 1.5
}

.kk-offer-block__rdblock {
    display: flex;
    margin-bottom: 15px
}

.kk-offer-block__rdblock_item {
    margin-right: 10px
}

.kk-offer-block__rdblock_item:last-child {
    margin-right: 0
}

.kk-offer-block__rdblock_item_label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    min-height: 40px;
    padding: 5px 20px;
    background: #e4e4e4;
    border-radius: 30px;
    cursor: pointer
}

.kk-offer-block__rdblock_item input[type=radio] {
    display: none
}

.kk-offer-block__rdblock_item input[type=radio]:checked+.kk-offer-block__rdblock_item_label {
    background: #009846;
    color: #fff
}

.kk-offer-block__rdblock2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 20px
}

.kk-offer-block__rdblock2_item {
    margin-right: 10px
}

.kk-offer-block__rdblock2_item_text {
    max-width: 350px;
    margin-right: 20px;
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 0, 0, .651);
    line-height: 1.4
}

.kk-offer-block__rdblock2_item:last-child {
    margin-right: 0
}

.kk-offer-block__rdblock2_item_label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    min-height: 40px;
    padding: 5px 20px;
    background: #e4e4e4;
    border-radius: 30px;
    cursor: pointer
}

.kk-offer-block__rdblock2_item input[type=radio] {
    display: none
}

.kk-offer-block__rdblock2_item input[type=radio]:checked+.kk-offer-block__rdblock2_item_label {
    background: #009846;
    color: #fff
}

.kk-offer-block__inpblock {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.kk-offer-block__inpblock_label {
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 10px
}

.kk-offer-block__inpblock_label.err input {
    border: 1px solid red
}

.kk-offer-block__inpblock_label:last-child {
    margin-bottom: 0
}

.kk-offer-block__inpblock_label input {
    width: 100%;
    padding: 5px 20px;
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 0, 0, .651);
    border: 1px solid #e5e5e5;
    outline: 0
}

.kk-offer-block__inpblock_label input::placeholder {
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 0, 0, .651)
}

.kk-offer-block__selblock {
    display: flex;
    flex-direction: column
}

.kk-offer-block__selblock_label {
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 10px
}

.kk-offer-block__selblock_label select {
    width: 100%;
    height: 100%;
    padding: 5px 20px;
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 0, 0, .651);
    border: 1px solid #e5e5e5;
    background-image: url(/themes/img/kk-offer-select-arrow.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: 50%;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.kk-offer-block__selblock_label option {
    font-family: inherit
}

.kk-offer-block__tablock {
    display: flex;
    margin-bottom: 15px
}

.kk-offer-block__tablock textarea {
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 0, 0, .651);
    border: 1px solid #e5e5e5
}

.kk-offer-block__chblock {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.kk-offer-block__chblock_text {
    max-width: 350px;
    margin-right: 20px;
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 0, 0, .651);
    line-height: 1.4
}

.kk-offer-block__chblock_inner_item {
    position: relative;
    margin-bottom: 3px;
    padding-left: 35px;
    font-size: 16px;
    font-family: proximanovareg;
    color: #000;
    line-height: 1.3;
    cursor: pointer
}

.kk-offer-block__chblock_inner_item input {
    display: none
}

.kk-offer-block__chblock_inner_item_label::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: 1px solid #e5e5e5
}

.kk-offer-block__chblock_inner_item input[type=checkbox]:checked+.kk-offer-block__chblock_inner_item_label::before {
    background-color: #009846;
    background-image: url(/themes/img/kk-offer-checkbox-select.png);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.kk-offer-docs {
    margin-top: 50px;
    margin-bottom: 50px
}

.kk-offer-docs__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: proximanovaxbold;
    color: #000;
    line-height: 1.5
}

.kk-offer-personal {
    margin-top: 35px
}

.kk-offer-personal__chblock {
    display: flex;
    position: relative
}

.kk-offer-personal__chblock input[type=checkbox] {
    display: none
}

.kk-offer-personal__chblock_label {
    position: relative;
    font-size: 16px;
    font-family: proximanovareg;
    color: #000;
    line-height: 1.4;
    padding-left: 35px;
    cursor: pointer
}

.kk-offer-personal__chblock_label a {
    color: #000
}

.kk-offer-personal__chblock_label::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: 1px solid #e5e5e5
}

.kk-offer-personal__chblock input[type=checkbox]:checked+.kk-offer-personal__chblock_label::before {
    background-color: #009846;
    background-image: url(/themes/img/kk-offer-checkbox-select.png);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.kk-offer-button {
    margin-top: 50px
}

.kk-offer-button__label {
    display: flex;
    justify-content: center
}

.kk-offer-button__label button {
    min-width: 290px;
    height: 50px;
    background: #009846;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    font-size: 22px;
    font-family: proximanovareg;
    color: #fff;
    line-height: 1.089;
    transition: .3s
}

.kk-offer-button__label button:hover {
    background: #01833d
}

.kk-docs {
    display: flex;
    flex-wrap: wrap
}

.kk-docs-item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
    padding-right: 30px
}

.kk-docs-item__icon {
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 10px
}

.kk-docs-item__icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.kk-docs-item__link {
    font-size: 15px;
    font-family: "Proxima Nova";
    color: #000;
    line-height: 1.6
}

.kk-docs-item__link a {
    color: #000
}

.kk-docs2 {
    display: flex;
    flex-wrap: wrap
}

.kk-docs2-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 30px
}

.kk-docs2-item__icon {
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 10px
}

.kk-docs2-item__icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.kk-docs2-item__link {
    font-size: 15px;
    font-family: "Proxima Nova";
    color: #000;
    line-height: 1.6
}

.kk-docs2-item__link a {
    color: #000
}

@media (max-width:767px) {
    .kk-offer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .kk-offer-title {
        font-size: 20px
    }

    .kk-offer-block__title {
        font-size: 17px
    }

    .kk-offer-docs__title {
        font-size: 17px
    }

    .kk-offer-block__rdblock_item {
        font-size: 14px
    }

    .kk-offer-block__rdblock_item_label {
        min-width: 50px;
        min-height: 30px
    }

    .kk-offer-block__rdblock2_item {
        font-size: 14px
    }

    .kk-offer-block__rdblock2_item_label {
        min-width: 50px;
        min-height: 30px
    }

    .kk-offer-block__inpblock_label input {
        font-size: 14px
    }

    .kk-offer-block__inpblock_label input::placeholder {
        font-size: 14px
    }

    .kk-offer-block__selblock_label select {
        font-size: 14px
    }

    .kk-offer-personal__chblock_label {
        font-size: 14px
    }

    .kk-offer-button__label button {
        min-width: 220px;
        height: 45px;
        font-size: 17px
    }

    .kk-offer-block__rdblock2_item_text {
        font-size: 14px
    }

    .kk-offer-block__chblock {
        flex-direction: column;
        align-items: flex-start
    }

    .kk-offer-block__chblock_text {
        font-size: 14px;
        margin-right: 0
    }

    .kk-offer-block__chblock_inner {
        margin-top: 15px
    }

    .kk-offer-block__tablock textarea {
        font-size: 14px
    }

    .kk-offer-block__tablock textarea::placeholder {
        font-size: 14px
    }

    .kk-offer-block__chblock_inner_item_label {
        font-size: 14px
    }

    .kk-docs-item {
        width: 100%;
        padding: 0
    }

    .kk-docs-item__link {
        font-size: 13px
    }

    .kk-docs2-item__link {
        font-size: 13px
    }
}

@media (max-width:1365px) {
    .header1_v19_logo {
        margin-top: 45px;
        max-width: 250px
    }

    .header1_v19_top {
        left: 350px
    }

    .header1_v19_phone {
        left: 350px
    }

    .header1_v19_phone_number {
        font-size: 30px
    }

    .header1_v19_phone_tx {
        font-size: 13px
    }

    .header1_v19_line1 {
        left: 320px
    }

    .index_service_v19_inner {
        max-width: 1024px;
        margin: 0 auto
    }

    .index_service_v19_content {
        margin-top: 30px
    }

    .index_service_v19_list_item {
        width: 50% !important
    }

    .index_service_v19_list_item_action {
        left: 30px !important
    }

    .index_service_v19_list_item_head_title {
        font-size: 30px
    }

    .index_service_v19_list_item_tx {
        font-size: 16px
    }

    .index_legal_service_v19_body {
        margin-top: 30px
    }

    .index_legal_service_v19_head_inner {
        max-width: 1024px
    }

    .index_legal_service_v19_body_inner {
        max-width: 1024px
    }

    .index_legal_service_v19_list {
        margin-left: -1%;
        margin-right: -1%
    }

    .index_legal_service_v19_list_item {
        width: 23%;
        margin: 0 1% 2% 1%
    }

    .index_legal_service_v19_list_item {
        padding-bottom: 0;
        min-height: 385px
    }

    .index_legal_service_v19_list_photo {
        padding-top: 90%;
        height: auto
    }

    .index_legal_service_v19_list_item_content {
        padding: 25px 10px 20px 15px
    }

    .index_legal_service_v19_list_item_title {
        font-size: 22px
    }

    .index_legal_service_v19_inform {
        margin-top: 40px;
        padding-bottom: 50px
    }

    .index_legal_service_v19_inform_tx {
        font-size: 18px
    }

    .index_legal_service_v19_inform_but_button {
        width: 350px
    }

    .index_news_v19_content {
        padding: 15px 15px 15px 15px
    }

    .index_news_v19_block_box1 {
        width: 110px
    }

    .index_news_v19_block_box2 {
        margin-left: 25px
    }

    .index_news_v19_block_content {
        padding-top: 15px;
        min-height: 200px
    }

    .index_news_v19_block_name {
        font-size: 18px
    }

    .index_oblast1_v19 {
        padding: 0 10px
    }

    .index_oblast1_v19_cont_box2 {
        width: 400px
    }

    .index_cur_v19_title .date {
        font-size: 19px
    }

    .index_cur_v19_content {
        padding: 20px 20px 20px 20px;
        min-height: 300px
    }

    .footer1_cont {
        justify-content: space-between
    }

    .footer1_cont_box1 {
        width: 270px
    }

    .footer_phone_tx {
        font-size: 15px;
        letter-spacing: .5px
    }

    .footer_phone_num {
        margin-top: 5px;
        font-size: 35px
    }

    .footer_feed_button1 {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px
    }

    .footer_feed2 {
        margin-top: 20px
    }

    .footer1_cont_box2 {
        margin-left: auto
    }

    .footer1_cont_box3 {
        width: 270px;
        margin-left: auto
    }

    .footer_insurance_doplinks ul li {
        margin-top: 5px
    }

    .footer_insurance_doplinks ul li a {
        font-size: 15px
    }

    .footer_insurance_dotext {
        font-size: 15px
    }

    .header_menusun {
        right: 15px
    }

    .header2_v19_cont {
        padding-top: 22px
    }

    .header2_v19_nav_ul1_li_a_icon {
        max-width: 27px
    }

    .header2_v19_nav_ul1_li_a {
        padding-left: 20px;
        padding-right: 20px
    }

    .header2_v19_nav_ul1_li_a_tx {
        margin-left: 10px;
        font-size: 20px
    }

    .header2_v19_nav_ul1_li:after {
        margin-top: 2px;
        height: 25px;
        top: 50%;
        transform: translateY(-50%)
    }

    .header_online_feed_head {
        padding-left: 20px;
        padding-right: 20px
    }

    .header_online_feed_head_icon {
        max-width: 27px
    }

    .header_online_feed_head_tx {
        margin-left: 10px;
        font-size: 20px
    }

    .header_online_feed:after {
        display: none
    }

    .header_online_feed_content ul {
        padding: 25px 10px 25px 20px;
        width: 350px
    }

    .header_online_feed_content ul li {
        margin-top: 10px
    }

    .header_online_feed_content ul li a {
        font-size: 18px
    }

    .header_netbank {
        min-width: 250px;
        max-width: 250px
    }

    .header_netbank_head {
        padding: 14px 30px 14px 30px
    }

    .header_netbank_content {
        padding: 10px 10px 30px 30px
    }
}

@media (max-width:1280px) {
    .calculates1__wrap {
        padding: 0
    }

    .index_oblast1_v19 {
        padding: 0 10px
    }

    .instagram_pane {
        padding: 0 10px
    }
}

@media (max-width:1023px) {
    .sitemapsun_curtain {
        display: none
    }

    .sitemapsun {
        display: none
    }

    .header_menusun_adp {
        display: block
    }

    .headmix_adaptive {
        display: block
    }

    .adapt-cloud {
        display: block
    }

    .header_basic {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 400;
        width: 100%;
        height: 75px;
        background: #fff;
        box-shadow: 1px 1px 4px rgba(48, 92, 103, .6)
    }

    .header1_v19 {
        height: 46px;
        position: relative
    }

    .header2_v19 {
        display: none
    }

    .header1_v19_top {
        display: none
    }

    .header1_v19_line1 {
        display: none
    }

    .header1_v19_netbank {
        display: none
    }

    .header_netbank_inner {
        position: static;
        background: 0 0;
        border-radius: 0
    }

    .header_netbank {
        min-width: auto;
        max-width: none;
        background: #7fc69d;
        border-radius: 10px
    }

    .header_netbank_head {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px 0 10px;
        font-size: 13px;
        line-height: 1;
        height: 17px;
        font-family: proximanovalight;
        text-align: center
    }

    .header_netbank_content {
        position: absolute;
        width: 200px;
        margin-top: 3px;
        padding: 15px 5px 20px 10px;
        background: #7fc69d;
        border-radius: 5px
    }

    .header_netbank_content ul li {
        margin-top: 8px
    }

    .header_netbank_content ul li a {
        font-size: 14px
    }

    .header1_v19_logo {
        margin: 0;
        position: absolute;
        top: 15px;
        left: 15px;
        max-width: 120px
    }

    .header1_v19_phone {
        top: 15px;
        left: 46%
    }

    .header1_v19_phone_number {
        font-size: 16px
    }

    .header1_v19_phone_tx {
        display: none
    }

    .header1-wrap-menus {
        display: block
    }

    .header_online_feed_head_icon {
        max-width: 15px;
        font-size: 0
    }

    .header_online_feed_head_tx {
        font-size: 13px;
        font-family: proximanovalight;
        padding-top: 2px
    }

    .header_online_feed_content {
        padding: 0
    }

    .header_online_feed_content ul {
        padding: 15px 5px 15px 15px;
        width: 250px
    }

    .header_online_feed_content ul li {
        margin-top: 8px
    }

    .header_online_feed_content ul li a {
        font-size: 15px
    }

    .index_service_v19 {
        padding: 0 10px
    }

    .index_service_v19_inner {
        max-width: 500px;
        padding: 0
    }

    .index_service_v19_list {
        display: block
    }

    .index_service_v19_list_item {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 15px !important;
        min-height: auto
    }

    .index_service_v19_list_item_action {
        bottom: 15px
    }

    .index_legal_service_v19 {
        padding: 0 10px
    }

    .index_legal_service_v19_inner {
        max-width: 500px;
        padding: 0;
        margin: 0 auto
    }

    .index_legal_service_v19_body_inner {
        padding: 0
    }

    .index_legal_service_v19_head_inner {
        padding: 0
    }

    .index_legal_service_v19_list_item {
        width: 48%;
        overflow: hidden
    }

    .index_legal_service_v19_inform {
        display: block;
        margin-top: 30px;
        padding-bottom: 30px
    }

    .index_legal_service_v19_inform_but {
        margin: 0;
        margin-top: 25px;
        text-align: center
    }

    .index_legal_service_v19_inform_but_button {
        padding: 20px 25px 20px 25px;
        width: auto;
        white-space: normal
    }

    .index_oblast1_v19 {
        margin-top: 75px
    }

    .index_oblast1_v19_inner {
        max-width: 500px;
        margin: 0 auto
    }

    .index_oblast1_v19_cont {
        display: block
    }

    .index_news_v19_block_content {
        padding-top: 10px;
        min-height: 150px
    }

    .index_news_v19_block_date {
        font-size: 18px
    }

    .index_news_v19_content {
        margin-top: 25px
    }

    .index_oblast1_v19_cont_box2 {
        width: auto;
        padding: 0;
        margin: 0
    }

    .index_cur_v19 {
        margin-top: 75px
    }

    .index_cur_v19_content {
        margin-top: 25px
    }

    .instagram_pane {
        margin-top: 75px
    }

    .instagram_pane_inner {
        padding: 30px 0
    }

    .instagram_pane_body {
        margin-top: 20px
    }

    .footer1_cont {
        flex-wrap: wrap;
        justify-content: normal
    }

    .footer1_cont_box1 {
        width: auto;
        max-width: 270px;
        margin: 0
    }

    .footer_feed {
        margin-top: 30px
    }

    .footer_feed2 {
        margin-top: 15px
    }

    .footer1_cont_box2 {
        margin-left: auto;
        padding: 0
    }

    .footer1_cont_box3 {
        width: 100%
    }

    .footer1_cont_box3 {
        margin-top: 40px;
        padding: 0
    }

    .footer1_band1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .footer1_band1_cont2 {
        width: 350px
    }

    .footer_insurance_doplinks {
        margin: 0
    }

    .footer2 {
        padding-bottom: 35px
    }

    .footer2__wrap {
        display: block;
        text-align: center;
        padding-right: 0
    }

    .footer2__wrap_counters {
        width: 100%
    }

    .footer2__wrap_copy {
        width: 100%;
        margin: 0;
        margin-top: 25px
    }

    .footer2__leli {
        width: 100%;
        margin-top: 25px
    }

    .theme_white_plashka2 {
        display: none
    }

    .theme_news {
        display: none
    }

    .header_online_feed_head {
        padding-left: 15px;
        padding-right: 15px
    }

    .header_online_feed_head_tx {
        margin-left: 5px
    }

    .header_netbank_head {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px
    }

    .headmix_adaptive_tochki {
        display: block !important
    }
}

@media (max-width:767px) {
    .index_service_v19 {
        margin-top: 65px
    }

    .index_service_v19_title {
        font-size: 30px
    }

    .index_service_v19_content {
        margin-top: 20px
    }

    .index_service_v19_list_item_action {
        left: 15px !important
    }

    .index_service_v19_list_item_tx {
        font-size: 15px
    }

    .index_service_v19_list_item_action_button {
        padding: 5px 15px;
        min-width: 115px;
        font-size: 16px
    }

    .index_legal_service_v19 {
        margin-top: 65px
    }

    .index_legal_service_v19_body {
        margin-top: 20px
    }

    .index_legal_service_v19_title {
        font-size: 30px
    }

    .index_legal_service_v19_list_item_title {
        font-size: 18px
    }

    .index_legal_service_v19_list_item {
        min-height: 340px
    }

    .index_legal_service_v19_list_item_content {
        padding: 15px 5px 10px 10px
    }

    .index_legal_service_v19_list_item_link a {
        font-size: 15px
    }

    .index_legal_service_v19_inform {
        margin-top: 25px;
        padding-bottom: 50px
    }

    .index_legal_service_v19_inform_tx {
        font-size: 16px
    }

    .index_legal_service_v19_inform_but {
        margin-top: 15px
    }

    .index_legal_service_v19_inform_but_button {
        padding: 15px 20px 15px 20px;
        font-size: 16px
    }

    .index_oblast1_v19 {
        margin-top: 50px
    }

    .index_news_v19_content {
        margin-top: 20px
    }

    .index_news_v19_block {
        display: block;
        margin-bottom: 15px
    }

    .index_news_v19_block_content {
        min-height: 70px;
        margin: 0;
        padding: 0;
        margin-top: 15px
    }

    .index_news_v19_block_date {
        font-size: 16px
    }

    .index_news_v19_block_box1 {
        width: 150px;
        margin-left: auto;
        margin-right: auto
    }

    .index_news_v19_title {
        font-size: 30px
    }

    .index_news_v19_block_box2 {
        margin: 0
    }

    .index_news_v19_block_photo {
        display: none
    }

    .index_news_v19_block_photo2 {
        display: block !important
    }

    .index_news_v19_block_all {
        margin-top: 35px
    }

    .index_cur_v19 {
        margin-top: 65px
    }

    .index_cur_v19_title {
        font-size: 30px
    }

    .index_cur_v19_content {
        margin-top: 20px;
        padding: 15px 15px 15px 15px;
        min-height: 250px
    }

    .instagram_pane {
        margin-top: 65px
    }

    .instagram_pane_inner {
        padding: 15px 0
    }

    .instagram_pane_head_subject_tx {
        font-size: 25px;
        padding-top: 1px
    }

    .instagram_pane_head_cont {
        flex-wrap: wrap
    }

    .instagram_pane_head_cont_box1 {
        width: 100%;
        margin-top: 25px;
        padding: 0
    }

    .instagram_pane_head_cont_box2 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    .social_v19_list {
        margin-left: -5px;
        margin-right: -5px
    }

    .footer_basic_inner {
        padding: 0 10px;
        max-width: 340px
    }

    .footer1 {
        padding: 20px 0 15px 0;
        text-align: center
    }

    .footer_phone_tx {
        font-size: 13px
    }

    .footer_phone_num {
        font-size: 30px
    }

    .footer1_cont_box1 {
        width: 100%;
        margin: 0 auto
    }

    .footer_feed {
        margin-top: 25px
    }

    .footer1_cont_box2 {
        width: 100%;
        margin: 0;
        margin-top: 30px
    }

    .footer_inform {
        font-size: 13px;
        line-height: 1.3
    }

    .footer_inform_other {
        margin-top: 25px
    }

    .footer1_cont_box3 {
        margin-top: 20px
    }

    .footer1_band1 {
        display: block
    }

    .footer1_band1_cont2 {
        width: auto
    }

    .footer_insurance {
        margin: 0 auto
    }

    .footer_insurance_tx {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 2px
    }

    .footer_insurance_doplinks {
        margin-top: 20px
    }

    .footer_insurance_doplinks ul li {
        margin-top: 3px
    }

    .footer_insurance_doplinks ul li a {
        font-size: 13px
    }

    .footer_insurance_dotext {
        font-size: 13px
    }

    .footer2 {
        padding-top: 20px
    }

    .slider1__wrap {
        display: none
    }

    .index_line {
        margin-top: 50px
    }
}

@media (max-width:480px) {
    .index_service_v19_list_item_head_title {
        font-size: 25px
    }

    .index_service_v19_title {
        font-size: 24px
    }

    .index_legal_service_v19_title {
        font-size: 24px
    }

    .index_news_v19_title {
        font-size: 24px
    }

    .index_cur_v19_title {
        font-size: 24px
    }

    .index_service_v19_list_item_text {
        font-size: 15px
    }

    .index_service_v19_list_item_head_title {
        font-size: 22px
    }

    .index_service_v19_list_item_action a {
        font-size: 16px
    }

    .index_service_v19_list_item {
        min-height: auto
    }

    .index_legal_service_v19_list_item {
        min-height: auto
    }

    .index_legal_service_v19_list_item_content {
        padding-bottom: 10px
    }

    .index_service_v19_list_item_inner {
        min-height: 220px;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        background-position: -135px center
    }
}

@media (max-width:359px) {
    .header1_v19_logo {
        top: 12px;
        width: 100px
    }

    .index_legal_service_v19_list_item_title {
        font-size: 17px
    }

    .index_cur_v19_title .date {
        font-size: 17px
    }

    .header_netbank_content {
        width: 150px
    }

    .header_netbank_content ul li a {
        font-size: 13px
    }

    .header_online_feed_head {
        padding-left: 10px
    }

    .header_netbank_head {
        font-size: 11px
    }

    .headmix_adaptive_tochki {
        top: 7px;
        right: 7px;
        font-size: 9px
    }
}

.cmsl_adaptive__adaptive_just_show {
    display: none !important
}

@media (max-width:1023px) {
    .cmsl_adaptive__adaptive_just_show {
        display: block !important
    }

    .cmsl_adaptive__adaptive_just_hide {
        display: none !important
    }

    .cmsl_adaptive_table1 {
        border: 0;
        width: 100% !important;
        display: table !important
    }

    .cmsl_adaptive_table1 tbody,
    .cmsl_adaptive_table1 tfoot,
    .cmsl_adaptive_table1 thead,
    .cmsl_adaptive_table1 tr {
        display: block
    }

    .cmsl_adaptive_table1 td {
        display: block;
        width: 100% !important
    }

    .cmsl_adaptive_block1>div {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0;
        margin-top: 25px
    }

    .cmsl_adaptive_block_wrap1 {
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .cmsl_adaptive_block_wrap1>div {
        min-width: 630px
    }

    .cmsl_adaptive_table_wrap1 {
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .cmsl_adaptive_table_wrap1 table {
        min-width: 630px
    }

    .cmsl_adaptive_table_wrap2,
    .cmsl_adaptive_table_wrap2 * {
        font-size: calc(9px + .5vw)
    }

    .cmsl_adaptive_table_wrap3,
    .cmsl_adaptive_table_wrap3 * {
        font-size: calc(11px + .5vw)
    }

    .cmsl_adaptive_image1 {
        max-width: 100% !important;
        height: auto !important
    }

    .cmsl_adaptive_wrap_image img {
        max-width: 100% !important;
        height: auto !important
    }

    .cmsl_adaptive_table_wrap_column_one table,
    .cmsl_adaptive_table_wrap_column_one tbody,
    .cmsl_adaptive_table_wrap_column_one td,
    .cmsl_adaptive_table_wrap_column_one tfoot,
    .cmsl_adaptive_table_wrap_column_one thead,
    .cmsl_adaptive_table_wrap_column_one tr {
        display: block;
        width: 100%
    }

    .cmsl_adaptive_table_wrap_column_one tr {
        display: flex;
        flex-wrap: wrap
    }

    .cmsl_adaptive_table_wrap_column_one td {
        width: 100% !important;
        margin-bottom: 30px !important;
        padding: 1% 0 !important
    }

    .cmsl_adaptive_table_wrap_column_duo table,
    .cmsl_adaptive_table_wrap_column_duo tbody,
    .cmsl_adaptive_table_wrap_column_duo td,
    .cmsl_adaptive_table_wrap_column_duo tfoot,
    .cmsl_adaptive_table_wrap_column_duo thead,
    .cmsl_adaptive_table_wrap_column_duo tr {
        display: block;
        width: 100%
    }

    .cmsl_adaptive_table_wrap_column_duo tr {
        display: flex;
        flex-wrap: wrap
    }

    .cmsl_adaptive_table_wrap_column_duo td {
        width: 50% !important;
        margin-bottom: 20px !important;
        padding: 1% 2.5% !important
    }

    .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n+1) {
        padding-left: 0 !important
    }

    .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n) {
        padding-right: 0 !important
    }

    .cmsl_adaptive_content_center {
        text-align: center
    }
}

@media (max-width:480px) {

    .cmsl_adaptive_table_wrap2,
    .cmsl_adaptive_table_wrap2 * {
        font-size: calc(10px + .5vw)
    }
}

@media (max-width:359px) {

    .cmsl_adaptive_table_wrap2,
    .cmsl_adaptive_table_wrap2 * {
        font-size: calc(9px + .5vw)
    }
}