@media screen and (min-width: 993px) {
    .list_quart .list__item { padding: 0 25px; }
}

.article__image a {
    transition: all .3s;
}

.article__image a:hover,
.article__image a:focus {
    transform: translateY(-3px);
    box-shadow: 0 11px 43px rgba(0,0,0,.3);
}

.header { border-bottom: 1px solid #ddd; }

.banner {
    background-image: url(../images/blue_bg.png);
}

.list_header .list__item {
    vertical-align: top;
}

.header__title {
    display: block;
    font-family: "Playfair Display";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
    color: #333;
    margin: 30px 0 0 30px;
}

.header__subtitle {
    display: block;
    font-size: 1.2rem;
    margin: 5px 0 0 30px;
}

.header__logo-text {
    /* margin: 30px 0 0 30px; */
}

.green-bg__title .title {
    font-size: 32px;
    margin-bottom: 25px;
}

.green-bg__title .list__item {
    font-size: 16px;
    margin-bottom: 15px;
}


.section__score {
    border-top: 1px solid #dedede
}

.score__title {
    font-size: 32px;
    text-align: center;
    font-family: "Playfair Display";
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 60px;
}

.score__link {
    display: inline-block;
    margin-bottom: 20px;
    transition: all .3s;
}

.score__link span {
    transition: all .3s;
}

.score__link span:hover {
    opacity: .5;
}

.score__link:hover,
.score__link:focus {
    text-decoration: none;
    color: #b89f5d;
}

.catalog__title {
    color: #b89f5d;
    font-size: 32px;
    text-align: center;
    font-family: "Playfair Display";
    margin-bottom: 60px;
}

.image_shadow {
    transition: all .3s;
}

.image_shadow:hover {
    transform: scale(1.2);
}

.section__score {
    background-image: url(../images/bg_orng.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section__score .score__title,
.section__score .score__link {
    color: #fff;
    opacity: .8;
}

.divider_line_w {
    background-image: url(../images/divider_f_funds.png);
}

.section_links .list__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.section_links {
    color: #7e7e7e;
    border-bottom: 1px solid #dadada;
    transition: all .3s;
}



.section_partners {
    position: relative;
}

.partners-pero {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 350px;
}

.logo_rmu img {
	height: 110px;
}

.back-arrow {
    color: #b89d57;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    margin-left: 50px;
    top: -20px;
}

.back-arrow:hover {
    opacity: .5;
    text-decoration: none;
    color: #b89d57;
}

.back-arrow svg {
    width: 22px;
    position: absolute;
    left: -33px;
    top: 0;
    fill: #b89d57;
}

.article__divider {
    display: none;
}

.black-bottom {
    background-color: #454545;
}

.black-bottom .container {
    padding-top: 130px;
    padding-bottom: 220px;
}

.black-bottom .title_big {
    font-size: 26px;
    color: #FFF;
    line-height: 1.6;
    max-width: 460px;
}

.button_margin {
    margin-bottom: 20px;
}

.lavr-back {
    background-image: url(../images/lavr-back.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1440px) {
    .list_quart .list__item {
        width: 33%;
    }
    .header__logo-text {
        max-width: 430px;
    }
    .header__title {
        font-size: 16px;
        margin-top: 0;
    }
    .header__subtitle {
        line-height: 1.5;
    }
}

@media screen and (max-width: 993px) {
    .list_quart .list__item {
        padding: 0 15px;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .list_quart .list__item { width: 100%; }
    .partners-pero { display: none; }
}

@media screen and (min-width: 1440px) {
    .header__button { margin-top: 35px; }
    .title_big { font-size: 68px; }
}

@media screen and (min-width: 993px) {
    .list_quart .list__item { padding: 0 25px; }
}

@media screen and (min-width: 769px) {
    .section_padding {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.header_front {
    position: relative;
    color: #FFF;
    z-index: 1;
    border-bottom: none;
}

.header_front .header__title,
.header_front h2 {
    color: #FFF;
}
.header_front .logo_rmu img {
    width: 220px;
    height: auto;
}

.container {
    z-index: 3;
    position: relative;
}

.header__top {
    
}

.header__bottom {

}

.header__bottom-text {
    margin-top: 130px;
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
    text-transform: none;
    letter-spacing: normal;
}

.header__back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 220%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    background-image: url(../images/h-back.png);
    z-index: 1;
}

.header__image {
    background-image: url(../images/header-image.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 116%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: bottom right 21%;
}

.header_front .nav__link {
    color: #FFF;
}

.button_gold {
    background-color: #CE9A58;
}

.header_front .button_gold {
    width: 260px;
}

.header_front .button {
    margin-bottom: 15px;
}

.button_transparent {
    background: none;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: 260px;
    box-shadow: none;
    padding: 19px 50px;
}

.button_transparent:hover {
    background: #FFF;
    color: #000;
}

.header__title {
    font-size: 21px;
}

.header__subtitle {
    font-size: 14px;
}

.header__bottom {
    padding-bottom: 120px !important;
    padding-bottom: 50px;
}

.section_ferst {
    padding-top: 180px;
}

.title_black {
    font-size: 36px;
}

.two-scores {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.two-scores__item {
    width: 259px;
    display: flex;
    flex-flow: column;
    margin-right: 40px;
}

.two-scores__item:last-child .two-scores__image {
    margin-top: 90px;
}

.two-scores__image {
    filter: drop-shadow(0px 11px 43px rgba(0, 0, 0, 0.09));
    margin-bottom: 9px;
}

.two-scores__title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #636363;
}

.section_border {
    padding-bottom: 100px;
    padding-top: 0px;
}

.section_border::before {
    content: '';
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    display: block;
    background-position: top;
    max-width: 2500px;
    margin: 0 auto;
    background-image: url(../images/section-border.svg);
}

.list_blue {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list_blue .list__item {
    color: #454545;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.list_blue .list__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #6967E5;
}

.section_footer {
    padding: 100px 0 50px 0;
}

.footer_front {
    position: relative;
    background: none;
    padding: 0;
}

.footer_front .text_footer {
    z-index: 2;
    border-top: 1px solid #ffffff2b;
    padding: 15px 0;
    color: #121212;
    position: relative;
}

.footer__image {
    margin-bottom: 10px;
}

.footer__back {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
    background-image: url(../images/footer-back.png);
}

@media screen and (min-width: 1440px) {
    .header_front .header__nav {
        margin-top: 0;
    }                
}

@media screen and (max-width: 1000px) {
    .header__image  {
        display: none;
    }                
}