

/* Start:/local/templates/spa/components/bitrix/catalog/.default/style.css?17569042012326*/
.section_banner__text {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.section_banner {
    position: relative;
    height: 350px;
}

.section_banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_banner__text_name {
    color: white;
    max-width: 549px;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 18px;
}

.section_banner__text_desc {
    margin-bottom: 18px;
}

.section_banner__text__btn {
    display: block;
    box-sizing: border-box;
    padding: 13px 40px;
    background-color: #D3DDED;
    width: fit-content !important;
    border-radius: 10px;
    font-size: 18px;
    color: #D3DDED;
    font-weight: bold;
    text-decoration: none !important;
}

.section_banner__text__btn span {
    font-size: 18px;
    color: #5B5E62;
    font-weight: bold;

}

.detail_section_block {
    display: flex;
    flex-direction: row-reverse;
}

.detail_section_block__image {
    float: right;
    max-width: 507px;
    max-height: 300px;
}

.detail_section_block__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail_section_block__text {
    flex: 1;
}

.table_price.new_table_price td {
    border: none;
    padding: 10px 20px;
}

.table_price.new_table_price tr:nth-child(2n+1) {
    background-color: #F1F9FF;
}

.table_price.new_table_price tr td:nth-child(2) {
    text-align: end;
}

.table_price.new_table_price {
    border: none;
    font-family: 'Rubik';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #0F3862;
}

@media (max-width: 1400px) {
    .section_banner__text {
        width: calc(100% - 80px);

    }
}

@media (max-width: 1200px) {
    .detail_section_block__image {
        max-width: 40%;
    }
}

@media (max-width: 900px) {
    .section_banner {
        display: none;
    }
}

@media (max-width: 700px) {
    .detail_section_block__image {
        display: none;
    }
    .table_price.new_table_price td {
        padding: 10px;
    }
}
/* End */
/* /local/templates/spa/components/bitrix/catalog/.default/style.css?17569042012326 */
