/* @font-face {
    font-family: "Helvetica-reg";
    src: url(./font/Helvetica/Helvetica-01.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica-bold";
    src: url(./font/Helvetica/Helvetica-Bold-02.ttf);
    font-weight: 700;
    font-style: normal;
} */

@font-face {
    font-family: "Circe-reg";
    src: url(./font/circle-regular/Circe-Regular.woff);
    src: url(./font/circle-regular/Circe-Regular.woff2);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Circe-bold";
    src: url(./font/circle-bold/Circe-Bold.woff);
    src: url(./font/circle-bold/Circe-Bold.woff2);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Circe-Extrabold";
    src: url(./font/circle-extrabold/Circe-ExtraBold.woff);
    src: url(./font/circle-extrabold/Circe-ExtraBold.woff2);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Circe-light";
    src: url(./font/circle-light/circe_light.woff);
    src: url(./font/circle-light/circe_light.woff2);
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.section {
    margin: 0 auto;
    width: 100%;
}

.header2,
.bonus_title2 {
    display: none;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #7DD908;
    border-radius: 0 0 36px 36px;
    overflow: hidden;

}

.header_left {
    padding: 48px 20px 0;
    width: 335px;
    margin: 0 auto;
}

.header_logo {
    width: 335px;
    height: 45px;
    display: flex;
    justify-content: space-between;
}

.header_kari__img {
    height: 45px;
    padding-right: 18px;
    border-right: solid white 1px;
}

.header_ttl {
    font-family: "Circe-Extrabold";
    font-size: 48px;
    font-weight: 800;
    color: white;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 36px;
}

.header_sbtl3 {
    display: none;
}

.header_sbtl {
    font-family: "Circe-reg";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.header_img__gds2 {
    display: none;
}

.header_img__gds {
    height: 350px;
    margin-top: 22px;
}

.bonus {
    max-width: 375px;
    margin: 32px auto;
    display: flex;
    flex-direction: column;
}

.bonus_title {
    width: 335px;
    margin: 0 auto;
}

.bonus_ttl {
    font-family: "Circe-Extrabold";
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.bonus_sbtl {
    font-family: "Circe-reg";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 28px 0;
    color: black;
    text-decoration: none;
}

.bonus_instr2 {
    display: none;
}

.bonus_instr {
    background-color: #EEF3FFB2;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 335px;
    margin: 0 auto;
}

.bonus_instr__ttl {
    text-align: center;
    font-family: "Circe-bold";
    font-size: 20px;
    font-weight: 700;
    margin: 16px auto 19px;
    letter-spacing: -0.1px;
    color: black;
}

.bonus_card {
    margin: 0 auto;
}

.bonus_cp {
    margin: 0 auto;
}

.card_ttl {
    margin: 0;
    font-family: "Circe-reg";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.card_img {
    width: 310px;
    height: 180px;
    margin-top: 20px;
}

.bonus_pay {
    margin: 20px auto 0;
}

.pay_ttl {
    margin: 0;
    font-family: "Circe-reg";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.pay_img {
    width: 310px;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.sale {
    display: flex;
    flex-direction: column;
    background-color: #EEF3FFB2;
    border-radius: 20px;
    justify-content: center;
    width: 335px;
    margin: 28px auto;
}

.sale_big {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.big_logo__img {
    width: 117px;
    height: 36px;
    margin: 16px auto 28px;

}

.big_proc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

.big_sale {
    font-family: "Circe-bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
}

.big_sale__img {
    width: 310px;
    height: 120px;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
}

.sale_kids {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.kids_sale__img {
    width: 203px;
    height: 36px;
    margin: 16px auto 28px;
}

.sale_btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;

}

.sale_link:hover {
    background-color: #7A2758;

}

.sale_link {
    width: 335px;
    height: 48px;
    border-radius: 10px;
    background-color: #991E66;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale_link__txt {
    font-family: "Circe-bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.footer2,
.footer3 {
    display: none;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: solid black 1px;
    padding: 20px;
}

.footer-blok {
    width: 340px;
    margin: 0 auto;
}

.footer-blok_ttl {
    margin: 4px auto 24px;
    text-align: center;
    font-family: "Circe-reg";
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.footer-blok_app {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 auto;
}

.footer_app__img {
    width: 162px;
    height: 46px;
}

.footer-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 24px auto;
}

.footer-link_s {
    margin: 0 auto;
}

.footer-link_logo {
    width: 134px;
    height: 40px;

}

.footer-link_soc {
    display: flex;
    flex-direction: row;
    gap: 12px;
    list-style: none;
    margin: 24px auto 0;
    padding: 0;
}

.soc__link_vk__img {
    width: 50px;
    height: 50px;
    margin: 0;
}

.footer-inf {
    font-family: "Circe-reg";
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 auto;
    color: #262626;
    opacity: 70%;
}

@media (min-width:768px) {
    .header {
        display: none;
    }

    .header2 {
        display: flex;
        flex-direction: row;
        background-image: url(./images/background.png);
        background-color: #7DD908;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0 0 29px 29px;
        height: 360px;

    }

    .header-block {
        display: flex;
        margin: 0 auto;
    }

    .header2_left {
        padding: 24px 0 33px 0;
        width: 350px;
    }

    .header_logo {
        width: 189px;
        height: 26px;
    }

    .header_kari__img {
        height: 26px;
        padding-right: 9px;
    }

    .header_img__gds {
        display: none;
    }

    .header_img__gds2 {
        display: block;
        height: 360px;
    }

    .header_ttl2,
    .header_sbtl2,
    .bonus_title {
        display: none;
    }

    .header_ttl {
        font-family: "Circe-Extrabold";
        font-size: 36px;
        font-weight: 800;
        line-height: 120%;
        margin-top: 47px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }


    .header_sbtl {
        font-family: "Circe-reg";
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        color: black;
    }

    .bonus {
        max-width: 768px;
        margin: 36px auto;
    }

    .bonus_title2 {
        display: block;
        width: 640px;
        margin: 0 auto;
    }

    .bonus_ttl {
        font-size: 28px;
        text-align: center;
    }

    .bonus_sbtl2 {
        display: none;
    }

    .bonus_sbtl {
        margin: 16px auto 24px;
        text-align: center;
    }

    .bonus_instr {
        width: 700px;
    }

    .bonus_instr__ttl {
        margin: 30px auto 19px;
        font-size: 24px;

    }

    .bonus_cp {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .card_ttl {}

    .bonus_pay {
        margin: 0 auto;
    }

    .sale {
        flex-direction: row;
        gap: 20px;
        width: 700px;
        margin: 24px auto;
    }

    .footer,
    .footer-qr {
        display: none;
    }

    .footer2 {
        display: flex;
        flex-direction: column;
        border-top: solid black 1px;
    }

    .footer-link {
        flex-direction: row;
        justify-content: space-between;
        width: 640px;
    }

    .footer-link_s {
        margin: 0;
    }

    .footer-link_soc {
        margin: 0;
        gap: 44px;
    }

    .soc__link_vk__img {
        width: 40px;
        height: 40px;
    }

    .footer-inf {
        width: 640px;
        /* font-size: 12px; */
    }

    .footer-blok {
        width: 640px;
        margin: 29px auto;
    }

    .footer-blok_ttl {
        text-align: left;
    }

    .footer_app__img {
        width: 154px;
        height: 44px;
    }

    .footer-blok_ttl {
        margin: 0 auto 20px;
        font-size: 20px;
    }
}

@media (min-width:900px) {
    .header2_left {
        width: 380px;
    }
}

@media (min-width:1300px) {
    .header2 {
        height: 700px;
    }

    .header2_left {
        padding: 50px 0 0 20px;
        width: 630px;
    }

    .header_logo {
        width: 420px;
        height: 57px;
    }

    .header_kari__img {
        height: 57px;
        padding-right: 25px;
    }

    .header_ttl {
        display: none;
    }

    .header_ttl2 {
        display: block;
        margin-top: 91px;
        margin-bottom: 65px;
        font-size: 82px;
        font-family: "Circe-Extrabold";
        font-weight: 800;
        line-height: 110%;
        text-transform: uppercase;
        color: white;
    }

    .header_sbtl,
    .header_sbtl2 {
        display: none;
    }

    .header_sbtl3 {
        display: block;
        font-family: "Circe-reg";
        font-size: 20px;
        font-weight: 400;
        line-height: 140%;
    }

    .header_img__gds2 {
        height: 700px;
    }

    .bonus {
        /* background-image: url(./images/backgroung.png); */
        max-width: 1912px;
        /* background-repeat: no-repeat; */
        margin: 60px auto;
    }

    .bonus_title2 {
        width: 1300px;
        text-align: center;
    }

    .bonus_ttl {
        font-size: 48px;
    }

    .bonus_sbtl {
        display: none;
    }

    .bonus_sbtl2 {
        display: block;
        font-family: "Circe-reg";
        font-size: 24px;
        font-weight: 400;
        line-height: 140%;
        margin: 36px auto 73px;
        text-align: center;
        color: black;
    }

    .bonus_inbon {
        background-image: url(./images/backgroung.png);
        background-size: contain;
        max-width: 1912px;
        background-repeat: no-repeat;
    }

    .bonus_instr {
        width: 860px;
    }

    .sale {
        margin: 52px auto;
        width: 860px;
    }

    .footer2 {
        display: none;
    }

    .footer3 {
        display: flex;
        justify-content: center;
        border-top: solid black 1px;
        margin: 0 auto;
    }

    .footer3_block {
        display: flex;
        flex-direction: row;
        max-width: 1300px;
        justify-content: space-between;
        margin: 0 20px;

    }

    .footer-link {
        flex-direction: column;
        justify-content: flex-start;
        width: 750px;
        margin: 36px 0 0;
        gap: 36px;
    }

    .footer-inf {
        width: 750px;
    }

    .soc__link_vk__img {
        width: 61px;
        height: 61px;
    }

    .footer-blok {
        width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 36px 0 76px;
    }

    .footer-blok_ttl {
        font-size: 24px;
        margin: 0 auto 42px;
    }

    .footer-qr {
        display: block;
        text-align: center;
    }

    .footer-qr_img {
        width: 200px;
        height: 200px;
        margin: 0 auto;

    }

    .footer-qr_txt {
        font-family: "Circe-reg";
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        margin: 10px auto 20px;
        text-align: center;
    }

    .footer_app__img {
        width: 162px;
        height: 46px;
    }
}


@media (min-width:1600px) {
    .header2_left {
        width: 670px;
    }
}