

/* Start:/local/templates/main/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?17774710911257*/
.service .wrapper {
    display: flex;
    margin: 0 0 20px 0;
}

.service .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 428px;
    min-height: 428px;
    margin: 0 55px 0 30px;
}

.service .image img {
    border-radius: 9px;
}

.service .descr {
    display: flex;
    flex-direction: column;
}

.service .descr .text {
    line-height: 25px;
    font-size: 18px;
}

.service .descr .file {
    display: flex;
    align-items: center;
    margin: 35px 0 0 0;
    font-size: 18px;
    color: #fe0000;
}

.service .descr .file.pdf:before {
    content: '';
    display: block;
    width: 46px;
    height: 56px;
    margin: 0 12px 0 -5px;
    background: transparent url('/local/templates/main/images/icon_pdf.png') 0 0 no-repeat scroll;
    background-size: contain;
}

.service .photo-under-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
    .page-wrapper > .services {
        display: none !important;
    }

    .service .wrapper {
        flex-direction: column;
    }

    .service .image {
        min-width: 320px;
        min-height: 320px;
        margin: 0 0 20px 0;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?17774710911257 */
