/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Poppins-Regular.woff2');
}

@font-face {
    font-family: Poppins;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Poppins-Medium.woff2');
}

@font-face {
    font-family: Poppins;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Poppins-Bold.woff2');
}

@font-face {
    font-family: MedievalSharp;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/MedievalSharp.woff2');
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

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

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

#confirmButton {
    border-radius: 30px;
    background: #1c2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#confirmButton:hover {
    background-color: #7f3fa7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

img {
    max-width: 100%;
}

body {
    font-family: Poppins;
    background: #fff;
}

.container {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
}

.header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
}

.header__fixed {
    position: relative;
    top: 0px;
    left: 0;
    padding: 0 10px;
}

.mb-120-78 {
    margin-top: 120px;
}

@media (max-width: 600px) {
    .mb-120-78 {
        margin-top: 78px;
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
}

.header__box {
    padding-top: 50px;
}

.hero {
    padding-top: 124px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/hero.webp');
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 30px;
}

.header__burger {
    display: none;
}

.header__link {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.header__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}

.header__link__logo {
    color: #fff;
    font-family: MedievalSharp;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}

.header__link__logo:hover {
    color: #0f640e;
}

.header__list {
    display: flex;
    gap: 20px;
}

.header__link_1 {
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.4s;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.header__link_2 {
    padding: 10px 30px;
    border-radius: 25px;
    background: #fd1a1a;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    transition: 0.4s;
}

.header__link_1:hover {
    transition: 0.4s;
    background: #1e1e1e;
}

.header__link_2:hover {
    transition: 0.4s;
    background: #1e1e1e;
}

.hero__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 763px;
    gap: 20px;
}

.hero__img {
    max-width: 437px;
    width: 100%;
    height: 437px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/hero-two.webp');
}

.header__wrap {
}

.header__wrap__index {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero__title {
    font-family: MedievalSharp;
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero__subtitle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero__link {
    max-width: 211px;
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #fff;
    background: #fd1a1a;
    box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.3);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background 0.3s ease-in-out;
}

.hero__link:hover {
    background: #0f640e;
}

.hero {
}

.about-info {
    padding: 60px 0;
}

.about-info ul {
    list-style: none;
    padding: 0;
}

.about-info__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-info__title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    font-family: MedievalSharp;
}

.about-info__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.about-info__item {
    padding: 20px 20px;
    max-width: 295px;
    width: 100%;
}

.about-info__text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.about-info__text span {
    font-weight: 700;
}

@media (max-width: 600px) {
    .about-info__title {
        font-size: 30px;
    }
}

.hero__lang {
    display: none;
    width: 43px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #1d2123;
    background: #fff;
    color: #1d2123;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.active__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__lang:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #1d2123;
    color: #fff;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.machines-info__item {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.machines-info__inner {
    position: relative;
    margin-bottom: 20px;
    height: 400px;
    border-radius: 10px;
}

.machines-info__images {
    display: block;
    width: 100%;
    height: 400px;
}

.machines-info__inner img {
    max-width: none;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.machines-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.machines-info__content:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

.machines-info__head {
    color: #000;
    font-family: MedievalSharp;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.machines-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.machines-info__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.machines-info__numb {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.machines-info__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 25px;
    border: 2px solid #fff;
    background: #fd1a1a;
    box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.3);
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.machines-info__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    background: #777;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.machines-info__play:hover {
    background: #4f4e4e;
    color: #fff;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

a.machines-info__play {
    text-decoration: none;
    color: #fff;
}

a.machines-info__play:hover {
    text-decoration: none;
    color: #fff;
}

.machines-info__info:hover {
    background: #000;
    color: #fff;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.machines-info__items {
    position: relative;
}

.machines-info__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.machines-info__contents {
    max-width: 610px;
}

.machines-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.machines-info__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 20px;
    padding-left: 0;
    list-style: none;
}

.machines-info__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.machines-info__next:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.machines-info__button {
    max-width: 235px;
    width: 100%;
}

.machines-info__title {
    color: #000;
    font-family: MedievalSharp;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 60px;
}

.machines-info__subtitle {
    color: #9196a5;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.machines-info {
    padding: 60px 0;
}

.machines-info__name {
    font-family: MedievalSharp;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 25px;
}

.reviews {
    padding: 60px 0;
}

.rev {
    padding-top: 0;
}

.reviews__box {
}

.reviews__title {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 60px;
    font-family: MedievalSharp;
}
.reviews__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    padding-left: 0;
    list-style: none;
}
.reviews__item {
    max-width: 373px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
    padding: 50px 11px;
}
.reviews__head {
    text-align: center;
    color: #000;
    font-family: MedievalSharp;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reviews__text::before {
    content: '';
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    background: url('../images/star.svg') no-repeat center;
}
.reviews__text {
    position: relative;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1 1 auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
}

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(0, 0, 0, 0.3);
}
.footer__wrap {
    display: flex;
}

.footer__content {
    max-width: 921px;
    margin: 0 auto;
}
.footer__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 71px;
}
.footer__cards {
    max-width: 121px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.footer__age {
    width: 100%;
    color: #000;
    font-family: MedievalSharp;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer__date {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}
.footer__link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-line: underline;
    transition: 0.4s;
}

.footer__link:hover {
    color: #ffa600;
    text-decoration-line: none;
    transition: 0.4s;
}

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact__wrap {
    max-width: 600px;
    margin: 0 auto;
}
.contact__title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    letter-spacing: -0.48px;
    margin-bottom: 40px;
}
.contact__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact__label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.contact__input {
    height: 47px;
    padding: 15px 10px 15px 20px;
    border-radius: 50px;
    border: 1px solid #000;
    background: transparent;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.contact__message {
    height: 80px;
    resize: none;
    padding: 15px 10px 15px 20px;
    border-radius: 50px;
    border: 1px solid #000;
    background: transparent;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.contact__btn {
    width: 176px;
    padding: 14px 24px;
    border-radius: 25px;
    border: 2px solid #990101;
    background: #c10000;
    box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.3);
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin: 0 auto;
}

.modal-form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-form__content {
    position: relative;
    top: 0%;
    background: #fff;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-form__title {
    color: #4e4e4e;
    font-family: Montserrat;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-form__left {
    width: 100%;
}

.modal-form__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.modal-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.modal-form__text {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.modal-form__links {
    color: #a246f7;
    transition: 0.4s;
}

.modal-form__links:hover {
    transition: 0.4s;
    color: #ffd800;
}

.modal-form__label {
    color: #ffd800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal-form__input {
    border: none;
    border-bottom: 1px solid rgba(78, 78, 78, 0.2);
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
}

.modal-form__input::-webkit-input-placeholder {
    color: #4e4e4e;
}

.modal-form__input::-moz-placeholder {
    color: #4e4e4e;
}

.modal-form__input:-ms-input-placeholder {
    color: #4e4e4e;
}

.modal-form__input::-ms-input-placeholder {
    color: #4e4e4e;
}

.modal-form__input::placeholder {
    color: #4e4e4e;
}

.modal-form__btn {
    padding: 10px 20px;
    width: 200px;
    border-radius: 20px;
    background: #16683c;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal-form__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal-form__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal-form__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
}

.modal-form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
}

.about {
    padding: 50px 0;
}

.about__box {
    padding: 60px 0;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .about__box {
        padding: 0;
    }
}

.about__title {
    color: #000;
    margin-bottom: 20px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: MedievalSharp;
}

.about__text {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 600px) {
    .about {
        padding: 30px 0;
    }
    .about__title {
        font-size: 30px;
    }
}

.text-about {
    font-weight: 700;
}

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

.modal__titleadd {
    margin: 0;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__text {
    margin: 0;
    margin-bottom: 20px;
    color: #4e4e4e;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #4e4e4e;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: none;
    border-radius: 30px;
    background: #16683c;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: none;
    border-radius: 13px;
    border: 1px solid #fcc8ff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.modal__content {
    padding: 0 16px;
    margin-top: -100px;
}

@media (max-width: 575px) {
    .modal__content {
        margin-top: -65px;
    }
}

.mb-90 {
    margin-top: 90px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-form_contact__checkbox {
    opacity: 0;
    position: absolute;
}
.modal-form_contact__labels {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 400;
}

.modal-form_contact__labels:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #999397;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-form_contact__checkbox:checked + .modal-form_contact__labels:before {
    background-color: #fff;
    border-color: #999397;
}

.modal-form_contact__labels:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 20%;
    width: 14px;
    height: 20px;
    border: solid #999397;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
    -ms-transform: translateY(-50%) rotate(45deg) scale(0);
    transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.modal-form_contact__checkbox:checked + .modal-form_contact__labels:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1);
    transform: translateY(-50%) rotate(45deg) scale(1);
}

.modal-form_contact__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
}

.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 540px;
    background: #fff;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #4e4e4e;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle {
    color: #4e4e4e;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 20px;
    background: #16683c;
    color: #fff;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-radius: 20px;
    border: 2px solid #4e4e4e;
    color: #4e4e4e;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    width: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 575px) {
    .popupcookie__button {
        padding: 10px 8px;
        font-size: 15px;
        font-style: normal;
    }
    .popupcookie__btn {
        font-size: 16px;
        padding: 10px 0px;
        font-weight: 400;
        font-style: normal;
    }
}

.popupcookie__button:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
    border-radius: 20px;
    background: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__game {
    width: 100%;
    height: 400px;
    border-radius: 4px;
}

.popup__iframe {
    width: 100%;
    height: 100%;
}

.popup__title {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.desc__top {
    padding-top: 130px;
    padding-bottom: 50px;
}

.header__img_mob {
    display: none;
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
    border-radius: 4px;
    background: #292c2f;
    margin: 15% auto;
    padding: 15px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__game {
    border-radius: 4px;
    width: 100%;
    height: 500px;
}

.popup__iframe {
    width: 100%;
    height: 100%;
}

.popup__title {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.demo__title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.demo__wrapper {
    border-radius: 10px;
    border: 1px solid #060606;
}

.demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 600px;
    border-radius: 20px;
}

.demo__content {
    width: 100%;
}

.demo__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}

.demo__play {
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    background: #fcc8ff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.demo__play:hover {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.demo {
    margin-bottom: 0px;
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__links {
        display: none;
    }

    .header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 42px;
        height: 30px;
        position: fixed;
        right: 16px;
        z-index: 3;
    }

    .header__title {
        font-size: 38px;
    }

    /* Эффект перекрестия */
    .header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 0px 1px;
    }

    .header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }

    .header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        /* -webkit-transform-origin: 5px; */
        -ms-transform-origin: 5px;
        transform-origin: 20px 9px;
    }

    .header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header__list {
        flex-direction: column;
    }

    .menu {
        height: 100vh;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 50px;
        z-index: 3;
        background: linear-gradient(90deg, #2f312f 0%, #3e3e3e 100%);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu.active body {
        overflow: hidden;
    }

    .header__img_mob {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc {
        display: none;
    }

    .footer__wrap {
        flex-direction: column-reverse;
        gap: 41px;
    }

    .footer__wrap::before {
        order: 1;
        justify-content: inherit;
    }

    .footer__content {
        max-width: 100%;
    }

    .footer__text {
        margin-bottom: 41px;
    }

    .hero__block {
        max-width: 100%;
    }

    .hero__wrap {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .hero__block {
        max-width: 100%;
        gap: 11px;
    }

    .hero__link {
        margin: 0 auto;
        max-width: 163px;
        height: 41px;
        font-size: 14px;
        border-radius: 25px;
        background: #fd1a1a;
        border: 0;
        box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.3);
    }

    .hero {
        padding-top: 16px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .machines-info__slider {
        gap: 60px;
    }

    .machines-info__inner {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 260px;
        width: 100%;
        height: 260px;
    }

    .machines-info__images {
        height: 260px;
        width: 260px;
    }

    .machines-info__head {
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .hero__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero__title {
    }

    .hero__img {
        margin: 0 auto;
        max-width: 328px;
        height: 342px;
        background-size: contain;
        background-image: url('../images/hero-two.webp');
    }

    .machines-info__inner img {
        height: 260px;
        width: 260px;
    }

    .hero__play {
        font-size: 16px;
    }

    .demo__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .popupcookie__title {
        font-size: 20px;
    }

    .popupcookie__subtitle {
        font-size: 12px;
    }

    .modal__title {
        font-size: 20px;
    }

    .modal__subtitle {
        font-size: 12px;
    }

    .modal__btn {
        padding: 10px;
        font-size: 14px;
    }

    .modal__link {
        padding: 10px;
        font-size: 14px;
    }

    .demo__wrapper {
        padding-top: 500px;
    }

    .hero {
        padding-top: 81px;
        background-image: url('../images/hero.webp');
    }

    .hero__box {
    }

    .hero__title {
        font-size: 30px;
    }

    .hero__play {
        width: 200px;
        padding: 12px 10px;
        font-size: 20px;
    }

    .demo__start {
        min-height: 239px;
    }

    .machines-info__title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .machines-info__content {
        padding: 20px;
        opacity: 1;
    }

    .machines-info {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .contact__form {
        gap: 16px;
    }

    .modal-form__content {
        padding: 10px;
    }

    .heror__block {
        max-width: 100%;
    }

    .hero__wrap {
    }

    .machines-info__name {
        font-size: 14px;
    }

    .machines-info__play {
        font-size: 16px;
    }

    .machines-info__info {
        font-size: 16px;
    }

    .reviews {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .reviews__title {
        font-size: 30px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer__text {
        font-size: 14px;
    }

    .footer__links {
        flex-direction: column;
        gap: 10px;
    }

    .contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact__title {
        font-size: 30px;
        letter-spacing: -0.3px;
    }
}

.popup.active {
    display: flex;
}
