@import url('css2-1.css');
@import url('css2.css');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    direction: ltr;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-size: clamp(12px, 4vw, 18px);
    margin: 0;
    padding: 0;
    line-height: 1.3;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/opacity_bg-069cd31030d244.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

p,
li {
    padding: 10px 0;
    line-height: 1.4;
}

li {
    margin: 0 10px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 480px) {
    .container {
        max-width: 450px;
    }
}
@media screen and (min-width: 575px) {
    .container {
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1274px;
    }
}

.page-privacy {
    padding: 52px 0;
    overflow: hidden;
    width: 100%;
}

.content-politics {
    font-size: clamp(16px, 4vw, 18px);
    color: #fff;
    text-align: justify;
}

.page-privacy a {
    transition: 0.3s ease;
    color: #fff;
}

.page-privacy a:hover {
    color: #fff;
    opacity: 0.5;
}

.page-privacy li {
    list-style: inside;
}

.button-game {
    cursor: pointer;
    position: relative;
    padding: 13px 27px;
    font-size: clamp(18px, 4vw, 20px);
    color: #e07250;
    border: 2px solid #e07250;
    border-radius: 27px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.button-game::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #e07250b3;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.button-game:hover::before {
    scale: 3;
}

.button-game:hover {
    color: #fff;
    scale: 1.1;
    box-shadow: 0 0px 20px rgba(193, 163, 98, 0.4);
}

.button-game:active {
    scale: 1;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.header-back {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.header-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-all-069cd31030d190.jpg');
    filter: brightness(0.4);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.header {
    display: flex;
    align-items: center;
    padding: 52px 0;
    gap: 52px;
    flex-direction: row;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
    flex: 1;
}

.logo {
    transition: 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    gap: 13px;
}

.logo:hover {
    opacity: 0.5;
}

.logo__image {
    object-fit: contain;
    width: 52px;
}

.logo__title {
    margin: 0;
    flex: 1;
    color: #e07250;
    font-size: clamp(30px, 4vw, 50px);
}

.header-content h5 {
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-size: clamp(22px, 4vw, 30px);
}

.header-img {
    flex: 1;
}

.header-img img {
    max-height: 426px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-nav {
    border-bottom-left-radius: 41px;
    border-bottom-right-radius: 41px;
    border-bottom: 1px dashed #180707b3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 27px;
}

.navigation__link {
    position: relative;
    padding: 15px 0;
    color: #180707;
    transition: 0.3s ease;
    font-size: clamp(20px, 4vw, 25px);
}

.navigation__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    background: #e07250;
    height: 2px;
}

.navigation__link:hover::after {
    transform: scaleX(1);
}

.step-game {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding: 52px 0;
}

.step-game h2 {
    margin: 0;
    text-align: center;
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
}

.step-game__content {
    display: flex;
    flex-direction: column;
    gap: 41px;
}

.step-left__card,
.step-right__card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 41px;
}

.step-card__img {
    flex: 1;
}

.step-card__img img {
    max-height: 30vh;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-card__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 27px;
    flex: 1;
}

.step-card__content svg {
    width: 55px;
    height: 55px;
    fill: #e07250;
}

.step-card__content h5 {
    margin: 0;
    flex: 1;
    font-size: clamp(22px, 4vw, 30px);
    color: #fff;
    font-weight: normal;
}

.aboutus {
    display: flex;
    justify-content: space-between;
    gap: 52px;
    flex-direction: row;
    padding: 52px 0;
}

.aboutus-img {
    position: relative;
    flex: 1;
}

.aboutus-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: url('../images/fence-069cd31030d3c8.png');
    background-size: contain;
}

.aboutus-img img {
    max-height: 426px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutus-content {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    gap: 27px;
}

.aboutus-content h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
}

.aboutus-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(18px, 4vw, 22px);
    color: #fff;
    opacity: 0.8;
}
.aboutus-text2 {
    display: block !important;
}
.benefits {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding: 52px 0;
}

.benefits h2 {
    margin: 0;
    text-align: center;
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
}

.benefits-content {
    display: flex;
    justify-content: space-between;
    gap: 41px;
    flex-direction: row;
}

.benefits-box {
    flex: 1;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 41px;
}

.benefits-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.benefits-card-none {
    padding: 48px 0;
}

.benefits-card img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.benefits-card h5 {
    margin: 0;
    font-weight: normal;
    font-size: clamp(18px, 4vw, 20px);
    color: #fff;
}

.benefits-image {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-image img {
    max-height: 426px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.game-menu {
    display: none;
    flex-direction: column;
    gap: 52px;
    padding: 52px 0;
}

.game-menu h2 {
    margin: 0;
    text-align: center;
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
}

.game-menu__content {
    display: flex;
    gap: 41px;
    flex-direction: column;
}

.game-menu__card {
    transition: 0.5s ease;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.game-menu__img {
    flex: 1;
    height: 398px;
}

.game-menu__img img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.game-menu__box {
    transition: 0.5s ease;
    transform: translateX(4%);
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
    flex: 2;
    padding: 27px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 27px;
}

.game-menu__box:nth-child(2) {
    transform: translateX(-4%);
}

.game-menu__card:hover .game-menu__box {
    flex: 1;
}

.game-menu__card:hover {
    gap: 41px;
}

.game-menu__title {
    transition: 0.3s ease;
    font-size: clamp(22px, 4vw, 30px);
    color: #fff;
}

.game-menu__title:hover {
    color: #e07250;
}

.game-menu__box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.8;
    padding: 0;
    font-size: clamp(16px, 4vw, 18px);
    color: #fff;
}

.game-card {
    transition: 0.5s ease;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    position: relative;
    overflow: hidden;
}

.game-card__img {
    position: relative;
}

.game-card__img img {
    filter: brightness(0.4);
    transition: 0.5s ease;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    width: 100%;
    height: 398px;
    object-fit: contain;
    object-position: center;
}

.game-card:hover .game-card__img img {
    transform: scale(1.1);
}

.game-card__title {
    color: #fff;
    font-size: clamp(18px, 4vw, 22px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 21px;
}

.game-card__title:hover {
    opacity: 0.8;
}

.promo-video {
    padding: 52px 0;
}

.promo-video video {
    max-height: 70vh;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-collection {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 52px 0;
}

.photo-row-top {
    display: flex;
    flex-direction: row;
    gap: 13px;
    justify-content: space-between;
}

.photo-row-bottom {
    display: flex;
    gap: 13px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.photo-item {
    flex: 1;
    width: 100%;
}

.photo-item img {
    transition: 0.5s ease;
    width: 100%;
    height: 398px;
    object-fit: cover;
}

.photo-item img:hover {
    filter: brightness(0.5);
}

.photo-item:first-child {
    flex: 2;
}

.feed {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding: 52px 0;
}

.feed h2 {
    margin: 0;
    text-align: center;
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
}

.feedback {
    direction: initial;
    padding: 52px 0;
}

.feedback-container {
    background-color: #fff;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.feedback-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.feedback-card {
    padding: 15px;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}

.feedback-card__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

.feedback-card h5 {
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-size: clamp(22px, 4vw, 30px);
}

.feedback-card img {
    object-fit: cover;
    border-radius: 50%;
    width: 242px;
    height: 242px;
}

.feedback-card p {
    padding: 0;
    font-size: clamp(18px, 4vw, 22px);
    color: #e07250;
}

.category {
    display: none;
    flex-direction: column;
    gap: 52px;
    padding: 52px 0;
}

.category h2 {
    margin: 0;
    text-align: center;
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
}

.category-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 41px;
}

.category-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 13px;
}

.category-card__img img {
    width: 100%;
    height: 334px;
    object-fit: contain;
    object-position: center;
}

.category-card__title {
    transition: 0.3s ease;
    font-size: clamp(18px, 4vw, 22px);
    color: #fff;
}

.category-card__title:hover {
    opacity: 0.5;
}

.category-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.8;
    padding: 0;
    font-size: clamp(16px, 4vw, 18px);
    color: #fff;
}

.form-container {
    padding: 52px 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.form-container h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 50px);
    text-align: center;
}

.block-form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.input-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.input-container label {
    color: #fff;
}

.input-container .input-btn-block--section,
.input-container .textarea-btn-block--section {
    outline: none;
    margin: 10px 0;
}

.input-container .input-btn-block--section {
    color: #fff;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 15px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 18px;
}

.input-container .textarea-btn-block--section {
    color: #fff;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 15px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 18px;
    resize: vertical;
    min-height: 48px;
    max-height: 133px;
}

.input-container .input-btn-block--section::placeholder,
.input-container .textarea-btn-block--section::placeholder {
    color: #180707b3;
}

.check {
    transition: 0.3s ease;
    color: #fff;
}

.check:hover {
    opacity: 0.5;
    color: #fff;
}

.form-check {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: flex-start;
    padding: 13px 0;
}

.form-check .form-check-input {
    margin: 0;
}

.block-form button {
    margin: 0 auto;
}

.ui-checkbox {
    --primary-color: #1677ff;
    --secondary-color: #fff;
    --primary-hover-color: #4096ff;
    --checkbox-diameter: 20px;
    --checkbox-border-radius: 5px;
    --checkbox-border-color: #d9d9d9;
    --checkbox-border-width: 1px;
    --checkbox-border-style: solid;
    --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: var(--secondary-color);
    border: var(--checkbox-border-width) var(--checkbox-border-style)
        var(--checkbox-border-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.ui-checkbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5)
        var(--primary-color);
    box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
    top: 40%;
    left: 50%;
    content: '';
    position: absolute;
    width: 4px;
    height: 7px;
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition:
        all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),
        opacity 0.1s;
    -o-transition:
        all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),
        opacity 0.1s;
    transition:
        all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),
        opacity 0.1s;
}

.ui-checkbox:hover {
    border-color: var(--primary-color);
}

.ui-checkbox:checked {
    background: var(--primary-color);
    border-color: transparent;
}

.ui-checkbox:checked::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg)
        scale(var(--checkmark-size));
    -ms-transform: translate(-50%, -50%) rotate(45deg)
        scale(var(--checkmark-size));
    transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    opacity: 1;
}

.site-footer {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-all-169cd31030d1c4.jpg');
    background-position: center;
    filter: brightness(0.4);
    background-size: cover;
    z-index: -1;
}

.footer-section {
    padding: 27px 0;
}

.footer-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 27px;
}

.footer-header__box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}

.brand-footer {
    margin: 0 auto;
}

.brand-logo img {
    max-height: 40px;
    object-fit: contain;
    width: 50px;
}

.brand-footer a {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    transition: 0.3s ease;
}

.brand-footer a:hover {
    opacity: 0.5;
}

.brand-title h2 {
    margin: 0;
    font-size: clamp(18px, 4vw, 22px);
    margin: 0;
}

.notice-section {
    flex: 1;
    border-radius: 27px;
    background-color: #b50000;
    gap: 27px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 27px;
}

.notice-section h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: clamp(18px, 4vw, 22px);
    color: #fff;
}

.notice-section p {
    padding: 0;
    font-size: clamp(16px, 4vw, 18px);
    color: #fff;
    opacity: 0.8;
}

.legal-links ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
}

.legal-links ul li a {
    font-size: clamp(16px, 4vw, 18px);
    transition: 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.legal-links ul li a:hover {
    color: #fff;
    opacity: 0.5;
}

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

.footer-footer p {
    padding: 0;
    color: #fff;
    font-size: clamp(18px, 4vw, 22px);
}

.warning-icon {
    max-width: 70px;
}

.article {
    padding: 52px 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
    position: relative;
}

.article h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: clamp(30px, 4vw, 50px);
}

.article-wrapper {
    display: flex;
    flex-direction: row;
    gap: 48px;
    position: relative;
}

.article-image {
    position: relative;
    flex: 1;
}

.article-image img {
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    object-fit: contain;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 100%;
    position: sticky;
    top: 28%;
}

.article-text {
    color: #fff;
    flex: 1;
    font-size: clamp(16px, 4vw, 18px);
}

.article-text ul {
    list-style: inside;
}

.game-frame {
    padding: 48px 0;
    width: 100%;
    height: 100vh;
}

.game-frame iframe {
    border: none;
    width: 100%;
    height: 100vh;
}

.game-play-title {
    margin: 0 0 1rem;
    padding: 0 15px;
    text-align: center;
    font-size: clamp(22px, 4vw, 34px);
    color: #fff;
}

.game-play-page .game-frame {
    padding-top: 1rem;
    min-height: min(90vh, 900px);
}

.game-play-page .game-frame iframe {
    min-height: 70vh;
    height: min(85vh, 920px);
}

.contacts-page {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding: 52px 0;
}

.kontact-form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kontact-form h2 {
    margin-bottom: 27px;
    text-align: center;
    color: #fff;
    font-size: clamp(30px, 4vw, 50px);
}

.input-kontact-form .inputs-kontact,
.input-kontact-form .textarea-kontact {
    outline: none;
    margin: 10px 0;
}

.input-position {
    display: flex;
    flex-direction: row;
    gap: 13px;
    align-items: center;
    justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
    width: 100%;
    color: #fff;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 15px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 18px;
}

.input-kontact-form .textarea-kontact {
    width: 100%;
    color: #fff;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 15px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 18px;
    resize: vertical;
    min-height: 48px;
    max-height: 133px;
}

.input-kontact-form .inputs-kontact::placeholder,
.input-kontact-form .textarea-kontact::placeholder {
    color: #180707b3;
}

.kontact-form button {
    margin: 0 auto;
}

.contacts-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 27px;
}

.contacts-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
}

.contacts-card svg {
    fill: #e07250;
    width: 30px;
    height: 30px;
}

.contacts-card a {
    flex: 1;
}

.contacts-card a h5 {
    margin: 0;
    word-break: break-all;
    transition: 0.3s ease;
    font-size: clamp(18px, 4vw, 20px);
    color: #fff;
}

.contacts-card a h5:hover {
    opacity: 0.5;
}

.contacts-card h5 {
    margin: 0;
    word-break: break-all;
    flex: 1;
    font-size: clamp(18px, 4vw, 20px);
    color: #fff;
}

.nav-mobile {
    direction: initial;
    display: none;
    position: fixed;
    z-index: 5;
    top: 27px;
    right: 27px;
}

.toggle-btn {
    cursor: pointer;
    width: 27px;
    height: 27px;
    position: relative;
    z-index: 100;
}

.toggle-line {
    width: 21px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    transition: all 0.5s;
}

.toggle-line:nth-of-type(2) {
    top: calc(50% - 7px);
}

.toggle-line:nth-of-type(3) {
    top: calc(50% + 7px);
}

.toggle-btn.active .toggle-line:nth-of-type(1) {
    display: none;
}

.toggle-btn.active .toggle-line:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.toggle-btn.active .toggle-line:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.nav-container {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #e07250;
    transform: translateY(-110%);
    transition: transform 0.5s;
}

.nav-container.active {
    transform: translateY(0);
}

.nav-container nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.nav-container ul {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    padding: 0;
}

.nav-container li {
    list-style-type: none;
}

.nav-item {
    text-align: center;
    font-size: clamp(16px, 4vw, 22px);
    color: #fff;
}

.nav-item:hover {
    opacity: 0.5;
}

.footer-bottom__lay {
    background-color: #ffffffb3;
}

@media (max-width: 991px) {
    .nav-mobile {
        display: block;
    }

    .header-nav {
        display: none;
    }

    .header {
        flex-direction: column;
    }

    .header-content {
        align-items: center;
        text-align: center;
    }

    .step-left__card {
        flex-direction: column;
    }

    .step-right__card {
        flex-direction: column-reverse;
    }

    .step-card__content {
        align-items: center;
        flex-direction: row;
    }

    .benefits-card-none {
        display: none;
    }

    .benefits-content {
        flex-direction: column;
    }

    .benefits-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .aboutus {
        flex-direction: column;
    }

    .promo-video video {
        max-height: 50vh;
    }

    .category-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .feedback-card {
        flex-direction: column;
        text-align: center;
    }

    .feedback-card__text {
        align-items: center;
        text-align: center;
    }

    .category-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-header {
        flex-direction: column;
    }

    .photo-row-top {
        flex-direction: column;
    }

    .photo-row-bottom {
        display: none;
    }

    .step-card__content {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .benefits-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .game-menu__card {
        gap: 22px;
        flex-direction: column;
        align-items: stretch;
    }

    .game-menu__card:nth-child(2),
    .game-menu__card:nth-child(4),
    .game-menu__card:nth-child(6) {
        flex-direction: column-reverse;
    }

    .game-menu__mobile {
        flex-direction: column-reverse;
    }

    .game-menu__mobile:nth-child(2) {
        flex-direction: column;
    }

    .game-menu__box,
    .game-menu__box:nth-child(2) {
        transform: translateX(0);
    }

    .article-image img {
        position: relative;
        top: 0;
    }

    .article-wrapper {
        flex-direction: column;
    }

    .game-frame {
        height: 100vh;
    }

    .input-position {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .container-mobile {
        margin: 0;
    }

    .logo {
        flex-direction: column;
    }

    .footer-footer {
        flex-direction: column;
    }
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;

    a img {
        max-height: 50px;
        width: 100%;
        display: block;
        max-width: none;
        transition: 0.3s linear;

        &:hover,
        &:hover {
            transform: scale(0.96);
            opacity: 0.8;
        }
    }
}

.invert {
    display: flex;
    flex-direction: column-reverse;
}
