@font-face {
    src: url("/slotyslots-assets/slotyslots-fonts/slotyslots-geologica-bold.woff2")
        format("truetype");
    font-family: "geologica-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/slotyslots-assets/slotyslots-fonts/slotyslots-geologica-medium.woff2")
        format("truetype");
    font-family: "geologica-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/slotyslots-assets/slotyslots-fonts/slotyslots-geologica-regular.woff2")
        format("truetype");
    font-family: "geologica-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/slotyslots-assets/slotyslots-fonts/slotyslots-poppins-bold.woff2")
        format("truetype");
    font-family: "poppins-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/slotyslots-assets/slotyslots-fonts/slotyslots-poppins-medium.woff2")
        format("truetype");
    font-family: "poppins-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-g-b: "geologica-bold", sans-serif;
    --font-g-m: "geologica-medium", sans-serif;
    --font-g-r: "geologica-regular", sans-serif;
    --font-p-b: "poppins-bold", sans-serif;
    --font-p-m: "poppins-medium", sans-serif;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}
html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

main,
footer {
    width: 100%;
    color: rgba(3, 3, 3, 1);
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

.slotyslots--container__main {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.slotyslots__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Header */
.slotyslots--header {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/slotyslots-assets/slotyslots-image/slotyslots-top/slotyslots-bg-forest.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.slotyslots--top {
    background: linear-gradient(rgba(0, 0, 0, 0.3));
    width: 100%;
}

.slotyslots--header__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slotyslots--menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slotyslots--header__container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.95rem 0;
    flex-direction: column;
    align-items: center;
}

.slotyslots--menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slotyslots--menu__box {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    width: 100%;
    justify-content: flex-end;
}

.slotyslots--menu__list {
    gap: 1.875rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.slotyslots--main__text-logo {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.slotyslots--menu__list-item a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%;
    font-family: var(--font-g-m);
    cursor: pointer;
    text-transform: capitalize;
}

.slotyslots--menu_btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 88px;
    width: 100%;
    height: 40px;
    background: #c80700;
    font-family: var(--font-g-m);
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    box-shadow: 0px 4px 4px 0px #0404044d;
    font-weight: 800;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.slotyslots--header__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 2.5rem;
    padding: 3.125rem 0;
}

.slotyslots--header__info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 763px;
    width: 100%;
}

.slotyslots--header__title-welcome {
    font-family: var(--font-g-r);
    font-size: 3rem;
    line-height: 110%;
    color: #fff;
    font-weight: 400;
}
.slotyslots--header__text-welcome {
    font-family: var(--font-g-r);
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
    font-weight: 400;
}

.slotyslots--header__welcome-btnbox {
    display: flex;
    gap: 1.25rem;
}

.slotyslots--header__btn-sign {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 213px;
    width: 100%;
    height: 57px;
    background: #c80700;
    font-family: var(--font-g-m);
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    box-shadow: 0px 4px 4px 0px #0404044d;
    font-weight: 800;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.slotyslots--header__btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 190px;
    width: 100%;
    height: 57px;
    background: transparent;
    font-family: var(--font-g-m);
    color: #fff;
    font-size: 1rem;
    border: 1px solid #fff;
    line-height: 100%;
    box-shadow: 0px 4px 4px 0px #0404044d;
    font-weight: 800;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.slotyslots--header__image {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-top/slotyslots-beaver.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 437px;
    width: 100%;
    height: 437px;
}

/* Offers */
.slotyslots--offers-box {
    padding: 3.75rem 0;
}

.slotyslots--offers--conteiner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.slotyslots--offers---title {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 3rem;
    line-height: 100%;
    color: #000;
    text-align: center;
}

.slotyslots--offers---lists {
    display: flex;
    gap: 1.25rem;
}

.slotyslots--offers----items {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
}

.slotyslots--offers----items_title {
    font-family: var(--font-g-b);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #000;
    text-align: center;
    height: 60px;
}

.slotyslots--offers----items_icon-free {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-offers/slotyslots-icon-free.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
}
.slotyslots--offers----items_icon-lists {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-offers/slotyslots-icon-lists.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
}
.slotyslots--offers----items_icon-gamepad {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-offers/slotyslots-icon-gamepad.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
}

.slotyslots--offers----items_text {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: #000;
    text-align: center;
}

/* Games */

.slotyslots--game--conteiner {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
}

.slotyslots--game---lists {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.slotyslots--game---elem {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

.slotyslots--game----img {
    max-width: 400px;
    width: 100%;
    height: 400px;
}

.slotyslots--game----name {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    color: #000;
}

.slotyslots--game----btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 140px;
    width: 100%;
    height: 43px;
    background: #c80700;
    font-family: var(--font-g-m);
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 4px 0px #0404044d;
    font-weight: 800;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

/* Faq */
.slotyslots--faq---lists {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 1.25rem;
}

.slotyslots--faq---lists_items {
    display: flex;
    flex-direction: column;
    gap: 0.675rem;
    background-color: #c80700;
    padding: 1.25rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    max-width: 600px;
    width: 100%;
}

.slotyslots--faq---lists__icon {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-faq/slotyslots-question.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.slotyslots--faq---lists__title {
    font-family: var(--font-p-b);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
}

.slotyslots--faq---lists__text {
    font-family: var(--font-p-m);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
}

/* Testimonials */
.slotyslots--testimonials---lists {
    display: flex;
    gap: 3.75rem;
}

.slotyslots--testimonials----elem {
    max-width: 590px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    padding: 3.125rem 1.5rem;
}

.slotyslots--testimonials----elem_rating {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 100%;
}

.slotyslots--testimonials----elem__small {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-testimonials/slotyslots-icon-star-small.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 16px;
    width: 100%;
    height: 16px;
}
.slotyslots--testimonials----elem__medium {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-testimonials/slotyslots-icon-star-medium.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 24px;
    width: 100%;
    height: 24px;
}
.slotyslots--testimonials----elem__big {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-testimonials/slotyslots-icon-star-big.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 32px;
    width: 100%;
    height: 32px;
}

.slotyslots--testimonials----elem_avatar-alexandra {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-testimonials/slotyslots-ava-alexandra.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.slotyslots--testimonials----elem_avatar-thomas {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-testimonials/slotyslots-ava-thomas.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.slotyslots--testimonials----elem_avatar-ammy {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-top-players/slotyslots-ava-ammy.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.slotyslots--testimonials----elem_avatar-nick {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-top-players/slotyslots-ava-nick.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.slotyslots--testimonials----elem_avatar-robert {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-top-players/slotyslots-ava-robert.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.slotyslots--testimonials----elem_description {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 100%;
    color: #000;
    text-align: center;
}

.slotyslots--testimonials----elen_name {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 100%;
    color: #000;
}

/* Top Players */
.slotyslots--top---lists {
    display: flex;
    gap: 1.25rem;
}

.slotyslots--top----elem {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    justify-content: flex-end;
}

.slotyslots--testimonials----elem_place,
.slotyslots--testimonials----elem_count {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: #000;
}

.slotyslots--testimonials----elem_count::after {
    content: url("/slotyslots-assets/slotyslots-image/slotyslots-top-players/slotyslots-icon-coin.svg");
}
.slotyslots--testimonials----elem_grah-one {
    max-width: 300px;
    width: 100%;
    height: 300px;
    background: linear-gradient(
        180deg,
        #c80700 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.slotyslots--testimonials----elem_grah-two {
    max-width: 300px;
    width: 100%;
    height: 200px;
    background: linear-gradient(
        180deg,
        #c80700 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.slotyslots--testimonials----elem_grah-three {
    max-width: 300px;
    width: 100%;
    height: 100px;
    background: linear-gradient(
        180deg,
        #c80700 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

/* Disclaimer */
.slotyslots--disclaimer-box {
    background-color: #c80700;
    padding: 1.875rem 0;
}

.slotyslots--disclaimer--conteiner {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    align-items: center;
}

.slotyslots--disclaimer---lists {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.slotyslots--disclaimer---title {
    font-family: var(--font-p-b);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.slotyslots--disclaimer----items {
    font-family: var(--font-p-m);
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    color: #fff;
    text-align: center;
}

/* Burger */
#slotyslotsMenuToggle {
    display: none;
    position: absolute;
    top: 0;
    left: 0rem;
    z-index: 999 !important;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 58px;
}

#slotyslotsMenuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

#slotyslotsMenuToggle span {
    display: block;
    width: 42px;
    height: 2px;
    margin-bottom: 5px;
    right: 0rem;
    top: 0rem;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1001 !important;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.no-scroll {
    overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#slotyslotsMenuToggle span:first-child {
    transform-origin: 0% 0%;
}

#slotyslotsMenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#slotyslotsMenu {
    position: absolute;
    max-width: 100vw;
    width: 100%;
    z-index: 1000;
    margin: -75px 0 0 0px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1c1c1c;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 130vh;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}

#slotyslotsMenu li {
    text-align: center;
    padding: 20px 50px;
    font-size: 22px;
}

#slotyslotsMenuToggle input:checked ~ ul {
    transform: none;
}

#slotyslotsMenu a {
    margin: 0 0 0 2rem;
}

.burger-button {
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    top: 1.125rem;
    right: 1rem;
    cursor: pointer;
    opacity: 1;
    z-index: 1002 !important;
    -webkit-touch-callout: none;
    background: transparent;
    border: none;
    padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
    transform: rotate(45deg) translate(0px, 0px);
    background: #f9f9f9;
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    -moz-transform: rotate(45deg) translate(0px, 0px);
    -ms-transform: rotate(45deg) translate(0px, 0px);
    -o-transform: rotate(45deg) translate(0px, 0px);
}

.burger-button.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-11px, 7px);
    -webkit-transform: rotate(-45deg) translate(-11px, 7px);
    -moz-transform: rotate(-45deg) translate(-11px, 7px);
    -ms-transform: rotate(-45deg) translate(-11px, 7px);
    -o-transform: rotate(-45deg) translate(-11px, 7px);
}

/* Обновляем селектор для checked состояния */
#slotyslotsMenuToggle .active ~ #slotyslotsMenu {
    transform: none;
}

/* Footer */
.slotyslots--footer {
    width: 100%;
    padding: 4.375rem 0;
}

.slotyslots--footer-box {
    display: flex;
    gap: 5rem;
    width: 100%;
}

.slotyslots--footer---age {
    background-image: url("/slotyslots-assets/slotyslots-image/slotyslots-footer/slotyslots-icon-age.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 109px;
    width: 100%;
    height: 80px;
}

.slotyslots--footer--right {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    max-width: 921px;
    align-items: flex-start;
    width: 100%;
}

.slotyslots--footer---text {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: #000;
}

.slotyslots--footer---nav {
    display: flex;
    align-items: center;
    gap: 1rem 2.6rem;
    flex-wrap: wrap;
}

.slotyslots--footer----links a {
    font-family: var(--font-g-m);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    color: #000;
    text-decoration: underline;
}

/* Sign Up */
.slotyslots__form-signup-w {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.checkmark-sign-up {
    height: 32px;
    width: 32px;
}

.checkbox-text-sign-up {
    margin-left: 1.25rem;
    line-height: 120%;
}

.slotyslots__form-box {
    align-items: center;
}

.password-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.password-toggle svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.slotyslots__form-icon {
    max-width: 600px;
    width: 100%;
}

/* Login */
.slotyslots__login--box {
    padding: 2.5rem 0 6.25rem;
}

.slotyslots--header_login {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.slotyslots--header_login-title {
    font-size: 2rem;
    font-family: var();
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.slotyslots__form-login {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.slotyslots__form__input-login {
    padding: 1.115rem 1.25rem;
    border: none;
    background-color: #ffffff;
    color: #020202;
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--font-text);
    font-weight: 400;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.slotyslots__form__input-login::placeholder {
    color: #020202;
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--font-text);
    font-weight: 400;
}

.slotyslots__form__button-login {
    background: #ffe100;

    width: 100%;
    height: 42px;

    cursor: pointer;
    color: #001c79;
    font-size: 1.125rem;
    line-height: 100%;
    border: none;
    text-transform: uppercase;
    font-family: var();
    font-weight: 700;
}

.slotyslots__form__login {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
}

.slotyslots__form__log {
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--font-text);
    color: #fff;
    font-weight: 400;
}

/* Cookies / Privacy / Tearms */
.slotyslots--privacy__text {
    padding: 2.5rem 0;
}

.slotyslots--privacy__text h2 {
    font-family: var(--font-g-b);
    font-size: 3rem;
    line-height: 110%;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.slotyslots--privacy__text h3 {
    font-family: var(--font-g-m);
    font-size: 2rem;
    line-height: 110%;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.slotyslots--privacy__text p {
    font-family: var(--font-g-r);
    font-size: 1rem;
    line-height: 120%;
    color: #000;
    font-weight: 400;
    margin-bottom: 1rem;
}

/* Contact Form */
.slotyslots__contact-registr {
    background-color: #111113;
}

.slotyslots__contact--box {
    padding: 6.25rem 0;
}

.slotyslots_contact__registr {
    max-width: 211px !important;
    width: 100%;
}

.slotyslots_contact__login {
    max-width: 185px !important;
    width: 100%;
}

.slotyslots__contact---container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.slotyslots__contact--form {
    display: flex;
    gap: 1.25rem;
    flex-direction: column !important;
}

.slotyslots_contact__label {
    color: #000;
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--font-g-r);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.slotyslots_contact__input {
    outline: none;
    height: 47px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1rem;
    color: #000;
    font-family: var(--font-g-r);
    font-weight: 400;
    padding: 0.7rem 1.25rem;
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.slotyslots_contact__input {
    padding-right: 35px;
}

.slotyslots_contact__input-w {
    max-width: 393px !important;
    width: 100%;
}

textarea {
    resize: none;
}

.slotyslots_contact--textarea {
    height: 80px;
    padding: 0.7rem 1.25rem;
    font-size: 1rem;
    resize: none;
}

.slotyslots_contact-flexbox {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    max-width: 393px;
    width: 100%;
}

.slotyslots_contact__btn {
    background: #c80700;
    max-width: 175px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #0404044d;
    width: 100%;
    height: 55px;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 500;
    display: flex;
    justify-content: center;
    font-family: var(--font-g-m);
    align-items: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.active__block {
    display: flex;
}

.form-message-container,
.message-container {
    min-height: 20px;
}

.form-message,
.message {
    padding: 10px;
    border-radius: 4px;
}

.form-message.error,
.message.error {
    background-color: #ffebee;
    color: #d32f2f;
    border: 1px solid #ef9a9a;
    font-size: 1rem;
    font-family: var(--font-g-m);
    text-align: center;
}

.form-message.success,
.message.success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    font-size: 1rem;
    font-family: var(--font-g-m);
    text-align: center;
}

/* Others Styles */
.slotyslots--resp-box {
    padding: 2.5rem 0;
}

.slotyslots--resp--list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.slotyslots--resp----title {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 100%;
    color: #c80700;
}

.slotyslots--resp----text {
    font-family: var(--font-g-r);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 100%;
    color: #000;
}

/* Mobile */
@media screen and (max-width: 1260px) {
    .slotyslots--container__main {
        padding: 0 1rem;
    }

    .slotyslots--game---lists {
        flex-wrap: wrap;
        justify-content: center;
    }
    .slotyslots--faq---lists {
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {
    .slotyslots--header__title {
        flex-direction: column;
    }

    .slotyslots--header__info {
        max-width: 100%;
        width: 100%;
    }

    .slotyslots--offers---lists {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25rem;
    }

    .slotyslots--header__image {
        max-width: 342px;
        width: 100%;
        height: 348px;
    }

    .slotyslots--top---lists,
    .slotyslots--testimonials---lists {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 855px) {
    .slotyslots--top----elem:nth-child(1) {
        order: 2;
    }
    .slotyslots--top----elem:nth-child(2) {
        order: 1;
    }
    .slotyslots--top----elem:nth-child(3) {
        order: 3;
    }

    .slotyslots--footer-box {
        flex-direction: column-reverse;
        gap: 2.5rem;
    }

    .slotyslots--footer--right {
        gap: 2.5rem;
    }
}

@media screen and (max-width: 680px) {
    .slotyslots--menu__box {
        display: none;
    }

    #slotyslotsMenuToggle {
        display: block;
    }

    .slotyslots--header__title {
        padding: 1.25rem 0;
    }

    .slotyslots--header__title-welcome,
    .slotyslots--offers---title {
        font-size: 1.875rem;
    }

    .slotyslots--header__info {
        gap: 0.75rem;
    }

    .slotyslots--header__welcome-btnbox {
        flex-direction: column;
        align-items: center;
    }

    .slotyslots--header__btn-sign,
    .slotyslots--header__btn-login {
        max-width: 183px;
        width: 100%;
        height: 45px;
    }

    .slotyslots--header__title {
        gap: 1.25rem;
    }

    .slotyslots--offers-box {
        padding: 2.5rem 0;
    }

    .slotyslots--offers----items_title {
        height: auto;
    }

    .slotyslots--offers----items {
        gap: 0.675rem;
    }

    .slotyslots--game--conteiner {
        gap: 2.5rem;
    }

    .slotyslots--game----img {
        height: auto;
    }

    .slotyslots--testimonials----elem {
        padding: 1.25rem 0;
    }

    .slotyslots--testimonials----elen_name {
        font-size: 1.25rem;
    }

    .slotyslots--testimonials----elem_grah-one,
    .slotyslots--testimonials----elem_grah-two,
    .slotyslots--testimonials----elem_grah-three {
        height: 100px;
        max-width: 200px;
        width: 100%;
    }

    .slotyslots--disclaimer---title {
        font-size: 1.5rem;
    }

    .slotyslots--disclaimer----items,
    .slotyslots--footer---text {
        font-size: 0.875rem;
    }

    .slotyslots--disclaimer-box {
        padding: 0.81rem;
    }

    .slotyslots--footer {
        padding: 2.5rem 0;
    }

    .slotyslots--footer---nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .slotyslots--footer---nav:nth-child(2) {
        order: 3;
    }

    .slotyslots__contact--box {
        padding: 6.25rem 0 2.5rem;
    }
}
