.offers_support_block {
    background: #fff;
    border-top: solid 4px #ffd500;
    position: relative;
    padding-top: 50px;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.offers_support_block .title_block {
    margin: 0 30px;
    padding-bottom: 22px;
    color: #343e5c;
    font-size: 16px;
    border-bottom: 1px solid #d6d8de;
}

.offers_support_block .count_elem {
    position: absolute;
    top: 52px;
    right: 30px;
}

.offers_support_block .slider_offers_support_cont {
    margin: 0 0 0 30px;
    overflow: hidden;
}

.offers_support_block .item_offer {
    padding: 20px 0 40px 110px;
    min-height: 724px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offers_support_block .item_offer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    margin-left: 12px;
    bottom: 0;
    border-radius: 362px 0 0 362px;
    z-index: 1;
    background: #fffbf3;
}

.offers_support_block .item_offer {

}

.offers_support_block .item_offer .column_txt {
    max-width: 640px;
    width: 60%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0.6 60%;
    flex: 1 0.6 60%;
    position: relative;
    z-index: 2;
}

.offers_support_block .item_offer .column_txt .name_slide {
    color: #343e5c;
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 25px;
}

.offers_support_block .item_offer .column_txt .discribe {
    font-weight: 300;
}

.offers_support_block .item_offer .column_txt .discribe ul {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none;
    line-height: 24px;
}

.offers_support_block .item_offer .column_txt .discribe ul li {
    padding: 0 0 0 20px;
    margin: 0 0 8px 0;
    position: relative;
}

.offers_support_block .item_offer .column_txt .discribe ul li:before {
    content: '';
    background: url(img/bullet_ul_blue.png) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    margin: 5px 0 0 -20px;
}

.offers_support_block .item_offer .price_block {
    position: relative;
    width: 40%;
    text-align: center;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 0.4 40%;
    flex: 1 0.4 40%;
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 420px;
    padding-top: 40px;
}

.offers_support_block .item_offer .price_block .price_value {
    color: #376feb;
    font-weight: bold;
    font-size: 148px;
    line-height: 1;
}

.offers_support_block .item_offer .price_block .price_value .price_size {
    font-size: 60px;
    position: relative;
    top: -60px;
    font-weight: bold;
}

.offers_support_block .item_offer .price_block .price_txt {
    color: #343e5c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
}

.offers_support_block .item_offer .button_form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.offers_support_block .item_offer .button_form .btn {
    width: auto;
    display: inline-block;
    margin-left: 0;
    border-radius: 25.5px;
    padding: 15px 45px 14px;
    height: auto !important;
    line-height: normal !important;
}

.offers_support_block .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.offers_support_block .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d6d8de;
    margin: 0 7px;
    border-radius: 50%;
}

.offers_support_block .owl-dots .owl-dot.active {
    background: #376feb;
}

.offers_support_block .owl-carousel .owl-nav .owl-next,
.offers_support_block .owl-carousel .owl-nav .owl-prev {
    background: none;
}

.offers_support_block .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.offers_support_block .owl-carousel .owl-nav .owl-next svg,
.offers_support_block .owl-carousel .owl-nav .owl-prev svg {
    fill: #d7d9df;
    width: 40px;
    height: 40px;
    display: block;
}

.offers_support_block .owl-carousel .owl-nav .owl-next:hover svg,
.offers_support_block .owl-carousel .owl-nav .owl-prev:hover svg {
    fill: #376feb;
}

#form_order_support {
    width: 600px;
}

@media (max-width: 640px) {
    .offers_support_block {
        padding: 20px 10px;
    }
    #form_order_support {
        margin: -30px -20px 0 -25px;
        width:auto !important;
        height:80vh;
    }
    .offers_support_block .item_offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0 0 0 !important;
        height: auto !important;
    }

    .offers_support_block .title_block {
        margin: 0;
    }

    .offers_support_block .slider_offers_support_cont {
        margin: 0;
    }

    .offers_support_block .item_offer:after {
        display: none !important;
    }

    .offers_support_block .item_offer > div {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        height: auto !important;
        min-height: 1px !important;
    }

    .offers_support_block .item_offer .price_value {
        font-size: 60px !important;
    }

    .offers_support_block .item_offer .price_value .price_size {
        font-size: 33px !important;
        top: -18px !important;
    }

    .offers_support_block .count_elem {
        display: none;
    }

    .offers_support_block .owl-dots {
        position: static;
        margin-top: 20px;
    }

    .offers_support_block .item_offer .button_form {
        text-align: center;
    }

    .offers_support_block .item_offer .button_form .btn {
        margin-right: auto;
    }

    .offers_support_block .item_offer .column_txt .name_slide {
        font-size: 20px;
        line-height: normal;
    }

    .offers_support_block .item_offer .price_block .price_txt {
        font-size: 14px;
    }

    .support_page .about_support .support_list {
        padding: 20px 28.797px !important;
    }

    .support_page .about_support {
        padding-bottom: 30px !important;
    }
}

@media (min-width: 640px) and (max-width: 1040px) {
    .offers_support_block .item_offer {
        padding: 30px 0px 157px 50px !important;
    }

    .offers_support_block .item_offer .price_block .price_value {
        font-size: 90px;
    }

    .offers_support_block .item_offer .price_block .price_value .price_size {
        top: 22px !important;
    }
}