@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    box-sizing: border-box;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
html {
    scroll-behavior: smooth;
    min-height: 100vh;
    background: url('../images/bg.7dbd6d73.webp') center / cover no-repeat;
}
#root {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.pad {
    padding: 40px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
h1,
h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}
p,
a,
li,
span,
label,
input {
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
}
.t-16 {
    font-size: 16px;
    line-height: 18px;
}
label,
input {
    text-align: start;
}
button {
    cursor: pointer;
    background: transparent;
    border: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.font {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}
.text-start {
    text-align: start;
}
.upper {
    text-transform: uppercase;
}
.social-flex-24 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.social-flex-16 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.social-flex-12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.social-flex-8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.social-container {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    background: #1e1300;
    box-shadow: inset 0 4px 10px #00000080;
}
.bg-light {
    background: #070707ad;
}
.width-800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.visualy-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
@media (max-width: 749px) {
    .pad {
        padding: 10px 16px;
    }
    h1,
    h2 {
        font-size: 16px;
        line-height: 19px;
    }
    p,
    a,
    li,
    span,
    label,
    input {
        font-size: 14px;
        line-height: 16px;
    }
    .social-container {
        padding: 40px 16px;
        gap: 12px;
    }
    .social-policy h1,
    .social-policy h2 {
        font-size: 14px;
    }
}
@media (max-width: 330px) {
    .social-policy h1,
    .social-policy h2 {
        word-break: break-all;
    }
}
.social-contact__mail {
    padding-left: 36px;
    position: relative;
    display: flex;
}
.social-contact__mail:before {
    position: absolute;
    content: '';
    background: url('../images/6f4f6b4fa36fdd7d8c8cc3faa4ed2d0c79c005d3.svg')
        center / contain no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
}
.social-contact__img {
    background: url('../images/game.webp') center / cover no-repeat;
    aspect-ratio: 800 / 455;
    width: 100%;
    max-width: 300px;
}
@media (max-width: 749px) {
    .social-contact__img {
        border-radius: 20px;
    }
}
.social-contact__form {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
}
.social-contact__label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-transform: none;
}
.social-form__input {
    background: #523700;
    min-height: 64px;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    border-radius: 20px;
    text-align: start;
    border: none;
}
.social-form__textarea {
    min-height: 100px;
}
.social-form__input::placeholder {
    color: #f0f0f0;
    font-family: Roboto, sans-serif;
}
.social-form__input:focus {
    outline: none;
}
.social-contact__form .social-hero__btn {
    align-self: center;
}
.social-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000c;
    display: flex;
    justify-content: center;
    padding: 100px 20px 0;
    top: 0;
    z-index: 1;
}
.social-modal__body {
    width: 400px;
    height: fit-content;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.social-hero__body {
    padding: 120px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 16px;
}
.social-hero__header {
    font-size: 40px;
    line-height: 48px;
}
.social-hero__text {
    padding: 20px;
    border-radius: 20px;
    background-color: #523700;
}
@keyframes shine {
    0% {
        background-position: 0px 0px;
    }
    to {
        background-position: 500px 0px;
    }
}
.social-hero__btn {
    position: relative;
    padding: 10px 50px;
    color: #000;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    width: fit-content;
    background: repeating-linear-gradient(
            75grad,
            #0000 25%,
            #fff9 26%,
            #0000 50%,
            #0000
        ),
        #fffe00;
    animation: shine 3s linear infinite;
    transition: background 0.3s;
    font-size: 16px;
}
.social-hero__btn:hover {
    background: repeating-linear-gradient(
            75grad,
            #0000 25%,
            #fff9 26%,
            #0000 50%,
            #0000
        ),
        #ff8500;
}
.social-frame {
    width: 100%;
    border: 2px solid #ff7100;
    border-radius: 20px;
    aspect-ratio: 1240 / 700;
}
@media (max-width: 1100px) {
    .social-hero__header {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (max-width: 749px) {
    .social-hero__header {
        font-size: 18px;
        line-height: 20px;
    }
    .social-hero__text {
        font-size: 14px;
        line-height: 16px;
    }
    .social-hero__btn {
        height: 40px;
        font-size: 14px;
        line-height: 16px;
    }
}
.social-header {
    height: 80px;
    display: flex;
    background-color: #301f01;
}
.social-header__body {
    display: flex;
    gap: 20px;
    align-items: center;
    height: auto;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social-header__logo {
    width: 403px;
    height: 30px;
    background: url('../images/favicon.svg') center / contain no-repeat;
}
.social-header__nav {
    display: flex;
    gap: 20px;
    align-items: center;
}
.social-header__links-container {
    display: flex;
    gap: 24px;
}
.social-header__link {
    font-size: 18px;
    padding: 12px 20px;
    color: #fff;
    font-family: Roboto, sans-serif;
}
@media (max-width: 749px) {
    .social-header__logo {
        width: 187px;
        height: 20px;
    }
    .social-header__link {
        font-size: 8px;
        padding: 5px 10px;
    }
    .social-header {
        height: 42px;
    }
    .social-header__links-container {
        display: flex;
        gap: 8px;
    }
}
.social-footer {
    padding: 40px 0;
    background-color: #301f01;
}
.social-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.social-footer nav {
    width: 100%;
}
.social-footer__links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.social-footer__links a {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.social-logos {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.social-footer__age {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
}
.social-footer__age:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../images/59b606f65b426919d560113458b4e3fd66d6defc.svg')
        center / contain no-repeat;
    right: 0;
}
@media (max-width: 1100px) {
    .social-footer__links {
        justify-content: center;
        gap: 20px;
    }
}
@media (max-width: 749px) {
    .social-footer__links {
        flex-direction: column;
    }
    .social-grid-2 {
        grid-template-columns: 1fr;
    }
    .social-footer__age {
        flex-direction: column;
        padding: 0;
        gap: 10px;
    }
    .social-footer__age:after {
        position: static;
    }
}
.t-24 {
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
}
.social-policy {
    align-items: start;
}
.social-policy__header {
    align-self: center;
}
.social-policy p,
.social-policy h1,
.social-policy h2,
.social-policy li,
.social-disclaimer p {
    text-align: start;
}
.social-policy .t-24 {
    align-self: center;
}
.social-policy .social-container {
    align-items: start;
}
.social-terms__list {
    list-style: disc;
    padding-left: 20px;
}
@media (max-width: 749px) {
    .social-policy p,
    .social-policy h1,
    .social-policy h2 {
        text-align: center;
    }
    .social-policy {
        align-items: center;
    }
}
