.service--detail_page p {
    margin: 0;
}
.service--logo_description {
    padding-top: 23px;
    margin-bottom: 110px;
}
.service--logo_description__row {
    display: grid;
    grid-template-columns: 2fr 6fr;
    column-gap: 50px;
}
.service--logo_description__image {
    margin: 0 auto;
    padding-left: 10px;
    width: 200px;
}
.service--logo_description__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #222;
}
.service--advantages {
    margin-top: 100px;
}
.service--advantages .title_block,
.service--know_more .title_block,
.service--how_work .title_block,
.service--for_who .title_block {
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    text-align: left;
    color: #181D27;
}
.service--advantages .title_block {
    margin-bottom: 40px;
}
.service--know_more .title_block {
    margin-bottom: 24px;
}
.service--how_work .title_block,
.service--for_who .title_block {
    margin-bottom: 60px;
}
.service--advantages__item {
    padding-left: 35px;
    margin-bottom: 24px;
    position: relative;
}
.service--advantages__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #FF8800;
    left: 0;
    top: 7px;
}
.service--advantages__item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #222;
}
.service--advantages__item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #54585C;
}
.service--know_more {
    margin: 100px 0;
}
.service--know_more__text {
    margin-bottom: 40px;
    max-width: 645px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #7D7D7D;
}
.service--for_who {
    margin-bottom: 100px;
}
.service--for_who__item {
    position: relative;
}
.service--for_who__item-image {
    width: 250px;
    height: 250px;
    filter: grayscale(100%);
}
.service--for_who__item-image:hover {
    filter: grayscale(0%);
}
.service--for_who__item-image img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}
.service--for_who__list {
    display: flex;
    column-gap: 50px;
    row-gap: 25px;
    flex-wrap: wrap;
}
.service--for_who__item-number {
    -webkit-text-stroke: 2px #fff;
    font-size: 95px;
    -webkit-text-fill-color: #FEB907;
    position: absolute;
    top: 25px;
    font-weight: bold;
}
.service--for_who__item-title {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #222;
}
.service--how_work__item {
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
}
.service--how_work__item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 5px;
    width: 40px;
    height: 35px;
    background: #FF6B00;
    clip-path: polygon(0 5px, calc(100% - 15px) 14px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 15px) calc(100% - 14px), 0 calc(100% - 5px));
    transform: rotate(90deg);
}
.service--how_work__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.service--how_work__item:last-child:before {
    display: none;
}
.service--how_work__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}
.service--how_work__item-title span {
    font-weight: 700;
    color: #FF6B00;
}
.service--how_work__item-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.service--how_work__item-image img {
    width: 100%;
}
.service__request {
    background-image: url("/local/templates/aspro_next/components/bitrix/news.detail/service_sku/images/background.png");
    background-repeat: no-repeat;
    min-height: 524px;
    border-radius: 25px;
    overflow: hidden;
    background-position: left;
    background-size: cover;
    margin-top: 100px;
    display: flex;
    justify-content: end;
}
.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: 1024px) {
    .service--logo_description {
        margin-bottom: 50px;
    }
    .service--advantages {
        margin-top: 60px;
    }
    .service--know_more {
        margin: 50px 0;
    }
    .service--how_work .title_block, .service--for_who .title_block {
        margin-bottom: 40px;
    }
    .service--for_who {
        margin-bottom: 60px;
    }
    .service__request {
        margin-top: 60px;
    }
    .service--know_more__text {
        margin-bottom: 30px;
    }
    .service--know_more .title_block {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .service__request {
        background-position: left;
    }
    .service--how_work__list {
        margin: 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .service__request {
        background-image: none;
    }
    .service__request--form {
        max-width: 100%;
        left: 0;
        border-radius: 25px;
        width: 100%;
    }
}
@media screen and (max-width: 584px) {
    .service--for_who__list {
        justify-content: center;
    }
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 560px) {
    .service__request {
        margin-top: 40px;
    }
    .service--logo_description {
        margin-bottom: 40px;
    }
    .service--advantages {
        margin-top: 30px;
    }
    .service--advantages .title_block {
        margin-bottom: 20px;
    }
    .service--know_more {
        margin: 40px 0;
    }
    .service--how_work .title_block, .service--for_who .title_block {
        margin-bottom: 30px;
    }
    .service--for_who {
        margin-bottom: 40px;
    }
    .service--logo_description__row {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
    .service--logo_description__text {
        text-align: center;
    }
    .service--how_work__list {
        margin: 0;
    }
    .service__request--form {
        padding: 30px 20px;
    }
}