* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../spinsschariot-fonts/spinsschariot-Kanit-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../spinsschariot-fonts/spinsschariot-Kanit-Bold.woff2) format("woff2")
}

:root {
    --font-main: "Kanit", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #755A6A;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --l-blue: #4BA2B3;
    --gradient: linear-gradient(90deg, #4ba2b3 0%, #b91fec 100%);
    --dark: #1E1E1E;
    --blue: #a7cff3;
    --hover: #1b879c;
    --active: #117286
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

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

.tx-96-40 {
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: var(--white)
}

@media (max-width:991px) {
    .tx-96-40 {
        font-size: 55px
    }
}

@media (max-width:600px) {
    .tx-96-40 {
        font-size: 40px
    }
}

.tx-40-36 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-40-36 {
        font-size: 36px
    }
}

.tx-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #db72b4
}

.tx-20-16 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-20-16 {
        font-size: 16px
    }
}

.tx-14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.mb-70 {
    margin-bottom: 70px
}

.mb-16 {
    margin-bottom: 16px
}

.input {
    display: block;
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 10px 20px;
    width: 100%;
    height: 39px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media (max-width:350px) {
    .input {
        font-size: 12px
    }
}

.input_area {
    height: 100px
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#6bd5c6), to(#7ac759));
    background: linear-gradient(90deg, #6bd5c6 0, #7ac759 100%);
    -webkit-box-shadow: 0 4px 4px 0 rgba(255, 255, 255, .21) inset, 0 4px 4px 0 rgba(72, 86, 89, .7);
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, .21) inset, 0 4px 4px 0 rgba(72, 86, 89, .7);
    max-width: 300px;
    width: 100%;
    min-height: 48px;
    color: var(--white);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
    .but {
        max-width: 100%
    }
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-32-10:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:1220px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width:600px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.pt-60 {
    padding-top: 60px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.mb-24 {
    margin-bottom: 24px
}

.pd-80-40 {
    padding: 80px 0
}

@media (max-width:600px) {
    .pd-80-40 {
        padding: 40px 0
    }
}

.mb-80-40 {
    margin-bottom: 80px
}

@media (max-width:600px) {
    .mb-80-40 {
        margin-bottom: 40px
    }
}

.mb-40-12 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-40-12 {
        margin-bottom: 12px
    }
}

.color-blue {
    color: #201a29
}

.tx-24 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.tx-72-24 {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #d3ffd9
}

@media (max-width:991px) {
    .tx-72-24 {
        font-size: 44px
    }
}

@media (max-width:600px) {
    .tx-72-24 {
        font-size: 24px
    }
}

.spinsschariot-header {
    position: relative;
    padding: 8px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

@media (max-width:600px) {
    .spinsschariot-header {
        padding: 12px 0
    }
}

.spinsschariot-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spinsschariot-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

.spinsschariot-header__logo img {
    max-width: 236px;
    width: 100%;
    height: 34px
}

@media (any-hover:hover) {
    .spinsschariot-header__logo:hover {
        scale: 1.03
    }
}

.spinsschariot-header__logo:active {
    scale: 1.05;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.terms {
    padding: 40px 0 30px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 14px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.spinsschariot-hero {
    padding: 40px 0;
    min-height: 710px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../spinsschariot-img/spinsschariot-hero.webp)
}

@media (max-width:991px) {
    .spinsschariot-hero {
        min-height: 700px
    }
}

@media (max-width:600px) {
    .spinsschariot-hero {
        padding: 12px 0 20px 0;
        min-height: 576px;
        background-image: url(../spinsschariot-img/spinsschariot-hero-mob.webp)
    }
}

.spinsschariot-hero__content {
    max-width: 1000px;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media (max-width:600px) {
    .spinsschariot-hero__content {
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 16px
    }
}

@media (max-width:400px) {
    .spinsschariot-hero__link {
        max-width: 100%
    }
}

.spinsschariot-contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .spinsschariot-contacts__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.spinsschariot-contacts__image {
    border-radius: 30px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 559px;
    flex: 0 1 559px;
    height: 429px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .spinsschariot-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.spinsschariot-about {
    padding: 40px 0
}

.spinsschariot-about__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    width: 100%
}

@media (max-width:600px) {
    .spinsschariot-about__link {
        max-width: 300px
    }
}

.spinsschariot-block {
    padding: 40px 0
}

.spinsschariot-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.spinsschariot-block__item {
    padding: 32px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .8)
}

.spinsschariot-block__item p {
    color: #4f4f4f
}

.spinsschariot-block__img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto
}

.spinsschariot-block__link {
    margin: 0 auto
}

.spinsschariot-resultat {
    padding: 40px 0
}

.spinsschariot-resultat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:600px) {
    .spinsschariot-resultat__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.spinsschariot-resultat__item {
    max-width: 610px;
    width: 100%;
    padding: 32px 24px;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../spinsschariot-img/spinsschariot-res.webp)
}

@media (max-width:600px) {
    .spinsschariot-resultat__item {
        min-height: 220px;
        background-image: url(../spinsschariot-img/spinsschariot-res-mob.webp)
    }
}

.spinsschariot-footer {
    padding: 40px 0;
    background: #282828
}

.spinsschariot-footer__list-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width:600px) {
    .spinsschariot-footer__list-texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.spinsschariot-footer__item-texts {
    width: 50%
}

@media (max-width:600px) {
    .spinsschariot-footer__item-texts {
        width: 100%
    }
}

.spinsschariot-footer__list-link {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

@media (max-width:600px) {
    .spinsschariot-footer__list-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.spinsschariot-footer__item-link {
    width: 100%;
    height: 50px
}

.spinsschariot-footer__item-link:nth-child(1) {
    max-width: 78px
}

.spinsschariot-footer__item-link:nth-child(2) {
    max-width: 153px
}

.spinsschariot-footer__item-link:nth-child(3) {
    max-width: 179px
}

.spinsschariot-footer__item-link a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .spinsschariot-footer__item-link a:hover {
        opacity: .6
    }
}

.spinsschariot-footer__item-link a:active {
    opacity: .4;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.spinsschariot-footer__age {
    max-width: 374px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.spinsschariot-footer__img-age {
    max-width: 38px;
    width: 100%;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.spinsschariot-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

@media (max-width:600px) {
    .spinsschariot-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media (max-width:600px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.nav__link .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.spinsschariot-auth {
    padding: 40px 0
}

.spinsschariot-auth__cards {
    width: 100%
}

.spinsschariot-auth__card {
    margin: 0 auto;
    max-width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 32px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    background-image: url(../spinsschariot-img/spinsschariot-hero-contact.webp)
}

@media (max-width:600px) {
    .spinsschariot-auth__card {
        background-image: url(../spinsschariot-img/spinsschariot-hero-contact-mob.webp)
    }
}

.spinsschariot-auth span {
    display: block
}

@media (max-width:600px) {
    .spinsschariot-auth span {
        color: #d3ffd9
    }
}

.spinsschariot-auth__container {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spinsschariot-auth__mintitle {
    max-width: 800px;
    width: 100%
}

.spinsschariot-auth .form {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.spinsschariot-auth .form__button {
    margin: 0 auto
}

.spinsschariot-auth .spinsschariot-auth__content {
    padding-top: 10px;
    display: none
}

.spinsschariot-auth .spinsschariot-auth__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.spinsschariot-auth__text {
    width: 100%
}

.spinsschariot-auth__text a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .spinsschariot-auth__text a:hover {
        opacity: .5
    }
}

.spinsschariot-auth__text a:focus-visible {
    opacity: .5
}

.spinsschariot-auth__text a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:600px) {
    .spinsschariot-auth .form__button {
        max-width: 100%
    }
}

.form-contact .form {
    padding: 0
}

.form-contact__cards {
    padding: 64px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .form-contact__cards {
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-contact__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 50%
}

@media (max-width:600px) {
    .form-contact__card {
        width: 100%
    }
}

.form-contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.hero-game {
    min-height: auto;
    padding: 24px 0
}

@media (max-width:600px) {
    .hero-game {
        padding: 40px 0
    }
}

.hero-game .spinsschariot-hero__titile {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.32px
}

@media (max-width:600px) {
    .hero-game .spinsschariot-hero__titile {
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 2.28px
    }
}

.hero-game .spinsschariot-hero__content {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spinsschariot-play {
    padding: 40px 0;
    background: #421a00
}

@media (max-width:600px) {
    .spinsschariot-play {
        padding: 20px 0
    }
}

.spinsschariot-play__card {
    border-radius: 20px;
    border: 1px solid #fff;
    height: 800px;
    width: 100%;
    overflow: hidden
}

.spinsschariot-play__card iframe {
    border-radius: 20px;
    width: 100%;
    height: 800px
}

@media (max-width:991px) {
    .spinsschariot-play__card {
        height: 500px
    }

    .spinsschariot-play__card iframe {
        height: 500px
    }
}

@media (max-width:600px) {
    .spinsschariot-play__card {
        height: 280px
    }

    .spinsschariot-play__card iframe {
        height: 280px
    }
}

.spinsschariot-game {
    padding: 24px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../spinsschariot-img/spinsschariot-back-game.webp)
}

@media (max-width:600px) {
    .spinsschariot-game {
        padding: 16px 0;
        background-image: url(../spinsschariot-img/spinsschariot-back-game-mob.webp)
    }
}

.demo-card {
    padding: 40px 0 80px
}

@media (max-width:600px) {
    .demo-card {
        padding: 20px 0 20px 0
    }
}

.demo-card__play {
    margin: 0 auto;
    height: 720px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff
}

@media (max-width:600px) {
    .demo-card__play {
        max-width: 328px;
        height: 260px
    }
}

.demo-card__play iframe {
    width: 100%;
    border-radius: 20px;
    height: 720px
}

@media (max-width:600px) {
    .demo-card__play iframe {
        height: 260px
    }
}

.img-game-one {
    max-width: 100%;
    height: 373px;
    border-radius: 20px
}

@media (max-width:400px) {
    .img-game-one {
        height: 98px
    }
}

.img-game-two {
    height: 252px
}

@media (max-width:400px) {
    .img-game-two {
        height: 66px
    }
}