:root {
    --color-lightblue: #87c7eb;
}

@font-face {
    font-family: 'Century Gothic';
    src: url("/fonts/CenturyGothic.woff2") format("woff2"), url("/fonts/CenturyGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Century Gothic';
    src: url("/fonts/CenturyGothic-Bold.woff2") format("woff2"), url("/fonts/CenturyGothic-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Cocon';
    src: url("/fonts/Cocon-Light.woff2") format("woff2"), url("/fonts/Cocon-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Cocon';
    src: url("/fonts/Cocon-Regular.woff2") format("woff2"), url("/fonts/Cocon-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

.bonus-wrap {
    min-height: 50vh;
    background-image: url(/img/from-farm-bg.jpg);
    background-position: 50% 4%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 130px;
}

.bonus-wrap_18 {
    font-size: 18px;
}

.bonus-wrap_18_cocon {
    font-size: 18px;
    font-family: 'Cocon';
    display: block;
    margin: 0 auto;
    width: 80%;
}

.bonus-wrap__top {
    position: relative;
}

.bonus-wrap__top__img {
    margin: 0 -20px;
}

.bonus-wrap__top__title {
    position: absolute;
    right: 20px;
    top: 30%;
}

.bonus-wrap__top__title span {
    line-height: 56px;
    font-family: 'Cocon';
}

.bonus-wrap__top__title_1 {
    font-size: 46px;
}

.bonus-wrap__top__title_2 {
    font-size: 36px;
    margin-right: 40px;
}

.bonus-wrap__top__title_3 {
    font-size: 62px;
}

.bonus-wrap__container {
    max-width: 920px;
}

.bonus-wrap__container form {
    max-width: 520px;
    margin: 0 auto;
}

.bonus-wrap__container__inputpromo {
    margin: 20px auto 8px auto;
    max-width: 300px;
}

.bonus-wrap__container__mail {
    margin-top: 25px;
    font-size: 18px;
}

.bonus-wrap__container__mail a {
    border-bottom: 1px solid var(--color-lightblue);
}

.bonus-wrap__container__ps {
    margin-top: 40px;
    text-align: center;
    color: #b8b8b9;
}

.bonus-wrap__container__agree i {
    box-shadow: 0 0 0 1px var(--color-lightblue) !important;
    border-radius: 50% !important;
}

.bonus-wrap__container__btnagree {
    margin-top: 25px;
}

.bonus-wrap__container__btnagree::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 28%;
    border-radius: 50%;
    background-color: #fbe2ee;
    width: 25px;
    height: 25px;
}

.bonus-wrap__container__btnagree::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 28%;
    border-radius: 50%;
    background-color: #e9efc6;
    width: 15px;
    height: 15px;
}

.bonus-wrap__lovekabrita {
    margin-top: 30px;
    text-align: center;
}

.bonus-wrap__lovekabrita img {
    width: 350px;
}

.f-s-16 {
    font-size: 18px;
}

.quizzy {
    display: none;
}

@media (max-width: 768px) {
    .bonus-wrap__top__title span {
        line-height: 46px;
    }
    .bonus-wrap__top__title_1 {
        font-size: 36px;
    }
    .bonus-wrap__top__title_2 {
        font-size: 26px;
        margin-right: 40px;
    }
    .bonus-wrap__top__title_3 {
        font-size: 52px;
    }
}

@media (max-width: 500px) {
    .bonus-wrap_18 {
        font-size: 15px;
    }
    .bonus-wrap__top__title {
        right: 5px;
        top: 10%;
    }
    .bonus-wrap__top__title span {
        line-height: 36px;
    }
    .bonus-wrap__top__title_1 {
        font-size: 26px;
    }
    .bonus-wrap__top__title_2 {
        font-size: 16px;
        margin-right: 30px;
    }
    .bonus-wrap__top__title_3 {
        font-size: 42px;
    }
    .bonus-wrap__container__ps {
        font-size: 12px;
    }
    .bonus-wrap__container__btnagree::before {
        top: -30px;
        right: 18%;
    }
    .bonus-wrap__container__btnagree::after {
        bottom: -15px;
        left: 18%;
    }
}