* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: 'SangBleu-Sunrise';
    font-style: normal;
    font-weight: 400;
}



body {
    background-color: #fff;
}

#rubitime-project__iframe {
    border: none;
    width: 100%;
   /* min-height: 100%!important;*/
   height: 1600px!important;
   }


.simple_link {
    color: inherit;
}
/* min-device-width: 981px */
/* @media only screen and (min-width: 981px) { */
@media only screen and (min-width: 981px) {

    body {
        /* min-width: 980px; */
        min-width: 1040px;
        padding-top: 56px;
    }

    .show_mobile {
        display: none !important;
    }

    .container-fluid {
        max-width: 1920px;
        position: relative;
        margin: auto;
    }
    .container {
        width: 980px;
        margin: auto;
        position: relative;
    }

    .slider_cards__wrapper {
        position: relative;
    }
    .slider_arrow__right {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -100px;
        z-index: 10;
        width: 100px;
        height: 100px;
        cursor: pointer;
        transition: all 0.2s ease-out;
    }
    .slider_arrow__right:hover {
        width: 105px;
        height: 105px;
        margin-top: -105px;
    }
    .header_wrapper {
        background-color: #fff;
        width: 100% !important;
        max-width: 100% !important;
        height: 56px;
        position: fixed;
        z-index: 20;
        top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    header {
        height: 56px;
        background-color: #fff;
        display: flex;
        z-index: 20;
        width: 980px;
        margin: auto;
        align-items: center;
        position: relative;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .header_menu {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }
    .header_menu li {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        margin: 0 10px;
        cursor: pointer;
    }
    .header_icons__block {
        display: inline-block;
        vertical-align: middle;
    }
    .header_icons {
        margin: 0 1px;
        cursor: pointer;
    }
    .header_icons.burger {
        display: none;
    }
    .header_icons.burger.active {
        display: inline-block;
    }

    .mobile_menu__background {
        position: fixed;
        left: 0;
        top: 56px;
        width: 100%;
        height: 100%;
        background-color: rgba(100,100,100,0.5);
        z-index: 15;
        display: none;
    }
    .mobile_menu__content {
        position: absolute;
        top: 68px;
        right: 0;
        background-color: rgba(255, 255, 255, 1);
        z-index: 10;
        width: 408px;
        padding: 32px;
        height: 630px;
        display: none;
    }
    .mobile_menu__card__wrapper {
        width: 379px;
        position: absolute;
        top: 68px;
        right: 420px;
        z-index: 10;
        display: none;
    }
    .mobile_menu__card {
        width: 100%;
        margin-bottom: 12px;
        padding: 4px;
        background-color: #fff;
    }
    .mobile_menu__card_image {
        display: inline-block;
        margin-right: 13px;
        vertical-align: top;
    }
    .mobile_menu__card_text {
        display: inline-block;
        vertical-align: top;
        width: 207px;
        padding-top: 16px;
    }
    .mobile_menu__card_name {
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 8px;
    }
    .mobile_menu__card_date {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
    }
    .mobile_menu__block {
        margin-bottom: 16px;
        /* display: inline-block; */
        float: left;
        vertical-align: top;
        width: 150px;
    }
    .mobile_menu__block_top {
        margin-top: 0 !important;
    }
    .mobile_menu__left {
        margin-right: 40px;
    }
    .mobile_menu__bottom .mobile_menu__block_caption,
    .mobile_menu__bottom {
        margin-bottom: 0 !important;
    }
    .mobile_menu__block_caption {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        text-decoration: none;
        display: block;
        margin-bottom: 12px;
    }
    .mobile_menu__block_link {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        text-decoration: none;
        display: block;
        margin-bottom: 16px;
    }
    .mobile_menu__hr {
        background: #000000;
        opacity: 0.4;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .mobile_menu__link {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        align-items: center;
        color: #000000;
        margin-bottom: 26px;
        display: block;
        text-decoration-line: none;
    }
    .mobile_menu__link span {
        text-decoration-line: underline;
    }
    .mobile_menu__social {
        margin-right: 16px;
        cursor: pointer;
        margin-top: 8px;
    }
    .mobile_menu__social:nth-of-type(3) {
        margin-right: 0;
    }


    .logo_big {
        width: 100%;
        margin: 40px 0;
    }

    .bg_main__wrapper {
        position: relative;
        width: 100%;
        height: 880px;
        background-image: url("../web/img/bg_main1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .bg_main__text1 {
        font-weight: 700;
        font-size: 64px;
        line-height: 44px;
        color: #000000;
        width: 313px;
        height: 134px;
        background-color: #fff;
        border-top-right-radius: 30px;
        position: absolute;
        top: 113px;
        right: 0;
        padding-left: 20px;
        padding-top: 18px;
    }
    .bg_main__text2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        width: 313px;
        height: 208px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        position: absolute;
        top: 255px;
        right: 0;
        padding-left: 20px;
        padding-top: 20px;
    }

    .main_text__1 {
        font-weight: 500;
        font-size: 40px;
        line-height: 52px;
        color: #000000;
        padding-top: 72px;
    }

    .residents {
        padding-top: 56px;
        padding-bottom: 132px;
    }
    .residents_label {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 28px;
    }
    .resident_card {
        width: 480px;
        height: 878px;
    }
    .resident_card:nth-of-type(2n) {
        margin-top: 35px;
    }
    .resident_card__name {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #000000;
        margin-top: 20px;
    }
    .resident_card__fond {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-top: 8px;
    }
    .residents_caption {
        font-weight: 600;
        font-size: 63px;
        line-height: 65px;
        color: #000000;
        margin-top: 72px;
        margin-bottom: 65px;
    }
    .residents_goods {
        width: 313px;
        display: inline-block;
        margin-bottom: 48px;
        margin-right: 16px;
        vertical-align: top;
    }
    .residents_goods__right {
        margin-right: 0;
    }
    .residents_goods__icon {
        width: 88px;
        height: 88px;

    }
    .residents_goods__label {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color: #000000;
        width: 255px;
        display: block;
        margin-top: 10px;
    }
    .resident_btn {
        background: #000;
        border-radius: 48px;
        outline: none;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        color: #fff;
        border: 0;
        width: 100%;
        height: 90px;
        cursor: pointer;
        margin-top: 16px;
    }

    .space {
        background: #000000;
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .space_label {
        font-weight: 600;
        font-size: 72px;
        line-height: 72px;
        color: #FFFFFF;
        margin-bottom: 72px;
    }
    .space_card {
        width: 980px;
        position: relative;
    }
    .space_card__image {
        /* margin-bottom: 15px; */
    }
    .space_card__info {
        width: 534px;
        padding-top: 16px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        position: absolute;
        bottom: 32px;
        left: 32px;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .space_card__label {
        font-weight: 500;
        font-size: 24px;
        line-height: 41px;
        text-align: center;
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 4px;
        padding: 4px 18px;
        display: inline;
        width: auto;
    }
    .space_card__desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        margin-top: 8px;
    }
    .space_caption__image {
        display: inline-block;
        vertical-align: top;
        margin-top: 88px;
        margin-right: 32px;
    }
    .space_caption__wrapper {
        width: 464px;
        display: inline-block;
        vertical-align: top;
        margin-top: 88px;
    }
    .space_caption {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #FFFFFF;
    }
    .space_caption__desc {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
        margin-top: 18px;
    }
    .space_btn {
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 48px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 90px;
        outline: none;
        margin-top: 61px;
    }

    .events {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .events_label {
        font-weight: 600;
        font-size: 72px;
        line-height: 72px;
        color: #000000;
        margin-bottom: 28px;
    }
    .events_caption {
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        color: #000000;
    }
    .events_soonlabel {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-top: 56px;
        margin-bottom: 28px;
    }
    .event_card {
        width: 480px;
        height: 810px;
    }
    .events_wrapper {
        position: relative;
    }
    .event_info {
        position: absolute;
        left: 20px;
        bottom: 20px;
        background: #FFFFFF;
        border: 1px solid #000000;
        font-weight: 500;
        font-size: 20px;
        line-height: 38px;
        text-align: center;
        color: #000000;
        padding: 4px 16px;
    }
    .event_name {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        color: #000000;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .event_type {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
    }
    .event_type span {
        text-decoration-line: underline;
    }
    .events_btn {
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 48px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 90px;
        outline: none;
        margin-top: 80px;
    }

    .printing {
        padding-bottom: 101px;
    }
    .printing_label {
        font-weight: 600;
        font-size: 72px;
        line-height: 72px;
        color: #000000;
        margin-bottom: 52px;
    }
    .printing_image {
        position: relative;
        width: 100%;
        height: 623px;
        background-image: url("../web/img/printing.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .printing_caption {
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        color: #000000;
        margin-top: 48px;
        margin-bottom: 27px;
    }
    .printing_badge {
        font-weight: 400;
        font-size: 24px;
        line-height: 52px;
        color: #000000;
        border: 1px solid #000000;
        border-radius: 72px;
        display: inline-block;
        padding: 4px 24px;
        margin-bottom: 16px;
        margin-right: 16px;
    }
    .printing_btn {
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 48px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 90px;
        outline: none;
        margin-top: 20px;
    }

    .consultations {
        padding-bottom: 64px;
    }
    .consultations_label {
        font-weight: 600;
        font-size: 72px;
        line-height: 72px;
        color: #000000;
        margin-bottom: 30px;
    }
    .consultations_image {
        position: relative;
        width: 100%;
        height: 721px;
        background-image: url("../web/img/consultations2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .consultations_text {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #000000;
        margin-top: 85px;
        display: inline-block;
        width: 470px;
        vertical-align: top;
    }
    .consultations_text:nth-of-type(1) {
        margin-right: 20px;
    }
    .consultations_btn {
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 48px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 90px;
        outline: none;
        margin-top: 48px;
    }

    .friendship {
        height: 841px;
        position: relative;
    }
    .friendship_text__wrapper {
        width: 390px;
        z-index: 10;
        position: relative;
        background-color: #fff;
        padding: 30px;
    }
    .friendship_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 44px;
        color: #000000;
        margin-top: 140px;
        margin-bottom: 28px;
    }
    .friendship_text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 40px;
    }
    .friendship_image {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .friendship_btn {
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 48px;
        cursor: pointer;
        border: 0;
        width: 252px;
        height: 48px;
        outline: none;
    }
    .friendship_author__wrapper2 {
        width: 386px;
        background: rgba(100, 100, 100, 0.4);
        border-radius: 4px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        position: absolute;
        bottom: 54px;
        right: 420px;
        z-index: 10;
    }
    .friendship_label__author {
        font-weight: 600;
        font-size: 32px;
        line-height: 52px;
        color: #FFFFFF;
    }
    .friendship_text__author {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
    }

    footer {
        background: #000000;
        padding-top: 100px;
        padding-bottom: 62px;
    }
    .footer_label {
        font-weight: 600;
        font-size: 64px;
        line-height: 64px;
        color: #FFFFFF;
        float: left;
        vertical-align: top;
    }
    .footer_info__wrapper {
        float: right;
        vertical-align: top;
        width: 439px;
    }
    .footer_info {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
        color: #FFFFFF;
    }
    .footer_social * {
        cursor: pointer;
    }
    .footer_social__vk {
        margin-right: 12px;
    }
    .magazine {
        background: #C3F050;
        margin-top: 40px;
        padding-top: 36px;
        padding-left: 36px;
        position: relative;
        height: 361px;
    }
    .magazine__wrapper {
        width: 444px;
    }
    .magazine_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 52px;
        color: #000000;
        margin-bottom: 16px;
    }
    .magazine_info {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 19px;
    }
    .magazine_social__telegram_big {
        cursor: pointer;
    }
    .magazine_iphone {
        position: absolute;
        top: 0;
        right: 0;
    }
    .subscribe {
        background: #282828;
        margin-top: 20px;
        padding: 36px;
    }
    .subscribe_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 44px;
        color: #FFFFFF;
        float: left;
        width: 444px;
    }
    .subscribe_text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        float: right;
        width: 367px;
        text-align: right;
    }
    .subscribe_email_input {
        border: 1px solid rgba(255, 255, 255, 0.4);
        height: 70px;
        width: 100%;
        background: transparent;
        display: block;
        padding-left: 28px;
        padding-right: 28px;
        font-weight: 400;
        font-size: 28px;
        line-height: 20px;
        color: #fff;
        outline: none !important;
        border-radius: 0 !important;
        margin-top: 31px;
    }
    .subscribe_email_input::placeholder {
        color: #fff;
        font-weight: 400;
        font-size: 28px;
        line-height: 20px;
    }
    .footer_phone {
        font-weight: 600;
        font-size: 32px;
        line-height: 86px;
        text-align: center;
        color: #000000;
        background: #FFFFFF;
        border-radius: 92px;
        margin-top: 20px;
        height: 86px;
    }
    .footer_phone span {
        text-decoration: underline;
    }
    .footer_hr {
        border: 1px solid rgb(58,58,58);
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer_logo__kos {
        width: 336px;
    }
    .footer_links__wrapper {
        float: right;
        text-align: right;
    }
    .footer_links {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #FFFFFF;
        display: inline-block;
        
    }
    .footer_links span {
        text-decoration-line: underline;
    }
    .footer_links:nth-of-type(1) {
        margin-right: 18px;
    }
    .footer_links:nth-of-type(1), .footer_links:nth-of-type(2) {
        margin-top: 6px;
    }
    .footer_links:nth-of-type(3) {
        margin-top: 11px;
    }



}





.lSAction {
    display: none !important;
}





/***** MOBILE *****/
/* max-device-width: 980px */
/* @media only screen and (max-width: 980px) {   max-device-width: 980px */
@media only screen and (max-width: 980px) {
    .show_desktop {
        display: none !important;
    }

    body {
        padding-top: 64px;
    }
    .container-fluid {
        /* width: 375px; */
        width: 100%;
        position: relative;
        margin: auto;
    }

    .container {
        /* width: 375px; */
        width: 100%;
        margin: auto;
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
    }

    header {
        height: 64px;
        display: flex;
        position: fixed;
        z-index: 20;
        width: 100%;
        left: 0;
        top: 0;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #fff;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .header_logotext {
        color: #000000;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        vertical-align: middle;
        cursor: pointer;
    }

    .header_icons {
        padding: 0 10px;
        vertical-align: middle;
        cursor: pointer;
    }

    .header_icons.burger {
        width: 48px;
        height: 50px;
    }

    .header_icons.burger {
        display: none;
    }

    .header_icons.burger.active {
        display: inline-block;
    }

    .header_icons.burger {
        padding-right: 0;
    }

    .mobile_menu__background {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 5;
        display: none;
    }

    .mobile_menu__content {
        position: fixed;
        top: 64px;
        left: 0;
        background-color: rgba(255, 255, 255, 1);
        z-index: 10;
        width: 100%;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 85px;
        height: 100%;
        display: none;
        overflow: scroll;
    }

    .mobile_menu__card {
        margin-bottom: 8px;
    }

    .mobile_menu__card_image {
        display: inline-block;
        margin-right: 12px;
        vertical-align: top;
    }

    .mobile_menu__card_text {
        display: inline-block;
        vertical-align: top;
        width: 178px;
    }

    .mobile_menu__card_name {
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 8px;
    }

    .mobile_menu__card_date {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
    }

    .mobile_menu__block {
        margin-top: 16px;
        margin-bottom: 16px;
        display: inline-block;
        vertical-align: top;
        width: 150px;
    }

    .mobile_menu__block_top {
        margin-top: 24px !important;
    }

    .mobile_menu__left {
        margin-right: 43px;
    }

    .mobile_menu__bottom .mobile_menu__block_caption,
    .mobile_menu__bottom {
        margin-bottom: 0 !important;
    }

    .mobile_menu__block_caption {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        text-decoration: none;
        display: block;
        margin-bottom: 12px;
    }

    .mobile_menu__block_link {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        text-decoration: none;
        display: block;
        margin-bottom: 16px;
    }

    .mobile_menu__hr {
        background: #000000;
        opacity: 0.4;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .mobile_menu__link {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        align-items: center;
        color: #000000;
        margin-bottom: 15px;
        display: block;
        text-decoration-line: none;
    }

    .mobile_menu__link span {
        text-decoration-line: underline;
    }

    .mobile_menu__social {
        margin-right: 16px;
        cursor: pointer;
        margin-top: 10px;
    }

    .mobile_menu__social:nth-of-type(3) {
        margin-right: 0;
    }

    .logo_big {
        width: 100%;
        margin: 24px 0;
    }

    .bg_main__wrapper {
        position: relative;
        width: 100%;
        height: 600px;
        background-image: url("../web/img/mobile/bg_main1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .bg_main__text1 {
        font-weight: 700;
        font-size: 44px;
        line-height: 36px;
        color: #000000;
        width: 215px;
        height: 103px;
        background-color: #fff;
        border-top-right-radius: 30px;
        position: absolute;
        top: 52px;
        left: 16px;
        padding-left: 14px;
        padding-top: 14px;
    }

    .bg_main__text2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        width: 304px;
        height: 161px;
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: absolute;
        top: 162px;
        left: 16px;
        padding-left: 16px;
        padding-top: 21px;
    }

    .main_text__1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color: #000000;
        padding-top: 32px;
    }

    .residents {
        padding-top: 36px;
        padding-bottom: 52px;
    }

    .residents_label {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 20px;
    }

    .resident_card {
        width: 253px;
        height: 470px;
    }

    .resident_card__name {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: #000000;
        margin-top: 16px;
    }

    .resident_card__fond {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        margin-top: 8px;
    }

    .residents_caption {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #000000;
        margin-top: 64px;
        margin-bottom: 40px;
    }

    .residents_goods {
        width: 100%;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        margin-bottom: 60px;
    }

    .residents_goods:last-of-type {
        margin-bottom: 40px;
    }

    .residents_goods__label {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        width: 255px;
        margin-left: 30px;
    }

    .resident_btn {
        background: #000;
        border-radius: 32px;
        outline: none;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border: 0;
        width: 100%;
        height: 64px;
        cursor: pointer;
    }

    #category_cards_prev,
    #category_cards_next {
        cursor: pointer;
        width: 45px;
        position: absolute;
        margin-top: 510px;
        z-index: 10;
    }

    #category_cards_prev {
        transform: rotate(180deg);
        /* margin-left: -70px; */
        left: -55px;
    }

    .space {
        background: #000000;
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .space_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #FFFFFF;
        margin-bottom: 32px;
    }

    .space_card {
        width: 298px;
    }

    .space_card__image {
        margin-bottom: 15px;
    }

    .space_card__label {
        font-weight: 500;
        font-size: 24px;
        line-height: 41px;
        text-align: center;
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 4px;
        padding: 4px 18px;
        display: inline;
        width: auto;
    }

    .space_card__desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-top: 12px;
    }

    .space_caption {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #FFFFFF;
        margin-top: 67px;
        margin-bottom: 18px;
    }

    .space_caption__desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        margin-bottom: 24px;
    }

    .space_btn {
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 36px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 64px;
        outline: none;
        margin-top: 24px;
    }

    .events {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .events_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #000000;
        margin-bottom: 24px;
    }

    .events_caption {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
    }

    .events_soonlabel {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        margin-top: 32px;
        margin-bottom: 24px;
    }

    .event_card {
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
        padding-bottom: 33px;
        width: 350px;
        /* width: 298px; */
    }
    
    .event_card img {
        width: 100%;
        /* margin-bottom: 15px; */
    }

    .events_wrapper {
        position: relative;
    }

    .event_info {
        position: absolute;
        left: 16px;
        bottom: 16px;
        background: #FFFFFF;
        border: 1px solid #000000;
        font-weight: 600;
        font-size: 24px;
        line-height: 44px;
        text-align: center;
        color: #000000;
        padding: 3px 14px;
    }

    .event_name {
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .event_type {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

    .event_type span {
        text-decoration-line: underline;
    }

    .events_btn {
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 36px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 64px;
        outline: none;
        margin-top: 32px;
    }

    .printing {
        padding-bottom: 52px;
    }

    .printing_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #000000;
        margin-bottom: 31px;
    }

    .printing_image {
        width: 100%;
    }

    .printing_caption {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .printing_badge {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        border: 1px solid #000000;
        border-radius: 72px;
        display: inline-block;
        padding: 4px 24px;
        margin-bottom: 12px;
        margin-right: 8px;
    }

    .printing_badge:nth-of-type(2n) {
        margin-right: 0;
    }

    .printing_btn {
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 36px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 64px;
        outline: none;
        margin-top: 24px;
    }

    .consultations {
        padding-bottom: 77px;
    }

    .consultations_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #000000;
        margin-bottom: 25px;
    }

    .consultations_text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 32px;
    }

    .consultations_text:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .consultations_image {
        width: 100%;
    }

    .consultations_btn {
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 36px;
        cursor: pointer;
        border: 0;
        width: 100%;
        height: 64px;
        outline: none;
        margin-top: 44px;
    }

    .friendship {
        padding-top: 52px;
        position: relative;
    }

    .friendship_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #000000;
        margin-bottom: 24px;
    }

    .friendship_text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 25px;
    }

    .friendship_image {
        width: 100%;
        margin-bottom: -5px;
    }
    .friendship_author__wrapper2 {
        background: rgba(255, 255, 255, 0.2);
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 110px;
    }
    .friendship_label__author {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
    }
    .friendship_text__author {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .friendship_btn {
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background: #007FFF;
        border-radius: 36px;
        cursor: pointer;
        border: 0;
        width: 342px;
        height: 64px;
        outline: none;
        margin-top: 44px;
        position: absolute;
        left: 50%;
        margin-left: -171px;
        bottom: 30px;
    }

    footer {
        background: #000000;
        padding-top: 52px;
        padding-bottom: 40px;
    }

    .footer_label {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        color: #FFFFFF;
        margin-bottom: 24px;
    }

    .footer_info {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        margin-bottom: 33px;
    }

    .footer_social * {
        display: inline-block;
        cursor: pointer;
    }

    .footer_social__vk {
        margin-right: 12px;
    }

    .magazine {
        background: #C3F050;
        margin-top: 32px;
        padding-top: 28px;
    }

    .magazine_label {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        color: #000000;
        padding-left: 16px;
        padding-right: 16px;
    }

    .magazine_info {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        padding-top: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .magazine_social__telegram_big {
        margin: auto;
        display: block;
        margin-top: 16px;
        cursor: pointer;
    }

    .magazine_iphone {
        width: 100%;
        margin-top: 24px;
        margin-bottom: -4px;
    }

    .subscribe {
        background: #282828;
        margin-top: 24px;
        padding-top: 32px;
        padding-bottom: 33px;
    }

    .subscribe_label {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        color: #FFFFFF;
        padding-left: 16px;
        padding-right: 16px;
    }

    .subscribe_text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }

    .subscribe_email_input {
        border: 1px solid rgba(255, 255, 255, 0.4);
        height: 70px;
        width: calc(100% - 32px);
        background: transparent;
        display: block;
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        outline: none !important;
        border-radius: 0 !important;
        margin-top: 25px;
    }

    .subscribe_email_input::placeholder {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
    }

    .footer_phone {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        background: #FFFFFF;
        border-radius: 123px;
        padding: 7px 0;
        margin-top: 28px;
    }

    .footer_hr {
        opacity: 0.3;
        border: 1px solid #FFFFFF;
        margin-top: 28px;
    }

    .footer_logo__kos {
        width: 100%;
        max-width: 350px;;
        margin-top: 28px;
    }

    .footer_links {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        margin-top: 16px;
    }

    .footer_links span {
        text-decoration-line: underline;
    }

    .footer_links:nth-of-type(1) {
        margin-top: 32px;
    }

}