

/* 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/system.pagenavigation/main/style.css?1765815353368*/
.button--pagination{
    width: 200px;
    height: 45px;
    cursor: pointer;
    justify-content: center;
}

.button--pagination svg{
    display: none;
}

.button--pagination svg.show{
    display: block;
    margin-left: -20px;
}

.button--pagination:hover svg rect{
    fill: white;
}


.apartment-choose__footer {
    display: flex;
    justify-content: center;
}
/* End */


/* Start:/local/templates/solution-redesign/components/remark/realty.commercial/commercial/style.css?17658153531874*/
.commercial-card {
    position: relative;
    width: 100%;
    height: 339px;
    border-radius: 4px;
    background-color: var(--c-gray-10);
    border: 1px solid #bce0ff;
    padding: 16px;
    transition: 0.3s ease-in-out;
}

.commercial-card > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.commercial-card:hover {
    box-shadow: 0px 20px 20px -20px rgb(71 167 235 / 50%);
}

.commercial-card__header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #221e26;
}

.commercial-card__header + * {
    margin-top: 12px;
}

.commercial-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.commercial-card__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.commercial-card__image {
    width: 268px;
    height: 199px;
    padding: 7px 32px 22px 0;
    position: relative;
}

.commercial-card__image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.commercial-card__tag {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 4px 23px 23px 4px;
    background-color: #db1159;
    color: var(--c-gray-10);
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.commercial-card__image + * {
    margin-top: 16px;
}

.commercial-card__props-inner {
    display: flex;
    gap: 32px;
}

.commercial-card__prop {
    display: flex;
    flex-direction: column;
    color: #221e26;
    font-size: 12px;
    line-height: 16px;
}

.commercial-card__prop-title {
    font-weight: 400;
}

.commercial-card__prop-value {
    font-weight: 500;
}

.commercial--slider  .swiper-slide{
    height: 100% !important;
}

.commercial--slider  .swiper-wrapper{
    min-height: 310px;
}
/* End */


/* Start:/local/templates/solution-redesign/components/remark/realty.apartments/tsz-popular/style.css?17658153531100*/
.nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-arrow__prev + .nav-arrow__next {
    margin-left: 8px;
}

.nav-arrow__progress {
    position: relative;
    width: 100%;
    height: 2px;
    margin-left: 16px;
    background: #f0f8ff;
}

.nav-arrow__progress .swiper-pagination-progressbar-fill {
    background: #0872c5;
}

.nav-arrow .button {
    border-radius: 44px;
    border: 1px solid var(--c-primary);
    display: flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    height: 2px;
}

.nav-arrow__progress .swiper-pagination-progressbar-fill {
    background: var(--c-primary);
}

.swiper .swiper-slide {
    height: auto;
}

.similar > a.button {
    width: 100%;
    margin: 16px 0 0 0;
}

.choice-list-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816*/
.rm-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.rm-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 520px;
    width: 520px;
    color: var(--c-gray-100);
}

.rm-form {
    width: 100%;
    padding: 48px;
    background-color: var(--c-gray-10);
    border-radius: 16px;
}

.rm-form__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 300px; /*261px*/
    gap: 24px;
    align-items: flex-end;
}

.rm-form__content .button {
    width: 100%;
}

.rm-form__content .input-wrap {
    width: 100%;
}

.rm-form__policy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
}

.rm-form__success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 100%;
    padding: 24px 0;
}

@media (max-width: 1919px) {
    .rm-text {
        min-width: 416px;
        width: 416px;
    }

    .rm-form {
        padding: 32px;
    }
}

@media (max-width: 1439px) {
    .rm-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .rm-text {
        gap: 16px;
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .rm-wrap {
        gap: 24px;
    }

    .rm-form {
        padding: 24px;
    }

    .rm-form__content {
        grid-template-columns: 1fr!important;
        gap: 16px;
    }

    .rm-form__policy {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    div.rm-form__policy,
    div.rm-form__policy > a {
        margin: unset;
        font-weight: 500;
    }

    .rm-form__success {
        padding: 99px 0;
    }
}

.rm-form__content{
    /*grid-template-columns: 1fr 1fr;*/
}
/* End */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-top-desc-page/style.css?17658153532274 */
/* /local/templates/solution-redesign/components/bitrix/system.pagenavigation/main/style.css?1765815353368 */
/* /local/templates/solution-redesign/components/remark/realty.commercial/commercial/style.css?17658153531874 */
/* /local/templates/solution-redesign/components/remark/realty.apartments/tsz-popular/style.css?17658153531100 */
/* /local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816 */
