@font-face {
    font-family: 'DrukWideCyr';
    src: url('../fonts/DrukWideCyrBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

a {
    text-decoration: none;
}

:root {
    --font-family: "CeraPRO", sans-serif;
    --second-family: "DrukWideCyr", sans-serif;
    --gradient: linear-gradient(154deg, #c43251 0%, #6a0020 100%);
    --digital-red: #C43251;
    --white: #FFFFFF;
    --blackline: #010022;
    --soft: #F4F5F7;
    --digital-gray: #7E798E;
    --grey-soft: #D6D5E2;
    --grey-blue-50: rgba(136, 165, 191, .5)
}

* {
    box-sizing: border-box;
}

.lending-title {
    font-family: "DrukWideCyr", sans-serif;
    color: var(--digital-red);
    font-size: 38px;
}

h2, h3 {
    font-family: "DrukWideCyr", sans-serif;
    color: var(--digital-red);
}

html, body {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'CeraPRO', sans-serif;
    overflow-x: hidden;
}

html {
    font-family: 'CeraPRO', sans-serif;
    font-weight: 400;
    font-size: clamp(4px,.695vw,10px);
    scroll-behavior: smooth;
}

.main {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.main-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/gyplucky/images/b-ground-main.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 120rem;
    padding: 0 5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.header {
    position: fixed;
    background: #FFFFFF66;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 999;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.footer-wrap {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-ya {
    height: 25px;
    margin-right: 10px;
    width: 75px;
}

.logo-gu {
    width: 200px;
}

.divider {
    height: 25px;
    width: 2px;
    margin: 0 10px;
    background-color: #948787;
}

.nav {
    display: flex;
    align-items: center;
}

.nav-link-head {
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 10px;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #DCD5FF80;
    font-size: 14px;
}

.nav-link-head.active {
    background-color: #32CD32; /* Зелёный цвет для активной ссылки */
    color: #fff;
}

.nav-link-head:hover {
    background-color: #ddd;
    color: #000;
}

.main-section {
    background-image: url(/local/templates/gyplucky/images/bg-ya-pay.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.main-section-block {
    padding: 30px;
    background-color: #40DB14;
    border-radius: 10px;
    width: 475px;
    height: 150px;
    position: relative;
    z-index: 1;
}

.main-banner-wrap {
    padding-top: 250px;
    display: flex;
    position: relative;
    z-index: 1;
}

.main-right-banner {
    position: absolute;
}

.birka-img {
    width: 490px;
    position: absolute;
    left: 600px;
    top: 70px;
}

.banner {
    background-color: #ff4820;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 2em;
    padding: 20px;
    display: inline-block;
    transform: skew(330deg);
    width: 900px;
    border-bottom-left-radius: 55px;
    border-top-right-radius: 55px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.banner-text {
    transform: skew(30deg);
    font-size: 80px;
    font-weight: 700;
    padding-left: 80px;
    line-height: 90px;
}

.sub-banner {
    position: relative;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 2em;
    padding: 20px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: skew(330deg);
    background: #DCD5FF66;
    backdrop-filter: blur(10px);
    bottom: 20px;
    left: 100px;
    width: 600px;
}

.sub-banner-text {
    transform: skew(30deg);
    font-size: 35px;
    color: #000;
    padding: 15px 30px;
}


.main-section-text-wrap {
    margin-left: 280px;
    margin-top: 190px;
}

.arrow-vector-second {
    display: flex;
    justify-content: end;
    position: relative;
    bottom: 160px;
}

.main-section-block-top {
    font-size: 30px;
    font-weight: 700;
}

.main-section-block-bottom {
    font-size: 20px;
    line-height: 28px;
    padding-top: 10px;
}

.second-section {
    background-image: url(/local/templates/gyplucky/images/bg-ya-pay_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -28px;
}

.main-section-text-wrap-top {
    padding-bottom: 50px;
}

.main-section-text-wrap-bottom {
    position: relative;
    display: flex;
    gap: 15px;
    margin-left: 250px;
    top: 20px;
    justify-content: end;
}

.main-section-block-left-second {
    border-radius: 10px;
    background-color: #DCD5FF;
    width: 330px;
    position: relative;
    top: -50px;
    padding: 30px;
}

.main-section-block-right-second {
    position: relative;
    top: -50px;
    background-color: #DCD5FF;
    border-radius: 10px;
    width: 475px;
    height: 150px;
    padding: 30px;
}

.main-section-block-top-second {
    font-size: 20px;
    line-height: 28px;
}

.bottom-vector-block {
    text-align: end;
}

.prizes {
    position: relative;
}

.participate-button-wrap {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.stripe-point-second {
    display: flex;
    justify-content: end;
    position: relative;
    bottom: 90px;
}

.stripe-point-logo-img {
    position: absolute;
    opacity: 0.5;
    width: 715px;
    height: 500px;
}

.section-third {
    padding-top: 100px;
}

.header-title {
    font-size: 82px;
    font-weight: 700;
}

.prize {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
    width: 250px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.participate-button {
    display: inline-block;
    background-color: #40DB14;
    padding: 20px 50px;
    font-size: 24px;
    border: none;
    border-radius: 90px;
    margin-top: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 500px;
    font-weight: 700;
    color: inherit;
}

.participate-button:hover {
    background-color: #28a745;
}

.block {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    position: relative;
}

.content {
    padding: 20px;
    text-align: center;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content h2 {
    font-size: 20px;
    margin: 20px 0 10px;
}
.content p {
    font-size: 18px;
    color: #333;
}

.prizes-place {
    background: #FC3F1D;
    padding: 40px;
    border-radius: 25px;
    width: 275px;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.prizes-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prizes-item-wrap {
    text-align: center;
    padding-top: 50px;
}

.prizes-item {
    padding: 20px;
    border-radius: 10px;
    background: #DCD5FF66;
    backdrop-filter: blur(10px);
    width: 275px;
    position: relative;
    bottom: 25px;
    left: 70px;
    height: 340px;
}

.prizes-item-img-wrap {
    height: 225px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.prizes-item-img {
    width: 150px;
}

.prizes-title {
    font-size: 20px;
    width: 150px;
    text-align: start;
    line-height: 25px;
}


@media (max-width: 975px) {
    .prizes-wrap {
        display: none;
    }
    .swiper-container {
        display: block;
        margin-left: -120px;
    }
}

@media (max-width: 975px) {
    .prizes-wrap {
        display: none;
    }
    .swiper-container {
        display: block;
    }
}

.third-section {
    background-image: url(/local/templates/gyplucky/images/bg-ya-pay_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.participation-item-top {
    background-color: #DCD5FF;
    border-radius: 25px;
    padding: 25px;
    flex-grow: 1;
    align-items: center;
    display: flex;
    gap: 15px;
    width: 125px;
    line-height: 30px;
    font-size: 20px;
}

.participation-item-bottom {
    padding: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    line-height: 30px;
    gap: 15px;
    background-color: #FC3F1D;
    font-size: 20px;
    color: #fff;
    width: 620px;
}

.participation-item-full-rules {
    padding: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    line-height: 30px;
    gap: 15px;
    background-color: #FFFFFF66;
    font-size: 20px;
    /*width: 100%;*/
    backdrop-filter: blur(10px);
    flex-grow: 1;
    justify-content: center;
    text-decoration: solid;
}

.participation-wrap-top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 50px;
}


.participation-item-top span {
    font-size: 35px;
    font-weight: 700;
}

.participation-item-bottom span {
    font-size: 35px;
    font-weight: 700;
}

.participation-wrap-bottom {
    padding-top: 10px;
    display: flex;
    gap: 20px;
}

.registration-wrap {
    display: flex;
    gap: 15px;
    padding-top: 200px;
    position: relative;
    z-index: 5;
}

.registration-left-text {
    width: 500px;
}

.registration-left-block {
    background: #DCD5FF66;
    backdrop-filter: blur(10px);
    padding: 50px;
    font-size: 60px;
    font-weight: 700;
    width: 775px;
    border-radius: 25px;
}

.registration-left-block.full {
    width: 100%;
}

.registration-left-block.full .registration-left-text {
    width: 100%;
}

.registration-right-block {
    padding: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    background: #FC3F1D;
    font-size: 60px;
    display: grid;
    flex-grow: 1;
}

.registration-right-block span {
    font-weight: 700;
    font-size: 30px;
}

.registration-time {
    display: flex;
    align-items: center;
    gap: 10px;
}



.bonuses-wrap {
    background: #DCD5FF66;
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 25px;
    margin-top: 30px;
    font-size: 22px;
    display: grid;
    justify-content: center;
}

.bonuses-wrap-dsc {
    width: 550px;
    padding-top: 20px;
}

.end-section {
    padding-bottom: 75px;
    padding-top: 90px;
}

.footer-nav {
    display: grid;
    gap: 15px;
}

.footer-nav a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.footer {
    background: #FFFFFF66;
    width: 100%;
    backdrop-filter: blur(10px);
}

.g-point {
    display: flex;
    justify-content: end;
}

.g-point-logo {
    position: absolute;
    top: 100px;
    width: 1000px;
    opacity: 0.5;
}

.stripe-point {
    position: relative;
    bottom: 365px;
}

.stripe-point-logo {
    position: absolute;
    width: 700px;
    opacity: 0.5;
}

.arrow-vector-first {
    width: 75px;
    position: absolute;
    z-index: 1;
}

.arrow-vector-second-img {
    width: 300px;
}

.g-point-second-wrap {
    position: relative;
    top: 175px;
}

.g-point-second {
    position: absolute;
    width: 1090px;
    opacity: 0.5;
}

.arrow-vector-third-img {
    position: absolute;
    width: 300px;
}

.arrow-vector-third {
    position: relative;
    top: 150px;
    right: 100px;
    z-index: 2;
}

.g-point-bottom {
    position: relative;
    display: flex;
    justify-content: end;
    top: 50px;

}

.g-point-bottom-img {
    position: absolute;
    width: 900px;
    opacity: 0.5;
}

.swiper-pagination {
    bottom: -10px !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: unset;
    border: 3px solid #FC3F1D;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #FC3F1D;
}

.nav-mob {
    margin-bottom: 10px;
}

.burger-menu {
    display: none;
}

.burger-menu div {
    height: 3px;
    background: black;
    border-radius: 2px;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%; /* Начальное положение справа за пределами экрана */
    width: 50%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgb(0 0 0 / 19%);
    transition: right 0.3s; /* Анимация для выдвижения */
    padding-top: 70px; /* Отступ сверху, чтобы меню было под шапкой */
    z-index: 999;
}

.mobile-nav a {
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 18px;
}

.mobile-nav a:hover {
    background-color: #f0f0f0;
}

.mobile-nav.active {
    right: 0;
}

.close-menu {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

@media (max-width: 1250px) {
    .birka-img {
        width: 385px;
        top: 0;
    }

    .main-right-banner {
        top: 75px;
    }
}

@media (max-width: 1150px) {
    .birka-img {
        left: 380px;
    }

    .banner {
        width: 750px;
    }

    .banner-text {
        font-size: 60px;
    }

    .sub-banner-text {
        font-size: 30px;
    }

    .g-point-second {
        width: 730px;
    }

    .g-point-logo {
        width: 730px;
    }

    .g-point-bottom-img {
        width: 700px;
    }

    .main-section-text-wrap {
        margin-left: 100px;
    }

    .main-section-text-wrap-bottom {
        margin-left: 100px;
    }
}

@media (max-width: 1025px) {
    .registration-wrap {
        display: grid;
    }

    .registration-right-block {
        justify-content: center;
    }
}

@media (max-width: 975px) {
    .banner-text {
        font-size: 40px;
        line-height: 50px;
    }

    .sub-banner-text {
        font-size: 25px;
    }

    .birka-img {
        width: 300px;
    }

    .main-right-banner {
        top: 105px;
    }

    .header-title {
        font-size: 40px;
    }

    .main-section-text-wrap-bottom {
        display: grid;
    }

    .main-section-block {
        width: 100%;
    }

    .banner {
        width: 100%;
    }

    .main-section-text-wrap-bottom {
        justify-content: start;
        gap: 0;
        margin: 0;
    }

    .main-section-text-wrap {
        margin: 0;
    }

    .main-section-block-left-second {
        width: 100%;
    }

    .arrow-vector-second-img {
        width: 150px;
    }

    .arrow-vector-third-img {
        width: 150px;
    }

    .arrow-vector-second {
        bottom: 0;
    }

    .main-section-block-right-second {
        width: 100%;
    }

    .main-section-block-right-second {
        position: static;
    }

    .registration-left-block {
        width: 100%;
    }

    .registration-left-text {
        font-size: 30px;
    }

    .registration-right-block {
        font-size: 30px;
    }

    .participation-wrap-top {
        display: grid;
        justify-content: normal;
    }

    .participation-item-top {
        width: 100%;
    }

    .participation-wrap-bottom {
        display: grid;
        padding-top: 20px;
    }

    .participation-item-bottom {
        width: 100%;
    }

    .sub-banner {
        width: 100%;
        left: 0;
    }

    .main-section-text-wrap-top {

    }
}

.footer-wrap-right {
    display: grid;
    justify-content: end;
    align-content: end;
}

.footer-make-it {
    font-size: 14px;
    text-decoration: underline;
    color: black;
}





.prizes-padding {
    margin-top: -150px;
}

@media (max-width: 975px) {
    .nav {
        display: none;
    }


    .arrow-vector-first {
        top: 155px;
    }

    .footer-wrap {
        flex-wrap: wrap;
        gap: 30px;
    }

    .nav {
        display: none;
    }
    .burger-menu {
        cursor: pointer;
        width: 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
    }

    .burger-menu {
        display: flex;
    }
}

@media (max-width: 775px) {
    .birka-img {
        width: 250px;
        left: 250px;
    }

    .banner {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 7px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 10px;
        position: relative;
        right: 20px;
    }

    .registration-left-text {
        width: 100%;
        font-size: 24px;
    }

    .g-point-second {
        width: 100%;
    }

    .stripe-point-logo {
        width: 100%;
    }

    .prizes-padding {
        margin-top: -50px;
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
    }

    .banner-text {
        font-size: 30px;
        line-height: 35px;
    }

    .sub-banner-text {
        font-size: 20px;
        padding: 0 10px;
    }

    .main-section-block-top {
        font-size: 24px;
    }

    .main-section-block-bottom {
        font-size: 18px;
    }

    .main-section-block-top-second {
        font-size: 18px;
    }

    .arrow-vector-second {
        top: 50px;
    }

    .banner-text {
        padding-left: 0;
    }

    .participate-button {
        width: 100%;
    }

    .g-point-logo {
        width: 100%;
    }

    .main-section-block-right-second {
        height: 100%;
    }

    .main-section-block {
        height: 100%;
    }

    .participate-button {
        font-size: 18px;
    }

    .main-section-block-left-second {
        top: -33px;
    }

    .g-point-bottom-img {
        width: 100%;
    }

    .stripe-point {
        bottom: 150px;
    }

    .stripe-point-logo-img {
        width: 100%;
    }

    .registration-wrap {
        padding-top: 100px;
    }

    .arrow-vector-third {
        top: 25px;
    }

    .participation-item-top {
        font-size: 18px;
    }

    .participation-item-bottom {
        font-size: 18px;
    }

    .participation-item-full-rules {
        font-size: 16px;
    }

    .participate-button-wrap {
        padding-top: 0;
    }

    .registration-time {
        font-size: 60px;
    }

    .registration-right-block span {
        font-size: 24px;
    }

    .registration-right-block {
        padding: 35px;
    }

    .bonuses-wrap {
        padding: 30px;
    }

    .bonus-logo {
        width: 200px;
    }

    .bonuses-wrap-dsc {
        width: 100%;
    }

    .bonus-img-wrap {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .birka-img {
        left: 130px;
    }

    .main-right-banner {
        top: 120px;
    }

    .prizes-item {
        width: 250px;
    }

    .prizes-place {
        padding: 30px;
        width: 250px;
    }
}

@media (max-width: 450px) {
    .birka-img {
        width: 230px;
    }

    .main-right-banner {
        top: 130px;
    }
}

