

/* Start:/bitrix/templates/empty/components/bitrix/news.detail/catalog/style.css?17664370682099*/
.detailProduct {
    display: flex;
    padding: 50px;
    width: 1920px;
    gap: 50px;
    align-items: flex-start;

}

.detailProductLeft {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    padding-top: 10px;
}

.productLeftTitle {
    display: none;
}

.detailProductRight {
    flex: 1;
}

.productImages {
    width: 90px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 30px;
    margin-bottom: 15px;
}

.productTitleImage {
    max-width: 525px;
    max-height: 700px;
}

.borderImage {
    outline: solid 4px black;
}

.description {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    gap: 30px;
}

.descriptionTitle {
    font-size: 50px;
}

.descriptionPrice {
    font-size: 30px;
}

.descriptionText {
    font-size: 20px;
}

.descriptionCharacteristics {
    font-size: 20px;
}

@media screen and (max-width: 450px) {

    .detailProduct {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: auto;
        align-items: center;
        gap: 0;
    }

    .detailProductLeft {
        display: flex;
        flex-direction: column-reverse;
        padding: 30px 0;
        gap: 10px;
    }

    .productLeftTitle {
        display: block;
        font-size: 40px;
        margin-bottom: 10px;
    }

    .productTitleImage {
        max-width: 360px;
    }

    .productImagesInner {
        display: flex;
        max-width: 525px;
        max-height: 100px;
        justify-content: center;
        margin-right: 0;
        gap: 10px;
    }

    .productImages {
        gap: 20px;
        max-height: 80px;
        width: auto;
        margin: 0;
    }

    .detailProductRight {
        max-width: 400px;
    }

    .description {
        padding: 0 5px;
    }

    .descriptionTitle {
        display: none;
    }

    .borderImage {
        outline: solid 2px black;
    }
}
/* End */
/* /bitrix/templates/empty/components/bitrix/news.detail/catalog/style.css?17664370682099 */
