

/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-top-desc-page/style.css?17658153532274*/
.page-info {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.page-info-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-info__img {
    height: 420px;
    width: 100%;
    min-width: 928px;
    border-radius: 4px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1919px) {
    .page-info__img {
        min-width: 746px;
    }
}

@media (max-width: 1439px) {
    .page-info__img {
        min-width: 456px;
    }
}

@media (max-width: 1023px) {
    .page-info__img {
        min-width: unset;
        height: 240px;
    }

    .page-info {
        flex-direction: column;
    }
}

.page-info__title {
    font-weight: bold;
}

@media (min-width: 0) {
    .page-info__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {
    .page-info__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1440px) {
    .page-info__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}


@media (min-width: 0) {
    .page-info__desc p {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .page-info__desc p {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px) {
    .page-info__desc p {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.page-info__desc p + p {
    margin-top: 8px;
}

.page__info-actions {
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .page-info__img--commercial {
        height: 220px;
    }
}

.page-info__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #221E26;
}

.page-info__action {
    margin-top: 24px;
    width: max-content;
}

@media (max-width: 767px) {
    .page-info__title {
        font-size: 24px;
        line-height: 30px;
    }

    .page-info__action {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-object_docs_new/style.css?17658153531508*/
.docs-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    padding: 31px;
    border: 1px solid var(--c-gray-50);
    border-radius: 16px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.docs-item:hover {
    border-color: var(--c-primary);
}

.docs-item:hover a.button {
    color: var(--c-primary-dark);
}

.docs-item:hover a.button svg *[fill] {
    fill: var(--c-primary-dark);
}

.docs-item__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.docs-item:hover .button.button--secondary,
.docs-item:hover .button.button--secondary svg *[fill] {
    color: var(--c-primary-dark);
    fill: var(--c-primary-dark);
}

.docs-item__desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.docs-item__desc p {
    color: var(--c-gray-80);
}

@media (max-width: 1439px) {
    .docs-item {
        padding: 16px;
    }

    .docs-item__desc {
        flex-direction: column;
        gap: 8px;
    }
}

.row--realtors {
    margin-top: 0px !important;
}

.docs-text-top {
    display: flex;
    max-width: 1064px;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
}

.docs-text-bottom {
    display: flex;
    max-width: 1064px;
    flex-direction: column;
    margin-top: 24px;
}

.docs-form-btn {
    display: flex;
    margin-top: 24px;
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-contact-list/style.css?17658153531379*/
.tenders {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.tenders-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 31px 47px;
    border-radius: 16px;
    border: 1px solid var(--c-gray-50);
}

.tenders-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tenders__card--active .tenders-card__header p.m2 {
    color: var(--c-success);
}

.tenders-card--ended .tenders-card__header p.m2 {
    color: var(--c-error);
}

.tenders-card__contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tenders-card__contact,
.tenders-card__phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.tenders-card__phone {
    gap: 4px;
}

.tenders-card__docs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: auto 0 0 0;
}

.link__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1919px) {
    .tenders-card {
        padding: 23px;
    }

    .tenders-card__contacts {
        gap: 2px;
    }
}

@media (max-width: 1023px) {
    .tenders-card {
        padding: 19px 23px;
    }

    .tenders-card__contacts,
    .tenders-card__contact {
        gap: 4px;
    }

    .tenders {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/components/remark/form/templates/.default/style.css?17658153535871*/
.popup-body h2 {
    margin-bottom: 48px;
}

.dark_background .main-preloader {
    display: none;
    z-index: 1;
    position: absolute;
    background-position-y: 50%;
    opacity: 1;
    border-radius: 16px;
}

.dark_background .rm-form__success {
    top: 0;
    left: 0;
    border-radius: 16px;
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 25px;
    text-align: center;
    z-index: 100;
    min-height: 300px;
}

.dark_background .rm-form__success svg {
    text-align: unset;
    margin: unset;
    width: unset;
    height: unset;
}

.dark_background::after {
    content: "";
    background-image: url("/local/templates/solution-redesign/static/img/closee.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 14px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    padding: 14px;
    cursor: pointer;
    margin-left: 8px;
    fill:"var(--c-primary)";
}

.dark_background {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    overflow-y: auto;
    box-sizing: content-box;
    padding: 120px 25px;
    z-index: 1000;
}

.popup-body {
    z-index: 300;
    max-width: 800px;
    width: 800px;
    position: relative;
    height: fit-content;
    background-color: white;
    border-radius: 16px;
    padding: 48px;
    box-sizing: border-box;
 /*   margin: auto 0;*/
    display: flex;
    flex-direction: column;
}

.tenders-form .form__wrapper {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 24px 0;
}

.form__wrapper label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #9E9E9E;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 8px 0;
    cursor: pointer;
}

.form__wrapper .form-row {
    width: 100%;
}

.form__wrapper .tenders-input, .tender-select__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    border-radius: 16px;
    padding: 16px 24px;
    background-color: #EAF6F8;
    width: 100%;
    transition: border 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form__wrapper .tender-select__title {
    cursor: pointer;
}

.form__wrapper .tender-select__dropdown {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 #8E8DD029;
    max-width: 702px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.form__wrapper .tender-select__dropdown--item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    padding: 12px 16px;
    color: #0C0C0C;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.form__wrapper .tender-select__dropdown--item.active {
    background-color: #4ACBDD;
    color: #0C0C0C;
}

.form__wrapper .tender-select__dropdown--item:hover {
    background-color: #EAF6F8;
    color: #4ACBDD;
}

.form__wrapper .tenders-input::placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: #9E9E9E;

}

.form__wrapper .tenders-input:focus-visible,
.form__wrapper .tenders-input:hover,
.form__wrapper .tender-select__title:focus-visible,
.form__wrapper .tender-select__title:hover {
    border: 1px solid #4ACBDD;
}

.form__wrapper .form-row.twins {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 24px;
}

.form__wrapper .form-row.twins input, label {
    width: 100%;
}

.form__wrapper input[type=submit] {
    width: 100%;
}


.form__wrapper .tenders-policy {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: #0C0C0C;
}

.form__wrapper .tenders-policy a {
    color: #00A6BD;
}

.form__wrapper .hidden {
    position: absolute;
    width: 0;
    height: 0;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}

.form__wrapper .tenders-file {
    width: fit-content;
}

.form__wrapper input:-webkit-autofill,
.form__wrapper input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

.form__wrapper .tenders-input.error_input:invalid,
.form__wrapper .tenders-input.error_input:focus:invalid,
.form__wrapper .tenders-input.error_input:focus-visible:invalid {
    color: #FF4139 !important;
    border: 1px solid #FF4139 !important;
    background-color: #FFF3F0 !important;
}

.form__wrapper .radio {
    color: #0C0C0C;
    flex-direction: row;
}

.form__wrapper .radio span {
    display: inline-block;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    border-radius: 100%;
    border: 1px #C2C2C2 solid;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.radio-wrapper.active span {
    position: relative;
    border-color: #4ACBDD;
    transition: border-color 0.2s ease-in-out;
}

.radio-wrapper.active span::before {
    content: "";
    display: flex;
    position: absolute;
    top: 6px;
    left: 6px;
    height: 10px;
    width: 10px;
    background-color: #4ACBDD;
    border-radius: 100%;
}
/* End */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-top-desc-page/style.css?17658153532274 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-object_docs_new/style.css?17658153531508 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-contact-list/style.css?17658153531379 */
/* /local/components/remark/form/templates/.default/style.css?17658153535871 */
