.sber_invest_lable{
display:none}
body.overflow {
    /* overflow: hidden!important; */
}

.sub-menu__mobile {
    display: none;
}


.btn-ontop {
    display: none;
}

.sub-menu__mobile__list li:before {
    display: none;
}

.sub-menu__mobile__list li:not(:last-child) {
    border-bottom: 1px solid #e5e8eb;
}

.sub-menu__mobile__link {
    border: none !important;
    display: block !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.9px !important;
    padding: 16px 0px 16px 20px !important;
}

.sub-menu__mobile__link.active {
    border: none;
    border-color: inherit !important;
    box-shadow: 0px 5px 24px 0px rgba(186, 194, 202, 0.44);
    margin-top: inherit !important;
    padding-top: 10px !important;
    padding-top: inherit !important;
}

.sub-menu__mobile__link:hover {
    box-shadow: 0px 5px 24px 0px rgba(186, 194, 202, 0.44);
}

.sub-menu__mobile__title {
    letter-spacing: -.4px;
}

.sub-menu__mobile__title>span {
    position: relative;
}

.menu-arrow {
    font-family: arial, helvetica, sans-serif;
    position: absolute;
    right: -15px;
}

.mobiles {
    display: none;
    flex-direction: column;
    padding-top: 4px;
}

.mobiles__link {
    font-size: 18px;
    letter-spacing: -.7px;
}

.mobiles__text {
    font-size: 18px;
    letter-spacing: -.8px;
    margin-left: 4px;
}

.mobile-nav {
    align-items: center;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 112px;
}

.mobile-nav__item--1 {
    background: url('/local/templates/main/css/../img/header/location.svg') no-repeat center;
    background-size: 100%;
    height: 35px;
    width: 35px;
}

.mobile-nav__item--2 {
    background: url('/local/templates/main/css/../img/header/phone.svg') no-repeat center;
    background-size: 100%;
    height: 35px;
    width: 35px;
}

.mobile-nav__item--3 {
    background: url('/local/templates/main/css/../img/ico-mob-3.svg') no-repeat center;
    background-size: 100%;
    height: 21px;
    width: 23px;
}

.mobile-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 16px;
    right: 33px;
    width: calc(100% + 15px - 48px);
    z-index: 5000;
}

.mobile-menu.active {
    display: block !important;
}

.mobile-menu__list {
    background-color: #fff;
    list-style: none;
    padding-left: 0;
    position: absolute;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
}

.mobile-menu__item {
    margin: 0;
    position: relative;
}



/*
.mobile-menu__item.with-submenu:after {
    position: absolute;
    content: '';
    right: 22px;
    top: 21px;
    z-index: 1;
    width: 16px;
    height: 9px;
    transition: all 0.2s linear;
    background: url("../img/header/arrow.svg") no-repeat center;
}
*/



.mobile-menu__item.with-submenu {
    position: relative;
}


.mobile-menu__item.with-submenu .screw {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    z-index: 3;
    width: 16px;
    height: 9px;
    transition: all 0.2s linear;
    background: url("../img/header/arrow.svg") no-repeat center;
    padding: 8px;
    border: 16px solid transparent;
}





/*
.mobile-menu__item.with-submenu.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
*/


.mobile-menu__item.with-submenu.active .screw {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu__item:before {
    display: none;
}

.mobile-menu__item:not(:last-child) {
    border-bottom: 1px solid #e5e8eb;
}

.mobile-menu__link {
    z-index: 2;
    border: none !important;
    display: block !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: -.9px !important;
    padding: 12px 12px 11px 16px !important;
}

.with-submenu__list-item .mobile-menu__link {
    width: 100%;
}

.mobile-menu__link:hover {
    box-shadow: 0px 5px 24px 0px rgba(186, 194, 202, 0.44);
}

.mobile-menu__link.active {
    border: none;
    border-color: inherit !important;
    box-shadow: 0px 5px 24px 0px rgba(186, 194, 202, 0.44);
    margin-top: inherit !important;
    padding-top: 10px !important;
    padding-top: inherit !important;
}

.menu-close {
    align-items: center;
    background-color: #f7f7f7;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: -48px;
    transform: translateX(49px);
    transition: all 0.3s ease;
    width: 48px;
}

.menu-close.active {
    transform: translateX(0);
}

.menu-close__ico {
    background: url("../img/header/krest.svg") no-repeat center;
    background-size: 100%;
    display: none;
    height: 14px;
    width: 14px;
}

.frx-title {
    display: none;
}

.frx-date,
.frx-readmore {
    color: #9fa4aa !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}

.h2_rm h2 {
    line-height: 44px;
}

.more_articles__mobile {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #ffffff;

}

.adaptive-news {
    display: none;
    padding: 30px 15px;
    background-color: #f2f2f2;
}

.news-mobile__detail {
    padding-left: 4px;
}

.comp_fact_line_items_addptive {
    display: none;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.comp_fact_line_items_addptive .b-little {
    width: 50% !important;
    height: 250px !important;
    padding: 40px 10px 10px 40px;
}

body .comp_fact_line_items_addptive .b-little h2 {
    font-size: 72px !important;
    line-height: 72px !important;
    font-weight: 900 !important;
}

body .comp_fact_line_items_addptive .b-little h2 span {
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 900;
}

body .comp_fact_line_items_addptive .b-little p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 15px !important;

}

.popup_dinamik_table_th:nth-child(1) {
    width: 383px;
    padding: 17px 18px 17px 20px;
    max-width: none !important;
}

.popup_dinamik_table_th:nth-child(2) {
    padding: 17px 0;
    text-align: center;
    width: 160px;
    padding-right: 2px;
}

.popup_dinamik_table_th:nth-child(3) {
    padding: 17px 0;
    text-align: center;
    width: 210px;
    max-width: none;
    flex-shrink: 0;
}

.popup_dinamik_table_th:nth-child(4) {
    padding: 17px 0;
    padding-left: 15px;
    width: 138px;
    max-width: none;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 35px;
}

.popup_rm .usd_item .popap_td_rm_sect {
    width: 341px;
}

.popup_dinamik_table thead {
    width: 100%;
}

.popup_dinamik {
    width: auto !important;
}

.popup_dinamik_table {
    width: 100% !important;
}

.popup_button_rm {
    height: 48px;
    width: 48px;
    padding-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.popup_setting_table .dynamics__buttons {
    width: auto;
}

.mobile-pai,
.mobile-rub {
    display: none !important;
}

body .mobile-pai {
    text-transform: uppercase !important;
    color: rgba(54, 57, 67, .7) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    width: 35px !important;
    text-align: left !important;
}

.mobile-rub {
    margin-left: 5px;
}

.with-submenu__item {
    display: none;
    overflow: hidden;
    justify-content: flex-start;
    width: 100%;
    padding-left: 16px;
}

.mobile-menu__item.with-submenu.active .with-submenu__item {
    display: flex;
}

.with-submenu__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 260px;
    margin-top: 12px;
}

.with-submenu__list {
    padding-left: 0;
    width: calc(100% - 260px);
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.with-submenu__list-item {
    position: relative;
    margin: 0 !important;
    width: 100%;
}

.with-submenu__list-item:before {
    display: none !important;
}

.with-submenu__list li:after {
    content: '';
    position: absolute;
    background-color: #e5e8eb;
    width: 2000px;
    height: 1px;
    right: 0;
    bottom: 0;
}

.error_logo img {
    width: 250px;
}

.dynamics-list__param {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

@media (max-width: 1280px) {
    body {
        min-width: auto;
    }

    .main_page>br {
        display: none;
    }

    #cnt-wrapper {
        min-width: auto;
    }

    .main_menu>div:not(.search_cont),
    .main_menu figure>div:not(.search_cont) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 100px 0 15px;
        width: 100%;
    }

    .main_menu>div a,
    .main_menu figure>div a {
        margin-right: 15px;
    }

    body .main_cont {
        max-width: none;
        min-width: auto;
        width: 100%;
    }

    .main_cont>.main {
        min-width: auto;
    }

    .town_switcher_top {
        min-width: auto;
        padding: 30px;
        width: 100%;
    }

    .town_switcher_top .close {
        top: 30px;
    }

    .town_switcher_top .t_switcher {
        width: 100%;
    }

    .city-list-cont {
        width: 100%;
    }

    .city-list-cont>div {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto !important;
        justify-content: flex-start;
    }

    .city-list-cont>div section {
        margin-bottom: 60px;
        max-width: none;
        width: 33%;
    }

    .carwrapper {
        width: 73% !important;
    }

    .b-half {
        width: 27%;
    }

    header .contant_panel {
        margin-left: 10px;
    }

    .invest {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 60px !important;
    }

    .invest .fond_and_du {
        max-width: none;
        display: flex;
        margin-right: 0;
        flex-direction: row;
        justify-content: space-around;
    }

    .invest>div {
        width: auto !important;
    }

    .grid.map_after {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .grid.map_after>.half__rm {
        width: 50%;
        height: 270px;
    }

    .grid.map_after .b-medium-double {
        display: none;
    }

    .info .text_grey {
        padding: 15px;
    }

    .info .bottom_text_rm {
        width: auto !important;
    }

    body footer.main {
        max-width: none;
    }

    .footer_item,
    .footer_subitem {
        left: auto !important;
    }

    .popup_rm {
        min-width: auto;
    }

    .body-index .info.invest h2 {
        padding-top: 50px;
    }

    .personal-section-top.fond_and_duw {
        margin-top: 60px;
        margin-bottom: 25px !important;
    }

    .body-index .pai_after.grid .b-large-hor div {
        background-position-x: 0px;
    }

    .body-index .personal-section-text {
        margin-bottom: 30px;
    }

    .body-index .personal-title {
        margin-bottom: 60px;
    }

    .body-index .personal-howitworks-button {
        margin-bottom: 60px !important;
    }

    .fundall .pif-tab.fixed {
        display: none !important;
    }



}

@media (max-width: 1100px) {
    body .main.main_menu {
        height: auto;
    }

    .menu-close__ico {
        display: block;
    }

    .news-page .new_grid .b-little h2 {
        font-size: 14px;
    }

    .block_rm {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .sub_menu .go_top {
        display: none !important;
    }

    body .main.sub_menu {
        display: none !important;
    }

    .sub-menu__mobile__link.active {
        padding-top: 16px !important;
    }

    .town_switcher_top p {
        width: auto;
    }

    .sub-menu {
        flex-wrap: wrap-reverse !important;
        height: auto !important;
    }

    .search_cont {
        display: none;
    }

    .town_switcher {
        display: none;
    }

    .ls_rm {
        float: none;
        height: auto;
        width: 166px;
    }

    .ls-main {
        width: 166px !important;
    }

    .ls_rm a {
        margin-left: 28px;
    }

    .town_switcher {
        display: none;
    }

    .town_switcher.visible {
        display: block;
    }

    .sub-menu__list {
        display: none;
    }

    .sub-menu {
        flex-wrap: wrap !important;
        height: 48px !important;
    }

    .sub-menu__mobile {
        display: block;
        height: 100%;
        position: static !important;
        z-index: 10;
    }

    .sub-menu__mobile__title {
        align-content: center;
        color: #999999;
        display: flex;
        flex-direction: row;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        height: 100%;
        justify-content: flex-start;
        line-height: 22px;
        padding-top: 13px;
        text-decoration: underline;
        transition: all 0.2s ease;
    }

    .sub-menu__mobile__list {
        background-color: #fff;
        display: none;
        left: 48px;
        list-style: none;
        padding-left: 0;
        position: absolute;
        top: 49px;
        width: 100%;
    }

    .sub-menu__mobile__list li {
        margin: 0;
    }

    .overl {
        background-color: rgba(53, 57, 67, .5);
        bottom: 0;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1001;
    }

    .ls_rm.hidden {
        display: none;
    }

    header .main_logo {
        width: 210px !important;
        margin-right: 30px;
    }

    .sub-menu__mobile.active {
        background-color: #f7f7f7;
        width: 100%;
    }

    .sub-menu__mobile__title.active {
        background-color: #fff;
        padding-left: 20px;
        transform: translateX(48px);
    }

    .sub-menu.active {
        padding: 0 !important;
        z-index: 1111;
    }



    /*
    .sub-menu.active:after {
        background-color: #e5e8eb;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        width: 100%;
    }
    */

    .sub-menu__wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 11px;
        position: relative;
    }

    .head_menu {
        max-height: 102px;
        width: 100%;
    }

    header .main_logo {
        margin-left: 7px;
        margin-right: 0;
        margin-top: 5px !important;
    }

    .funct_panel,
    .contant_panel {
        display: none !important;
    }

    .mobiles,
    .mobile-nav {
        display: flex;
    }

    .head_menu {
        padding-right: 15px;
    }

    .b-news {
        display: none;
    }

    .b-half,
    .carwrapper {
        width: 100% !important;
    }

    .frx-block {
        display: flex !important;
        flex-direction: column-reverse;
        position: relative;
    }

    .dynamics {
        float: none !important;
    }

    .dynamics .dynamics__inner {
        height: auto !important;
        padding: 15px 15px 20px 15px !important;
    }

    .dynamics-list {
        height: auto !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .frx-title {
        color: #353943;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 23px;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    .frx__wrap {
        border-bottom: 1px #e5e8eb solid;
        border-top: 1px #e5e8eb solid;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 4px;
        padding-bottom: 8px;
        width: 100%;
    }

    .dynamics-list__item {
        border: none;
        width: 260px;
    }

    .dynamics-list__item:first-child {
        margin-right: 50px;
    }

    .dynamics-list__header {
        height: auto;
    }

    .fond_mini_rm {
        display: none !important;
    }

    .dynamics-list>p {
        display: none !important;
    }

    .dynamics-list__header {
        margin-bottom: 0;
    }

    .dynamics-list__item {
        padding-bottom: 1px !important;
        width: 300px;
    }

    .b-half {
        height: auto !important;
    }

    .dynamics__inner {
        position: static !important;
    }

    .dynamics-list__item:last-child {
        margin-bottom: 0 !important;
    }

    .carwrapper {
        height: 420px !important;
    }

    .paginator {
        top: auto !important;
        bottom: 40px;
        left: 60px !important;
    }

    body .main_cont .paused_rm {
        top: auto !important;
        bottom: 40px !important;
        display: none;
    }

    .slider_rm .sl_rm {
        padding-top: 50px !important;
        padding-left: 50px !important;
        max-width: 530px !important;
    }

    body.body-index h2.curbanner {
        font-size: 26px !important;
    }

    .br-hidden {
        display: none;
    }

    .slider_rm .text_body {
        font-size: 18px;
    }

    .slider_rm .disclaimer {
        margin-top: 34px !important;
    }

    .invest h2 {
        font-size: 36px;
        padding-top: 24px;
    }

    .invest .fond_and_du {
        margin-top: 40px;
    }

    .invest__rm {
        width: 20%;
        max-width: none;
    }

    .fond_and_du>div:nth-child(1)>div:nth-child(2),
    .fond_and_du>div:nth-child(2)>div:nth-child(2),
    .fond_and_du>div:nth-child(3)>div:nth-child(2),
    .fond_and_du>div:nth-child(4)>div:nth-child(2) {
        margin-left: 0;
    }

    .invest {
        border: none;
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .fond_and_du>div:nth-child(1)>div:nth-child(1) a img,
    .fond_and_du>div:nth-child(2)>div:nth-child(1) a img,
    .fond_and_du>div:nth-child(3)>div:nth-child(1) a img,
    .fond_and_du>div:nth-child(4)>div:nth-child(1) a img {
        margin-left: 0;
    }

    .fond_and_du>div:nth-child(1)>div:nth-child(1),
    .fond_and_du>div:nth-child(4)>div:nth-child(1) {
        text-align: center;
    }

    .fond_and_du>div:nth-child(1)>p,
    .fond_and_du>div:nth-child(2)>p,
    .fond_and_du>div:nth-child(3)>p,
    .fond_and_du>div:nth-child(4)>p {
        margin-left: 0;
        max-width: none;
        width: auto;
    }

    .left_img_absolut,
    .right_img_absolut {
        opacity: .4;
    }

    canvas.chart {
        opacity: .7;
    }

    main>.info>div,
    main>.faq>div,
    main>.contacts>div,
    main figure>.info>div,
    main figure>.faq>div,
    main figure>.contacts>div,
    main>.fund.top>div {
        width: auto;
    }

    .map_after .b-half {
        height: 270px !important;
    }

    .corporate .fond_and_du {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-right: 0 !important;
    }

    .corporate .fond_and_du *:not(img) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 !important;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .corporate .fond_and_du img {
        margin: 0 !important;
    }

    .corporate .corp__rm {
        min-height: auto !important;
    }

    .adaptive-news {
        display: block;
        height: auto !important;
    }

    .adaptive-news .b-news {
        display: block !important;
        height: 100% !important;
        background-color: #fff !important;
    }

    .adaptive-news .b-news__date {
        color: #f29b07 !important;
    }

    .adaptive-news .b-news__rate {
        color: #0e9800 !important;
        left: auto !important;
        right: 15px;
    }

    .adaptive-news .b-half.b-news .b-news__title {
        color: #000 !important;
        line-height: 25px;
        font-size: 18px !important;
    }

    .adaptive-news .popup-ajax {
        color: #000 !important;
    }

    .pre_map span {
        margin-top: 0 !important;
    }

    .pre_map {
        width: auto !important;
        padding-top: 60px;
    }

    .bottom_map {
        padding: 0 30px;
    }

    body footer.main>div>div,
    body footer.main figure>div>div {
        width: auto !important;
    }

    .footer_subitem {
        padding: 30px 15px 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }

    .footer_subitem>* {
        padding: 0 !important;
        width: auto !important;
        height: auto !important;

    }

    .footer_menu div {
        float: none !important;
    }

    .made_in {
        display: none;
    }

    body .flex-block-wrapper {
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }

    .flex-block-wrapper {
        margin-top: 10px !important;
    }

    .adaptive-news .b-news__box {
        position: relative;
        padding: 40px 30px;
    }
}


@media (max-width: 991px) {

    .fond_and_du>div:nth-child(1)>p,
    .fond_and_du>div:nth-child(2)>p,
    .fond_and_du>div:nth-child(3)>p,
    .fond_and_du>div:nth-child(4)>p {
        display: none;
    }

    .infocenter-rewiews .docs a+p,
    .infocenter-rewiews .profile a+p,
    .infocenter-rewiews .profiles_n a+p {
        padding-right: 5px;
    }

    .invest__rm {
        width: 25%;
    }

    .rm_padding {
        padding: 30px 0 0 30px !important;
    }

    .info.pif {
        display: none;
    }

    .info.corporate {
        display: none;
    }

    .grid.corporate_after {
        display: none;
    }

    .comp_fact_line_items_addptive {
        display: flex;
    }

    body footer.main {
        height: 80px;
    }

    footer .map_control {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .map_control a:after {
        margin: 4px 0 0 13px;
    }

    .footer-wrap {
        height: 80px;
        display: flex;
        align-items: center;
    }

    .footer-wrap__info {
        display: flex;
        height: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .sberbank_group {
        font-size: 14px;
        padding: 15px !important;
    }

    .main_info {
        font-size: 14px;
    }

    .main_info {
        display: none;
    }

    .footer_menu {
        padding-bottom: 160px;
    }

    .info.corporate {
        display: block !important;
        padding: 0 15px;
    }

    .info.corporate .corp__rm {
        max-width: none;
        min-width: auto;
    }

    .btn-ontop {
        display: none;
        background: #fff7f7;
        background: -moz-linear-gradient(top, #ebeaea 0%, #d5d5d5 100%);
        background: -webkit-linear-gradient(top, #ebeaea 0%, #d5d5d5 100%);
        background: linear-gradient(to bottom, #ebeaea 0%, #d5d5d5 100%);
        position: fixed;
        right: 10px;
        bottom: 10px;
        width: 45px;
        height: 45px;
        border-radius: 6px;
        cursor: pointer;
        z-index: 1001;
    }

    .btn-ontop svg {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 22px;
        height: 12px;
    }

    .pif1-choose__subitem__percent {
        font-size: 18px;
    }

    .contacts td {
        width: 50%;
    }

    .contacts td+td {
        width: 50%;
    }

    .new_grid .b-large-hor>div:not(.bg_wrapper) {
        padding: 55px 30px;
    }
}

@media (max-width: 900px) {
    .popup_dinamik_table thead {
        display: none;
    }

    .popup_dinamik_table {
        min-width: auto;
    }

    .popup_dinamik>div {
        display: none;
    }

    .popup_block_text {
        left: auto;
        right: 50px;
        width: 272px;
    }

    .popup_button_rm {
        right: 0;
        left: auto;
    }

    .popup_dinamik .popup_dinamik_table .show_rm {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        border-bottom: 1px #e5e8eb solid;
    }

    .popap_td_rm_elem {
        border: none;
    }

    .popup_dinamik .popup_dinamik_table .popap_td_rm_sect {
        border: none;
        padding: 18px 10px 17px 10px !important;
        width: 100%;
    }

    .popup_dinamik .popup_dinamik_table .popap_td_rm_elem a {
        margin: 0 !important;
    }

    .popup_dinamik .popup_dinamik_table .popap_td_rm_elem a img {
        display: none !important;
    }

    .popup_setting_table {
        display: none;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(4) {
        display: none;
    }

    .popap_td_rm_elem p {
        font-size: 14px !important;
        line-height: 18px !important;
        text-transform: uppercase;
        color: #353943 !important;
        font-weight: 700 !important;
        margin-top: 0;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px;
        font: 14px "Open Sans";
        color: rgb(0, 0, 0);
        min-width: auto;
        max-width: none;
        padding-top: 9px;
        padding-bottom: 4px;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(1) {
        display: inline-block;
        height: auto;
        width: 100%;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(2) {
        padding-right: 0;
        min-width: auto;
        max-width: none;
        letter-spacing: 0px;
        height: auto !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 13px;
        width: 100%;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(2) div:not(.dynamics-list__percent) {
        font: 14px "Open Sans";
        color: rgba(0, 0, 0, 0.702);

        text-align: left;
        display: inline-block;
    }

    .mobile-price {
        width: calc(100% - 85px) !important;
        text-align: right !important;
        padding-right: 24px;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(2) .dynamics-list__percent {
        font: 14px "Open Sans";
        font-weight: bold;
        margin-top: 0;
        float: right;
        float: none;
        width: 50px !important;
        text-align: right !important;
        display: inline-block;
        left: auto;
        margin-left: 0 !important;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(3) {
        text-align: left;
        min-width: auto;
        max-width: none;
        white-space: nowrap;
        height: auto !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 6px 13px 21px !important;
        width: 100%;
    }

    .popup_dinamik_table tr .popap_td_rm_elem:nth-child(3) .dynamics-list__percent {
        font: 14px "Open Sans";
        font-weight: bold;
        margin-top: 0;
        float: right;
        width: 50px !important;
        text-align: right !important;
        display: inline-block;
        margin-left: 28px;
        float: none;
        left: auto;
        margin-left: 0 !important
    }

    .mobile-pai,
    .mobile-rub {
        display: inline-block !important;
    }

    .popap_td_rm_elem p {
        white-space: normal;
    }

    .popup_dinamik {
        max-height: 100vh !important;
    }
}

@media (max-width: 850px) {
    .footer-wrap__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 17px;
        padding: 14px 0;
    }

    .footer-wrap__item>* {
        padding: 0 !important;
    }

    .footer-wrap__item a {
        text-decoration: underline !important;
    }
}


@media (max-width: 768px) {
    .paginator {
        left: 15px !important;
    }

    .body-index .wrap-cols {
        display: none;
    }

    .fund-detail .grid>.b-little>div {
        padding: 25px 15px 0 15px;
    }

    .managed_account .info.strategy h2 {
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .managed_account .info.trust-m .with_btn {
        margin: 0 20px 0px 0;
        margin-left: 0 !important;
        background: rgba(255, 255, 255, .7);
        padding: 18px 22px;
        border-radius: 5px;
        color: #2689d8;
        font-size: 14px;
        line-height: 1;
    }

    .managed_account .info.trust-m .link-button {
        margin: 0;
    }

    .infocenter .profiles-group .profiles_n {
        margin-bottom: 30px;
    }

    .new_grid .b-little>div,
    .new_grid .b-little a>div {
        padding: 30px 15px;
    }

    main .info h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .pre_map {
        padding-top: 40px;
    }

    .mobiles__link {
        font-size: 14px;
        letter-spacing: -.7px;
    }

    .mobiles__text {
        font-size: 14px;
        letter-spacing: -.8px;
        margin-left: 4px;
    }

    .city-list-cont>div section {
        width: 50%;
    }

    .slider_rm .sl_rm {
        padding-top: 30px !important;
        padding-left: 15px !important;
        max-width: 430px !important;
    }

    body h2.curbanner {
        font-size: 26px !important;
        line-height: 32px !important;
        font-weight: 700;

    }

    .slider_rm .text_body {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 400;
    }

    .slider_rm .disclaimer {
        margin-top: 34px !important;
    }

    .invest__rm {
        width: 40%;
        margin-bottom: 32px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .invest .fond_and_du {
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: left;
    }

    .fond_and_du>div:nth-child(1)>div:nth-child(2) {
        max-width: none;
    }

    .invest-nobr {
        display: none;
    }

    .invest_section_rm {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .invest h2 {
        text-align: center;
        padding-top: 40px !important;
        font-weight: 700;
    }

    .invest_section_rm b {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .invest_section_rm a {
        display: inline-block;
        margin-left: 20px;
    }

    .invest__rm>div:first-child {
        width: 64px;
    }

    .invest_section_rm {
        width: calc(100% - 64px);

    }

    .invest .button {
        margin-top: 15px;
    }

    .pai_after.grid {
        display: none;
    }

    .more_articles__full {
        display: none;
    }

    .more_articles__mobile {
        display: inline-block;
    }

    .map_after .pre_article {
        padding: 15px !important;
    }

    .personal_new {
        left: auto;
        margin-left: 0;
    }

    .pre_map.clearfix,
    .preloader_wrapper_default,
    .bottom_map {
        display: none;
    }

    .section_invest {
        padding-bottom: 0 !important;
    }

    .section_invest .section_invest {
        padding-bottom: 0 !important;
    }

    main>.info>div.required_info {
        margin-top: 0 !important;
    }

    .info .text_grey {
        margin: 0;
    }

    .grid .fix_map {
        display: none;
    }

    .section_invest .section__title {
        font-size: 26px !important;
        line-height: 1.2;
        text-align: center !important;
        padding: 40px 15px !important;
    }

    .corporate_cl {
        padding: 0 20px !important;
    }

    .mobile_popup .layout_wrapper .popup {
        width: calc(100% - 60px);

    }

    .mobile_popup .popup_button {
        right: auto !important;
        left: 0 !important;
    }

    .mobile_popup .layout_wrapper .popup>div {
        width: 100% !important;
        padding: 0 15px 15px;
    }

    .mobile_popup .layout_wrapper .popup>div>div:first-child {
        padding-top: 30px !important;
    }

    .mobile_popup .popup h1 {
        font-size: 26px !important;
        text-align: center !important;
        line-height: 1.2em !important;
    }

    .mobile_popup .popup p {
        font: normal 14px/22px 'Open Sans' !important;
    }

    .footer-wrap {
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
	
	footer .map_control {
	    margin-bottom: 10px;
	}

    body footer.main {
        height: 160px;
    }

    .info.corporate h2 {
        font-size: 26px;
        line-height: 1.2;
        padding-top: 30px;
    }

    .info.corporate .fond_and_du {
        flex-wrap: wrap;
        margin-top: 30px !important;
    }

    .info.corporate .corp__rm {
        width: 50%;
        margin-bottom: 30px !important;
    }

    .info.corporate .button {
        margin: 0 0 30px;
        width: 100%;
    }

    header .main_logo {
        margin-top: 8px !important;
    }

    .body-index .personal-section-top__item span {
        font-size: 14px;
        line-height: 1.4;
    }

    .body-index .personal-section-top.fond_and_duw {
        margin-top: 40px;
    }

    .body-index .invest {
        margin-bottom: 40px !important;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .main_cont aside .button,
    .info .button,
    .green-button {
        font: normal 14px/14px 'Open Sans';
    }

    .body-index .personal-howitworks-button {
        margin-bottom: 40px !important;
    }

    .pif-btn {
        font-size: 14px;
    }

    .pif-btn-white {
        font-size: 14px;
    }



}


@media (max-width: 639px) {
    .head_menu {
        margin-bottom: 95px !important;
    }

    .mobiles {
        bottom: -72px;
        left: 16px;
        padding-top: 0;
        position: absolute;
    }

    body header.main {
        height: auto !important;
    }

    .town_switcher_top .close {
        right: 20px;
    }

    .footer-wrap,
    body footer.main {
        height: auto;
        position: relative;
    }

    .footer-wrap__item {
        margin-left: 0;
    }

    footer .map_control {
        height: 65px;
    }

    .footer-wrap__item {
        left: 10px;
        bottom: 0;
    }

    .footer-wrap__info {
        height: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    footer .social_rm {
        padding: 0 15px !important;
    }

    .news_with-ico__icons.footer_soc {
        justify-content: center;
    }

    .footer_menu {
        padding-bottom: 210px;
    }

    .social_rm {
        margin-bottom: 10px;
    }

}

@media (max-width: 610px) {
    .frx__wrap {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .dynamics-list__item:first-child {
        margin-right: 0;
        border-bottom: 1px #e5e8eb solid;
        padding-bottom: 7px !important;
    }

    .dynamics-list__item {
        width: 100%;
    }

    .dynamics-list__info {
        width: 100%;
    }

    .mob-text {
        font-size: 14px !important;
        width: calc(100% - 97px) !important;
        padding-left: 15px;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        line-height: 20px !important;

    }

    .pre_article h3 {
        margin-bottom: 10px !important;
        max-height: 85px;
        overflow: hidden;
    }

    .personal_new {
        margin-top: 0;
        bottom: auto;
    }

    .personal_new .img_wrapper-grid {
        margin: 0 !important;
    }

    .more_articles,
    .more_articles_default {
        bottom: 27px;
        right: 41px;
    }

    .main_page>div:nth-child(3)>div .personal_new .img_wrapper-grid {
        margin: 0 !important;
    }

    .section_invest .section__title {
        line-height: 30px !important;
    }

    .comp_fact_line_items_addptive .b-little {
        width: 100% !important;
        height: 150px !important;
        padding: 0 10px;
        ;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .comp_fact_line_items_addptive .b-little>div>div {
        width: auto !important;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .comp_fact_line_items_addptive .b-little>div {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    body .comp_fact_line_items_addptive .b-little h2 {
        font-size: 54px !important;
        line-height: 40px !important;
        font-weight: 700 !important;
        width: 50%;
    }

    body .comp_fact_line_items_addptive .b-little h2 span {
        font-size: 26px !important;
        line-height: 27px !important;
        font-weight: 700;
        margin-top: 10px !important;
    }

    body .comp_fact_line_items_addptive .b-little p {
        margin-top: 0 !important;
        margin-left: 15px;
        font-weight: 400;
        padding-right: 0 !important;
        width: 50%;
    }

    .footer_subitem>* {}

    .footer_subitem {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .corporate_cl {
        padding: 0 !important;
        margin-bottom: 40px;
    }

    .personal_cl {
        margin-bottom: 40px;
    }

    .contact_us_color {
        display: none;
    }

    .error-page h1 {
        font-size: 26px;
    }
}



@media (max-width: 543px) {
    .city-list-cont>div section {
        width: 100%;
    }

    .managed_account .info.trust-m .with_btn {
        width: 100%;
        text-align: center;
    }

    .managed_account .info.trust-m .link-button {
        width: 100%;
        text-align: center;
    }

    .managed_account .info.strategy h2 {
        padding-top: 10px;
    }

    .error-page-text {
        font-size: 14px;
    }

    .town_switcher_top p {
        font-size: 26px;
        padding-right: 40px;
    }

    .menu-close__ico {
        display: block;
    }

    .slider_rm .sl_rm {
        padding-right: 15px !important;
        max-width: 100% !important;
    }

    .invest__rm {
        width: 61%;
        margin-bottom: 32px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .invest .fond_and_du {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        align-items: center;
        flex-wrap: wrap;
    }

    .invest .button {
        margin-top: 0;
        width: 100%;
    }

    .adaptive-news {
        padding: 0;
    }

    .adaptive-news .b-news__box {
        padding: 0 15px !important;
        position: static;
    }

    .news-mobile__detail {
        display: none;
    }

    .b-half.b-news .al_rate {
        bottom: 0;
    }

    .map_after .b-half {
        height: auto !important;
    }

    .map_after .pre_article {
        position: static;
        height: auto !important;
    }

    .with-submenu__title {
        display: none;
    }

    .with-submenu__list {
        width: 100%;
    }

    .mobile_popup .popup_button {
        width: 40px !important;
        height: 40px !important;
        background: url(../img/popup_button.png) no-repeat center !important;
        background-size: 100% !important;
    }

    .mobile_popup .layout_wrapper .popup {
        width: calc(100% - 40px) !important;
    }

    .mobile_popup .mCSB_inside>.mCSB_container {
        margin-right: 4px !important;
    }

    .sub-menu__mobile {
        width: calc(100% - 166px);
    }

    .sub-menu__mobile.active {
        width: 100%;
    }

    .sub-menu__mobile__title {
        align-items: center;
        padding-top: 0;
        line-height: 1.2em;
    }

    .menu-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .info.corporate .corp__rm {
        width: 100%;

    }

    .adaptive-news {
        padding: 10px;
        height: auto !important
    }

    .b-half.b-news .al_rate {
        position: static;
        text-align: right;
        margin: 20px 0px 25px 0;
        display: inline-block;
        width: 100%;
        padding-right: 15px;
    }

    .b-news__date {
        margin-top: 30px !important;
    }

    .b-news__date {
        position: static;
    }

    .b-half.b-news .b-news__title {
        max-height: none;
    }

    .b-half.b-news .small {
        max-height: none;
    }

    .slider-big-p {
        font-size: 26px !important;
        width: 100% !important;
    }

    .slider_rm .disclaimer {
        width: 100% !important;
    }

    .more_articles,
    .more_articles_default {
        position: static;
        display: block;
        text-align: right;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .ls_rm {
        background: #f29a07 !important;
        width: 140px;
    }

    .ls-main {
        width: 140px !important;
    }

    .ls_rm a {
        margin-left: 0;
    }

    .personal-title {}

    .personal-wrapper .personal-section-top {}

    .personal-section-text.main-center {
        display: none;
    }

    body .personal-howitworks-button {
        padding-top: 0 !important;
        padding: 0 15px;
    }

    body .personal-howitworks-button a {
        display: inline-block;
        width: 100%;
    }

    .personal-howitworks-button button {
        width: 100%;
    }

    .body-index .invest {
        margin-bottom: 25px !important;
    }

    .personal-section-top.fond_and_duw {
        margin-bottom: 10px !important;
    }

    .body-index .main_page .invest.info {
        margin-bottom: 19px;
    }

    body .no-mobile {
        display: none;
    }

    body .text_green {
        font-size: 26px !important;
        margin-top: 5px !important;
    }

    body .percent-dec-plus {
        margin: 15px 0 10px !important;
        font-size: 36px !important;
    }

    body .flex-block-wrapper {
        margin-bottom: 22px !important;
    }

    body .banner-snoska br {
        display: none;
    }

    body .main_cont .sl_rm div:nth-child(3) p.text_green {
        margin: 5px 0 0 0 !important;
        font: 700 26px/26px 'Open Sans' !important;
    }

    body .flex-block-wrapper {
        margin-top: 0px !important;
    }

    .body-index .invest {
        padding: 0 15px !important;
    }

    .section_invest .section__title {
        font-size: 26px !important;
        line-height: 1.2 !important;
        padding: 25px 15px !important;
    }

    .license {
        font-size: 14px;
        line-height: 1.6;
    }

}


@media (max-width: 420px) {

    .sub-menu {
        padding: 0 0 0 10px !important;
    }

    header .main_logo {
        height: 48px;
        width: 167px !important;
    }

    .invest__rm {
        width: 83%;
    }

    footer .social_rm {
        padding: 0 10px !important;
        width: 100%;
    }

    .mobile-menu__item.with-submenu:after {
        right: 9px;
    }

    .header-apps {
        display: none !important;
    }

    .personal-section-top.fond_and_duw {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 911px) {
    .btn-ontop {
        display: none !important;
    }
}

@media (max-width: 911px) {
    .chat-retail-icons {
        right: 10px !important;
        bottom: 64px !important;
    }

    .btn-ontop {
        right: 16px !important;
    }
}






.body-index .popup_block_text:after {
    position: absolute;
    content: '';
    right: -99999px;
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    background: url("../img/checkbox/checkbox_unchecked_passive.svg") no-repeat center;
    background: url("../img/checkbox/checkbox_checked_passive.svg") no-repeat center;
    background: url("../img/checkbox/checkbox_checked_active.svg") no-repeat center;
    background-position: 0 0;
}


.body-index .popup_dinamik .checkbox input[type="checkbox"]+span {
    background: url("../img/checkbox/checkbox_unchecked_passive.svg") no-repeat center;
    background-position: 0 0;
}

.body-index .popup_dinamik .checkbox input[type="checkbox"]:checked+span {
    background: url("../img/checkbox/checkbox_checked_active.svg") no-repeat center;
    background-position: 0 0;
}

.body-index .popup_dinamik .checkbox:hover input[type="checkbox"]+span {
    background: url("../img/checkbox/checkbox_checked_passive.svg") no-repeat center;
    background-position: 0 0;
}

.fifa2018 .main-branding__left-link,
.fifa2018 .main-branding-links {
    display: none !important;
}


@media (max-width: 768px) {
    .arrow {
        bottom: 110px;
        right: 12px;
        display: inherit;
		z-index:20
    }

    .text_body.perspiis+br {
        display: none;
    }

    body .slider_rm .disclaimer {
        margin-top: -15px !important;
    }
}

/*GREY KVAL MENU*/
.qualifed_menu_item a:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    background: url(/local/templates/main/img/du/fond-icon-grey.svg) no-repeat center;
    width: 20px;
    height: 17px;
    background-size: 100%;
}

.mobile-menu__list .qualifed_menu_item a:before {
    left: -10px;
    top: 16px;
}

/*END GREY KVAL MENU*/

/* 27.08.19 */

body footer.main {
    height: auto;
}

@media (max-width: 639px) {
    footer .footer-wrap__item {
        padding-bottom: 5px;
    }
}

/* 27.08.19 END */

/*07.04.2020 BEGIN buy online icon on menu items*/


.with-submenu__list-item.buy_online_menu_item a:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 16px;
    background: url(/local/templates/main/img/du/phone_gray.svg) no-repeat center;
    width: 20px;
    height: 17px;
}
.buy_online_menu_item a:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    background: url(/local/templates/main/img/du/phone_gray.svg) no-repeat center;
    width: 20px;
    height: 17px;
}
/*07.04.2020 END buy online icon on menu items*/

@media (max-width: 911px) {
	.chat-retail-icons__container {
	    bottom: 65px!important;
	    right: 10px!important;
	}
}