.service--detail_page p {
    margin: 0;
}
.service--margin {
    margin-bottom: 40px;
}
.service--advantages {
    margin-top: 100px;
}
.service--detail_page .title_block {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    margin-bottom: 26px;
}
.service--detail_picture .detailimage img {
    border-radius: 8px;
    max-height: 541px;
    object-fit: cover;
    width: 100%;
}
.service--content_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #222;
    margin-bottom: 20px;
}
.service--objectives_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 18px;
    margin-bottom: 26px;
}
.service--objectives_content .service--objectives_column img {
    border-radius: 8px;
    max-height: 317px;
}
.service--tasks_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.service--tasks_item {
    background: #F6F6F7;
    padding: 16px;
    border-radius: 8px;
    display: flex;
}
.service--tasks_item-logo {
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin-right: 16px;
}
.service--tasks_item-logo img {
    width: 100%;
    height: 100%;
}
.service--tasks_item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #181D27;
}
.service--point {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #181D27;
    margin-bottom: 20px;
    padding-left: 22px;
    position: relative;
}
.service--point:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF8800;
    left: 0;
    top: 7px;
}
.service--point:last-child {
    margin-bottom: 0;
}
.service--composition_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.service__request {
    background-image: url("/local/templates/aspro_next/components/bitrix/news.detail/service_audit/images/background.jpg");
    background-repeat: no-repeat;
    min-height: 680px;
    border-radius: 25px;
    overflow: hidden;
    background-position: left;
    background-size: contain;
    margin-top: 60px;
    display: flex;
    justify-content: end;
}
.service--detail_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #222;
}
.service__request--form {
    background-color: #E8E6E4;
    display: block;
    padding: 35px 62px;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 422px;
}
.service__request--form_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #181D27;
    margin-bottom: 20px;
}
.service__request--form_input {
    margin-bottom: 15px;
    position:relative;
}
.service__request--form_input:last-child {
    margin: 0;
}
.service__request--form_input input, .service__request--form_input textarea {
    padding: 12px 16px;
    color: #757575;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
}
.service__request--form_btn {
    padding: 16px 64px 16px 30px;
    border-radius: 6px;
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 5px;
    position: relative;
}
.service__request--form_btn:before {
    content: "";
    display: block;
    background-image: url("/local/templates/aspro_next/components/bitrix/news.detail/service_sku/images/arrow-sm.png");
    position: absolute;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    right: 36px;
    top: 24px;
}
.service__request--form_btn:focus {
    outline: none;
}
.service--detail_page .filter.licence_block {
    padding: 0;
}
.service__request label.error {
    top: 7px;
    right: 10px;
}
@media screen and (max-width: 1300px) {
    .service__request {
        min-height: 571px;
    }
}
@media screen and (max-width: 1024px) {
    .service--objectives_content {
        grid-template-columns: 1.3fr 1fr;
    }
    .service__request {
        background-position: -123%;
    }
    .service--detail_picture .detailimage img {
        max-height: 382px;
    }
    .service--composition_content {
        column-gap: 26px;
    }
}
@media screen and (max-width: 991px) {
    .service__request {
        background-position: -30%;
    }
}
@media screen and (max-width: 768px) {
    .service--objectives_content {
        grid-template-columns: 1.2fr 1fr;
    }
    .service__request {
        background-position: -120%;
    }
}
@media screen and (max-width: 720px) {
    .service__request {
        background-image: none;
    }
    .service__request--form {
        max-width: 100%;
        left: 0;
        border-radius: 25px;
        width: 100%;
    }
}
@media screen and (max-width: 560px) {
    .service--margin {
        margin-bottom: 30px;
    }
    .service__request {
        margin-top: 40px;
        min-height: 520px;
    }
    .service__request--form {
        padding: 30px 20px;
    }
    .service--objectives_content {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }
    .service--tasks_content {
        grid-template-columns: 1fr;
    }
    .service--composition_content {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }
    .service--detail_page .title_block {
        font-size: 16px;
    }
    .service__request--form_btn {
        width: 100%;
    }
}