.inner-section-container {
    margin-top: 10px;
    padding-inline: 2px;
    padding-top: 20px;
    position: relative;
}


/* ====================================================================================================== burger-menu */

.burger-menu {
    background-repeat: no-repeat;
    background-position: 106% 26%, -37px 5%, 25% -43px, -53px 110%, 162% 113%;
    background-image: url('../assets/dashed-track-black-curvy.svg'), url('../assets/circle.svg'), url('../assets/paper-plane-and-track.svg'), url('../assets/palm-left.svg'), url('../assets/palm-right.svg');
}

.burger-menu .burger-wrapper {
    padding: 0 16px;
}

.burger-menu menu {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.burger-menu menu::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 50px;
    background-image: url('../assets/pole.png');
    background-size: 35px 697px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.burger-menu menu>li {
    width: 100%;
    height: 70px;
    position: relative;
}

.burger-menu .button--decorated {
    font-weight: 700;
}

.burger-menu menu li:where(:nth-of-type(2),
 :nth-of-type(4)) .button--decorated-decor {
    width: 260px;
    height: 80px;
    background-image: url('../assets/arrow-slim.png');
}

.burger-menu menu li:nth-of-type(4) .button--decorated-decor {
    left: -70px;
    scale: -1;
}

.burger-menu menu li:where(:nth-of-type(1),
 :nth-of-type(5)) .button--decorated-decor {
    width: 270px;
    height: 70px;
    background-image: url('../assets/rating-arrow.png');
}

.burger-menu menu li:nth-of-type(1) .button--decorated-decor {
    scale: -1;
}

.burger-menu menu li:where(:nth-of-type(3),
 :nth-of-type(6)) .button--decorated-decor {
    width: 296px;
    height: 58px;
    background-image: url('../assets/strate-arrow.png');
}

.burger-menu menu li:nth-of-type(6) .button--decorated-decor {
    transform: scaleX(-1);
}

.burger-menu menu li:where(:nth-of-type(5),
 :nth-of-type(6)) {
    rotate: -7deg;
}

.burger-menu menu li:nth-of-type(2) {
    rotate: -3deg;
}

.burger-menu menu li:nth-of-type(1) {
    rotate: 3deg;
}

.burger-menu menu li:where(:nth-of-type(3),
 :nth-of-type(4)) {
    rotate: 5deg;
}


/* ======================================================================================================= main-page */

section.main-page .inner-wrapper,
section.burger-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.main-page .inner-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.main-page .burger-wrapper,
.burger-menu .burger-wrapper {
    height: 72px;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.visual img {
    left: 50%;
    min-width: 507px;
    min-height: 447px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 27%;
}

@media (min-width: 1025px) {
    .main-page {
        overflow-x: unset;
    }
    .visual img {
        min-width: 780px;
    }
}

.lifebuoy {
    background: url('../assets/lifebuoy.svg') no-repeat;
    background-size: contain;
    bottom: 0;
    height: 80px;
    position: absolute;
    width: 111px;
}

.airplane {
    background: url('../assets/paper-plane-upwards.svg') no-repeat;
    background-size: contain;
    bottom: 2%;
    right: 0;
    height: 158px;
    position: absolute;
    width: 160px;
}

.main-page .burger-wrapper {
    padding: 0 16px;
}

.main-page-decor {
    position: absolute;
    min-width: 770px;
    top: -247px;
    left: -173px;
}

.main-page-bottom {
    width: 100%;
    margin-top: auto;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.main-page-bottom::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 50px;
    background-image: url('../assets/pole.png');
    background-size: 35px 697px;
    background-repeat: no-repeat;
    background-position: 50% 50px;
}

.main-page-bottom .info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    line-height: 0.6;
}

.info-item.prize {
    padding-left: 47px;
}

.info-item.deadline {
    padding-left: 59px;
}

.info-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.info-item.prize::before {
    width: 44px;
    height: 52px;
    background-image: url('../assets/prize-icon.svg');
}

.info-item.deadline::before {
    width: 58px;
    height: 43px;
    background-image: url('../assets/timer-icon.svg');
}

.info-title {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--grey);
    letter-spacing: .05em;
    line-height: 1;
}

.info-value {
    font-size: 12px;
    font-weight: 700;
}

.rules.download-link {
    font-size: 14px;
    line-height: 0.6;
}


/* ======================================================================================================= rating */

.paperLine {
    background: url('../assets/paper-plane-and-track.svg') no-repeat;
    background-size: contain;
    height: 131px;
    left: 7%;
    position: absolute;
    top: -25px;
    width: 93px;
}

.line {
    background: url('../assets/dashed-track-black-curvy.svg') no-repeat;
    background-size: contain;
    height: 114px;
    position: absolute;
    right: 0px;
    width: 90px;
}

.palm1 {
    background: url('../assets/palm-left-rotated.svg') no-repeat;
    background-size: contain;
    bottom: 10%;
    height: 187px;
    right: -10%;
    position: absolute;
    width: 158px;
    z-index: 0;
}

.circle2 {
    background: url('../assets/circle.svg') no-repeat;
    background-size: contain;
    height: 81px;
    left: -30px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 80px;
}

.rating-list-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 56px;
}

div.rating-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
}

div.rating-list>div {
    padding: 8px 34px 8px 16px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid var(--black);
}

div.rating-list>div:not(:last-child) {
    margin-bottom: 6px;
}

div.rating-list>div>.inner {
    display: flex;
    align-items: center;
    gap: .5em;
}

div.rating-list>div .nick-wrapper {
    width: 45%;
    margin-left: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.rating-list>div .score-wrapper {
    min-width: 30%;
    margin-left: auto;
}

div.rating-list>div .label {
    display: block;
    margin-bottom: auto;
    font-size: 12px;
    font-weight: 500;
    opacity: .7;
    text-transform: uppercase;
}

div.rating-list>div .nick,
div.rating-list>div .score {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

div.rating-list>div .place {
    display: block;
    width: 48px;
    margin: auto 0;
    margin-right: 22px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

div.rating-list>div:nth-child(-n+10) {
    padding: 14px;
    padding-right: 40px;
    position: relative;
    border-color: var(--blue);
    background-color: var(--blue);
    color: #fff;
}

div.rating-list>div:nth-child(-n+10)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 90%;
    background-image: url('../assets/flag.png');
    background-repeat: no-repeat;
    background-position: -65px -112px;
}

div.rating-list>div:nth-child(-n+10) .place {
    width: 24px;
    margin: 0;
    margin-bottom: auto;
    font-size: 32px;
    line-height: 0.7;
}

div.rating-list>div.current-player {
    background: var(--blue);
    border-color: #fff;
    color: #fff;
}

div.rating-list>div:nth-child(-n+10) .winner-avatar {
    width: 48px;
    height: 48px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--basic-gray);
    overflow: hidden;
}

div.rating-list>div:nth-child(-n+10) .winner-avatar>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hidden {
    display: none;
}

.current-player-wrapper {
    padding: 17px 14px 14px;
    position: sticky;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--blue);
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.current-player-title,
.current-player-score-wrapper {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.current-player-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255 255 255 / .5);
    margin-bottom: 4px;
}

.current-player-score,
.current-player-place {
    font-size: 16px;
    font-weight: 800;
}

.current-player-action {
    width: 100px;
    height: 40px;
    font-family: inherit;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    background-image: url('../assets/show-bg.svg');
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-weight: 800;
}

.current-player-action.ready {
    pointer-events: all;
    opacity: 1;
}

#scroll-to-me-link,
#scroll-up-link {
    position: absolute;
    z-index: 1;
    inset: 0;
}


/* ======================================================================================================= lotteries */

.plane2 {
    background: url('../assets/plane-blue-wings.svg') no-repeat;
    background-size: contain;
    height: 67px;
    left: 0;
    position: absolute;
    width: 66px;
    z-index: 0;
}

.palm2 {
    background: url('../assets/palm-right.svg') no-repeat;
    background-size: contain;
    bottom: -5%;
    height: 300px;
    position: absolute;
    right: -40%;
    width: 313px;
    z-index: 0;
}

.line3 {
    background: url('../assets/dashed-track-black.svg') no-repeat;
    background-size: contain;
    bottom: 0;
    height: 74.461px;
    position: absolute;
    left: 0;
    width: 202.786px;
}

.games-list {
    --local-gap: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--local-gap);
}

.games-item {
    background: url('../assets/game-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.games-item>a {
    display: block;
    width: 100%;
    min-width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
}

.games-item>a>img {
    display: block;
    width: 100px;
    margin: 0 auto;
}


/* ======================================================================================================= faq */

.section.faq {
    padding-bottom: 50px;
    background: url('../assets/paper-plane-backwards.svg') no-repeat 105% 0;
}

.faq .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: .05em;
    line-height: 1.15;
    text-transform: uppercase;
}

.faq-list>div {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--black);
    color: var(--black);
}

.faq-list>div>button::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M22.963 8.906c-.598-.345-.591-.042-.556.387.05.557-.169.55-.556.303-.62-.366-1.225-.746-1.866-1.063-.232-.12-.303-.247-.26-.472.175-1.077-.043-2.127-.226-3.169-.176-1.02-.45-2.028-1.176-2.866-1.232-1.415-3.183-.69-3.711.585-.697 1.64-.782 3.302-.669 5.02.08 1.02-.336 1.75-1.246 2.19-.205.106-.416.205-.592.353-.43.33-.627.33-.676-.296-.035-.36-.035-.965-.605-.873-.43.063-.888.112-1.317.316-.338.17-.458.416-.493.719-.085.676.098 1.507-.233 2.02-.366.578-1.14.916-1.788 1.268-1.486.796-2.12 2.063-2.204 3.683-.014.31-.134.64.19.838.303.176.606.042.873-.113 1.606-.901 3.296-1.62 5.02-2.274.966-.36 2.036-.289 2.93-.803.641-.373.74-.021.782.486.098 1.098.098 2.211.303 3.288.549 2.817.845 5.662 1.19 8.514.084.648-.134.936-.676 1.127-.19.063-.36.19-.55.267-1.64.725-1.669.796-.908 2.415.007.021.021.05.028.07.176.529.486.557.944.297 1.45-.817 1.781-1.205 1.81-.641.014.155.38 1.788.4 1.936.043.338.459.528.55.17.155-.606.282-1.367.416-1.867.133-.486.316-.387.556-.218.493.366 1.106.345 1.655.556.274.106.436-.056.528-.289.458-1.147.275-1.697-.831-2.323-.444-.247-.753-.712-1.31-.747-.134-.007-.176-.133-.169-.225 0-.648-.12-1.289-.05-1.95.191-1.796.367-3.606.48-5.409.12-1.88.176-3.767.225-5.647.021-.57.211-.648.697-.444 3.106 1.303 6.415 2.106 9.422 3.676.507.268.944-.197.901-.465-.176-1.035-.232-2.133-1.035-2.978-1.042-1.099-2.45-1.648-3.662-2.507-.274-.19-.507-.183-.302-.697.394-.986-.029-1.592-1.05-1.993-.4-.162-.866.035-1.183-.155Zm-12.323 2.14c-.232.134-.436.367-.739.346-.218-.5-.042-1 .007-1.486.035-.373.599-.486.887-.211.388.387.317 1.063-.155 1.352Zm14.028-.619c-.057.268.056.507-.127.648-.233.176-.345-.106-.514-.19-.141-.057-.254-.17-.38-.24-.409-.211-.719-.493-.676-.986.014-.155.246-.091.387-.035.5.19 1.232.05 1.31.803Z' fill='%23fff'/%3E%3Cpath d='M30.198 17.233c-.176-1.035-.232-2.133-1.028-2.971-1.042-1.099-2.45-1.648-3.661-2.507-.275-.19-.514-.19-.31-.704.394-.986-.014-1.592-1.035-1.993-.409-.155-.867.035-1.197-.155-.585-.345-.592-.042-.55.38.057.563-.169.55-.563.31-.613-.373-1.225-.746-1.859-1.07-.232-.12-.296-.24-.268-.465.176-1.078-.035-2.134-.218-3.176-.176-1.021-.458-2.02-1.183-2.859-1.225-1.422-3.176-.697-3.71.585-.698 1.64-.775 3.31-.663 5.027.08 1.019-.335 1.749-1.246 2.19a3.145 3.145 0 0 0-.599.345c-.422.338-.627.331-.683-.288-.035-.36-.035-.965-.605-.874-.43.064-.888.113-1.31.324-.338.17-.458.416-.493.705-.085.69.091 1.513-.232 2.035-.36.57-1.141.915-1.796 1.26-1.486.796-2.113 2.07-2.197 3.69-.014.31-.134.64.19.838.296.183.599.035.873-.113 1.606-.901 3.296-1.62 5.02-2.274.959-.366 2.036-.289 2.93-.803.641-.373.733-.028.782.486.098 1.098.098 2.211.31 3.281.549 2.817.838 5.669 1.183 8.507.077.655-.134.936-.676 1.126-.19.064-.36.19-.55.268-1.64.725-1.668.796-.915 2.408.014.014.021.05.028.07.17.536.486.557.944.296 1.45-.816 1.781-1.204 1.81-.64.007.147.38 1.788.4 1.936.036.331.459.528.55.17.155-.607.282-1.367.416-1.867.133-.486.317-.387.549-.211.5.359 1.113.338 1.655.556.281.113.443-.05.535-.282.45-1.14.267-1.704-.838-2.316-.444-.247-.753-.711-1.31-.747-.127-.014-.169-.127-.169-.225.007-.655-.12-1.289-.05-1.95.198-1.803.367-3.606.48-5.409.12-1.88.176-3.767.225-5.647.014-.578.211-.648.697-.444 3.106 1.303 6.415 2.106 9.422 3.676.521.268.944-.197.901-.465l.014-.014ZM13.664 9.811c.162-.077.388-.26.493.07.057.198.043.395-.225.494-.662.253-1.31.507-2.028.563-.021-.064-.028-.127-.05-.19.6-.317 1.198-.634 1.803-.93l.008-.007Zm-3.746.085c.035-.373.599-.486.888-.197a.872.872 0 0 1-.155 1.352c-.226.14-.43.359-.74.345-.225-.507-.035-1.007.007-1.5Zm4.162 3.542c.113-.043.274-.064.33.091.071.17-.041.254-.19.345-.816.507-1.746.676-2.647.902-1.894.471-3.662 1.267-5.387 2.162-.225.112-.472.345-.704.21-.24-.14-.007-.415 0-.633.056-1.535.24-1.718 1.718-1.958.43-.063.838-.218 1.282-.197-.62-.183-1.233-.05-2.05.078.86-.93 1.831-1.395 2.676-2 .19-.134.423-.197.585-.345 1.169-1.07 2.725-1.021 4.12-1.43.14-.042.422-.169.429.219 0 .239-.021.373-.282.436-.789.183-1.577.395-2.563.634.76.042 1.26-.176 1.782-.275.274-.049.556-.091.83-.098.296-.014.282.253.324.436.057.24-.105.289-.295.352-.226.07-.536-.112-.676.197.197.071.38.029.577-.014.19-.049.43-.147.458.19.02.275-.021.486-.373.543-.578.098-1.134.274-1.697.387-.19.035-.303.12-.36.289.655-.387 1.437-.254 2.12-.528l-.007.007Zm8.9-3.775c.015-.155.247-.091.395-.042.5.19 1.218.05 1.296.803-.057.268.056.507-.127.648-.225.169-.345-.12-.514-.19-.134-.064-.247-.176-.387-.247-.409-.211-.712-.5-.676-.986l.014.014Zm-4.837-6.922s.021.064.028.099c-.028-.014-.063-.021-.091-.035l.063-.064Zm-2.014-.845c.584-.133 1.24-.281 1.662.55-1.352-.972-1.972.14-2.753.838.176-.627.401-1.233 1.105-1.388h-.014Zm1.394 1.07a3.774 3.774 0 0 0-1.225.142c.43-.599.535-.606 1.225-.141Zm-1.07 26.506c-.493.45-1.14.732-1.704 1.07-.303-.05-.366-.296-.479-.479-.169-.296-.14-.577.106-.838.464-.465 1.098-.605 1.662-.887.091-.05.253-.042.239.07-.014.38.436.817.162 1.064h.014ZM17.981 28a2.01 2.01 0 0 0-.225 1.169c.014.14.049.359-.17.352-.182 0-.429-.007-.492-.268-.127-.492-.24-.985-.352-1.436.042-.211-.134-.444.155-.493.324-.042.683-.134.971-.028.219.077.226.493.127.69l-.014.014Zm.746.24c.529.387 1.064.781 1.564 1.21.211.184.176.472.035.698-.134.204-.317.288-.592.197-.338-.099-.669-.232-1.028-.24-.288-.007-.62-.084-.415-.415-.092-.528.267-.887.127-1.338-.064-.19.176-.218.31-.113Zm.148-15.584c-.218 1.556-.14 3.127-.225 4.69-.084 1.507-.253 3-.31 4.507-.063 1.556-.324 3.098-.422 4.661-.014.226.049.5-.31.479-.345-.021-.74.204-1.007-.162-.12-.162-.12-.401-.042-.591.084-.198.26-.05.401-.05.19.007.387-.02.634-.098-.733-.141-1.331-.36-1.17-1.254.1-.549.635-.112.895-.443-.43-.19-1.211-.014-1.084-.775.126-.69.781.12 1.077-.289-.134-.316-.45-.183-.669-.232-.317-.078-.514-.204-.514-.556.007-.5.36-.205.563-.24.212-.042.423-.028.796-.05-.444-.288-.817-.112-1.134-.26-.218-.105-.352-.21-.38-.422-.042-.338.24-.24.423-.282.246-.05.471-.12.76-.197-.296-.197-.591-.07-.852-.05-.345.022-.479-.14-.507-.422-.028-.352.225-.324.465-.324.225-.014.45-.056.669-.176-.317-.02-.627-.035-.944-.07-.288-.035-.457-.204-.457-.514-.008-.36.246-.317.478-.352.247-.036.5.035.831-.197-.5-.064-1.028.028-1.274-.19-.24-.212-.331-.81-.212-1.141.219-.613.916-.366 1.458-.543-.373-.218-.732-.098-1.05-.049-.767.12-.492-.465-.562-.788-.099-.409.035-.641.52-.522.134.036.296-.028.564-.056-.289-.232-.542-.148-.76-.169-.19-.021-.374-.007-.36-.274.014-.226.197-.198.338-.212.324-.028.648-.042.972-.155-.317-.162-.64-.049-.958-.084-.422-.056-.485-.331-.514-.627-.035-.317.233-.33.465-.366.324-.056.64-.148 1.035-.246-.31-.141-.549-.07-.788-.043-.345.035-.747.338-.831-.366-.085-.69.359-.57.74-.599.077-.007.147-.02.224-.028.021-.105-.063-.091-.12-.12-.295-.126-.858.057-.823-.457.035-.514.563-.254.873-.338.197-.056.415-.021.57-.317-.415.021-.788.042-1.162.063-.19.008-.4.134-.422-.225-.014-.324.134-.387.401-.401.19-.007.402.063.676-.226-.95.233-1.204-.176-1.218-.964-.014-1.014.789-.874 1.409-1.07-.395-.184-.754.035-1.113-.015-.19-.02-.373-.007-.401-.246-.022-.204.162-.233.302-.275.31-.098.62-.197.993-.303-.296-.253-.542-.105-.788-.042-.219.05-.578.296-.585-.148-.014-.38-.33-.894.232-1.148.24-.112.543-.091.733-.295-.282-.24-.803.324-.95-.303-.142-.578.344-.711.724-.909-.155-.281-.542.205-.598-.19-.063-.387.352-.281.521-.436.43-.388.958-.564 1.5-.726a1.48 1.48 0 0 1 1.042.1c.183.084.317.386.591.14.282-.254 0-.465-.042-.69a.343.343 0 0 1 .007-.12c.634.845.789 1.86.895 2.838.239 2.324.12 4.64-.205 6.95h-.014Zm10.718 4.493c-3.444-1.557-7-2.479-10.429-3.866.409-.507.887-.254 1.289-.331 0-.226-.183-.127-.268-.183-.26-.176-.88.457-.838-.43.028-.732.352-.915.993-.796.169.029.345.064.718.141-.45-.408-.845-.295-1.176-.401-.225-.07-.415-.035-.387-.387.028-.338.211-.367.45-.367.282 0 .557.022.895.022-.19-.458-.556-.162-.796-.233-.176-.05-.528.078-.486-.204.05-.373-.091-.81.17-1.098.154-.184.344.12.513.204 2.366 1.225 4.514 2.81 6.824 4.12 1.401.795 2.542 1.837 2.52 3.802l.008.007Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-180 17 17)' d='M0 0h34v34H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 33px 33px;
    background-position: 50% 50%;
    vertical-align: middle;
    margin-left: auto;
    rotate: 90deg;
    transition: rotate .3s ease-in-out;
}

.faq-list>div.opened>button::after {
    rotate: 0deg;
}

.faq-list>div:not(:last-of-type) {
    margin-bottom: 20px;
}

.faq-list>div button {
    width: 100%;
    padding: 1em;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    border-radius: 10px;
    background-color: var(--blue);
    border: 1px solid var(--black);
    outline-color: #fff;
    outline-offset: -3px;
    cursor: pointer;
}

.faq-list>div button>span {
    max-width: 70%;
    pointer-events: none;
}

.faq-list>div .panel {
    padding: 0 1em;
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    transition: max-height .5s ease-in-out, padding .5s ease-in-out;
}

.faq-list>div .panel :is(p,
h3,
li) {
    font-size: 14px;
}

.faq-list>div .panel h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 .5em;
}

.faq-list>div .panel p {
    margin: 0;
}

.faq-list>div .panel p:not(:last-of-type) {
    margin-bottom: 1.2em;
}

.faq-list>div.opened .panel {
    padding: 1em;
}


/* =================================================================================================== prizes */

.line4 {
    background: url('../assets/paper-plane-and-track.svg') no-repeat;
    background-size: contain;
    position: absolute;
    height: 131px;
    top: -25px;
    left: 30px;
    width: 93px;
}

section.prizes .inner-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}

.prizes-top {
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 20px 10px 20px 37px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1em;
    background-color: var(--blue);
    border: 1px solid var(--black);
    border-radius: 10px;
}

.prizes-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    translate: -51% 0;
    margin: auto 0;
    width: 62px;
    height: 62px;
    background: url('../assets/nb.svg') no-repeat 100% 100%;
}

.prizes-top-descr {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.20;
    text-transform: uppercase;
}

.prizes-top-descr>u {
    text-decoration: none;
    color: var(--basic);
}

.prizes-table {
    width: 100%;
    margin-bottom: 20px;
}

.prizes-table-head,
.prizes-table-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.prizes-table-head {
    margin-bottom: 10px;
    padding-inline: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.prizes-table-content {
    padding: 16px 22px;
    border-radius: 10px;
    background-color: var(--blue);
    border: 1px solid var(--black);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.prizes-table-content:nth-of-type(-n+8) {
    background-color: #fff;
    border-width: 2px;
    color: var(--black);
}

.prizes-table-content:not(:last-of-type) {
    margin-bottom: 10px;
}

.prizes-table-head>span:last-of-type,
.prizes-table-content>span:last-of-type {
    justify-self: end;
}

.prizes-table-content>span>img {
    padding-left: .5ch;
    vertical-align: baseline;
}


/* =================================================================================================== info */

.line5 {
    background: url('../assets/dashed-track-curvy-backwards.svg') no-repeat;
    background-size: contain;
    left: -10px;
    height: 114px;
    position: absolute;
    top: 15%;
    width: 90px;
}

.line6 {
    background: url('../assets/paper-plane-backwards.svg') no-repeat;
    background-size: contain;
    height: 162px;
    position: absolute;
    right: -50px;
    top: -15px;
    width: 115px;
}

.line7 {
    background: url('../assets/dashed-track-black.svg') no-repeat;
    background-size: contain;
    bottom: 0;
    height: 100px;
    left: -10px;
    position: absolute;
    width: 188px;
}

.info-list {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.info-list-item {
    height: 120px;
    display: grid;
    grid-template-columns: 115px 1fr;
    align-items: center;
    gap: 24px;
}

.info-list-item:first-of-type {
    height: 90px;
}

.info-list-item:nth-of-type(3) {
    height: 100px;
}

.info-item-decor {
    align-self: end;
}

.info-item-title {
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05;
}

.info-item-descr {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 630px) {
    .header-current-title-decor {
        width: 265px;
        height: 60px;
        background: url('../assets/title-shield.png') no-repeat 50% 50%;
        background-size: 264px 59px;
    }
    /* ======================================================================================================= main-page */
    /* .main-page .burger-wrapper,
    .burger-menu .burger-wrapper {
        height: 79px;
    } */
    .main-page {
        /* padding-top: 10px; */
        background-position: 0 -30%, -90px 100%, 82% 100%;
        background-size: 800px 600px, 281px 175px, 220px 217px;
    }
    /* .main-page .burger-wrapper {
        padding: 0 32px;
    } */
    .main-page-bottom {
        padding-block: 12px 80px;
    }
    .main-page-bottom .info-wrapper {
        margin-bottom: 40px;
    }
    .main-page-bottom::before {
        top: 46px;
    }
    .info-item {
        gap: 14px;
    }
    .info-item.prize {
        padding-left: 72px;
    }
    .info-item.deadline {
        padding-left: 82px;
    }
    .info-item.prize::before {
        width: 70px;
        height: 55px;
    }
    .info-item.deadline::before {
        width: 82px;
        height: 55px;
    }
    .info-title {
        font-size: 16px;
    }
    .info-value {
        font-size: 24px;
    }
    .button--rating {
        font-size: 32px;
    }
    .button--rating+.button--decorated-decor {
        width: 511px;
        height: 124px;
    }
    .rules.download-link {
        width: 100%;
        letter-spacing: 0.05em;
        font-size: 20px;
        padding-top: 20px;
    }
    .download-link+.button--decorated-decor {
        width: 435px;
        height: 113px;
    }
    /*------------------- rating */
    .rating-list-wrapper {
        padding-bottom: 90px;
    }
    div.rating-list>div {
        padding-right: 60px;
    }
    div.rating-list>div:not(:last-child) {
        margin-bottom: 10px;
    }
    div.rating-list>div .score-wrapper {
        margin-left: 0;
    }
    div.rating-list>div .place {
        font-size: 36px;
        width: 95px;
    }
    div.rating-list>div:nth-child(-n+10) .place {
        width: 30px;
    }
    div.rating-list>div .label {
        font-size: 18px;
    }
    div.rating-list>div .nick,
    div.rating-list>div .score {
        font-size: 20px;
    }
    div.rating-list>div:nth-child(-n+10) .winner-avatar {
        width: 60px;
        height: 60px;
        margin-right: 28px;
    }
    div.rating-list>div:nth-child(-n+10) .place {
        font-size: 36px;
    }
    div.rating-list>div:nth-child(-n+10) {
        padding-right: 60px;
    }
    div.rating-list>div:nth-child(-n+10)::before {
        width: 100px;
        background-position: -70px -157px;
    }
    .current-player-wrapper {
        padding: 1em 2em;
    }
    .current-player-label {
        font-size: 20px;
    }
    .current-player-score,
    .current-player-place {
        font-size: 22px;
    }
    .current-player-action {
        width: 151px;
        height: 54px;
        font-size: 20px;
    }
    /* ==================================================== lotteries */
    .games-list {
        padding: 0 14px;
    }
    .games-list {
        --local-gap: 30px;
    }
    .games-item>a {
        padding: 40px 32px;
        height: 150px;
    }
    .games-item>a>img {
        width: 150px;
    }
    /* ==================================================== faq */
    .faq-list>li>button::after {
        background-size: 24px 24px;
    }
    .faq-list>li:not(:last-of-type) {
        margin-bottom: 24px;
    }
    .faq-list>div button {
        font-size: 18px;
    }
    .faq-list>div .panel {
        font-size: 18px;
    }
    .faq-list>div .panel :is(p,
    h3,
    li) {
        font-size: 18px;
    }
    /* =================================================================================================== prizes */
    section.prizes .inner-section-container {
        padding-bottom: 50px;
    }
    .prizes-top {
        padding: 16px 60px;
        margin-bottom: 32px;
        gap: 70px;
    }
    .prizes-top-decor {
        width: 96px;
    }
    .prizes-top-descr {
        margin: 0;
        font-size: 24px;
        text-transform: uppercase;
    }
    .prizes-table {
        width: 100%;
        margin-bottom: 32px;
    }
    .prizes-table-head {
        margin-bottom: 20px;
        padding-inline: 32px;
        font-size: 18px;
    }
    .prizes-table-content {
        padding: 24px 28px;
        font-size: 24px;
    }
    .prizes-table-content:nth-of-type(-n+8) {
        border-width: 2px;
    }
    .prizes-table-content:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .prizes-table-head>span:last-of-type,
    .prizes-table-content>span:last-of-type {
        justify-self: end;
    }
    .prizes-table-content>span>img {
        width: 25px;
        padding-left: .5ch;
        vertical-align: baseline;
    }
    /* ==================================================== info */
    .info-list {
        gap: 50px;
        max-width: 563px;
    }
    .info-item-decor {
        width: 150px;
        height: 150px;
    }
    .info-list-item:nth-of-type(1) .info-item-decor>img {
        width: 103px;
    }
    .info-list-item:nth-of-type(2) .info-item-decor>img {
        width: 129px;
    }
    .info-list-item:nth-of-type(3) .info-item-decor>img {
        width: 131px;
    }
    .info-item-title {
        font-size: 28px;
    }
    .info-item-descr {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .lifebuoy {
        width: 224.289px;
        height: 147.907px;
    }
    .airplane {
        bottom: 0;
        height: 178px;
        right: 60px;
        width: 184px;
    }
    .circle2,
    .palm1,
    .line5 {
        display: none;
    }
    .plane2 {
        height: 140px;
        left: 32px;
        width: 158px;
    }
    .palm2 {
        bottom: -5%;
        height: 290px;
        right: -15%;
        width: 313px;
    }
    .line6 {
        height: 202px;
        right: -22px;
        width: 146px;
    }
    .line7 {
        height: 122px;
        width: 332px;
    }
}