

/* Start:/local/templates/main_lp/css/page-cover.css?16105480339741*/
.page-cover {
    display: table;
    width: 100%;
    height: 400px;
    position: relative;
    background: #1898D2;
}
.page-cover__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.page-cover__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(45% - 1px);
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,  rgba(24,152,210,1) 0%, rgba(24,152,210,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
    background: linear-gradient(to right,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1898d2', endColorstr='#001898d2',GradientType=1 );


}
.page-cover__bg-inner {
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-cover__bg_order {
    background-image: url("/local/templates/main_lp/css/../i/bg/cover-order-mobile.jpg");
}
.page-cover__bg_simple:before {
    content: none;
}
.page-cover__bg_simple .page-cover__bg-inner {
    background-size: auto;
    background-position: right bottom;
    left: 0;
}
.page-cover__bg_right .page-cover__bg-inner {
    background-position: right center;
}
.page-cover__bg_right_bottom .page-cover__bg-inner {
    background-position: right bottom;
}
.page-cover__bg_no_grad:before {
    content: none;
}
.page-cover__bg_contain .page-cover__bg-inner {
    background-size: contain;
}
.page-cover__content {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    vertical-align: middle;
    padding: 40px 0;
}
.page-cover__content-inner {
    max-width: 320px;
}
.page-cover__content-inner_half {
    max-width: 52%;
}
.page-cover__content-inner_calc {
    max-width: 560px;
}
.page-cover__content-inner_calc_full {
    max-width: 100%;
}
.page-cover__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #2B2B2B;
    max-width: 760px;
}
.page-cover__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
}
.page-cover__title + .page-cover__text {
    margin-top: 24px;
}
.page-cover__text + * {
    margin-top: 24px;
}
.page-cover__text + .page-cover__btn {
    margin-top: 24px;
}
.page-cover__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}
.page-cover__text ul:not([class]) {
    margin: 0;
    padding: 0;
}
.page-cover__text * + p,
.page-cover__text * + ul:not([class]) {
    margin-top: 10px;
}
.page-cover__btn.btn {
    color: #1898D2;
    font-weight: 600;
    padding: 0 24px;
    font-size: 16px;
}
.page-cover__info {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #2B2B2B;
    position: relative;
}
.page-cover__info + .page-cover__info {
    margin-top: 20px;
}
.page-cover__info_icon {
    padding-left: 36px;
}
.page-cover__info_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: "baikal-icons";
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    color: #0097D4;
}
.page-cover__info_icon_calendar:before {
    content: "\e905";
}
.page-cover__info_icon_marker:before {
    content: "\e904";
}

.page-cover__features {}
.page-cover__features-item {
    display: flex;
    align-items: center;
}
.page-cover__features-item:not(:last-child) {
    margin-bottom: 30px;
}
.page-cover__features-icon {
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 16px;
    align-self: flex-start;
}
.page-cover__features-icon-svg {
    max-width: 100%;
    max-height: 100%;
}
.page-cover__features-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    flex: 1 1 auto;
}
.page-cover__features_mt_md {
    margin-top: 40px;
}
.page-cover__features + .page-cover__btn {
    margin-top: 40px;
}

.page-cover_inverse,
.page-cover_inverse p {
    color: #fff;
}
.page-cover_inverse .page-cover__title {
    color: #fff;
}
.page-cover_inverse .page-cover__title + .calc-plugin {
    margin-top: 30px;
}
.page-cover_inverse a:not([class]) {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.page-cover_action .page-cover__content-inner {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.page-cover_action .page-cover__content-inner-desc {
    flex: 1 1 auto;
}
.page-cover_action .page-cover__img-wrapper {
    flex: 0 0 26.66666666%;
    max-width: 26.66666666%;
    margin-left: 40px;
}
.page-cover_action .page-cover__img {
    max-width: 100%;
    max-height: 100%;
}
.page-cover_action .page-cover__title {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 35px;
}
.page-cover__date {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
}
.page-cover__date_badge {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap;
    background: #95C518;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 0 8px;
    margin-bottom: 24px;
}
.page-cover__end_badge {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap;
    background: #DE3333;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 0 8px;
}
.page-cover__date-wrapper {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}
.page-cover__date-wrapper .page-cover__date {
    margin-bottom: 8px;
    margin-right: 12px;
}

.page-cover_special,
.page-cover_special .page-cover__bg {
    background: none;
}
.page-cover_special .page-cover__bg:before {
    background: none;
}

@media screen and (max-width: 991px) {
    .page-cover {
        height: 320px;
    }
    .page-cover__title {
        font-size: 28px;
    }
    .page-cover__text,
    .page-cover__text p {
        font-size: 14px;
    }
    .page-cover__info {
        font-size: 14px;
        padding-left: 32px;
    }
    .page-cover__info_icon:before {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .page-cover__content-inner_calc {
        max-width: 100%;
    }
    .page-cover_action .page-cover__title {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .page-cover {
        display: block;
        height: auto;
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .page-cover__title {
        width: 100%;
    }
    .page-cover__content {
        padding: 20px 20px 32px;
        display: block;
    }
    .page-cover__content-inner {
        max-width: 100%;
    }
    .page-cover__bg:not(.page-cover__bg_simple) {
        position: relative;
        height: 0;
        padding-bottom: 57.64%;
    }
    .page-cover__bg:before {
        /*opacity: 0;*/
        top: -1px;
        left: 0;
        bottom: auto;
        height: 65%;
        background: -moz-linear-gradient(top,  rgba(24,152,210,1) 0%, rgba(24,152,210,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
        background: linear-gradient(to bottom,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1898d2', endColorstr='#001898d2',GradientType=0 );
    }
    .page-cover_special .page-cover__bg:before {
        background: none;
    }
    .page-cover__bg-inner {
        left: 0;
    }
    .page-cover__bg_simple .page-cover__bg-inner {
        background-size: 50% auto;
    }
    .page-cover__features-icon {
        flex: 0 0 36px;
        max-width: 36px;
        height: 36px;
        margin-right: 12px;
    }
    .page-cover__features-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .page-cover__btn.btn {
        padding: 0 16px;
        font-size: 14px;
        display: block;
    }
    .page-cover_action .page-cover__content-inner {
        flex-wrap: wrap;
    }
    .page-cover_action .page-cover__img-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .page-cover_action .page-cover__img {
        margin: 0 auto;
        max-width: 50%;
    }
}
@media screen and (max-width: 359px) {
    .page-cover__btn_long.btn {
        padding: 0 10px;
        letter-spacing: -0.04em;
    }
}
@media screen and (min-width: 768px) {
    .page-cover__bg_order {
        background-image: url("/local/templates/main_lp/css/../i/bg/cover-order.jpg");
        background-position: center center;
    }
    .page-cover__bg {
        width: calc(100vw + 2px);
        left: 50%;
        transform: translate(-50%,0);
        background: #1898D2;
    }
    .page-cover__title_half {
        max-width: 480px;
    }
}
@media screen and (min-width: 992px) {
    .page-cover__bg {
        width: calc(100vw - 59px);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-cover__bg_calc .page-cover__bg-inner {
        opacity: 0.3;
    }
}

.page-cover__affiliate {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .page-cover__affiliate {
        width: calc(100vw - 18px);
        left: 50%;
        transform: translate(-50%,0);
    }
}
@media screen and (min-width: 992px) {
    .page-cover__affiliate {
        width: calc(100vw - 75px);
    }
}
/* End */
/* /local/templates/main_lp/css/page-cover.css?16105480339741 */
