/* 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;
}

.personal-links a {
    color: #000;
    text-align: left;
}

.personal-links.white label {
    color: #fff;
}

.personal-links.white label a {
    color: #fff;
}

.pl4 {
    margin-top: 0;
    margin-bottom: 20px;
}

/* personal-links */


/* warning_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-size: 16px;
    line-height: 1.3;
    color: #000;
    padding-top: 5px;
}

.cmsl_warning_cookie_close {
    display: block;
    width: 29px;
    height: 28px;
    background-image: url(/themes/images/warning_cookie_close.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
    opacity: 1;
}

/* warning_cookie */



/* new 29.08.2023 */
.resident {
    max-width: 1506px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.resident__items {
    display: flex;
    flex-direction: column;
}

.resident__items_item {
    display: flex;
    width: 100%;
    min-height: 450px;
    margin-bottom: 30px;
    background: #e9e6df;
}

.resident__items_item_info {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 30px;
}

.resident__items_item_info_title {
    margin-bottom: 45px;
    font-size: 40px;
    font-family: "proximanovareg2";
    color: #000000;
    line-height: 1;
}

.resident__items_item_info_title a {
    text-decoration: none;
    color: #000;
}

.resident__items_item_info_text {
    margin-bottom: 45px;
    font-size: 14px;
    font-family: "proximanovareg2";
    color: rgb(71, 67, 57);
    line-height: 1.533;
}

.resident__items_item_info_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 200px;
    height: 45px;
    background: #c40000;
    font-size: 14px;
    font-family: "proximanovareg2";
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s;
    text-decoration: none;
    letter-spacing: 0.7px;
}

.resident__items_item_info_button a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.resident__items_item_photo {
    display: flex;
    width: 100%;
    max-width: 966px;
    height: 100%;
    margin-left: auto;
}

.resident__items_item_photo_inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 450px;
    background-position: top right;
    background-repeat: no-repeat;
}

/* .resident__items_item_photo_inner::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0.8;
} */

.resident__items_item_photo:nth-child(4) .resident__items_item_photo_inner::after {
    content: none;
}

.slogan {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.slogan-container {
    display: flex;
    align-items: center;
    max-width: 1476px;
    margin-left: auto;
    margin-right: auto;
}

.slogan__title {
    padding-right: 20px;
    flex: none;
    font-size: 35px;
    font-family: "proximanovasemibold2";
    color: #000000;
    font-style: italic;
    line-height: 0.822;
}

.slogan__line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.slogan__button {
    position: absolute;
    flex: none;
    padding-left: 30px;
    right: 0;
}

.slogan__button a {
    position: relative;
    display: flex;
    align-items: center;
    width: 430px;
    height: 55px;
    padding-left: 30px;
    background: #a7b844;
    font-size: 14px;
    font-family: "proximanovareg2";
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: 0.3s;
}

.slogan__button a::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 30px;
    height: 100%;
    left: -30px;
}

.slogan__button a:hover {
    text-decoration: none;
    opacity: 0.8;
}


@media(max-width: 1365px) {
    .resident__items_item_info {
        max-width: 450px;
    }

    .resident__items_item_info_title {
        font-size: 34px;
    }

    .slogan__button a {
        width: 330px;
    }
}

@media(max-width: 1023px) {
    .resident__items {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .resident__items_item {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .resident__items_item_info {
        padding-left: 30px;
        max-width: 100%;
        order: 2;
    }

    .resident__items_item_info_title {
        font-size: 27px;
    }

    .resident__items_item_photo {
        order: 1;
    }

    .resident__items_item_photo_inner {
        height: 280px;
        background-size: cover;
    }

    .slogan-container {
        max-width: 540px;
        flex-direction: column;
    }

    .slogan__title {
        font-size: 27px;
        padding: 0;
    }

    .slogan__line {
        display: none;
    }

    .slogan__button {
        position: static;
        margin-top: 40px;
        padding: 0;
    }

    .slogan__button a {
        width: 300px;
        height: 45px;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .slogan__button a::before {
        content: none;
    }
}

@media(max-width: 767px) {
    .resident__items_item_info {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .resident__items_item_info_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .resident__items_item_info_text {
        margin-bottom: 20px;
    }

    .resident__items_item_info_button a {
        width: 170px;
        height: 40px;
        font-size: 13px;
    }

    .slogan {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .slogan__button a {
        width: 280px;
        height: 40px;
        font-size: 13px;
    }
}

@media(max-width: 479px) {
    .resident__items_item_info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .resident__items_item_info_text {
        font-size: 13px;
    }

    .resident__items_item_photo_inner {
        height: 200px;
    }
}


.footer-new {
    background: #eceadf;
}

.footer-new__top {
    padding-top: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c9c7be;
}

.footer-new__top_block {
    display: flex;
    max-width: 1506px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-new__top_info {
    display: flex;
    flex-direction: column;
    max-width: 455px;
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    border-right: 1px solid #c9c7be;
}

.footer-new__top_info_logo {
    margin-bottom: 80px;
}

.footer-new__top_info_logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer-new__top_info_phone {
    margin-bottom: 25px;
    font-size: 47px;
    font-family: "proximanovalight2";
    color: #000000;
    line-height: 1;
}

.footer-new__top_info_phone a {
    color: #000;
    text-decoration: none;
}

.footer-new__top_info_phone a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.footer-new__top_info_feedback a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 360px;
    height: 60px;
    background: #c5b892;
    font-size: 14px;
    font-family: "proximanovareg2";
    color: #000;
    text-transform: uppercase;
    transition: 0.3s;
    text-decoration: none;
    letter-spacing: 2.8px;
    text-align: center;
}

.footer-new__top_info_feedback a:hover {
    background: #a7b844;
    text-decoration: none;
}

.footer-new__top_nav {
    display: flex;
    width: 100%;
    max-width: 650px;
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 30px;
    border-right: 1px solid #c9c7be;
}

.footer-new__top_nav_menu {
    max-width: 310px;
    width: 100%;
    margin-right: 20px;
}

.footer-new__top_nav_menu ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-new__top_nav_menu ul li {
    margin-bottom: 17px;
    font-size: 17px;
    font-family: "proximanovareg2";
    color: #000000;
    text-transform: uppercase;
}

.footer-new__top_nav_menu ul li a {
    text-decoration: none;
    color: #000;
}

.footer-new__top_nav_menu ul li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7)
}

.footer-new__top_nav_links {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    font-size: 14px;
    font-family: "proximanovareg2";
    color: rgba(0, 0, 0, 0.502);
    line-height: 1.786;
}

.footer-new__top_nav_links p {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 20px;
}

.footer-new__top_nav_links p:last-child {
    margin-bottom: 0;
}

.footer-new__top_nav_links a {
    color: rgba(0, 0, 0, 0.502);
    text-decoration: underline;
}

.footer-new__top_nav_links a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.502);
}

.footer-new__top_contacts {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    padding-left: 45px;
    padding-top: 25px;
}

.footer-new__top_contacts_adress {
    display: flex;
    margin-bottom: 35px;
}

.footer-new__top_contacts_adress_icon {
    width: 22px;
    margin-right: 10px;
    margin-top: 2px;
}

.footer-new__top_contacts_adress_block {
    font-size: 23px;
    font-family: "proximanovareg2";
    color: #000000;
    line-height: 1.217;
}

.footer-new__top_contacts_mail {
    display: flex;
    margin-bottom: 45px;
}

.footer-new__top_contacts_mail_icon {
    width: 22px;
    margin-right: 10px;
    margin-top: 2px;
}

.footer-new__top_contacts_mail_block_mail {
    font-size: 23px;
    font-family: "proximanovareg2";
    color: #000000;
    line-height: 1.217;
}

.footer-new__top_contacts_mail_block_mail a {
    color: #000;
    text-decoration: none;
}

.footer-new__top_contacts_mail_block_mail a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8)
}

.footer-new__top_contacts_mail_block_link {
    font-size: 15px;
    font-family: "proximanovareg2";
    color: rgba(0, 0, 0, 0.502);
    line-height: 1.667;
}

.footer-new__top_contacts_mail_block_link a {
    color: rgba(0, 0, 0, 0.502);
    text-decoration: underline;
}

.footer-new__top_contacts_mail_block_link a:hover {
    color: rgba(0, 0, 0, 0.502);
    text-decoration: none;
}

.footer-new__top_contacts_social {
    display: flex;
}

.footer-new__top_contacts_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 7px;
    background: #ddd7c2;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-new__top_contacts_social a img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer-new__top_contacts_social a:hover {
    opacity: 0.75;
}

.footer-new__bottom {
    padding-top: 25px;
    padding-bottom: 50px;
}

.footer-new__bottom_block {
    display: flex;
    max-width: 1506px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-new__bottom_info {
    display: flex;
    margin-right: 30px;
    font-size: 15px;
    font-family: "proximanovareg2";
    color: rgb(0, 0, 0);
    line-height: 1.2em;
}

.footer-new__bottom_info_copy {
    margin-right: 110px;
}

.footer-new__bottom_info a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.footer-new__bottom_info a:hover {
    text-decoration: none;
}

.footer-new__bottom_leli {
    margin-left: auto;
    width: 300px;
}

@media(max-width: 1535px) {
    .footer-new__top_info {
        max-width: 370px;
    }

    .footer-new__top_info_phone {
        font-size: 40px;
    }

    .footer-new__top_info_feedback a {
        width: 320px;
    }
}

@media(max-width: 1365px) {
    .footer-new__top_nav_menu ul li {
        font-size: 15px;
    }

    .footer-new__top_contacts_social a {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

    .footer-new__top_contacts {
        padding-left: 30px;
    }
}

@media(max-width: 1279px) {
    .footer-new__top_nav_menu {
        display: none;
    }

    .footer-new__bottom_info_copy {
        margin-right: 30px;
    }
}

@media(max-width: 1023px) {

    .footer-new__top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-new__top_block {
        max-width: 540px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-new__top_info {
        max-width: 100%;
        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 25px;
    }

    .footer-new__top_info_logo {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-new__top_info_phone {
        text-align: center;
        font-size: 30px;
    }

    .footer-new__top_info_feedback {
        display: flex;
        justify-content: center;
    }

    .footer-new__top_info_feedback a {
        width: 250px;
        height: 50px;
        font-size: 12px;
        line-height: 1.1;
    }

    .footer-new__top_nav {
        padding: 0;
        border: 0;
        margin-bottom: 30px;
    }

    .footer-new__top_nav_links {
        max-width: 100%;
        font-size: 12px;
    }

    .footer-new__top_nav_links p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
    }

    .footer-new__top_nav_links a {
        padding: 0 3px;
    }

    .footer-new__top_contacts {
        max-width: 250px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .footer-new__top_contacts_adress_block {
        font-size: 17px;
    }

    .footer-new__top_contacts_mail {
        margin-bottom: 30px;
    }

    .footer-new__top_contacts_mail_block_mail {
        font-size: 17px;
    }

    .footer-new__top_contacts_social {
        justify-content: center;
    }

    .footer-new__top_contacts_social a {
        width: 35px;
        height: 35px;
        padding: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer-new__bottom_block {
        flex-direction: column;
    }

    .footer-new__bottom_info {
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        margin: 0;
    }

    .footer-new__bottom_info_copy {
        margin: 0;
    }

    .footer-new__bottom_leli {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* new 29.08.2023 */





body,
html {
    max-height: 999999px;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-family: proximanovareg2, proximanovareg2, robotolight, tahoma;
}

body {
    overflow-y: scroll;
    background: #fff;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: 0;
}

img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
}

input,
textarea {
    font-family: inherit;
    font-size: inherit;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.cmsl_clearfix1:after {
    content: "";
    display: block;
    clear: both;
}

.cmsl_clearfix2:after,
.cmsl_clearfix2:before {
    display: table;
    content: "";
}

.cmsl_clearfix2:after {
    clear: both;
}

.cmsl_clearfix3 {
    display: table;
    width: 100%;
}

.cmsl_clearfix3:after {
    content: ". .";
    display: block;
    word-spacing: 9999px;
    height: 0;
    overflow: hidden;
}

.cmsl_clearfix4 {
    zoom: 1;
    display: block;
}

.cmsl_clearfix4:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.cmsl_content {
    min-height: 300px;
}

.posmo {
    display: none;
}

a.posmo_link {
    text-decoration: none !important;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
    margin-bottom: 5px;
}

a.posmo_link:hover {
    text-decoration: none !important;
    border-bottom: 1px dashed;
}

.cmsl_wrapper0 {
    max-width: 1920px;
    margin: 0 auto;
}

.cmsl_wrapper1 {
    max-width: 1280px;
    margin: 0 auto;
}

.cmsl_wrapper2 {
    max-width: 1135px;
    margin: 0 auto;
}

.cmsl_wrapper3 {
    max-width: 990px;
    margin: 0 auto;
}

.cmsl_wrapper1_custom1 {
    max-width: 1505px;
    margin: 0 auto;
}

.cmsl_osntext ol,
.cmsl_osntext ul {
    padding-left: 25px;
}

.cmsl_osntext ul li {
    list-style-image: url(/file/i_pic/cmsl/4x4.png);
    margin-top: 7px;
}

.cmsl_osntext p:nth-of-type(1) {
    margin-top: 0;
}

.cmsl_osntext p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.cmsl_osntext img {
    max-width: 100%;
    height: auto;
}

.pagedis {
    padding-top: 15px;
}

.pagedis a {
    color: #8d8d8d;
    background: #e3e4e5;
    padding: 5px 9px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
}

.pagedis a#act {
    background: #a6b842;
    color: #fff;
}

.bread_crumb {
    font-size: 15px;
    line-height: 1.4;
    margin: 15px 0 25px 0;
}

.bread_crumb .img {
    margin: 0 4px 0 4px;
    width: 7px;
    height: 11px;
    vertical-align: middle;
}

.cmsl_razdsite {
    margin: 25px 0 35px 0;
}

.cmsl_razdsite .push {
    height: 1px;
    line-height: 1px;
}

.cmsl_razdsite h1 {
    font-size: 38px;
    line-height: 1;
    font-family: proximanovasemibold2;
    font-weight: 400;
    margin: 0;
}

.cmsl_theme_breadrazd_wrap {
    background: 0 0;
    position: relative;
    z-index: 100;
}

.cmsl_theme_breadrazd_wrap_inner {
    padding-top: 18px;
    padding-bottom: 45px;
    position: relative;
}

.cmsl_theme_breadrazd_wrap_cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite {
    margin: 0;
    margin-top: 30px;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite.razdsite_no {
    margin-top: 25px;
}

.cmsl_theme_breadrazd_wrap .bread_crumb {
    margin: 0;
    font-family: proximanovareg2;
}

.cmsl_theme_breadrazd_wrap_abs {
    display: none;
    position: absolute;
    top: 20px;
    right: 340px;
}

.cmsl_theme2_content {
    display: flex;
}

.cmsl_theme2_content_col1 {
    flex: 1;
}

.cmsl_theme2_content_col2 {
    width: 380px;
    margin-left: 20px;
}

.cmsl_theme3_content {
    display: flex;
    width: 100%;
}

.cmsl_theme3_content_col1 {
    flex: 0 0 275px;
}

.cmsl_theme3_content_col2 {
    flex: 1;
    padding-left: 37px;
}

.leli {
    display: inline-flex;
    align-items: center;
}

.leli-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 4px;
    font-family: proximanovareg2;
    font-size: 12px;
    text-align: right;
    line-height: 1.4;
}

.leli-links a {
    color: #000;
    text-decoration: none;
}

.leli-links a:hover {
    color: #5d5856;
    text-decoration: none;
}

.leli-img {
    width: 30px;
    height: 30px;
}

.leli-img img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.leli_derevotop {
    padding: 5px 15px;
}

.leli_derevotop ul,
.leli_derevotop ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.leli_derevotop>ul>li {
    padding: 8px 0;
    border-top: 1px #e2e0e0 solid;
    line-height: 1.3;
}

.leli_derevotop>ul>li:first-child {
    border: 0;
}

.leli_derevotop>ul>li a {
    font-size: 16px;
    color: #000;
}

.leli_derevotop>ul>li>ul {
    margin-left: 20px;
}

.leli_derevotop>ul>li>ul>li {
    padding: 5px 0;
    border-top: 1px #e2e0e0 solid;
}

.leli_derevotop>ul>li>ul>li:first-child {
    border: 0;
}

.leli_derevotop>ul>li>ul>li:last-child {
    padding: 0;
}

.leli_derevotop>ul>li>ul>li a {
    font-size: 13px;
    line-height: 1.2;
    color: #000;
}

.leli_derevotop li.act>a {
    color: #06579f;
    font-weight: 700;
}

.cmsl_pagenav {
    margin: 35px 0 35px 0;
    line-height: 1;
    font-family: proximanovalight2;
}

.cmsl_pagenav_title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 4px;
    font-size: 16px;
    line-height: 1;
    color: #606060;
}

.cmsl_pagenav_content {
    display: inline-block;
    vertical-align: middle;
}

.cmsl_pagenav ul,
.cmsl_pagenav ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 0;
    padding: 0;
}

.cmsl_pagenav ul {
    padding-left: 0 !important;
}

.cmsl_pagenav ul li {
    display: inline-block;
    margin: 5px 5px 0 0 !important;
    font-size: 15px;
    line-height: 1;
    color: #000;
}

.cmsl_pagenav_insider {
    display: block;
    color: #8e8e8e;
    text-decoration: none;
    padding: 6px 7px 6px 7px;
    min-width: 28px;
    text-align: center;
    border: 1px #cecece solid;
    border-radius: 3px;
}

a.cmsl_pagenav_insider:hover {
    color: #000;
    text-decoration: none;
    border: 1px #85c3cc solid;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider {
    background: #eee;
    color: #fff;
    border-color: #eee;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider {
    color: #c70000;
}

.cmsl_pagenav_move {
    display: inline-block;
    vertical-align: middle;
    font-family: tahoma;
}

.cmsl_pagenav_move._next {
    margin-left: 15px;
}

.cmsl_pagenav_move a {
    display: inline-block;
    color: #000 !important;
    text-decoration: none !important;
}

.cmsl_pagenav_move a:nth-child(1) {
    margin-left: 0;
}

.site_dialog_theme {
    padding: 40px 20px 50px 20px;
    border: 2px #e5e5e5 solid;
}

.site_dialog_theme_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.site_dialog_theme_title {
    font-size: 33px;
    line-height: 1.1;
}

.site_dialog_theme_content {
    margin-top: 30px;
}

.custom_toggle_header {
    font-size: 20px;
    line-height: 1;
    color: #000;
    padding: 6px 10px 5px 40px;
    position: relative;
    cursor: pointer;
    user-select: none;
    background: #ece8dc;
}

.custom_toggle_header:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -4px;
    width: 21px;
    height: 11px;
    background-image: url(/file/i_pic/cmsl/custom_toggle_icon.png);
    background-repeat: no-repeat;
    transition: all 0.1s ease-out 0s;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.custom_toggle_header:hover {
    color: #000;
}

.custom_toggle_header:hover:after {
    opacity: 0.6;
}

.custom_toggle_content {
    display: none;
    margin: 10px 0 0 0;
    padding-bottom: 15px;
}

.custom_toggle.active .custom_toggle_header:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cmsl_currency_rub {
    font-family: proximanovareg2;
}

.cmsl_currency_rub_bold {
    font-family: proximanovabold2;
}

.header {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 132px;
    z-index: 999;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-space {
    height: 132px;
}

.header_footline {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    line-height: 1px;
    height: 1px;
    background: #e5e5e5;
}

body[data-page="default"] .header_footline {
    display: block;
}

body.fixed-menu .header_footline {
    display: none;
}

body[data-page="default"] .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 394px;
    height: 187px;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
}

.header-logo-block {
    margin-top: 10px;
    margin-left: auto;
}

.header-logo-block img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header-logo-fixed {
    display: none;
}

.header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-left: 30px;
    padding-right: 105px;
}

.header-block-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-block-links ul li {
    margin-right: 13px;
    font-family: proximanovareg2;
    font-size: 15px;
    line-height: 1.07;
    letter-spacing: 0.35px;
    text-align: left;
    color: #000;
}

.header-block-links ul li:last-child {
    margin-right: 0;
}

.header-block-links ul li a {
    color: #000;
    text-decoration: none;
}

.header-block-links ul li a span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#bfbfbf));
    background-image: linear-gradient(to bottom, #bfbfbf, #bfbfbf);
    background-position: 0 1.11em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.header-block-links ul li a:hover {
    color: #5c882d;
    text-decoration: none;
}

.header-block-links ul li a:hover span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5c882d), to(#5c882d));
    background-image: linear-gradient(to bottom, #5c882d, #5c882d);
}

.header-block-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.header-block-phone__menubnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.header-block-contacts__phone {
    /*margin-right: 44px;*/
    margin-right: 19px;
    margin-left: 19px;
    font-family: proximanovasemibold2;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.55px;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

.header-block-contacts__phone a {
    color: #000;
    text-decoration: none;
}

.header-block-contacts__phone a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.header-block-contacts__button {
    position: relative;
}

.header-block-contacts__button a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 215px;
    height: 47px;
    padding: 5px;
    opacity: 0.99;
    margin-left: auto;
    background-color: #a6b842;
    font-family: proximanovalight2;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.7px;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
}

.header-block-contacts__button a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.header-block-contacts__button2 {
    position: relative;
    margin-left: 15px;
}

.header-block-contacts__button2 a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 215px;
    height: 47px;
    padding: 5px;
    opacity: 0.99;
    margin-left: auto;
    /*background-color: #b61e18;*/
    background-color: #640f24;
    font-family: proximanovalight2;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.7px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
}

.header-block-contacts__button2 a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.header-block-contacts__button_mask {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(166, 184, 66, 0.44);
}

.header-block-menubtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    cursor: pointer;
}

.header-block-menubtn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-block-menubtn-block__link {
    margin-right: 7px;
    font-family: proximanovabold2;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.29;
    text-align: left;
    color: #000;
}

.header-block-menubtn-block__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.header-block-menubtn-block__icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header-block-menubtn:hover .header-block-menubtn-block__link {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.header-block-menubtn:hover .header-block-menubtn-block__icon {
    text-decoration: none;
    opacity: 0.7;
}

body.fixed-menu .header {
    position: fixed;
    border: 0;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
}

body.fixed-menu .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.fixed-menu .header-logo-block {
    margin-top: 0;
    margin-left: 0;
}

.menu {
    position: fixed;
    max-width: 460px;
    width: 100%;
    background: #fff;
    right: -105%;
    top: 0;
    bottom: 0;
    z-index: 1000;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: right;
}

.menu-block {
    min-height: 100%;
    height: 100%;
}

.menu-block_cont {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.menu-block_nav {
    width: 100%;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 55px;
}

.menu-block_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu-block_nav_level1>li {
    padding: 10px 0;
    font-family: proximanovalight2;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0.38px;
    text-align: left;
    color: #000;
}

.menu-block_nav_level1>li>a {
    text-decoration: none;
    color: #000;
}

.menu-block_nav_level1>li>a:hover {
    text-decoration: none;
    color: #000;
}

.menu-block_nav_level1>li.active>a {
    color: #5c882d;
    text-decoration: none;
}

ul.menu-block_nav_level2 {
    padding: 15px 10px 8px 55px;
}

.menu-block_nav_level2>li {
    padding: 5px 0;
    font-family: proximanovalight2;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.38px;
    text-align: left;
    color: #000;
}

.menu-block_nav_level2>li>a {
    text-decoration: none;
    color: #000;
}

.menu-block_nav_level2>li>a:hover {
    text-decoration: none;
    color: #000;
}

.menu-block_nav_level2>li.active>a {
    color: #5c882d;
    text-decoration: none;
}

.menu-block-close {
    position: absolute;
    top: 27px;
    right: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.menu-block-close span {
    top: 50%;
    position: absolute;
    width: 32px;
    height: 2px;
    background: #000;
}

.menu-block-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-block-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-block_inform {
    margin-top: auto;
    width: 100%;
    padding: 45px 10px 40px 55px;
    min-height: 390px;
    background: #eceadf;
}

.menu-block_inform_contact_phone {
    font-size: 35px;
    line-height: 1;
    font-family: proximanovalight2;
    color: #000;
}

.menu-block_inform_contact_phone a {
    color: #000;
    text-decoration: none;
}

.menu-block_inform_contact_phone a:hover {
    color: #000;
    text-decoration: none;
}

.menu-block_inform_contact_email {
    margin-top: 15px;
    font-size: 28px;
    line-height: 1;
    font-family: proximanovalight2;
}

.menu-block_inform_contact_email a {
    color: #000;
    text-decoration: none;
}

.menu-block_inform_contact_email a:hover {
    color: #000;
    text-decoration: none;
}

.menu-block_inform_feed {
    margin-top: 115px;
}

.menu-block_inform_feed_list_item {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.9);
}

.menu-block_inform_feed_list_item:nth-child(1) {
    margin-top: 0;
}

.menu-block_inform_feed_list_item a {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    background-image: linear-gradient(to bottom, #93928b, #93928b);
    background-position: 0 1.13em;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    transition: background-size 70ms ease 0s;
}

.menu-block_inform_feed_list_item a:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    background-size: 0 0;
}

.menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.menu-wrap.block {
    display: block;
}

body.menu-open .menu {
    right: 0;
}

body.menu-open .wrap_3s._show_3w {
    z-index: -1 !important;
    display: none;
}

body.menu-open #jivo-iframe-container,
body.menu-open .globalClass_ET,
body.menu-open jdiv {
    display: none !important;
}

body.menu-open .menu-wrap {
    display: block;
}

.main-header-slider {
    position: relative;
    overflow: hidden;
}

.main-header-slider-container {
    position: relative;
    max-width: 1692px;
    margin: 0 auto;
}

.main-header-slider-container-nav {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: -114px;
    width: 335px;
    height: 67px;
    background: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
}

.main-header-slider-container-nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 222px;
    height: 100%;
    padding: 10px 20px;
}

.main-header-slider-container-nav-block__next,
.main-header-slider-container-nav-block__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.main-header-slider-container-nav-block__next:hover,
.main-header-slider-container-nav-block__prev:hover {
    text-decoration: none;
    opacity: 0.7;
}

.main-header-slider-container-nav-block__next img,
.main-header-slider-container-nav-block__prev img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-header-slider-container-block {
    padding-bottom: 50px;
}

.main-header-slider-container-block-wrapper__item {
    /* min-height: 952px; */
    background-size: cover;
    background-position: 50% 0;
    text-decoration: none;
    color: #fff;
    padding-top: 55%;
    background-position: center;
}

.main-header-slider-container-block-wrapper__item_link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
}

.main-header-slider-container-block-wrapper__item_info {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 252px;
    padding-left: 30px;
    padding-bottom: 50px;
}

.main-header-slider-container-block-wrapper__item_info_title {
    max-width: 820px;
    font-family: proximanovablack2;
    font-size: 100px;
    font-weight: 900;
    line-height: 1.04;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.main-header-slider-container-block-wrapper__item_info_button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 29px;
    width: 401px;
    height: 71px;
    margin-top: 30px;
    background-color: #bfd34b;
    font-family: proximanovalight2;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.7px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 500;
}

.main-header-slider-container-block-wrapper__item_info_button_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 30px;
}

.main-header-slider-container-block-wrapper__item_info_button_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-header-slider-container-block-wrapper__item_info_button:hover {
    text-decoration: none;
    background: #a5b73d;
}

/* timer */
.main-header-slider-container-block-wrapper__item_timer {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 220px;
    padding-left: 30px;
    padding-bottom: 50px;
}

.main-header-slider-container-block-wrapper__item_timer_block {
    max-width: 500px;
}

.slider-timer__big-text {
    font-size: 40px;
    font-family: 'proximanovaextrabold2';
    color: #fff;
    text-transform: uppercase;
    line-height: 1.152;
}

.slider-timer__text {
    margin-top: 10px;
    font-size: 30px;
    font-family: "proximanovalight2";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.167;
}

.slider-timer__text strong {
    font-family: 'proximanovaextrabold2';
}

.slider-timer__counter {
    margin-top: 60px;
}

.slider-timer__counter_title {
    font-size: 36px;
    font-family: "proximanovareg2";
    color: #a8c121;
    line-height: 1.384;
}

.slider-timer__counter_date {
    font-size: 36px;
    font-family: "proximanovabold2";
    color: #a8c121;
    line-height: 1.384;
}

.slider-timer__info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    font-size: 16px;
    font-family: "proximanovaregit";
    color: rgba(255, 255, 255, 0.63);
    font-style: italic;
    line-height: 1.563;
}

.slider-timer__logo {
    margin-top: 40px;
}

.slider-timer__logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-header-slider-container-block-wrapper__item_action {
    position: absolute;
    top: 236px;
    right: 30px;
    width: 293px;
    height: 293px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(196, 0, 0, 0.86);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header-slider-container-block-wrapper__item_action_icon {
    margin-bottom: 5px;
}

.main-header-slider-container-block-wrapper__item_action_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-header-slider-container-block-wrapper__item_action_text {
    font-family: proximanovabold2;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.main-header-slider-container-block-wrapper__item_action_text span {
    display: block;
}

.main-header-slider-container-block-wrapper__item_action_text .text1 {
    font-size: 25px;
}

.main-header-slider-container-block-wrapper__item_action_text .text2 {
    font-size: 34px;
}

.main-header-slider-container-block-wrapper__item_action_text .text3 {
    font-size: 30px;
}

.main-advantages {
    margin-top: -50px;
}

.main-advantages-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.main-advantages-block-news {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    max-width: 720px;
    width: 100%;
    padding-top: 90px;
    padding-left: 212px;
}

.main-advantages-block-news::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 73px;
    background: #c40000;
    top: 0;
    left: 27.5%;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
}

.main-advantages-block-news__title {
    font-family: proximanovalight2;
    font-size: 27px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 3.78px;
    color: #000;
    text-transform: uppercase;
}

.main-advantages-block-news__title a {
    text-decoration: none;
    color: #000;
}

.main-advantages-block-news__title a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.main-advantages-block-news__news {
    display: block;
    margin-top: 50px;
    padding-left: 5px;
    padding-right: 10px;
    text-decoration: none;
}

.main-advantages-block-news__news:hover .main-advantages-block-news__news_date {
    text-decoration: underline;
}

.main-advantages-block-news__news_date {
    font-family: proximanovaextrabold2;
    font-size: 21px;
    line-height: 1.48;
    color: #000;
    text-transform: uppercase;
}

.main-advantages-block-news__news_text {
    margin-top: 10px;
    font-family: proximanovalight2;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    text-align: left;
    color: #000;
}

.main-advantages-block-news__allnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 38px;
    font-family: proximanovareg2;
    font-size: 16px;
    line-height: 1.94;
    text-align: left;
    color: #484848;
}

.main-advantages-block-news__allnews a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #484848;
}

.main-advantages-block-news__allnews a:hover .main-advantages-block-news__allnews_text {
    text-decoration: none;
    background-image: none;
}

.main-advantages-block-news__allnews_text {
    margin-right: 14px;
    color: #484848;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#bfbfbf));
    background-image: linear-gradient(to bottom, #bfbfbf, #bfbfbf);
    background-position: 0 1.5em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.main-advantages-block-news__allnews_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-advantages-block-news__allnews_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-advantages-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-advantages-block-items-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 360px;
    min-height: 412px;
    padding-top: 138px;
    border-left: 1px solid #e5e5e5;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
}

.main-advantages-block-items-item:last-child {
    border-right: 1px solid #e5e5e5;
}

.main-advantages-block-items-item-info {
    padding: 20px 35px 20px 35px;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.main-advantages-block-items-item-info__num {
    min-height: 50px;
    margin-bottom: 10px;
    font-family: rockwellsemibold;
    font-size: 61px;
    font-weight: 800;
    line-height: 0.72;
    letter-spacing: -2.44px;
    text-align: left;
    color: #c3af76;
}

.main-advantages-block-items-item-info__text {
    font-family: proximanovalight2;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.main-advantages-block-items-item-info__icon {
    min-height: 50px;
    margin-bottom: 10px;
}

.main-advantages-block-items-item-info__icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-catalogue {
    background: #e9e6df;
}

.main-catalogue-container {
    position: relative;
    overflow: hidden;
    max-width: 1450px;
    padding: 0 60px;
    margin: 0 auto;
}

.main-catalogue-container-slider {
    position: relative;
    padding: 0 25px;
    background: #fff;
}

.main-catalogue_item {
    text-align: center;
}

.main-catalogue-container-slider .swiper-slide {
    height: auto;
}

.main-catalogue-container-slider-nav__next,
.main-catalogue-container-slider-nav__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.main-catalogue-container-slider-nav__next.swiper-button-disabled,
.main-catalogue-container-slider-nav__prev.swiper-button-disabled {
    opacity: 0.25 !important;
    cursor: default;
}

.main-catalogue-container-slider-nav__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -42px;
}

.main-catalogue-container-slider-nav__prev:hover {
    text-decoration: none;
    opacity: 0.7;
}

.main-catalogue-container-slider-nav__prev img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-catalogue-container-slider-nav__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: -42px;
}

.main-catalogue-container-slider-nav__next:hover {
    text-decoration: none;
    opacity: 0.7;
}

.main-catalogue-container-slider-nav__next img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-catalogue-container-slider_wrap.nav_hide .main-catalogue-container-slider-nav__prev {
    display: none !important;
}

.main-catalogue-container-slider_wrap.nav_hide .main-catalogue-container-slider-nav__next {
    display: none !important;
}

.main-action {
    margin-top: 95px;
}

.main-action_title {
    margin-bottom: 78px;
    font-size: 0;
    line-height: 1;
    padding: 0 50px;
}

.main-action_title_inner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.main-action_title_line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.main-action_title_name {
    position: relative;
    z-index: 20;
    display: inline-block;
    vertical-align: top;
    padding: 0 53px;
    background: #fff;
    font-family: proximanovaregit;
    font-size: 35px;
    line-height: 1;
    color: #5c882d;
}

.main-action-block-slider {
    position: relative;
}

.main-action-block-slider-container.mobile {
    display: none;
}

.main-action-block-slider-container-wrapper__item {
    height: auto;
    position: relative;
}

.main-action-block-slider-container-wrapper__item_linker {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.main-action-block-slider-container-wrapper__item_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.main-action-block-slider-container-wrapper__item_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-action-block-slider-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 263px;
    height: 61px;
    padding: 5px 20px;
    margin-top: -25px;
    margin-left: 30px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
    z-index: 2;
}

.main-action-block-slider-nav__text {
    margin-right: 20px;
    font-family: proximanovalight2;
    font-size: 27px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 3.78px;
    text-align: left;
    color: #c40000;
    text-transform: uppercase;
}

.main-action-block-slider-nav__text a {
    color: #c40000;
    text-decoration: none;
    text-transform: uppercase;
}

.main-action-block-slider-nav__text a:hover {
    text-decoration: none;
    color: #da1c1c;
}

.main-action-block-slider-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.main-action-block-slider-nav__buttons_prev {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.main-action-block-slider-nav__buttons_prev img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-action-block-slider-nav__buttons_prev:hover {
    opacity: 0.7;
    text-decoration: none;
}

.main-action-block-slider-nav__buttons_next {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.main-action-block-slider-nav__buttons_next img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-action-block-slider-nav__buttons_next:hover {
    opacity: 0.7;
    text-decoration: none;
}

.main-mission {
    margin-top: 85px;
}

.main-mission-block {
    padding: 0 20px;
}

.main-mission-block__text {
    font-family: proximanovalight2;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    text-align: justify;
    color: #000;
}

.footer-space {
    width: 100%;
    height: 102px;
}

.footer {
    background: #eceadf;
}

.footer-top {
    padding-top: 55px;
    padding-bottom: 20px;
}

.footer-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 236px;
}

.footer-top-block__adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 25px 15px;
    width: 402px;
    border-right: 1px solid #cdcab8;
}

.footer-top-block__adress_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 47px;
    height: 46px;
    margin-bottom: 15px;
}

.footer-top-block__adress_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer-top-block__adress_text {
    font-family: proximanovalight2;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.13;
    text-align: center;
    color: #000;
}

.footer-top-block__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 25px 15px;
    width: 464px;
    border-right: 1px solid #cdcab8;
}

.footer-top-block__phone_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 47px;
    height: 46px;
    margin-bottom: 15px;
}

.footer-top-block__phone_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer-top-block__phone_tel {
    margin-bottom: 10px;
    text-align: center;
}

.footer-top-block__phone_tel a {
    font-family: proximanovalight2;
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.footer-top-block__phone_tel a:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.footer-top-block__phone_btn {
    margin-top: auto;
}

.footer-top-block__phone_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 353px;
    height: 64px;
    padding: 5px;
    background-color: #c5b892;
    font-family: proximanovareg2;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 2.8px;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}

.footer-top-block__phone_btn a:hover {
    background: #a7b844;
    text-decoration: none;
}

.footer-top-block__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 25px 15px;
    width: 415px;
}

.footer-top-block__mail_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 47px;
    height: 46px;
    margin-bottom: 15px;
}

.footer-top-block__mail_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer-top-block__mail_email {
    margin-bottom: 10px;
    text-align: center;
}

.footer-top-block__mail_email a {
    font-family: proximanovalight2;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.75px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.footer-top-block__mail_email a:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.footer-top-block__mail_btn {
    margin-top: auto;
}

.footer-top-block__mail_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 353px;
    height: 64px;
    padding: 5px;
    background-color: #c5b892;
    font-family: proximanovareg2;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 2.8px;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}

.footer-top-block__mail_btn a:hover {
    background: #a7b844;
    text-decoration: none;
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 100px;
    border-top: 1px solid #cdcab8;
}

.footer-bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-bottom-block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 110px;
}

.footer-bottom-block__info_copy {
    margin-right: 60px;
    font-family: proximanovareg2;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.15px;
    text-align: left;
    color: #000;
}

.footer-bottom-block__info_personal {
    font-family: proximanovareg2;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.15px;
    text-align: left;
    color: #000;
}

.footer-bottom-block__info_personal a {
    text-decoration: none;
    color: #000;
}

.footer-bottom-block__info_personal a span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.footer-bottom-block__info_personal a:hover {
    text-decoration: none;
}

.footer-bottom-block__info_personal a:hover span {
    background-image: none;
}

.footer-bottom-block__metrics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
}

.footer-bottom-block__metrics_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom-block__leli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
}

.commer_realty_button1 {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #c5b892;
    width: 345px;
    height: 53px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.commer_realty_button1:hover {
    text-decoration: none;
    color: #000;
    background: #cec3a3;
}

.site_about_button1 {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #c5b892;
    width: 290px;
    height: 49px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.site_about_button1:hover {
    text-decoration: none;
    color: #000;
    background: #cec3a3;
}

.newrealty_house_list1_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.newrealty_house_list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.newrealty_house_list1_item {
    margin: 0 5px 10px 5px;
    width: calc(33.33% - 10px);
}

.newrealty_house_list1_block {
    background: #e9e6df;
    max-width: 419px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    transition: all 0.2s ease-out 0s;
    will-change: background;
}

.newrealty_house_list1_block_photo {
    display: block;
    padding-top: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    text-decoration: none !important;
}

.newrealty_house_list1_block_status {
    position: absolute;
    z-index: 20;
    top: 20px;
    left: 20px;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px 3px 5px 3px;
    font-family: proximanovasemibold2;
    font-size: 12.3px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #c40000;
}

.newrealty_house_list1_block_content {
    padding: 38px 7px 45px 15px;
}

.newrealty_house_list1_item.these_objects .newrealty_house_list1_block_content {
    padding-bottom: 90px;
}


.newrealty_house_list1_block_content_inner {
    min-height: 100px;
    max-width: 360px;
    margin: 0 auto;
}

.newrealty_house_list1_block_name {
    font-size: 27px;
    line-height: 1.2;
    font-family: proximanovabold2;
    text-transform: uppercase;
}

.newrealty_house_list1_block_name a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #918f8b, #918f8b);
    background-position: 0 1.13em;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    transition: background-size 70ms ease 0s;
}

.newrealty_house_list1_block_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0 0;
}

.newrealty_house_list1_block_text {
    margin-top: 32px;
    font-size: 17px;
    font-family: proximanovareg2;
    color: #000;
    line-height: 1.5;
}

.newrealty_house_list1_block_text p {
    margin: 0;
    margin-bottom: 15px;
}

.newrealty_house_list1_block_info {
    margin-top: 28px;
    font-family: proximanovareg2;
    font-size: 0;
    line-height: 1;
}

.newrealty_house_list1_block_info_area {
    display: inline-flex;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 15px;
}

.newrealty_house_list1_block_info_price {
    display: inline-flex;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 15px;
}

.newrealty_house_list1_block_info_block {
    display: inline-flex;
    vertical-align: top;
    line-height: 1;
    font-size: 0;
}

.newrealty_house_list1_block_info_block_icon {
    width: 20px;
}

.newrealty_house_list1_block_info_block_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.newrealty_house_list1_block_info_block_name {
    flex: 1;
    margin-left: 10px;
    font-size: 17px;
    line-height: 1.1;
    color: #000;
    font-family: proximanovareg2;
    padding-top: 2px;
}

.newrealty_house_list1_block:hover {
    background: #e6dec6;
}

.newrealty_house_list1_block_but {
    margin-top: 31px;
}

.newrealty_house_list1_block_but_button {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #c40000;
    min-width: 200px;
    height: 42px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
    font-family: proximanovalight2;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.newrealty_house_list1_block_but_button:hover {
    text-decoration: none;
    color: #fff;
    background: #d53535;
}

.newrealty_plan_list1 {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}

.newrealty_plan_list1_item {
    width: calc(33.33% - 8px);
    margin: 4px 4px 55px 4px;
}

.newrealty_plan_list1_block {
    position: relative;
    transition: all 0.2s ease-out 0s;
    border: 1px #e2e2e2 solid;
    padding: 40px 34px 70px 34px;
}

.newrealty_plan_list1_block_photo {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.newrealty_plan_list1_block_content {
    margin-top: 40px;
}

.newrealty_plan_list1_block_name {
    font-size: 27px;
    line-height: 1.1;
    font-family: proximanovasemibold2;
}

.newrealty_plan_list1_block_name a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #918f8b, #918f8b);
    background-position: 0 1.13em;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    transition: background-size 70ms ease 0s;
}

.newrealty_plan_list1_block_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0 0;
}

.newrealty_plan_list1_block_info {
    margin-top: 28px;
    font-family: proximanovareg2;
    font-size: 17px;
    line-height: 1.1;
}

.newrealty_plan_list1_block_info_area {
    display: inline-flex;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 15px;
}

.newrealty_plan_list1_block_info_price {
    display: inline-flex;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 15px;
}

.newrealty_plan_list1_block_info_block {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    line-height: 1;
    font-size: 0;
}

.newrealty_plan_list1_block_info_block_icon {
    width: 20px;
}

.newrealty_plan_list1_block_info_block_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.newrealty_plan_list1_block_info_block_name {
    margin-left: 10px;
    font-size: 17px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
}

.newrealty_plan_list1_block_but {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    text-align: center;
}

.newrealty_plan_list1_block_but_button {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #e9e6df;
    width: 100%;
    max-width: 325px;
    height: 50px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.newrealty_plan_list1_block_but_button:hover {
    text-decoration: none;
    color: #000;
    background: #bfd34b;
}

.newrealty_plan_list1_block:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 1x rgba(0, 0, 0, 0.1);
}

.newrealty_main_action_text1 {
    margin-bottom: 30px;
}

.newrealty_main_action_text2 {
    margin-top: 30px;
}

.newrealty_cat_view_action_text1 {
    padding: 30px;
    margin-bottom: 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.newrealty_cat_view_action_text2 {
    padding: 30px;
    margin-bottom: 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.newrealty_house_view_text2 {
    margin-top: 50px;
    max-width: 1280px;
    margin: 0 auto;
}

.newrealty_house_view_action_shap {
    position: relative;
}

.newrealty_house_view_action_shap_bground_wrap {
    height: 803px;
}

.newrealty_house_view_action_shap_wpapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1280px;
    margin-left: -640px;
    height: 100%;
    z-index: 20;
}

.newrealty_house_view_action_shap_bground {
    padding-top: 30px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newrealty_house_view_action_shap_bull {
    position: absolute;
    z-index: 20;
    bottom: 65px;
    left: 12px;
    max-width: 700px;
}

.newrealty_house_view_action_shap_bull_razdsite h1 {
    font-size: 65px;
    line-height: 0.9;
    color: #fff;
    font-family: proximanovablack2;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.newrealty_house_view_action_shap_bull_kompleks {
    margin-top: 35px;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
}

.newrealty_house_view_action_shap_bull_kompleks a {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #c5c5c6, #c5c5c6);
    background-position: 0 1.13em;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    transition: background-size 70ms ease 0s;
}

.newrealty_house_view_action_shap_bull_kompleks a:hover {
    color: #fff;
    text-decoration: none;
    background-size: 0 0;
}

.newrealty_house_view_action_shap_card {
    position: absolute;
    z-index: 10;
    right: -40px;
    bottom: -22%;
    width: 570px;
    background: #fff;
    min-height: 400px;
    padding: 40px 25px 40px 25px;
}

.newrealty_house_view_action_shap_card_cont1 {
    display: flex;
    align-items: center;
    min-height: 46px;
}

.newrealty_house_view_action_shap_card_cont1_box1 {
    width: 175px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    color: #000;
    font-family: proximanovabold2;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.newrealty_house_view_action_shap_card_cont1_box2 {
    flex: 1;
    position: relative;
    padding-left: 27px;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 1.1;
    font-family: proximanovasemibold2;
}

.newrealty_house_view_action_shap_card_cont1_box2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d3d3d3;
}

.newrealty_house_view_action_shap_card_complete_project_title {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
}

.newrealty_house_view_action_shap_card_complete_project_value {
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.1;
    font-family: proximanovasemibold2;
}

.newrealty_house_view_action_shap_card_complete_project_span_second {
    margin-left: 5px;
    text-decoration: line-through;
}

.newrealty_house_view_action_shap_card_complete_project.new_is .newrealty_house_view_action_shap_card_complete_project_value {
    color: #dc2b24;
}

.newrealty_house_view_action_shap_cont2 {
    display: flex;
    margin-top: 40px;
}

.newrealty_house_view_action_shap_cont2_box1 {
    width: 175px;
    text-align: right;
    padding-right: 20px;
}

.newrealty_house_view_action_shap_cont2_box2 {
    flex: 1;
    padding-left: 5px;
}

.newrealty_house_view_action_shap_card_process_list_item {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 11px;
}

.newrealty_house_view_action_shap_card_process {
    margin-top: 25px;
    line-height: 1;
    font-size: 0;
    display: flex;
    flex-wrap: nowrap;
}

.newrealty_house_view_action_shap_card_process_box:nth-child(1) {
    width: 120px;
    margin-right: 10px;
}

.newrealty_house_view_action_shap_card_process_list_item {
    line-height: 1;
    font-size: 0;
}

.newrealty_house_view_action_shap_card_process_list_item:nth-child(1) {
    margin: 0;
}

.newrealty_house_view_action_shap_card_process_list_item_icon {
    width: 18px;
}

.newrealty_house_view_action_shap_card_process_list_item_icon span {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background-image: url(/file/newrealty/newrealty_house_view_action_shap_card_process_list_item_icon.png);
    background-repeat: no-repeat;
}

.newrealty_house_view_action_shap_card_process_list_item_name {
    padding-top: 3px;
    margin-left: 8px;
    font-size: 15px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    font-family: proximanovareg2;
}

.newrealty_house_view_action_shap_card_process_list_item.active .newrealty_house_view_action_shap_card_process_list_item_name {
    color: rgba(0, 0, 0, 1);
}

.newrealty_house_view_action_shap_card_process_list_item.active .newrealty_house_view_action_shap_card_process_list_item_icon span {
    background-position: 0 -18px;
}

.newrealty_spacemap {
    width: 100%;
    height: 450px;
    position: relative;
}

#newrealty_spacemap_map1 {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#newrealty_spacemap_map1 [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.newrealty_spacemap_notoach_layer {
    display: none;
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.newrealty_spacemap_notoach_layer_but {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
    text-align: center;
}

.newrealty_spacemap_notoach_layer_but_button {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #e9e6df;
    width: 100%;
    max-width: 250px;
    height: 45px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0.8;
}

.newrealty_spacemap_notoach_layer_but_button:hover {
    text-decoration: none;
    color: #000;
    background: #f4f2ee;
}

.newrealty_spacemap.notouch .newrealty_spacemap_map {
    pointer-events: none;
}

.newrealty_spacemap.notoach .newrealty_spacemap_notoach_layer {
    display: block;
}

.sellPerCirc,
.sellPerCirc *,
.sellPerCirc :after,
.sellPerCirc :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sellPerCirc {
    position: relative;
    text-align: center;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    background: #feea68;
    background-image: linear-gradient(91deg, transparent 50%, #fff 50%), linear-gradient(90deg, #fff 50%, transparent 50%);
}

.sellPerCircInner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    top: 8px;
    left: 8px;
    text-align: center;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 100%;
    background: #fff;
    font-size: 0;
    line-height: 1;
    color: #000;
    font-family: proximanovasemibold2;
}

.sellPerCircStat {
    font-size: 30px;
    line-height: 1;
}

.sellPerCircDuo {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    margin-top: 4px;
    margin-left: 4px;
    width: calc(100% - 11px);
    height: calc(100% - 11px);
    border-radius: 100%;
    background: 0 0;
    border: 2px #feea68 solid;
}

.newrealty_house_view_action_shap_but2 {
    margin-top: 15px;
    text-align: center;
}

.newrealty_house_view_action_shap_but2_button {
    display: inline-flex;
    vertical-align: top;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 405px;
    height: 68px;
    background: #b61e18;
    margin: 0;
    padding: 0;
    outline: 0;
    user-select: none;
    text-decoration: none !important;
    font-size: 0;
    line-height: 1;
    transition: all 0.2s ease-out 0s;
    will-change: background;
}

.newrealty_house_view_action_shap_but2_button:hover {
    background: #da413b;
}

.newrealty_house_view_action_shap_but2_button_cont_name {
    margin-left: 20px;
    font-size: 19px;
    line-height: 1;
    font-family: proximanovalight2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.newrealty_house_view_action_shap_but {
    margin-top: 43px;
    text-align: center;
}

.newrealty_house_view_action_shap_but_button {
    display: inline-flex;
    vertical-align: top;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 405px;
    height: 68px;
    background: #bfd34b;
    margin: 0;
    padding: 0;
    outline: 0;
    user-select: none;
    text-decoration: none !important;
    font-size: 0;
    line-height: 1;
    transition: all 0.2s ease-out 0s;
    will-change: background;
}

.newrealty_house_view_action_shap_but_button:hover {
    background: #c8dc5b;
}

.newrealty_house_view_action_shap_but_button_cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.newrealty_house_view_action_shap_but_button_cont_icon {
    width: 33px;
    height: 33px;
    background-image: url(/file/newrealty/newrealty_house_view_action_shap_but_button_cont_icon.png);
    background-repeat: no-repeat;
}

.newrealty_house_view_action_shap_but_button_cont_name {
    margin-left: 20px;
    font-size: 19px;
    line-height: 1;
    font-family: proximanovalight2;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}



.newrealty_house_view_action_title_union {
    font-size: 0;
    line-height: 1;
    padding-bottom: 13px;
}

.newrealty_house_view_action_title_union span {
    display: block;
    position: relative;
    font-size: 35px;
    line-height: 1;
    font-family: proximanovasemibold2;
    text-transform: uppercase;
}

.newrealty_house_view_action_title_union span:after {
    content: "";
    font-size: 0;
    line-height: 1;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 90px;
    height: 3px;
    background: #c3af76;
}

.newrealty_house_view_action_plan_pane {
    margin-top: 137px;
}

.newrealty_house_view_action_plan_pane_podtitle {
    margin-top: 28px;
    font-size: 24px;
    line-height: 1.3;
    font-family: proximanovareg2;
}

.newrealty_house_view_action_plan_pane_list {
    margin-top: 70px;
}

.newrealty_house_view_action_plash {
    margin-top: 135px;
}

.newrealty_house_view_action_plash_inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
}

.newrealty_house_view_action_plash_image {
    width: 1082px;
}

.newrealty_house_view_action_plash_image2 {
    display: none;
}

.newrealty_house_view_action_plash_image img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.newrealty_house_view_action_plash_info {
    flex: 1;
    background: #f3f1ed;
    position: relative;
    padding: 65px 20px 80px 60px;
}

.newrealty_house_view_action_plash_info_name {
    font-size: 40px;
    line-height: 1.15;
    color: #000;
    font-family: proximanovasemibold2;
    text-transform: uppercase;
}

.newrealty_house_view_action_plash_photo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.newrealty_house_view_action_plash_but {
    position: absolute;
    z-index: 20;
    left: -3%;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
}

.newrealty_house_view_action_plash_but_button {
    display: inline-flex;
    vertical-align: top;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 504px;
    height: 52px;
    background: #dc2b24;
    margin: 0;
    padding: 0;
    outline: 0;
    user-select: none;
    text-decoration: none !important;
    font-size: 0;
    line-height: 1;
    transition: all 0.2s ease-out 0s;
    will-change: background;
}

.newrealty_house_view_action_plash_but_button_cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 5px 0 10px;
}

.newrealty_house_view_action_plash_but_button_cont_icon {
    width: 23px;
    height: 24px;
    background-image: url(/file/newrealty/newrealty_house_view_action_plash_but_button_cont_icon.svg);
    background-repeat: no-repeat;
}

.newrealty_house_view_action_plash_but_button_cont_name {
    flex: 1;
    margin-left: 20px;
    font-size: 19px;
    line-height: 1;
    font-family: proximanovalight2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.newrealty_house_view_action_plash_but_button:hover {
    background: #e74943;
}

.newrealty_house_view_action_document {
    margin-top: 155px;
}

.newrealty_house_view_action_document_podtitle {
    margin-top: 37px;
    font-size: 22px;
    line-height: 1.3;
    font-family: proximanovareg2;
}

.newrealty_house_view_action_document_content {
    margin-top: 45px;
}

.newrealty_house_view_action_document_content_cont {
    display: flex;
    flex-wrap: nowrap;
}

.newrealty_house_view_action_document_content_cont_box1 {
    width: 462px;
    padding-bottom: 30px;
}

.newrealty_house_view_action_document_content_cont_box2 {
    flex: 1;
    margin-left: 90px;
}

.newrealty_house_view_action_document_face img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.newrealty_house_view_action_document_but {
    margin-top: 25px;
    text-align: center;
}

.newrealty_house_view_action_document_but_button {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #bfd34b;
    width: 100%;
    max-width: 280px;
    height: 47px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.newrealty_house_view_action_document_but_button:hover {
    text-decoration: none;
    color: #000;
    background: #cadd5e;
}

.newrealty_house_view_action_document_list_wrap {
    position: relative;
}

.newrealty_house_view_action_document_list_wrap:before {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 70px;
    content: "";
    display: block;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
    pointer-events: none;
}

.newrealty_house_view_action_document_list_wrap.shadow_no:before {
    display: none;
}

.newrealty_house_view_action_document_list {
    position: relative;
    max-height: 405px;
    overflow: visible;
    overflow-y: auto;
}

.newrealty_document_list {
    font-size: 0;
    line-height: 1;
    position: relative;
    padding-bottom: 45px;
}

.newrealty_document_list_item {
    margin-top: 8px;
    border: 1px #dadada solid;
    padding: 10px 10px 12px 10px;
    display: block;
    text-decoration: none !important;
}

.newrealty_document_list_item_cont {
    display: flex;
    flex-wrap: nowrap;
    max-width: 640px;
    min-height: 50px;
    margin: 0 auto;
}

.newrealty_document_list_item:nth-child(1) {
    margin: 0;
}

.newrealty_document_list_item_cont_icon {
    width: 25px;
    padding-top: 11px;
}

.newrealty_document_list_item_cont_icon span {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 25px;
    background-image: url(/file/newrealty/newrealty_document_list_item_cont_icon.svg);
    background-repeat: no-repeat;
}

.newrealty_document_list_item_cont_name {
    flex: 1;
    align-self: center;
    margin-left: 25px;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-family: proximanovareg2;
}

.newrealty_document_list_item:hover {
    background: #f1f1f1;
}

.newrealty_house_view_action_etapalbum {
    margin-top: 175px;
}

.newrealty_house_view_action_etapalbum_content {
    margin-top: 45px;
    background: #e9e6df;
}

.newrealty_house_view_action_etapalbum_inner2 {
    max-width: 1340px;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
}

.newrealty_house_view_action_etapalbum_inner2b {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 250px;
}

.newrealty_house_view_action_text1 {
    margin-top: 140px;
}

.newrealty_house_view_action_button1_union {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #e9e6df;
    min-width: 248px;
    height: 51px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: proximanovareg2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.newrealty_house_view_action_button1_union:hover {
    text-decoration: none;
    color: #000;
    background: #a7b943;
}

.newrealty_house_view_action_cat_advantage {
    margin-top: 150px;
}

.newrealty_house_view_action_infrastructure {
    margin-top: 85px;
}

.newrealty_house_view_action_infrastructure_list {
    display: flex;
    flex-wrap: wrap;
}

.newrealty_house_view_action_infrastructure_list_item {
    width: 20%;
    text-align: center;
    margin: 28px 0 28px 0;
}

.newrealty_house_view_action_infrastructure_list_item_inner {
    max-width: 200px;
    margin: 0 auto;
}

.newrealty_house_view_action_infrastructure_list_item_icon {
    min-height: 50px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
}

.newrealty_house_view_action_infrastructure_list_item_icon img {
    max-width: 100%;
    height: auto;
}

.newrealty_house_view_action_infrastructure_list_item_name {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3;
    font-family: proximanovareg2;
    color: #000;
}

.news_list1_item {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px #cbcbcb solid;
}

.news_list1_item:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.news_list1_item_section {
    display: flex;
    flex-wrap: nowrap;
}

.news_list1_item_section_box1 {
    width: 380px;
}

.news_list1_item_section_box2 {
    flex: 1;
    margin-left: 45px;
    padding-top: 15px;
}

.news_list1_item_photo {
    display: block;
    padding-top: 66%;
    position: relative;
}

.news_list1_item_photo_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news_list1_item_photo img {
    display: none;
}

.news_list1_item_name {
    font-size: 25px;
    line-height: 1.3;
}

.news_list1_item_name a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #e3e0e0, #787876);
    background-position: 0 1.08em;
    background-repeat: repeat-x;
    background-size: 50% 2px;
    transition: background-size 70ms ease 0s;
}

.news_list1_item_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0 0;
}

.news_list1_item_anons {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.3;
}

.news_list1_item_dop {
    margin-top: 40px;
}

.news_list1_item_dop_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.news_list1_item_dop_item:last-child {
    margin: 0;
}

.news_list1_item_date {
    padding-left: 27px;
    padding-top: 1px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.news_list1_item_date:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_list1_date2.svg?rand=3);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.news_list1_item_sea_count {
    padding-left: 32px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.news_list1_item_sea_count:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_list1_sea_count2.svg?rand=3);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.news__list2_photo {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: center;
}

.news__list2_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news__list2_bl {
    margin-left: 200px;
    padding-left: 28px;
}

.news__list2_name a {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.news__list2_name a:hover {
    text-decoration: underline;
}

.news__list2_textma {
    margin-top: 8px;
}

.news__list2_textma a {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #414040;
    text-decoration: none;
}

.news__list2_date {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.news__list2_hr {
    line-height: 1px;
    height: 1px;
    background: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news__list2_block.photo_no .news__list2_bl {
    margin-left: 0;
}

.news__list3_item {
    float: left;
    text-decoration: none !important;
    vertical-align: top;
    width: 31%;
    padding: 0;
    color: #000;
    margin-right: 3%;
    margin-bottom: 35px;
}

.news__list3_item:nth-child(3n) {
    margin-right: 0;
}

.news__list3_item:nth-child(3n + 1) {
    clear: left;
}

.news__list3_photo {
    text-decoration: none;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.news__list3_photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.25s ease-out 0.1s;
}

.news__list3_date {
    font-size: 16px;
    line-height: 1;
    color: #6c6c6c;
    margin: 33px 0 0 0;
}

.news__list3_name {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    min-height: 75px;
}

.news__list3_gorline {
    line-height: 1px;
    height: 1px;
    background: #b7b7b7;
    margin: 12px 0 15px 0;
}

.news__list3_textma {
    font-size: 16px;
    line-height: 1.4;
    color: #4f4f4f;
}

.news__list3_item:hover .news__list3_name {
    text-decoration: underline;
}

.news__list3_item:hover .news__list3_photo:after {
    opacity: 0.3;
}

.news__news_view__action_title_span {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: proximanovasemibold2;
}

.news__news_view__action_anons {
    margin-top: 23px;
    font-size: 20px;
    line-height: 1.3;
    font-family: proximanovalight2;
}

.news__view_action_photo-basic {
    margin-top: 33px;
    text-align: center;
}

.news__view_action_photo-basic img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news__news_view__action_description {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: justify;
}

.news__news_view__action_photo_preview {
    margin-top: 50px;
}

.news__otherlist1 {
    margin-top: 80px;
    font-size: 15px;
    line-height: 1.4;
}

.news__otherlist1 table {
    width: 100%;
}

.news__otherlist1 table td {
    vertical-align: top;
    padding: 3px;
}

.news__otherlist1 .td1 {
    width: 130px;
    text-align: right;
    color: #666;
}

.news__otherlist1.td1 .date {
    white-space: nowrap;
}

.news__otherlist1 .td2 {
    padding-left: 20px;
}

.news__otherlist1 .hr {
    background: #bdbdbd;
    line-height: 1px;
    height: 1px;
    margin-bottom: 30px;
}

.news__otherlist1_name {
    font-size: 16px;
    line-height: 1.2;
}

.news__otherlist1_name a {
    text-decoration: underline;
    color: #000;
}

.news__otherlist1_name a:hover {
    text-decoration: none;
    color: #000;
}

.news__otherlist1_item.active .news__otherlist1_name a {
    text-decoration: none;
    color: #333;
}

.news__news_view__action_theme_column {
    display: flex;
    flex-wrap: nowrap;
    min-height: 300px;
    position: relative;
}

.news__news_view__action_theme_column_box1 {
    width: 275px;
    position: relative;
    padding-right: 50px;
}

.news__news_view__action_theme_column_box1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    max-height: 350px;
    background: #c7c7c7;
}

.news__news_view__action_theme_column_box2 {
    flex: 1;
    padding-left: 50px;
    max-width: 720px;
}

.news__news_view__action_date {
    padding-left: 27px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_date:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_view_date2.svg?rand=3);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.news__news_view__action_sea_count {
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_sea_count:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_view_sea_count2.svg?rand=3);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.news__news_view__action_category {
    margin-top: 20px;
}

.news__news_view__action_category_title {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_category_content {
    margin-top: 4px;
    line-height: 1.3;
}

.news__news_view__action_category_content a {
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    text-decoration: underline;
}

.news__list_route_union {
    max-width: 1075px;
}

.news_photo_album_list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
}

.news_photo_album_list1_item {
    width: 50%;
    padding: 11px;
}

.news_photo_album_list1_item_inner {
    display: block;
    text-decoration: none !important;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.news_photo_album_list1_item_photo {
    padding-top: 72%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news_photo_album_list1_item_bg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in 0s;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
}

.news_photo_album_list1_item_zoom {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 47px;
    height: 47px;
    background-image: url(/file/i_pic/news_photo_album_list1_zoom.svg?rand=2);
    background-repeat: no-repeat;
    transition: all 0.1s ease-in 0s;
    -webkit-transform: translateX(-51%) translateY(-50%);
    -moz-transform: translateX(-51%) translateY(-50%);
    -ms-transform: translateX(-51%) translateY(-50%);
    -o-transform: translateX(-51%) translateY(-50%);
    transform: translateX(-51%) translateY(-50%);
}

.news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_bg {
    visibility: visible;
    opacity: 1;
}

.news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_zoom {
    visibility: visible;
    opacity: 1;
}

.info_list1_item {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px #cbcbcb solid;
}

.info_list1_item:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.info_list1_item_section {
    display: flex;
    flex-wrap: nowrap;
}

.info_list1_item_section_box1 {
    width: 380px;
}

.info_list1_item_section_box2 {
    flex: 1;
    margin-left: 45px;
    padding-top: 15px;
}

.info_list1_item_photo {
    display: block;
    padding-top: 66%;
    position: relative;
}

.info_list1_item_photo_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.info_list1_item_photo img {
    display: none;
}

.info_list1_item_name {
    font-size: 25px;
    line-height: 1.3;
}

.info_list1_item_name a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #e3e0e0, #787876);
    background-position: 0 1.08em;
    background-repeat: repeat-x;
    background-size: 50% 2px;
    transition: background-size 70ms ease 0s;
}

.info_list1_item_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0 0;
}

.info_list1_item_anons {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.3;
}

.info_list1_item_dop {
    margin-top: 40px;
}

.info_list1_item_dop_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.info_list1_item_dop_item:last-child {
    margin: 0;
}

.info_list1_item_date {
    padding-left: 27px;
    padding-top: 1px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.info_list1_item_date:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(/modul/info/img/info_list1_date2.svg?rand=3);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.info_list1_item_sea_count {
    padding-left: 32px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.info_list1_item_sea_count:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/modul/info/img/info_list1_sea_count2.svg?rand=3);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.info__list2_photo {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: center;
}

.info__list2_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.info__list2_bl {
    margin-left: 200px;
    padding-left: 28px;
}

.info__list2_name a {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.info__list2_name a:hover {
    text-decoration: underline;
}

.info__list2_textma {
    margin-top: 8px;
}

.info__list2_textma a {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #414040;
    text-decoration: none;
}

.info__list2_date {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.info__list2_hr {
    line-height: 1px;
    height: 1px;
    background: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info__list2_block.photo_no .info__list2_bl {
    margin-left: 0;
}

.info__list3_item {
    float: left;
    text-decoration: none !important;
    vertical-align: top;
    width: 31%;
    padding: 0;
    color: #000;
    margin-right: 3%;
    margin-bottom: 35px;
}

.info__list3_item:nth-child(3n) {
    margin-right: 0;
}

.info__list3_item:nth-child(3n + 1) {
    clear: left;
}

.info__list3_photo {
    text-decoration: none;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.info__list3_photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.25s ease-out 0.1s;
}

.info__list3_date {
    font-size: 16px;
    line-height: 1;
    color: #6c6c6c;
    margin: 33px 0 0 0;
}

.info__list3_name {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    min-height: 75px;
}

.info__list3_gorline {
    line-height: 1px;
    height: 1px;
    background: #b7b7b7;
    margin: 12px 0 15px 0;
}

.info__list3_textma {
    font-size: 16px;
    line-height: 1.4;
    color: #4f4f4f;
}

.info__list3_item:hover .info__list3_name {
    text-decoration: underline;
}

.info__list3_item:hover .info__list3_photo:after {
    opacity: 0.3;
}

.info__info_view__action_title_span {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: proximanovasemibold2;
}

.info__info_view__action_anons {
    margin-top: 23px;
    font-size: 20px;
    line-height: 1.3;
    font-family: proximanovalight2;
}

.info__view_action_photo-basic {
    margin-top: 33px;
    text-align: center;
}

.info__view_action_photo-basic img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.info__info_view__action_description {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: justify;
}

.info__info_view__action_photo_preview {
    margin-top: 50px;
}

.info__otherlist1 {
    margin-top: 80px;
    font-size: 15px;
    line-height: 1.4;
}

.info__otherlist1 table {
    width: 100%;
}

.info__otherlist1 table td {
    vertical-align: top;
    padding: 3px;
}

.info__otherlist1 .td1 {
    width: 130px;
    text-align: right;
    color: #666;
}

.info__otherlist1.td1 .date {
    white-space: nowrap;
}

.info__otherlist1 .td2 {
    padding-left: 20px;
}

.info__otherlist1 .hr {
    background: #bdbdbd;
    line-height: 1px;
    height: 1px;
    margin-bottom: 30px;
}

.info__otherlist1_name {
    font-size: 16px;
    line-height: 1.2;
}

.info__otherlist1_name a {
    text-decoration: underline;
    color: #000;
}

.info__otherlist1_name a:hover {
    text-decoration: none;
    color: #000;
}

.info__otherlist1_item.active .info__otherlist1_name a {
    text-decoration: none;
    color: #333;
}

.info__info_view__action_theme_column {
    display: flex;
    flex-wrap: nowrap;
    min-height: 300px;
    position: relative;
}

.info__info_view__action_theme_column_box1 {
    width: 275px;
    position: relative;
    padding-right: 50px;
}

.info__info_view__action_theme_column_box1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    max-height: 350px;
    background: #c7c7c7;
}

.info__info_view__action_theme_column_box2 {
    flex: 1;
    padding-left: 50px;
    max-width: 720px;
}

.info__info_view__action_date {
    padding-left: 27px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.info__info_view__action_date:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(/modul/info/img/info_view_date2.svg?rand=3);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.info__info_view__action_sea_count {
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.info__info_view__action_sea_count:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/modul/info/img/info_view_sea_count2.svg?rand=3);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.info__info_view__action_category {
    margin-top: 20px;
}

.info__info_view__action_category_title {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.info__info_view__action_category_content {
    margin-top: 4px;
    line-height: 1.3;
}

.info__info_view__action_category_content a {
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    text-decoration: underline;
}

.info__list_route_union {
    max-width: 1075px;
}

.info_photo_album_list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
}

.info_photo_album_list1_item {
    width: 50%;
    padding: 11px;
}

.info_photo_album_list1_item_inner {
    display: block;
    text-decoration: none !important;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.info_photo_album_list1_item_photo {
    padding-top: 72%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.info_photo_album_list1_item_bg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in 0s;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
}

.info_photo_album_list1_item_zoom {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 47px;
    height: 47px;
    background-image: url(/file/i_pic/info_photo_album_list1_zoom.svg?rand=2);
    background-repeat: no-repeat;
    transition: all 0.1s ease-in 0s;
    -webkit-transform: translateX(-51%) translateY(-50%);
    -moz-transform: translateX(-51%) translateY(-50%);
    -ms-transform: translateX(-51%) translateY(-50%);
    -o-transform: translateX(-51%) translateY(-50%);
    transform: translateX(-51%) translateY(-50%);
}

.info_photo_album_list1_item_inner:hover .info_photo_album_list1_item_bg {
    visibility: visible;
    opacity: 1;
}

.info_photo_album_list1_item_inner:hover .info_photo_album_list1_item_zoom {
    visibility: visible;
    opacity: 1;
}