
.secondpage-head p.uc-promo {
    text-align: center;
    margin-bottom: 30px;
}
.es-descriptions__wrap {
    display: flex;
}
.es-descriptions__heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
}
.es-descriptions__paragraph {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.es-descriptions__btn {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    padding: 2px 50px;
    margin-top: 58px;
}
.es-descriptions__img_size {
    width: 100%;
    max-width: 338px;
}
.es-advantages {
    background: #F3F7FB;
    border: 2px solid #DEE9F1;
    box-sizing: border-box;
    margin-top: 18px;
}
.es-advantages__heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #113351;
    margin-bottom: 40px;
}
.es-advantages__column {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.es-advantages__align_left {
    align-items: flex-start;
}
.es-advantages__align_center {
    align-items: center;
}
.es-advantages__align_right {
    align-items: flex-end;
}
.es-advantages__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.es-advantages__icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.es-advantages__img {
    margin-bottom: 15px;
}
.es-advantages__info {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #113351;
    padding-bottom: 30px;
}
.clipboard-img {
    width: 64px;
    height: 64px;
}
.passage-img {
    width: 64px;
    height: 67px;
}
.es-answer {
    margin-top: 35px;
}
.es-answer__flex {
    display: flex;
    align-items: center;
}
.es-answer__img_size {
    width: 100%;
    max-width: 284px;
}
.es-answer__heading {
    margin-top: 0;
    margin-left: 40px;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
}
.es-answer__list {
    list-style: none;
}
.es-answer__item {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.es-answer__conditions {
    margin-top: 25px;
    text-align: center;
}
.es-answer__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #4F4E4E;
    margin-bottom: 0;
}

.es-answer__text-wrapper {
    display: block;
}
.es-answer__conditions_wrapper {
    display: block;
}
.es-answer__conditions-period_wrapper {
    display: block;
}




/*Spring-US 2020*/
.promo {
    margin-top: 30px;
    padding: 30px 0;
}

.promo-bg {
    position: relative;
}

.promo-bg::before {
    position: absolute;
    content: url(/images/uc/uc-03/left-bird.png);
    left: 160px;
}

.promo-bg::after {
    position: absolute;
    content: url(/images/uc/uc-03/right-bird.png);
    right: 160px;
}



.promo__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px;
}

.action {
    position: relative;
    margin-bottom: 15px;
}

.action__text {
    font-size: 13px;
}

.action::before {
    position: absolute;
    content: url(/images/uc/uc-03/line.png);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}

.promo__sub {
    margin-bottom: 50px;
}

.btn-promo {
    margin-bottom: 25px;
    background-color: #27AE60;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-promo:hover {
    background-color: #27AE60;
}
.action__img {
    margin-bottom: 20px;
    max-width: 96px;
    width: 100%;
    height: auto;
}

.action__text {
    font-weight: 600;
    margin-bottom: 55px;
}


.features {
    background: #F3F7FB;
    border: 2px solid #DEE9F1;
    padding: 30px 0;}

.features__title {
    color: #337AB7;
    font-weight: 600;
    font-size: 36px;
    margin: 10px 0 30px 0;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
}

.features__list{
    padding-left: 15px;

}


.features__title::after {
    position: absolute;
    top: -35px;
    right: -55px;
    content: url(/images/uc/uc-03/list-1.png);
}

.features__img {
    margin-right: 25px;
}

.features-wrap {
    display: flex;
    padding: 0 20px;
    justify-content: center;
}

.features__block {
    display: flex;
    align-items: start;
}

.features__text {
    color: #337AB7;
    font-weight: bolder;
}

.info-block {
    padding: 30px 0;
}

.info__title {
    position: relative;
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
}

.info__title::before {
    position: absolute;
    content: url(/images/uc/uc-03/list-2.png);
    top: -40px;
    left: -45px;
}

.info__list{
    padding-left: 15px;
}

.info__list li {
    line-height: 1.4;
    padding-bottom: 10px;
}

.info__sub {
    position: relative;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 75px;
    font-weight: 300;
}

.info__sub::after {
    position: absolute;
    content: url(/images/uc/uc-03/list-4.png);
    top: -25px;
    left: -100px;
}

.info__img {
    max-width: 100%;
    height: auto;
}
.info__small_space {
    white-space: nowrap;
}
.features__star_style {
    font-size: 16px;
    font-weight: bold;
    color: red;
}


.p__title {
    font-weight: bold;
    font-size: 24px;
    position: relative;


}

.p__img{
    max-width: 100%;
    height: auto;
}

.p__line::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    top: 50px;
}

.p__line-green::after {
    background-color: #23A748;
    left: -70%;

}


.p__line-red::after {
    background-color: #FF0000;

}

.p__line-blue::after {
    background-color: #1087CA;
    left: -70%;

}


.p__italic {
    font-weight: 700;
    font-style: italic;
}

.p__block-h{
    display: none;
}



/* media */

@media(max-width: 1400px) {
    .promo-bg::before {
        position: absolute;
        content: url(/images/uc/uc-03/left-bird.png);
        left: 100px;
    }

    .promo-bg::after {
        position: absolute;
        content: url(/images/uc/uc-03/right-bird.png);
        right: 100px;
    }


}



@media(max-width: 1200px) {
    .es-answer {
        padding-bottom: 30px;
    }

    .promo-bg::before{
        left: -10px;
        transform: scale(.9);
    }

    .promo-bg::after{
        right: -10px;
        transform: scale(.9);
    }

    .promo-bg::before {
        left: -10px;
        transform: scale(.9);
    }

    .promo-bg::after {
        right: -10px;
        transform: scale(.9);
    }

}

@media(min-width: 992px) {
    .es-cont.container {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .es-answer__img {
        text-align: center;
    }
    .es-advantages {
        margin-top: 30px;
    }
    .es-answer__text-wrapper {
        display: inline;
    }
    .es-answer__conditions_wrapper {
        display: inline;
    }
    .es-answer__conditions-uc_wrapper {
        display: block;
    }
    .es-answer__conditions-period_wrapper {
        display: inline;
    }

    .promo-bg::before{
        left: -40px;
        top: -50px;
        transform: scale(.6);
    }

    .promo-bg::after{
        right: -40px;
        top: -50px;
        transform: scale(.6);
    }
}
@media (max-width: 767px) {
    .p__block-h{
        display: block;
    }

    .p__block-s{
        display: none;
    }
    .p__text {
        margin-top: 30px;
    }

    .p__line-green::after, .p__line-red::after, .p__line-blue::after {
        top: 30px;
    }


    .es-descriptions__wrap {
        flex-direction: column;
    }
    .es-descriptions__text {
        order: 1;
        text-align: center;
    }
    .es-descriptions__img {
        text-align: center;
    }
    .es-descriptions__btn {
        margin-top: 10px;
    }
    .es-answer__img {
        text-align: center;
    }
    .es-answer__heading {
        margin-top: 10px;
    }
    .es-advantages__icon {
        flex-direction: column;
    }
    .es-answer__flex {
        display: block;
    }
    .es-text-wrapping {
        display: block;
    }
    .es-answer__conditions-period_wrapper {
        display: block;
    }

    .promo {
        background-image: url(/images/uc/uc-03/birds-mob-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .promo-bg::before {
        content: none;
    }

    .promo-bg::after {
        content: none;

    }

    .info__sub::after {
        content: none;

    }

    .info-svg {
        position: relative;
    }

    .line-svg {
        position: absolute;
        top: 10px;
        left: 45%;
        transform: translateX(-50%);
    }
    .features-wrap {
        flex-direction: column;
    }
    .info-block .features-wrap {
        align-items: center;
    }
    .features__block {
        flex: 0 0 100%;

    }
    .info__sub {
        margin-top: 35px;
        margin-bottom: 60px;
    }

}
@media (max-width: 700px) {
    .line-svg {
        top: 15%;
        left: 42%;
    }
}
@media (max-width: 650px) {
    .info__sub_block {
        display: block;
    }
    .line-svg {
        top: 32%;
        left: 49%;
    }
}
@media(max-width: 526px) {
    .line-svg {
        top: 38%;
        left: 47%;
        width: 80%;
    }
}


@media(max-width: 480px) {
    .action::before {
        display: inline-block;
        height: 20%;
        width: 70%;
        content: "";
        background: url(/images/uc/uc-03/line.png) no-repeat 0 0;
        background-size: 100%;

    }
    .action::before {
        display: inline-block;
        height: 20%;
        width: 70%;
        content: "";
        background: url(/images/uc/uc-03/line.png) no-repeat 0 0;
        background-size: 100%;

    }
    .features__title {
        font-size: 28px;
    }
    .action_premium {
        display: block;
    }
    .action__img {
        width: 100%;
        max-width: 90px;
    }
    .promo__text_sub {
        display: block;
    }
    .line-svg {
        top: 43%;
        left: 43%;
        width: 80%;
    }
}


@media(max-width: 386px) {
    .info__sub {
        margin-bottom: 75px;
    }
    .line-svg {
        top: 43%;
        left: 45%;
        width: 90%;
    }
}
@media(max-width: 386px) {
    .line-svg {
        top: 55%;
    }
}

@media(max-width: 320px) {
    .action__img {
        max-width: 70px;
    }
}

