/* site content */

/* 1. banner */

.gift_banner {
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 24px;
    border-radius: 16px;

    background-image: url('/images/new/gift/banner/banner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}

.gift_banner__container {
    position: relative;
    width: 100%;
    height: fit-content;
    max-width: 345px;
    margin: 0 auto;

    text-align: center;
}

.gift_banner__container-t1 {
    display: block;
    font-weight: 700;
    color: #935E3F;

    font-size: 14px;
    margin-bottom: 18px;
}

.gift_banner__container-t2 {
    display: block;
    font-weight: 100;
    color: #101010;

    font-size: 18px;
    margin-bottom: 4px;
}

.gift_banner__container-t3 {
    display: block;
    font-weight: 700;
    color: #101010;

    font-size: 34px;
    margin-bottom: 18px;
}

.gift_banner__container-t4 {
    display: block;
    font-weight: 200;
    color: #101010;

    font-size: 14px;
    margin-bottom: 18px;
}

.gift_banner__container-t4 span {
    font-weight: 700;
}

.gift_banner__button {
    width: 100%;
    margin-bottom: 220px;
}

.gift_banner__capybara {
    position: absolute;
    left: 0; /* отступ слева */
    bottom: 92px;
    width: 100%; /* настройте размер */
    height: 200px;
    background-image: url('/images/new/gift/banner/kapibara.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

.gift_banner__counter {
    width: 100%;
    height: fit-content;
    padding: 12px;
    background-color: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    z-index: 1;
}

.gift_banner__counter-text {
    font-weight: 500;
    margin-bottom: 6px;

    font-size: 14px;
}

.gift_banner__timer-text {
    font-weight: 500;
    font-size: 32px;
}

@media (min-width: 390px) {
    .gift_banner__container-t1 {
        font-size: 16px;
    }

    .gift_banner__container-t2 {
        font-size: 24px;
    }

    .gift_banner__container-t3 {
        font-size: 42px;
    }

    .gift_banner__container-t4 {
        font-size: 16px;
    }

    .gift_banner__button {
        margin-bottom: 250px;
    }

    .gift_banner__capybara {
        height: 240px;
        bottom: 125px;
    }

    .gift_banner__counter {
        padding: 24px 18px;
    }

    .gift_banner__counter-text {
        font-size: 16px;
    }

    .gift_banner__timer-text {
        font-size: 42px;
    }
}

@media (min-width: 480px) {
    .gift_banner {
        padding: 36px 24px 24px 24px;
    }

    .gift_banner__container-t1 {
        margin-bottom: 28px;
    }

    .gift_banner__container-t2 {
        font-size: 28px;
    }

    .gift_banner__container-t3 {
        font-size: 50px;
    }

    .gift_banner__button {
        margin-bottom: 290px;
    }

    .gift_banner__capybara {
        height: 280px;
        bottom: 132px;
    }

    .gift_banner__counter-text {
        letter-spacing: 1px;
        font-size: 18px;
    }

    .gift_banner__timer-text {
        letter-spacing: 2px;
        font-size: 46px;
    }
}

@media (min-width: 576px) {
    .gift_banner__container {
        max-width: 438px;
    }
    .gift_banner__container-t1 {
        font-size: 16px;
    }

    .gift_banner__container-t2 {
        font-size: 30px;
    }

    .gift_banner__container-t3 {
        font-size: 54px;
    }

    .gift_banner__button {
        width: fit-content;
        margin-bottom: 300px;
    }
}

@media (min-width: 768px) {
    .gift_banner__container-t2 {
        font-size: 32px;
    }

    .gift_banner__container-t3 {
        font-size: 58px;
    }

    .gift_banner__button {
        margin-bottom: 150px;
    }

    .gift_banner__capybara {
        background-image: url('/images/new/gift/banner/kapibara-desk.png');

        width: 240px;
        height: 400px;
        left: auto;
        right: calc(50% + 120px);
        bottom: 0;
    }

    .gift_banner__counter {
        position: absolute;
        width: fit-content;
        right: 24px;
        bottom: 24px;
    }
}

@media (min-width: 992px) {
    .gift_banner {
        padding: 42px 0 55px 0;
    }

    .gift_banner__container {
        max-width: 450px;
    }

    .gift_banner__container-t1 {
        font-size: 18px;
    }

    .gift_banner__container-t2 {
        font-size: 38px;
    }

    .gift_banner__container-t3 {
        font-size: 65px;
    }

    .gift_banner__container-t4 {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .gift_banner__button {
        margin-bottom: 0px;
    }

    .gift_banner__counter-text {
        font-size: 14px;
    }

    .gift_banner__timer-text {
        font-size: 38px;
    }

    .gift_banner__capybara {
        right: calc(50% + 260px);
    }
}

@media (min-width: 1200px) {
    .gift_banner__counter-text {
        font-size: 20px;
    }

    .gift_banner__timer-text {
        font-size: 48px;
    }
}

@media (min-width: 1400px) {
    .gift_banner__counter {
        left: calc(50% + 260px);
    }
}

/* 1. prize */

.gift_prize {
    margin: 50px auto;
}

.gift_prize_cards {
    max-width: 1200px;
}

.gift_prize_cards-photo {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 206px;
}

.gift_prize_subtitle {
    max-width: 750px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 12px;
    color: #5D5D5D;
}

@media (min-width: 576px) {
    .gift_prize_cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gift_prize_cards .dts-card {
        width: calc((100% - 16px)/2);
    }
}

@media (min-width: 768px) {
    .gift_prize {
        margin-top: 100px;
    }

    .gift_prize .dts-title {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .gift_prize_cards {
        flex-wrap: nowrap;
    }

    .gift_prize_cards .dts-card {
        width: calc((100% - 48px)/4);
    }

    .gift_prize_subtitle {
        margin: 50px auto 0;
    }
}

/* 3. Paticipa*/

.gift_partecipa {

    margin: 50px auto 0 auto;
    padding: 30px 0;

    width: 100%;
    /*max-width: 1400px;*/
    background-color: #FFEE00;
    border-radius: 16px;

    position: relative;
}

.gift_partecipa .gift_footer-container__light {
    position: absolute;
    width: 100%;
    bottom: -30px;
    /*height: 60px;*/
    /*position: absolute;*/
    /*left: -100px;*/
    /*bottom: -30px;*/

    /*display: none;*/
}

.gift_partecipa_title {
    margin-bottom: 50px;
}

.gift_partecipa_cards {
    padding: 0 24px;
    max-width: 1100px;
}

.gift_partecipa_cards .dts-card:first-of-type {
    margin-bottom: 30px;
}

.gift_partecipa_cards-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.gift_partecipa_cards-subtitle span:first-of-type {
    font-weight: 200;
    color: #5D5D5D;
}

.gift_partecipa_cards-subtitle span:last-of-type {
    font-weight: 700;
}

.gift_partecipa_cards-subtitle .br1 {
    display: none;
}

.gift_partecipa_cards-empty-photo {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    background: #9A1A14;

    position: relative;
}

.gift_partecipa_cards-empty-photo img {
    width: 160px;

    position: absolute;
    left: calc(50% - 80px);
    bottom: 0;
}

.gift_partecipa_cards-photo {
    width: 100%;
    height: 160px;
    border-radius: 16px;
}

.gift_partecipa_cards-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: inherit;
}

@media (min-width: 390px) {
    .gift_partecipa {
        padding: 40px 0;
    }

    .gift_partecipa_cards-empty-photo {
        height: 90px;
    }

    .gift_partecipa_cards-empty-photo img {
        width: 180px;
        left: calc(50% - 90px);
    }

    .gift_partecipa .gift_footer-container__light {
        bottom: -35px;
    }
}

@media (min-width: 480px) {
    .gift_partecipa {
        padding: 50px 0;
    }

    .gift_partecipa_cards-subtitle {
        font-size: 14px;
    }

    .gift_partecipa_cards .dts-card_btn {
        padding: 19px 16px;
    }

    .gift_partecipa .gift_footer-container__light {
        bottom: -40px;
    }
}

@media (min-width: 576px) {
    .gift_partecipa {
        padding: 60px 0;
    }

    .gift_partecipa_cards {
        padding: 0 50px;
    }

    .gift_partecipa_cards-empty-photo {
        height: 100px;
    }

    .gift_partecipa_cards-empty-photo img {
        width: 190px;
        left: calc(50% - 95px);
    }

    .gift_partecipa .gift_footer-container__light {
        bottom: -45px;
    }
}

@media (min-width: 768px) {
    /*.gift_partecipa {*/
    /*    padding: 70px 24px 50px 24px;*/
    /*}*/

    /*.gift_partecipa .dts-title {*/
    /*    margin-bottom: 60px;*/
    /*}*/

    .gift_partecipa_cards {
        padding: 0 80px;
    }

    .gift_partecipa_cards-photo {
        height: 200px;
    }

    .gift_partecipa .gift_footer-container__light {
        bottom: -50px;
    }
}

@media (min-width: 880px) {
    /*.gift_partecipa {*/
    /*    padding: 70px 24px 50px 24px;*/
    /*}*/

    /*.gift_partecipa .dts-title {*/
    /*    margin-bottom: 60px;*/
    /*}*/

    .gift_partecipa_cards {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
    }

    .gift_partecipa_cards .dts-card {
        width: calc(50% - 15px);
    }

    .gift_partecipa_cards .dts-card:last-of-type{
        width: 100%;
    }

    .gift_partecipa_cards .dts-card:first-of-type {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .gift_partecipa_title {
        margin-bottom: 80px;
    }

    .gift_partecipa_cards {
        padding: 0 24px;
    }

    .gift_partecipa_cards .dts-card {
        width: calc(33% - 20px);
    }

    .gift_partecipa_cards .dts-card:last-of-type{
        width: calc(33% - 20px);
    }
}

@media (min-width: 1200px) {
    .gift_partecipa {
        width: 100%;
        /*max-width: 1100px;*/
        margin: 0 auto;
    }
}

/* TOTAL */
.gift_total {
    padding: 50px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.gift_total_title {
    max-width: 300px;
    margin: 0 auto 30px auto;
}

.gift_total_cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.gift_total_card {
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.gift_total_card:hover {
    filter: brightness(1.2);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

.gift_total_card.vk {
    background-color: #5AA3E6;
}

.gift_total_card.tg {
    background-color: #29C6F4;
}

.gift_total_card.ok {
    background-color: #F1892D;
}

.gift_total_card_title {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 18px;
}

.gift_total_card > div:first-of-type {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50px;
}
.gift_total_card > div:first-of-type img {
    width: 100%;
    height: auto;
    max-width: 52px;
}

@media (min-width: 390px) {
    .gift_total_title {
        max-width: 360px;
    }
}

@media (min-width: 480px) {
    .gift_total_title {
        max-width: 400px;
    }
}

@media (min-width: 576px) {
    .gift_total_title {
        max-width: 450px;
    }

    .gift_total_card {
        width: 100%;
        max-width: 255px;
    }
}

@media (min-width: 768px) {
    .gift_total_title {
        max-width: 625px;
    }
}

@media (min-width: 992px) {
    .gift_total {
        padding: 100px 0 50px 0;
        max-width: 1100px;
        margin: 0 auto;
    }

    .gift_total_title {
        max-width: 700px;
    }

    .gift_total_card > div:first-of-type {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .gift_total_title {
        max-width: 770px;
    }
}

/* DELIVERY */
.gift_mt-delivery {
    padding: 50px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.gift_mt-delivery_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gift_mt-delivery_cards .dts-card {
    width: 100%;
}

.gift_mt-delivery_cards .dts-card_icon {
    width: 70px;
    height: 70px;
}

.gift_mt-delivery_card-text {
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 576px) {
    .gift_mt-delivery_cards {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .gift_mt-delivery_cards .dts-card {
        width: calc(50% - 8px);
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .gift_mt-delivery_cards {
        justify-content: center;
    }
    .gift_mt-delivery_cards .dts-card {
        width: calc(25% - 12px);
        max-width: 212px;
        justify-content: flex-start;
    }

    .gift_mt-delivery_cards .dts-card .dts-card_icon {
        width: 100px;
        height: 100px;
    }
}

/* DOWNLOAD */
.gift_download {
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
}

.gift_download-container {
    max-width: 1100px;
    margin: 0 auto;
}

.gift_download__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    padding: 50px 12px;

    max-width: 410px;
}

.gift_download__content-title {
    font-weight: 700;
    color: #101010;
    font-size: 36px;
    text-align: center;
}

.gift_download__content-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #5D5D5D;
    text-align: center;
}

.gift_download__content-qrs {
    display: flex;
    flex-direction: column;
    gap: 30px;

    cursor: pointer;
}

.qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qr img:first-of-type {
    width: 160px;
}

.qr img:last-of-type {
    width: auto;
    height: 40px;
}

.gift_download__photo {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.gift_download__photo-tel {
    padding: 0 12px;
    width: 250px;
    position: relative;
}

.gift_download__photo::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-image: url('/images/new/gift/download/shark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 390px) {
    .gift_download__content-title {
        font-size: 40px;
    }

    .gift_download__content-subtitle {
        font-size: 18px;
    }

    .gift_download__photo-tel {
        width: 300px;
        position: relative;
    }

    .gift_download__photo::after {
        top: 30px;
        right: -50px;
    }
}

@media (min-width: 480px) {
    .gift_download__content-title {
        font-size: 44px;
    }

    .gift_download__content-subtitle {
        font-size: 20px;
    }

    .gift_download__content-qrs {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .qr {
        width: calc(33% - 20px);
    }

    .qr img:first-of-type {
        width: 100%;
        max-width: 140px;
    }
}

/**/
@media (min-width: 576px) {
    .gift_download__content {
        padding: 50px 24px;
    }

    .gift_download__content-title {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .gift_download-container {
        display: flex;
        align-items: end;
        flex-direction: row;
        gap: 30px;
    }

    .gift_download__content {
        align-items: start;
        padding: 60px 24px 100px;
        gap: 40px;

        max-width: 450px;
    }

    .gift_download__content-title {
       text-align: left;
        font-size: 54px;
    }

    .gift_download__content-subtitle {
        text-align: left;
        font-size: 22px;
    }

    .gift_download__content-qrs {
        width: 100%;
        justify-content: start;
        gap: 16px;
    }

    .qr img:first-of-type {
        width: 100px;
    }

    .qr img:last-of-type {
        height: 28px;
    }

    .gift_download__content {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .gift_download__content {
        padding: 75px 24px 120px;
    }

    .gift_download__content-title {
        font-size: 58px;
    }

    .gift_download__photo-tel {
        width: 350px;
    }

    .gift_download__photo::after {
        top: 50px;
        right: -85px;
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 1200px) {
    .gift_download__content {
        padding: 100px 24px 150px;
    }

    .gift_download__content-title {
        font-size: 60px;
    }

    .gift_download__photo-tel {
        width: 400px;
    }

    .gift_download__photo::after {
        top: 50px;
        right: -100px;
        width: 270px;
        height: 270px;
    }
}

/* FAQ */

.gift_faq {
    width: 100%;
    background-color: #D6D6D6;
}

.gift_faq-container {
    border-radius: 16px 16px 0 0;
    background-color: #FFEE00;
}

.dts-faq {
    padding: 30px 12px;
    margin: 0 auto;
    max-width: 1100px;
}
.dts-faq_title {
    color: #000000;
}

.dts-faq_cards {
    max-width: 1100px;

    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.dts-faq_card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 24px 18px;

    text-align: center;

    border-radius: 25px;
    background: #FFFFFF;

    width: 100%;
}

.dts-faq_cards-title {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}

.dts-faq_cards-subtitle {
    color: #000000;
    font-size: 14px;
}

.dts-faq_cards-subtitle a {
    color: #000000;
    display: inline-block;
    text-decoration: underline;
}

@media (min-width: 480px) {
    .dts-faq_cards-title {
        font-size: 18px;
    }

}

@media (min-width: 576px) {
    .dts-faq {
        padding: 50px 24px;
    }

    .dts-faq_card {
        width: calc((100% - 16px)/2);
        padding: 24px 20px;
    }
}

@media (min-width: 880px) {
    .dts-faq_card {
        width: calc((100% - 32px)/3);
    }
}

@media (min-width: 992px) {
    .dts-faq_cards-title {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .gift_faq-container {
        border-radius: 24px 24px 0 0;
    }

    .dts-faq_card {
        padding: 30px 24px;
    }

    .dts-faq_cards-title {
        font-size: 22px;
    }
}

/* FOOTER */
.gift_footer {
    width: 100%;
    background-color: #FFEE00;
}

.gift_footer-container {
    width: 100%;
    border-radius: 16px 16px 0 0;
    background-color: #111111;
}

.gift_footer-container__light {
    width: 100%;
    height: 60px;
    background-image: url("/images/new/gift/participa/light.png");
    background-size: cover;
}

.gift_footer-container__content {
    padding: 30px 24px;
    text-align: center;
}

.gift_footer-container__content-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    margin-bottom: 16px;
}

.gift_footer-container__content-btn {
    border: none;
    border-radius: 300px;
    background-color: #FFEE00;
    color: black;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    padding: 24px;
    margin-bottom: 50px;
    cursor: pointer;

    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.gift_footer-container__content-btn:hover {
    filter: brightness(1.2);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

.gift_footer-container__content-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.gift_footer-container__content-social-logo {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}

.gift_footer-container__content-social-logo img {
    width: 100%;
    height: auto;
}

.gift_footer-container__content-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.social-vk {
    background-color: #4186C6;
}

.gift_footer-container__content-social-icon.social-vk img {
    width: 20px;
}

.social-tg {
    background-color: #0BBBEF;
}

.social-ok {
    background-color: #EE7203;
}

@media (min-width: 390px) {
    .gift_footer-container__light {
        height: 70px;
    }

    .gift_footer-container__content-btn {
        font-size: 26px;
        padding: 26px;
    }

    .gift_footer-container__content-social-logo img {
        width: 300px;
    }
}

@media (min-width: 480px) {
    .gift_footer-container__light {
        height: 80px;
    }

    .gift_footer-container__content-social {
        gap: 16px;
        align-items: center;
    }
    .gift_footer-container__content-social-logo {
        width: auto;
    }

    .gift_footer-container__content-social-logo img {
        width: 270px;
    }

    .gift_footer-container__content-btn {
        width: fit-content;
        font-size: 30px;
        padding: 28px 36px;
    }
}

@media (min-width: 576px) {
    .gift_footer-container__content {
        padding: 50px 24px;
        position: relative;
        overflow: hidden;
    }

    .gift_footer-container__content::before {
        content: "УЧАСТВУЙТЕ!";
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 70px; /* регулируйте размер */
        font-weight: 700;
        color: rgba(255, 255, 255, 0.02); /* полупрозрачный белый */
        white-space: nowrap;
        z-index: 1;
        pointer-events: none;
    }

    .gift_footer-container__light {
        height: 90px;
    }

    .gift_footer-container__content-social-logo img {
        width: auto;
        height: 40px;
    }

    .gift_footer-container__content-btn {
        font-size: 32px;
        padding: 32px 40px;
    }
}

@media (min-width: 768px) {
    .gift_footer-container__content {
        padding: 60px 24px;
    }

    .gift_footer-container__content::before {
        top: 20%;
        font-size: 90px; /* регулируйте размер */
    }

    .gift_footer-container__light {
        height: 100px;
    }

    .gift_footer-container__content-btn {
        font-size: 36px;
        padding: 36px 48px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .gift_footer-container__content {
        padding: 80px 24px;
    }

    .gift_footer-container__content::before {
        top: 20%;
        font-size: 120px; /* регулируйте размер */
    }

    .gift_footer-container__light {

        height: 100px;
    }

    .gift_footer-container__content-btn {
        font-size: 38px;
        padding: 38px 48px;
        margin-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .gift_footer-container__content {
        padding: 100px 24px;
    }

    .gift_footer-container {
        border-radius: 24px 24px 0 0;
    }

    .gift_footer-container__content-btn {
        margin-bottom: 100px;
    }
}

@media (min-width: 1300px) {
    .gift_footer-container__light {
        background-size: contain;
    }
}
