/*.p-1 {
    padding: .25rem !important;
}
.p-2 {
    padding: .5rem !important;
}*/
.p-3 {
    padding: 1rem !important;
}
.pt-2 {
    padding-top: .5rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;   
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.cursor {
    cursor: pointer;
}
.b_title {
    font-size: 28px;
    font-weight: 600 !important;
    margin-bottom: 30px;
}
/*--- титульный блок ---*/
.serv_block_title {
    background: #eaf0f2;
    color: #2f383d;
}
.sb_subtitle {
    font-size: 16px;
    line-height: 1.5;
}
.sb_price {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    text-align: right;
    border-radius: 10px;
}
.sb_sign {
    cursor: pointer;
    display: block;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    background: #AFCA0B;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
}

/*--- прайс ---*/
.detail .chars .props_table.price_table .char_value {
    text-align: left;
}
.btn_blue {
    display: inline-block;
    background: #0088cc;
    color: #fff;
    text-decoration: none;
    width: 200px;
    text-align: center;
}
.btn_blue:hover, .btn_blue:active {
    color: #fff;
    opacity: .85;
}
.btn_blue_transparent {
    display: inline-block;
    background: transparent;
    color: #0066B3;
    text-decoration: none;
    text-align: left;
    position: relative;
    line-height: 1.3;
}
.btn_blue_transparent:after{
    content: '';
    display: block;
    position: absolute;
    background: url('/local/templates/aspro-scorp_wf/components/bitrix/news.detail/services_new/images/chevron.forward.png');
    width: 6px;
    height: 10px;
    right: -5px;
    top: 15px;
}

/*--- тизеры ---*/
.serv_block_tizers {
    color: #2f383d;
}
.flexslider_teaser .flex-control-nav {
    display: none;
}
.serv_block_tizers .slides li {
    padding: 0 5px;
}
.serv_block_tizers .slides li:first-child {
    padding-left: 0;
    padding-right: 10px;
}
.serv_block_tizers .slides li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.sbt_item {
    padding: 0 15px;
}
.sbt_item_card {
    height: 167px;
    padding-top: 35px !important;
    position: relative;
}
.sbt_ico {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #eaf0f2;
    top: 0;
    left: calc(50% - 35px);
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
}
.sbt_title_card {
    background: #eaf0f2;
    height: 132px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    border-radius: 10px;
}
.sbt_title {
    padding: 35px 15px 35px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*--- форма ---*/
.order-block {
    padding: 20px 40px;
    border-radius: 6px;
    padding-bottom: 0 !important;
}
.ob_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ob_text {
    font-size: 16px;
    margin-bottom: 60px;
}
.ob_contacts {
    font-weight: 700;
    position: relative;
    padding-left: 50px;
}
.ob_contacts span {
    font-weight: 400;
    display: block;
}
.ob_contacts:before {
    content: '';
    width: 38px;
    height: 38px;
    background-image: url('/local/templates/aspro-scorp_wf/components/bitrix/news.detail/services_new/images/ob_phone.png');
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.ob_form {
    padding-left: 45px; 
}
.order-block .row > div {
    text-align: left !important;
}
.ob_form_field input {
    color: #333333;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 6px;
}
.ob_form_field input.sb_sign {
    color: #fff;
    margin-top: 10px;
}
.ob_form_agree {
    color: #333333;
    font-size: 10px;
    line-height: 1.5;
}

/*--- описание ---*/
.detail.services .content {
    overflow: hidden;
}

/*--- галерея ---*/
.galery.galery_new {
    margin: 0 15px !important;
}
.flexslider_new {
    position: relative;
}
.flexslider_new .item .img {
    max-height: 480px;
    overflow: hidden;
}
.flexslider_new .flex-control-nav {
    position: absolute;
    bottom: 75px;
}
.flexslider_new .flex-direction-nav {
    display: none;
}
.photo_desc {
    padding-top: 10px;
}
.detail_widget {
    background: #E1EBF5;
    padding: 15px;
}
.detail_widget h3 {
    font-size: 16px;
    color: #0169C2;
}
.fead_block {
    padding-top: 15px;
}
.fead_block h2 {
    margin-bottom: 20px;
}

.fead_text {
    width: 75%;
    font-weight: 600;
}
.flexslider_fead {
    margin-bottom: 10px;
    position: relative;
}
.flexslider_fead .slides li .fead_item {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin: 10px;
    font-size: 16px;
    background-image: url('/local/templates/aspro-scorp_wf/components/bitrix/news.detail/services_new/images/review_q3.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.flexslider_fead .slides li .p{
    margin-bottom: 10px;
}
.flexslider_fead .slides li.last {
    box-shadow: none;
}
.flexslider_fead .flex-control-nav {
    display: none;
}
.flexslider_fead .flex-direction-nav {
    position: absolute;
    top: -40px;
    right: 0px;
    display: flex;
}
.flexslider_fead .flex-direction-nav .flex-nav-prev {
    margin-right: 50px;
}
.flexslider_fead .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 1;
}
.flexslider_fead .flex-direction-nav .flex-prev {
    left: 0px;
    width: 13px;
    height: 22px;
}
.flexslider_fead .flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
    width: 13px;
    height: 22px;
}
.flexslider_fead .flex-direction-nav a::before {
    content: '' !important;
    background-image: url('/local/templates/aspro-scorp_wf/components/bitrix/news.detail/services_new/images/chevron.left.png');
    width: 13px;
    height: 22px;
}
.flexslider_fead .flex-direction-nav a.flex-next::before {
    content: '' !important;
    background-image: url('/local/templates/aspro-scorp_wf/components/bitrix/news.detail/services_new/images/chevron.right.png');
    width: 13px;
    height: 22px;
}
.flexslider_fead .flex-direction-nav .flex-disabled {
    opacity: .5 !important;
    cursor: default;
}

/*--- форма 2---*/
.order-block.order_second {
    padding: 20px;
    margin: 20px 0 35x;
}
.order_second .ob_title {
    text-align: center;
    color: #0169C2;
    font-size: 36px;
    margin-bottom: 20px;
}
.order_second .ob_text {
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.order_second .ob_form {
    padding-left: 0px;
}
.order_second .row .ob_form_field {
    padding: 10px 0;
}
.order_second .row .ob_form_field:first-child {
    padding-right: 10px;
}
.order_second .row .ob_form_field:last-child {
    padding-right: 0px;
    padding-left: 10px;
}
.order-block.order_second .row > div {
    min-height: auto;
}
.order_second .ob_form_field input {
    margin-bottom: 0px;
}
.order_second .sb_sign {
    max-width: 500px;
    margin: 0 auto;
}
.order_second .ob_form_agree {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.projects.item-views.table .item .title {
    color: #212121;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.d-mobile {
    display: none !important;
}
.btn_price {
    text-align: right;
}
.projects .items li {
    padding: 0 5px;
}
.projects .items li:first-child {
    padding-left: 0px;
    padding-right: 10px;
}
.projects .items li:last-child {
    padding-right: 0;
    padding-left: 10px;
}
.detail .detailimage img, .detail .projects.item-views.table .item .image img {
    border: none !important;
}
.modal_review {
    display: none;
}
.faq_block {
    margin-bottom: 35px;
    border-bottom: 1px solid #CCCCCC !important;
}
.faq_block .accordion-head {
    border: none !important;
    border-top: 1px solid #CCCCCC !important;
    padding: 20px 75px 20px 0px !important;
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
}
.faq_block .accordion-head:after{
    content: '';
    position: absolute;
    top: 7px;
    right: 20px;
    background-image: url('/local/templates/aspro-scorp_wf/components/bitrix/news.detail/services_new/images/plus.png');
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #F6F5F5;
    border-radius: 46px;
    transition: all 0.3s ease-in-out;
}
.faq_block .accordion-open.accordion-head:after{
    content: '';
    position: absolute;
    rotate: 45deg;
    background-color: transparent;
}
.faq_block .accordion-head:hover, 
.faq_block .accordion-head.accordion-open {
    background: transparent !important;
}
.faq_block .accordion-close {
    margin-bottom: 0px !important;
}
.faq_block .panel-collapse.in {
    margin-bottom: 0px !important;
}
.faq_block .accordion-body {
    border: none !important;
    padding: 0px 75px 20px 0px !important;
}
i.question {
    right: -6px;
    position: relative;
    border: 2px solid #08c !important;
}
@media (max-width: 767px) {
    .faq_block .accordion-head {
        padding-right: 80px !important;
    }
    .faq_block .accordion-body {
        padding-right: 15px !important;
    }
    .faq_block .accordion-head::after {
        top: 17px;
    }
    .serv_block_tizers .slides li {
        padding: 0px !important;
    }
    .serv_block_tizers .slides li:first-child {
        padding: 0px !important;
    }
    .serv_block_tizers .slides li:last-child {
        padding: 0px !important;
    }
    .detail .chars .char-wrapp .char_name {
        padding-left: 30px;
    }
    i.question {
        position: absolute;
        left: -30px;
        top: -15px;
    }
    .flexslider_projects .flex-control-nav {
        display: none;
    }
    .projects .items li {
        padding: 0px !important;
    }
    .projects .items li:first-child {
        padding: 0px !important;
    }
    .projects .items li:last-child {
        padding: 0px !important;
    }
    .sb_price {
        text-align: left;
        margin-bottom: 15px !important;
    }
    .detail .chars .char_code {
        display: none !important;
    }
    .d-mobile {
        display: block !important;
    }
    .h-mobile {
        display: none !important;   
    }
    .btn_price {
        text-align: left;
        margin-top: 10px;
    }
    .serv_block_title {
        margin-left: -15px;
        margin-right: -30px;
    }
    .order-block {
        margin-left: -15px !important;
        margin-right: -30px !important;
    }
    .content-md .sbt_ico img {
        width: 25px !important;
        height: 25px !important;
    }
    .sb_subtitle {
        margin-bottom: 10px;
    }
    .ob_title {
        text-align: center;
    }
    .ob_text {
        text-align: center;
        margin-bottom: 0px;
    }
    .ob_form {
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .content .row {
        margin-bottom: 30px;
    }
    .flexslider_new .flex-control-nav {
        bottom: -35px;
    }
    .galery.galery_new {
        margin-bottom: 50px !important;
    }
    .flexslider_fead .flex-direction-nav {
        position: relative;
        top: auto;
        right: auto;
        bottom: -15px;
        width: 100%;
        padding-left: calc(50% - 38px);
    }
    .fead_block .btn_blue_transparent {
        margin-top: 20px;
    }
    .order_second .ob_title {
        font-size: 22px;
    }
    .order_second .ob_text {
        font-size: 14px;
        width: 90%;
    }
    .order_second .row .ob_form_field:last-child {
        padding-right: 10px;
        padding-left: 0px;
    }
    .order_second .row .ob_form_field {
        padding: 10px 10px 10px 0;
    }
    .order_second .ob_form {
        padding: 0 10px !important;
    }
    .fead_text {
        width: 100%;
    }
    #news_list_preim {
        display: none !important;
    }
    .main {
        padding-top: 30px !important;
    }
}