

/* Start:/local/templates/main/components/bitrix/news.detail/action_detail/style.css?16076068757186*/
.row.news-row {
    display: none;
}
.action-news {
    margin-top: -30px;
    overflow: hidden;
}
.action-news h1, .action-news .h1 {
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}
.action-news .action-content {
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #7a7f86;
/*    margin-top: 30px; */
    margin-bottom: 30px;
}
.action-news .action-content .h1 {
    font-weight: 500!important;
}
.action-news .action-content ol,
.action-news .action-content ul {
    padding-left: 15px;
}
.action-news .action-content ol li,
.action-news .action-content ul li {
    padding-left: 10px;
    padding-bottom: 10px;
}
.action-news .action-content .photo-block {
    margin-top: 40px;
}
.action-news .action-content .photo-block .photo {
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.action-news h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.52;
    text-align: left;
    color: #384656;
    margin-top: 50px;
}
.action-news h1:after {
    display: none;
}
.action-news .action-head {
    background: #0291d3;
    padding: 40px 0;
}
.action-news .action-head .container {
    position: relative;
}
.action-news .action-head .head-left {
    max-width: 660px;
    padding-top: 35px;
}
.action-news .action-head .pseudo-bread {
    opacity: 0.4;
    font-size: 20px;
    line-height: 1.36;
    text-align: left;
    color: #ffffff;
}
.action-news .action-head .pseudo-bread span {
    padding: 0 20px;
}
.action-news .action-head img {
    display: block;
    float: right;
}
.action-news .btn {
    border-radius: 100px;
    outline: none !important;
    border: none;
    padding: 14px 27px 14px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.action-news .btn-default {
    color: #0291D3;
}
.action-news .btn-default:hover, .action-news .btn-default:focus {
    color: #0291D3;
}
.section_counter {
    background: #FFFFFF;
    box-shadow: 0 2px 63px 0 rgba(215, 220, 227, 0.74);
    z-index: 2;
}
.section_counter .section__content {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1170px;
}
.section_order {
    position: relative;
    padding: 40px 70px;
}
.section_callback {
    position: relative;
    padding: 0 !important;
}

.section_order .section__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_callback .section__bg {
    background: #0291D3 !important;
}
.section_order .section__content {
    position: relative;
    z-index: 2;
    box-shadow: 0 51px 43px 0 rgba(2, 145, 211, 0.09);
    background: #0291D3;
    max-width: 1300px;
    margin: 0 auto;
}
.order-block {
    padding: 50px 10px 30px;
    position: relative;
}
.order-block__header {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 40px;
}
.order-block label {
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}
.order-block__button {
    margin-top: 15px;
}
.order-block .form-group {
    margin-bottom: 40px;
    color: #fff;
}
.order-block label {
    white-space: nowrap;
}
.order-block .form-control {
    background: none;
    border-radius: 0;
    height: 38px;
    padding: 0 0 10px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: none !important;
    outline: none !important;
    font-size: 20px;
    color: #FFFFFF;
}
.order-block textarea {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
    height: 38px;
}
.order-block textarea.textarea_auto {
    max-height: 70px;
}
.order-block .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.order-block .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.order-block .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.order-block .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.container-fluid {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.counter-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 100%;
}
.counter-list__item {
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
}
.counter-list__item:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    bottom: 4px;
    background-color: #D9D9D9;
}
.counter-list__item:last-child:after {
    display: none;
}
.counter-list__number {
    font-weight: 300;
    font-size: 50px;
    color: #384656;
    line-height: 60px;
}
.counter-list__desc {
    font-size: 16px;
    color: #8E9197;
    line-height: 20px;
}
@media (max-width: 991px) {
    .counter-list__number {
        font-size: 40px;
    }
    .counter-list__desc {
        font-size: 14px;
    }
    .order-block label {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .section_counter {
        padding: 0;
    }
    .section_counter .section__content {
        padding: 20px 20px 0;
        border-radius: 0;
    }
    .section_order {
        padding: 0;
        margin-top: 0;
    }
    .section_order .section__content {
        background: #0291D3;
    }
    .counter-list__item {
        width: 100%;
        text-align: center;
        float: left;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .counter-list__item:after {
        top: auto;
        margin: 0;
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 1px;
        background-color: #D9D9D9;
        width: auto;
    }
    .counter-list__number {
        display: inline-block;
        width: 49%;
        text-align: right;
        vertical-align: middle;
    }
    .counter-list__desc {
        display: inline-block;
        width: 49%;
        text-align: left;
        padding-left: 10px;
        vertical-align: middle;
    }
    .order-block {
        padding: 20px 0 0;
    }
    .order-block__header {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 479px) {
    .order-block__header {
        font-size: 24px;
        line-height: 30px;
    }
    .order-block .form-group {
        width: 100%;
        margin-bottom: 20px;
    }
    .order-block label {
        margin-bottom: 0;
    }
    .order-block .form-control {
        height: 30px;
        padding-bottom: 2px;
    }
}

footer { margin-top: 0 !important; }
#errwarn { display: none !important; }

/* End */
/* /local/templates/main/components/bitrix/news.detail/action_detail/style.css?16076068757186 */
