

/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-top-warranty/style.css?17658153533401*/
.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%;
    }
}

.page-info__img {
    border-radius: 16px;
}

.repair-fiz, .repair-yur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.repair-fiz-bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.repair-fiz-form-close {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 32 32' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='m30.9 1-30.1 30.1'/%3E%3Cpath d='m.8 1 30.1 30.1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.repair-fiz-form {
    position: absolute;
    z-index: 9999;
    top: 5%;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    padding: 25px;
}

.repair-fiz-form .b24-form-content {
    height: 600px;
    overflow: auto;
}

/* 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-warranty/style.css?17658153533401 */
/* /local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816 */
