/* personal-links */

button:disabled {
    opacity: 0.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;
}

/* personal-links */


/* cookie */

.cmsl_warning_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(216, 216, 216, 0.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: 0.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: none;
}

/* .cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
} */

.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: rgb(230, 230, 231);
    color: rgb(45, 45, 45);
    font-size: 17px;
    width: 150px;
    height: 50px;
    border: 0;
    transition: 0.2s;
    cursor: pointer;
}

.cmsl_warning_cookie_accept:hover {
    opacity: 0.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;
    }
}

/* cookie */


*,
:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    max-height: 999999px;
    font-family: proximanovareg;
    /* background: url(/maket.png) 50% 0 no-repeat; */
}

/* popup */
.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, 0.7);
}

.popup_inner {
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    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;
}

.popup-button a:hover {}

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;
    }
}


/* popup */

.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: 0.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: 0.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;
}

/* 
a.header_netbank_head:hover {
    color: #454545 !important;
} */

.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.10em;
    /*background-position:bottom left;*/
    background-repeat: repeat-x;
    background-size: 1px 1px;
    /*background-size: 50% 2px;*/
    transition: background-size 0.07s ease 0s;
}

.header_netbank_content ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-size: 0px 0px;
}

.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(0deg);
    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, 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: 0.4s all ease-in 0s;
    -moz-transition: 0.4s all ease-in 0s;
    -ms-transition: 0.4s all ease-in 0s;
    -o-transition: 0.4s all ease-in 0s;
    transition: 0.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: transparent;
}

.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 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.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: 0.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: 0.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, 0.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(0deg);
    transition: .25s ease-in-out;
}

.header_menusun_adp_pip span:nth-child(1) {
    top: 0px;
}

.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: 0.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 0.1s 0s linear;
    -moz-transition: all 0.1s 0s linear;
    -webkit-transition: all 0.1s 0s linear;
    -o-transition: all 0.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: 0px 0px 20px 0px;
    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 0px 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: 0.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.10em;
    /*background-position:bottom left;*/
    background-repeat: repeat-x;
    background-size: 1px 2px;
    /*background-size: 50% 2px;*/
    transition: background-size 0.07s ease 0s;
}

.index_legal_service_v19_list_item_title a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0px 0px;
}

.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 0.1s 0s linear;
    -moz-transition: all 0.1s 0s linear;
    -webkit-transition: all 0.1s 0s linear;
    -o-transition: all 0.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: bold;
    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 0.15s 0s linear;
    -moz-transition: all 0.15s 0s linear;
    -webkit-transition: all 0.15s 0s linear;
    -o-transition: all 0.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.10em;
    /*background-position:bottom left;*/
    background-repeat: repeat-x;
    background-size: 1px 1px;
    /*background-size: 50% 2px;*/
    transition: background-size 0.01s ease 0s;
}

.index_news_v19_block_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0px 0px;
}

.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: 31px;
    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: 0.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: 0.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: 0px -38px;
}

.footer_basic {
    background: #d4d4d4;
}

/*
body[data-page="index"] .footer_basic{
    margin-top:40px;
}
*/
.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 0.15s 0s linear;
    -moz-transition: all 0.15s 0s linear;
    -webkit-transition: all 0.15s 0s linear;
    -o-transition: all 0.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-position:bottom left;*/
    background-repeat: repeat-x;
    background-size: 1px 1px;
    /*background-size: 50% 2px;*/
    transition: background-size 0.07s ease 0s;
}

.footer_feed_button2:hover {
    color: #000;
    background-size: 0px 0px;
}

.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 {
    /* width: 305px; */
    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: 0.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: 0.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: bold;
}

.leli_derevotop>ul>li>ul {
    padding-left: 20px;
}

.white_plashka2_table td {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}


.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: rgb(0, 0, 0);
    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;
    }
}


/* 14.03.2022 new form */

.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: bold;
    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, 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, 0.651);
    border: 1px solid #e5e5e5;
    outline: none;
}

.kk-offer-block__inpblock_label input::placeholder {
    font-size: 16px;
    font-family: proximanovareg;
    color: rgba(0, 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, 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: none;
    -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, 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, 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: white;
    line-height: 1.089;
    transition: 0.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: black;
    line-height: 1.6;
}

.kk-docs-item__link a {
    color: black;
}

.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: black;
    line-height: 1.6;
}

.kk-docs2-item__link a {
    color: black;
}

@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;
    }
}