

/* Start:/local/templates/lumin/components/ds/item.single/partners_detail/style.css?17479985958572*/
.page h1.h1_coop {
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #282828;
}
.container_no-overflow .coworking-page {
    overflow: unset;
    position: relative;
}
.coworking-page__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -32px 0 0;
}
.coworking-page__block {
    display: block;
    /*position: relative;*/
    width: calc(50% - 16px);
    margin: 32px 0 0;
}
.coworking-page__block-content {
    display: block;
    /*position: relative;*/
}
.coworking-page__block-text {
}
.coworking-page__block-text ul {
    padding: 0;
}
.coworking-page__block-content h1.coworking-page__block-title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #282828;
}
.coworking-page__block-text ul li {
    list-style: none;
    padding-left: 40px;
    font-family: "Montserrat-Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    color: #000000;
}
.coworking-page__block-text ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url("/local/templates/lumin/img/check-icon.svg");
    background-position: center;
    width: 24px;
    height: 24px;
}
.coworking-page__block-img {
    width: 100%;
    height: 100%;
}
.coworking-page__block-img img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.coworking-page__bottom {
    margin: 100px 0 0;
}
h2.coworking-page__bottom-title {
    font-family: "Montserrat-Medium", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #282828;
}
.coworking-page__bottom-text {
    display: block;
    position: relative;
    margin: 38px 0 0;
    max-width: 582px;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #3E3E3E;
}
.coworking-page__bottom-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 24px 0 0;
    justify-content: space-between;
}
.coworking-page__bottom-content-left,
.coworking-page__bottom-content-right {
    display: block;
    position: relative;
    width: calc(50% - 16px);
}
.coworking-page__bottom-content-left {
    margin: 12px 0 0;
}
.coworking-page__bottom-content-right .contacts-item {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 44px;
    width: max-content;
}
.coworking-page__bottom-content-right .contacts-item a {
    margin: 18px 0 0;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
    font-size: 48px;
    /*line-height: 32px;*/
    letter-spacing: 0.02em;
    color: #3E3E3E;
}
.coworking-page__bottom-content-right .contacts-item span {
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #232323;
}

.coworking-page__copyright {
    display: block;
    position: absolute;
    left: 100%;
    writing-mode: vertical-lr;
    bottom: 0;
    transform: rotate(180deg);
}

.page h1.h1_hidden-desc {
    color: #282828;
}

@media (max-width: 1023px) {
    .page h1.h1_coop {
        font-family: "Comfortaa", sans-serif;
        font-weight: 500;
        font-size: 44px;
        line-height: 115%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #3E3E3E;
    }
    .page h1.h1_hidden-desc {
        font-family: "Comfortaa", sans-serif;
        font-weight: 500;
        font-size: 44px;
        line-height: 115%;
        letter-spacing: 0.03em;
        color: #3E3E3E;
    }
    .coworking-page__block-content h1.coworking-page__block-title {
        display: none;
        font-family: "Comfortaa", sans-serif;
        font-weight: 500;
        font-size: 44px;
        line-height: 115%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #3E3E3E;
    }
    .coworking-page__blocks {
        margin: 61px 0 0;
    }
    .coworking-page__block {
        margin: 32px 0 0;
        width: 100%;
        order: 2;
    }
    .coworking-page__block:nth-child(1) {
        margin: 48px 0 32px;
    }
    .coworking-page__block:nth-child(2) {
        order: 1;
        margin: 0;
    }
    .coworking-page__block:nth-child(3) {
        margin: 32px 0 0;
    }
    .coworking-page__block:nth-child(4) {
        margin: 48px 0 32px;
    }
    .coworking-page__block-title {
        position: absolute;
        top: 0;
    }
    .coworking-page__block-img {
        height: 437px;
    }
    .coworking-page__bottom {
        margin: 72px 0 0;
    }
    .coworking-page__bottom-content {
        flex-direction: column;
    }
    .coworking-page__bottom-content-left,
    .coworking-page__bottom-content-right {
        width: 100%;
    }
    .coworking-page__bottom-content-right {
        margin: 38px 0 0;
    }
    .coworking-page__copyright {
        display: none;
    }
}
@media (max-width: 767px) {
    .page h1.h1_coop {
        font-family: "Montserrat-Medium", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #282828;
        margin-bottom: 0;
    }
    .page h1.h1_hidden-desc {
        font-family: "Montserrat-Medium", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #282828;
    }
    .coworking-page__block-content h1.coworking-page__block-title {
        font-family: "Montserrat-Medium", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #282828;
    }
    .coworking-page__blocks {
        margin: 20px 0 0;
    }
    .coworking-page__block:nth-child(1) {
        margin: 33px 0 0;
    }
    .coworking-page__block:nth-child(2) {
        margin: 0;
    }
    .coworking-page__block:nth-child(3) {
        margin: 33px 0 0;
    }
    .coworking-page__block:nth-child(4) {
        margin: 24px 0 0;
    }
    .coworking-page__block-img {
        height: 300px;
    }
    .coworking-page__bottom {
        margin: 44px 0 0;
    }
    h2.coworking-page__bottom-title {
        font-family: "Montserrat-Medium", sans-serif;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #282828;
    }
    .coworking-page__bottom-text {
        margin: 32px 0 0;
        font-family: "Montserrat-Regular", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 145%;
        color: #3E3E3E;
    }
    .coworking-page__block-text ul li {
        font-size: 15px;
        line-height: 145%;
        color: #3E3E3E;
    }
    .coworking-page__bottom-content-right {
        margin: 28px 0 0;
    }
    .coworking-page__bottom-content-right .contacts-item {
        margin-bottom: 24px;
    }
    .coworking-page__bottom-content-right .contacts-item span {
        font-size: 15px;
        line-height: 145%;
        color: #3E3E3E;
    }
    .coworking-page__bottom-content-right .contacts-item a {
        margin: 6px 0 0;
        font-family: "Montserrat-Medium", sans-serif;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #282828;
    }
    .form-row_policy label a {
        font-weight: 400;
        font-size: 10px;
        line-height: 28px;
        letter-spacing: 0.01em;
    }
    .form-row_policy .psevdo-checkbox {
        top: 4px;
    }
}
@media (min-width: 1023px) {
	.block_image_2 {
		margin-top: -86px;
	}
	.h1_media_companies_block{
		display: flex; justify-content: space-between;
	}
	.h1_media_companies {
		max-width: 50%;
	}
}
/* End */


/* Start:/local/templates/lumin/components/ds/form.post/feedback_footer/style.css?1747998595634*/
.callback-form.modal {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
}

.callback-form.modal h3{
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 3px;
}

.btn_std {
	margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 35px;
    width: 120px;
    cursor: pointer;
    font-weight: 500;
    overflow: hidden;
    color: #FFF;
    border: 0;
    background: #81d1d0;
}
.btn_std:hover {
    color: #444;
}
/* End */
/* /local/templates/lumin/components/ds/item.single/partners_detail/style.css?17479985958572 */
/* /local/templates/lumin/components/ds/form.post/feedback_footer/style.css?1747998595634 */
