@font-face {
    font-family: "Tisa Sans Pro Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Tisa Sans Pro Regular"),
        url("../fonts/Tisa Sans Pro Regular.woff") format("woff");
}

@font-face {
    font-family: "Tisa Sans Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Tisa Sans Pro Bold"),
        url("../fonts/Tisa Sans Pro Bold.woff") format("woff");
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: "Tisa Sans Pro Regular";
    font-style: normal;
    overflow-x: hidden;
}
a {
    cursor: pointer;
    position: relative;
    z-index: 10;
    text-decoration: none;
}
.overflow-hidden {
    overflow: hidden;
    width: 0;
    height: 0;
}
.text-40 {
    font-size: 40px;
    line-height: 120%;
}
.text-40-100 {
    font-size: 40px;
    line-height: 100%;
}
.text-30 {
    font-size: 30px;
    line-height: 120%;
}
.text-28 {
    font-size: 28px;
    line-height: 120%;
}
.text-24 {
    font-size: 24px;
    line-height: 120%;
}
.text-18 {
    font-size: 18px;
    line-height: 120%;
}
.font-bold {
    font-family: "Tisa Sans Pro Bold";
    font-weight: normal;
}
.text-center {
    text-align: center;
}
.color-secondary {
    color: rgba(255, 255, 255, 0.7);
}
.color-dark {
    color: #7a0a64;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}

.top-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1264px;
    max-height: 1300px;
    background: #971978;
}
@media screen and (max-width: 1440px) {
    .top-block {
        height: 972px;
    }
}
@media screen and (max-width: 1280px) {
    .top-block {
        height: 878px;
    }
}
@media screen and (max-width: 992px) {
    .top-block {
        height: 1440px;
    }
}
@media screen and (max-width: 762px) {
    .top-block {
        height: 1105px;
    }
}
@media screen and (max-width: 562px) {
    .top-block {
        height: 814px;
    }
}
@media screen and (max-width: 440px) {
    .top-block {
        height: 638px;
    }
}

.top {
    padding: 50px 80px;
    width: fit-content;
}
.btn {
    border-radius: 500px;
    border: 1px solid #ffffff;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 10;
    width: fit-content;
}
.img-user {
    width: 18px;
}
.main-logo {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 30px;
    width: 28%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-block {
    width: 100%;
    display: flex;
    align-items: center;
}
.img-logo-whiskas-header {
    width: 50%;
}
.sosedi-link {
    width: 50%;
}
.img-logo-sosedi {
    width: 100%;
}
.img-block-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/block-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.rules-block {
    background: #cb55b5;
    position: relative;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.bulge {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    z-index: 0;
}
.bulge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-50px);
    width: calc(100vw + 100px);
    background: #cb55b5;
    border-radius: 100% 100% 0 0;
}
.rules-block a,
.rules-block p,
.prizes-block div,
.prizes-block p {
    position: relative;
    z-index: 2;
}
.rules-link {
    color: #7a0a64;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.rules-link:hover {
    color: #ffffff;
}
.rules {
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 58px;
    margin: 40px 0;
}
.img-block-rule {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.number-rule {
    position: absolute !important;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: #7a0a64;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.img-rule {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
}
.img-rule-2 {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: contain;
}
.img-rule-3 {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
}
.prizes-block {
    position: relative;
    background: linear-gradient(
        180deg,
        rgb(119, 0, 77) 0%,
        rgba(152, 27, 123, 1) 100%
    );
    padding-top: 100px;
}
.prizes-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 955px;
    background-image: url("../images/prizes-bg.png");
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.prizes-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        to top,
        rgba(152, 27, 123, 1) 0%,
        transparent 100%
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.main-prize {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.img-prizes {
    width: 367px;
}
.weekly-prizes {
    max-width: 90%;
    margin: 0 auto;
    background-color: #cb54b5;
    border-radius: 40px;
    padding: 65px;
}
.prizes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
.prize {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.img-prize {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 16px;
}
.img-prize-1 {
    max-width: 180px;
}
.img-prize-2 {
    max-width: 120px;
}
.img-prize-3 {
    max-width: 80px;
}
.img-prize-4 {
    max-width: 100px;
}
.img-prize-5 {
    max-width: 160px;
}
@media screen and (min-width: 1720px) {
    .img-prize-1 {
        max-width: 220px;
    }
    .img-prize-2 {
        max-width: 160px;
    }
    .img-prize-3 {
        max-width: 120px;
    }
    .img-prize-4 {
        max-width: 140px;
    }
    .img-prize-5 {
        max-width: 200px;
    }
}
.lottery-block {
    background-color: rgba(152, 27, 123, 1);
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.img-riba {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1291px) {
    .img-riba {
        top: 10%;
    }
}
.line-bottom {
    padding: 16px 0;
    border-bottom: 1px solid #ffffff;
}
.game-code {
    position: relative;
    width: 1291px;
    height: 510px;
    border-radius: 40px;
    background: linear-gradient(
        112deg,
        rgba(122, 10, 100, 1),
        rgba(152, 27, 123, 1) 100%
    );
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 1291px) {
    .game-code {
        width: 100%;
    }
}
.byn-code {
    font-size: 65px;
    line-height: 120%;
    margin-bottom: 40px;
}
.list-game-items {
    border-radius: 25px;
    background: rgba(203, 84, 181, 1);
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    width: fit-content;
    transition: all 0.5s ease-in-out;
}
.list-game-items:hover {
    color: #7a0a64;
    background: #ffffff;
}
.img-code {
    position: absolute;
    left: 50px;
    bottom: 30px;
    width: 380px;
}
.fqa-block {
    background: #cb55b5;
    position: relative;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
}
.fqa-block a,
.fqa-block p,
.fqa-block img {
    position: relative;
    z-index: 2;
}
.img-logo-whiskas {
    width: 300px;
    margin-bottom: 80px;
}
.fqa {
    max-width: 1145px;
}
.accordion-item {
    transition: 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(122, 10, 100, 1);
    color: #ffffff;
}
.accordion-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: 0.3s ease-in-out;
    padding: 30px;
}
.accordion-item-body {
    overflow: hidden;
    max-height: 0;
    padding: 0 30px 0 30px;
    transition: 0.4s ease-in-out;
}
.accordion-item.show .accordion-item-body ul {
    margin-left: 20px;
}
.accordion-tem-body:not(.show) {
    padding: 0;
}
.accordion-item-icon {
    transition: 0.3s ease-in-out;
    width: 24px;
    height: 24px;
}
.accordion-item.show {
    border-radius: 25px;
    background: rgba(249, 249, 249, 1);
    border-bottom: none;
    margin-bottom: 8px;
}
.accordion-item.show .accordion-item-header p,
.accordion-item.show .accordion-item-body p,
.accordion-item.show .accordion-item-body div,
.accordion-item.show .accordion-item-body strong,
.accordion-item.show .accordion-item-body li {
    color: #7a0a64;
}
.accordion-item.show .accordion-item-body a {
    color: rgba(203, 84, 181, 1);
}
.accordion-item.show .accordion-item-body {
    max-height: 800px;
    overflow-y: auto;
    padding: 0 30px 30px 30px;
}
.accordion-item.show .accordion-item-icon {
    transform: rotate(180deg);
}
.footer-block {
    position: relative;
    background: linear-gradient(
        180deg,
        rgb(121, 0, 93) 0%,
        rgba(152, 27, 123, 1) 100%
    );
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/prizes-bg.png");
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.mobile-app {
    width: 1149px;
    border: 2px solid rgba(203, 84, 181, 1);
    border-radius: 40px;
    padding: 50px 58px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}
@media screen and (max-width: 1291px) {
    .mobile-app {
        width: 100%;
    }
}
.img-app-qr-code {
    width: 226px;
    height: 226px;
}
.app-system {
    display: flex;
    align-items: center;
    gap: 16px;
}
.app-system img {
    width: 245px;
    height: 77px;
}
.text-link {
    color: #FD7CE5;
    transition: all 0.5s ease-in-out;
}
.text-link:hover {
    color: #f8c3ee;
}
@media screen and (max-width: 1140px) {
    .app-system a {
        width: 30%;
    }
    .app-system img {
        width: 100%;
    }
}
.footer-block a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 992px) {
    .text-40 {
        font-size: 30px;
    }
    .text-30 {
        font-size: 20px;
    }
    .text-28 {
        font-size: 18px;
    }
    .text-24 {
        font-size: 16px;
    }
    .text-18 {
        font-size: 14px;
    }

    .top {
        padding: 0;
    }
    .btn {
        border: none;
    }
    .btn p {
        display: none;
    }
    .img-user {
        width: 20px;
    }
    .img-block-1 {
        background-image: url("../images/block-1-mobile.png");
    }
    .main-logo {
        width: 50%;
    }
    .img-logo-whiskas-header {
        min-width: 100px;
    }
    .img-logo-sosedi {
        min-width: 100px;
    }
    .rules-block::before {
        width: 100vw;
        transform: translateX(0);
        top: -140px;
    }
    .rules {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }
    .rule {
        padding: 0 20px;
    }
    .number-rule {
        display: none;
    }
    .img-block-rule-mb {
        margin-bottom: 16px;
    }
    .prizes-block {
        padding-top: 40px;
    }
    .main-prize {
        flex-direction: column;
        align-items: center;
    }
    .img-prizes {
        width: 100%;
        max-width: 340px;
    }
    .weekly-prizes {
        padding: 20px;
    }
    .prizes {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }
    .lottery-block {
        padding: 40px 20px 0 20px;
    }
    .img-riba {
        display: none;
    }
    .fqa-block::before {
        width: 100vw;
        transform: translateX(0);
        top: -140px;
    }
    .game-code {
        width: 100%;
        height: 410px;
        padding: 40px 20px;
    }
    .byn-code {
        font-size: 35px;
        text-align: center;
    }
    .list-game-items {
        width: 100%;
        font-size: 18px;
        padding: 20px 0;
    }
    .img-code {
        display: none;
    }
    .mobile-app {
        width: 80%;
        flex-direction: column;
        padding: 40px 20px;
    }
    .app-system {
        flex-direction: column;
    }
    .app-system a {
        width: 100%;
    }
}
