
.section-hero {
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 40px
}

@media (min-width: 1024px) {
    .section-hero {
        padding-top:65px
    }
}

.section-hero .container {
    position: relative
}

.hero__content {
    font-size: 1rem
}

@media (min-width: 768px) {
    .hero__content {
        max-width:480px
    }
}

@media (min-width: 1024px) {
    .hero__content {
        max-width:700px;
        font-size: 1.25rem
    }
}

.hero__content ul {
    font-size: 1rem
}

.hero__content-img {
    position: relative;
    width: 100%;
    max-width: 658px;
    text-align: center
}

@media (min-width: 768px) {
    .hero__content-img {
        position:absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%
    }
}

@media (min-width: 1024px) {
    .hero__content-img {
        top:12%;
        right: -30px;
        width: 50%;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width: 1140px) {
    .hero__content-img {
        top:2%;
        width: 57%
    }
}

.hero__content-additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 8px 0 0;
    font-size: 1rem
}

.hero__content-additional:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: no-repeat 50%/contain;
    margin: 0 1rem 0 0
}

@media (min-width: 768px) {
    .hero__content-additional:before {
        width:48px;
        height: 48px
    }
}

.hero__content-additional.load-bg:before {
    background-image: url(../images/discount/ico_star.svg)
}

.hero__content-additional br {
    display: none
}

@media (min-width: 768px) {
    .hero__content-additional br {
        display:block
    }
}

.hero__content-actions {
    margin: 8px 0 0
}

@media (min-width: 1024px) {
    .hero__content-actions {
        margin:32px 0 0
    }
}

.hero__btn {
    margin: 0 0 16px;
    padding: 14px 30px
}

.hero__btn+.hero__btn {
    margin: 0 0 16px 8px
}

@media (min-width: 1024px) {
    .hero__btn+.hero__btn {
        margin:0 0 16px 16px
    }
}

.thank-you {
    padding: 0;
    overflow: hidden
}

.thank-you__content {
    position: relative;
    background: linear-gradient(334.42deg,#10a8a6 2.32%,#b9e6e6 74.8%);
    border-radius: 8px;
    padding: 40px 16px;
    margin: 0 -16px
}

@media (min-width: 768px) {
    .thank-you__content {
        background:linear-gradient(156.87deg,#10a8a6 -.14%,#b9e6e6 92.36%);
        margin: 0
    }
}

@media (min-width: 1024px) {
    .thank-you__content {
        padding:80px 48px
    }
}

@media (min-width: 1140px) {
    .thank-you__content {
        padding:120px 100px
    }
}

@media (min-width: 768px) {
    .thank-you__text {
        max-width:50%
    }
}

@media (min-width: 1024px) {
    .thank-you__text {
        max-width:600px
    }
}

.thank-you__text p {
    max-width: 550px
}

.thank-you__img {
    display: block;
    margin: 25px auto 0
}

@media (min-width: 768px) {
    .thank-you__img {
        position:absolute;
        right: 5vw;
        bottom: 0;
        width: 310px
    }
}

@media (min-width: 1024px) {
    .thank-you__img {
        width:380px
    }
}

.section-features {
    padding-top: 0;
    padding-bottom: 40px
}

@media (min-width: 1024px) {
    .section-features {
        padding-bottom:120px
    }
}

.section-features .section__heading {
    text-align: center
}

.section-features .section__subheading {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 1rem
}

@media (min-width: 1024px) {
    .section-features .section__subheading {
        max-width:740px;
        font-size: 1.25rem
    }
}

.features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features__item {
    padding-left: 74px;
    margin-top: 1rem
}

@media (min-width: 1024px) {
    .features__item {
        padding-left:106px;
        margin-top: 3rem
    }
}

.features__item__title {
    margin-top: 0
}

@media (min-width: 1024px) {
    .features__item__title {
        line-height:1.4
    }
}

.features__item__text {
    max-width: 400px
}

.features__item:after {
    display: none
}

.features__item:before {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    border-radius: 0;
    width: 54px;
    top: 0;
    left: 0
}

@media (min-width: 1024px) {
    .features__item:before {
        width:74px
    }
}

.features__item.ico_quality.load-bg:before {
    width: 56px
}

@media (min-width: 1024px) {
    .features__item.ico_quality.load-bg:before {
        width:78px
    }
}

.features__item.ico_plagiarism-free.load-bg:before {
    width: 58px
}

@media (min-width: 1024px) {
    .features__item.ico_plagiarism-free.load-bg:before {
        width:80px
    }
}

.features__item.ico_secure.load-bg:before {
    width: 56px
}

@media (min-width: 1024px) {
    .features__item.ico_secure.load-bg:before {
        width:78px
    }
}

.features__item.ico_moneyback.load-bg:before {
    width: 65px
}

@media (min-width: 1024px) {
    .features__item.ico_moneyback.load-bg:before {
        width:77px
    }
}

.section-grab-coupon {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 1024px) {
    .section-grab-coupon {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-grab-coupon .container {
    position: relative;
    z-index: 1
}

.grab-coupon__content {
    position: static
}

@media (min-width: 768px) {
    .grab-coupon__content {
        padding-right:53%
    }
}

.grab-coupon__content .section-banner__heading {
    text-align: left;
    margin: 0
}

.grab-coupon__content .section-banner__description {
    font-size: 1rem;
    text-align: left
}

.grab-coupon__content .section-banner__img {
    margin: 0 0 16px;
    width: 260px
}

@media (min-width: 768px) {
    .grab-coupon__content .section-banner__img {
        width:320px;
        right: 3vw;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1024px) {
    .grab-coupon__content .section-banner__img {
        width:410px
    }
}

@media (min-width: 1140px) {
    .grab-coupon__content .section-banner__img {
        right:5vw
    }
}

.grab-coupon__content .section-banner__buttons {
    margin: 16px 0 0
}

@media (min-width: 1024px) {
    .grab-coupon__content .section-banner__buttons {
        margin-top:48px
    }
}

.section-doubts_and_discount-ways .container {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .doubts_and_discount-ways__content {
        width:48%;
        margin-left: auto
    }
}

.doubts_and_discount-ways__content .section__heading,.doubts_and_discount-ways__content p {
    max-width: 460px
}

.doubts_and_discount-ways__content+.doubts_and_discount-ways__content {
    margin-top: 40px
}

@media (min-width: 1024px) {
    .doubts_and_discount-ways__content+.doubts_and_discount-ways__content {
        margin-top:80px
    }
}

.doubts_and_discount-ways__content+.doubts_and_discount-ways__content .section__heading,.doubts_and_discount-ways__content+.doubts_and_discount-ways__content p {
    max-width: 560px
}

.doubts_and_discount-ways__btn {
    margin: 16px 0 0
}

@media (min-width: 1024px) {
    .doubts_and_discount-ways__btn {
        margin-top:32px
    }
}

.doubts_and_discount-ways__img {
    margin: 16px 0;
    position: relative;
    width: 260px
}

@media (min-width: 768px) {
    .doubts_and_discount-ways__img {
        margin:0;
        max-width: none;
        position: absolute;
        z-index: 5;
        width: 320px;
        left: 3vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1024px) {
    .doubts_and_discount-ways__img {
        width:calc(50% - 1rem);
        left: 1rem
    }
}

.section-mobile-app {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 1024px) {
    .section-mobile-app {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-mobile-app .container {
    position: relative;
    z-index: 1
}

.mobile-app__content {
    text-align: center
}

@media (min-width: 768px) {
    .mobile-app__content {
        padding-right:calc(100% - 480px);
        text-align: left
    }
}

@media (min-width: 1024px) {
    .mobile-app__content {
        padding-right:calc(100% - 760px)
    }
}

.mobile-app__content .section-banner__description {
    font-size: 1rem;
    max-width: 650px
}

@media (min-width: 1024px) {
    .mobile-app__content .section-banner__description {
        font-size:1.25rem
    }
}

.mobile-app__content .section-banner__buttons {
    display: block;
    margin: 2rem 0 0;
    text-align: center;
    max-width: none
}

@media (min-width: 768px) {
    .mobile-app__content .section-banner__buttons {
        margin-top:1.5rem;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .mobile-app__content .section-banner__buttons {
        margin-top:2rem
    }
}

.mobile-app__content .section-banner__img {
    margin: 2rem 0 0;
    display: block;
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .mobile-app__content .section-banner__img {
        width:220px;
        right: 3vw
    }
}

@media (min-width: 1024px) {
    .mobile-app__content .section-banner__img {
        width:280px;
        right: 0
    }
}

@media (min-width: 1140px) {
    .mobile-app__content .section-banner__img {
        width:340px;
        right: 5vw
    }
}
