

/* Start:/local/templates/main/components/bitrix/news.detail/catalog/style.css?17292427232989*/
.detail__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.detail__item_gallery {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.detail__galery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.galery__item {
    width: 220px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.detail__item_text {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-left: 10px;
}
.orange-btn {
    padding: 17px 75px;
    background-color: #feb900;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12px;
    cursor:pointer;
}
.text__detail {
    text-align: left;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 25.99px;
}
.text__detail_bit {
    padding-bottom: 17px;
}

@media screen and (max-width: 1201px) {
    .detail__galery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .detail__item_gallery {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .detail__galery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .detail__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 500px) {
    .detail__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .detail__galery {
        text-align: center;
    }
    .galery__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .detail__item_text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .text__detail th:nth-child(4n+4), .text__detail td:nth-child(4n+4){
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .text__detail table td, .text__detail table th {
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 4px 8px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/catalog/style.css?17292427232989 */
