* {
    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: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Roman.woff2) format("woff2")
}

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

:root {
    --font-main: "HelveticaNeueCyr", sans-serif;
    --container-width: 1120px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 23px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #021421;
    --main: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --gradient: linear-gradient(46deg, #7f5627 1%, #bb8e3c 64.64%, #d4a952 100%);
    --hover: #bb8e3c;
    --active: #bb8e3c
}

.Monserrat {
    font-family: Montserrat
}

.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-color: 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
}

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

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)
}

.logo {
    display: block;
    width: 319px;
    height: 36px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
    .logo {
        width: 197px;
        height: 22px
    }
}

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

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

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

.tx-64-36 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 128.5%;
    color: #f9ab30
}

@media (max-width:991px) {
    .tx-64-36 {
        font-size: 46px
    }
}

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

.tx-31-21 {
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--white)
}

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

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

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

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

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

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

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

.block-active {
    background: #75dddd;
    color: var(--black)
}

.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;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--white);
    background: var(--gradient);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    min-width: 213px;
    text-align: center;
    min-height: 63px;
    letter-spacing: .04em;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
    .but {
        min-height: 48px
    }
}

@media (max-width:600px) {
    .but {
        font-size: 14px;
        min-height: 38px
    }
}

@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-10:not(:last-child) {
    margin-bottom: 10px
}

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

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

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

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

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

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

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

.tx-44-34 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 128.5%;
    color: var(--white);
}
@media (max-width:600px) {
    .tx-44-34 {
        font-size: 34px;
    }
}

.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)
}

.topslatsfou-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 16px 0;
    border-radius: 0 0 10px 10px;
    background: #021421
}

.topslatsfou-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 10px;
    justify-content: space-between
}

.topslatsfou-header__cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    align-items: center;
}

.topslatsfou-header__btn {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 8px 8px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #004346;
    -webkit-box-shadow: 0 0 10px 0 rgba(117, 221, 221, .29);
    box-shadow: 0 0 10px 0 rgba(117, 221, 221, .29)
}

@media (max-width:600px) {
    .topslatsfou-header__btn {
        padding: 4px 6px
    }
}

.topslatsfou-header__btn img {
    max-width: 24px;
    width: 100%;
    height: 24px
}

.topslatsfou-header__btn.active {
    border-radius: 10px 10px 0 0
}

.topslatsfou-header__list {
    top: 40px;
    position: absolute;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: none;
    background: #021421;
    border-radius: 0 0 10px 10px
}

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

.topslatsfou-header__item {
    width: 100%
}

.topslatsfou-header__link {
    padding: 4px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

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

.terms h1 {
    font-size: 32px;
    line-height: 1.3;
    color: var(--main);
    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: 30px;
    line-height: 1.3;
    color: var(--main);
    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(--main);
    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(--main);
    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
    }
}

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

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

.topslatsfou-hero__top {
    margin-bottom: 36px
}

@media (max-width:600px) {
    .topslatsfou-hero__top {
        margin-bottom: 24px
    }
}

.topslatsfou-hero__title {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.topslatsfou-hero__title span {
    width: 62px;
    height: 62px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:350px) {
    .topslatsfou-hero__title {
        gap: 10px;
        font-size: 30px
    }

    .topslatsfou-hero__title span {
        width: 50px;
        height: 50px
    }
}

.topslatsfou-hero__text {
    margin: 0 auto;
    max-width: 896px;
    width: 100%;
    text-align: center
}

.topslatsfou-hero__demo {
    width: 100%;
    min-height: 700px;
    background: var(--black);
    -webkit-box-shadow: 0 0 34.1px 0 rgba(117, 221, 221, .29);
    box-shadow: 0 0 34.1px 0 rgba(117, 221, 221, .29)
}

.topslatsfou-hero__demo iframe {
    width: 100%;
    min-height: 700px
}

@media (max-width:600px) {
    .topslatsfou-hero__demo {
        margin: 0 auto;
        max-width: 256px;
        width: 100%;
        min-height: 523px
    }

    .topslatsfou-hero__demo iframe {
        max-width: 256px;
        width: 100%;
        min-height: 523px
    }
}

.topslatsfou-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2
}

@media (max-width:991px) {
    .topslatsfou-footer {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.topslatsfou-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .topslatsfou-footer__links {
        gap: 8px
    }
}

.topslatsfou-footer__links li {
    width: 100%
}

.topslatsfou-footer__links li:nth-child(1) {
    max-width: 208px
}

.topslatsfou-footer__links li:nth-child(2) {
    max-width: 110px
}

.topslatsfou-footer__links li:nth-child(3) {
    max-width: 131px
}

.topslatsfou-footer__links li:nth-child(4) {
    max-width: 255px
}

@media (max-width:600px) {
    .topslatsfou-footer__links li:nth-child(1) {
        max-width: 142px
    }

    .topslatsfou-footer__links li:nth-child(2) {
        max-width: 75px
    }

    .topslatsfou-footer__links li:nth-child(3) {
        max-width: 90px
    }

    .topslatsfou-footer__links li:nth-child(4) {
        max-width: 174px
    }
}

.topslatsfou-footer__link {
    height: 60px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
    .topslatsfou-footer__link {
        height: 45px
    }
}

@media (max-width:600px) {
    .topslatsfou-footer__link {
        height: 42px
    }
}

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

.topslatsfou-footer__link:focus-visible {
    opacity: .5
}

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

.topslatsfou-footer__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 24px
}

@media (max-width:991px) {
    .topslatsfou-footer__columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.nav__list {
    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;

}

@media (max-width:991px) {
    .nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%
    }
}

.nav__war {
    width: 51px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.nav__link {
    -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
}

.popup {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.popup__body {
    overflow: auto;
    max-width: 571px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 32px 24px;
    border-radius: 10px;
    background: #021421
}

.popup__body span {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .popup__body {
        padding: 20px;
        width: 95%
    }
}

.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px
}

.popup__form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:410px) {
    .popup__form-bottom {
        -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
    }
}

.popup__button {
    max-width: 159px;
    width: 100%;
    min-width: auto;
    min-height: 54px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 20px;
    background: #f9ab30
}

.popup__link {
    max-width: 203px;
    width: 100%;
    min-width: auto;
    min-height: 54px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--white);
    background: 0 0;
    border-radius: 20px;
    border: 1px solid #f9ab30
}

.popup-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
    padding: 20px 0;
    width: 100%;
    background-color: var(--black);
    border-top: 1px solid #bb8e3c
}

.popup-cookie.disabled {
    display: none
}

.popup-cookie__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

@media (max-width:991px) {
    .popup-cookie__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup-cookie__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 673px;
    flex: 0 1 673px;
    width: 100%
}

@media (max-width:991px) {
    .popup-cookie__descr {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.popup-cookie__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

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

@media (max-width:991px) {
    .popup-cookie__links li {
        width: 100%
    }
}

.popup-cookie__button {
    min-width: 0;
    width: 100%;
    min-height: 40px;
    border-radius: 20px;
    background: #f9ab30
}

.popup-cookie__link {
    min-width: 0;
    width: 100%;
    border: 1px solid #bb8e3c;
    background: 0 0;
    min-height: 40px
}

.popupf {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

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

.popupf__container {
    overflow: auto;
    max-width: 571px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
    padding: 32px 24px;
    border-radius: 10px;
    background: #021421
}

.popupf__title {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px
}

.popupf__title span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.popupf__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px
}

.popupf__button {
    max-width: 185px;
    width: 100%;
    min-height: 54px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    margin: 0 auto;
    border-radius: 20px;
    background: #f9ab30
}

.topslatsfou-descr {
    padding: 40px 0;
}
.topslatsfou-descr__title {
    margin-bottom: 24px;
}
@media (max-width:600px) {
    .topslatsfou-descr {
        padding: 20px 0;
    }
    .topslatsfou-descr__title {
        margin-bottom: 16px;
    }
}

.topslatsfou-about {
    padding: 40px 0;
    background: #0C3335;
}
.topslatsfou-about__container {
    display: flex;
    align-items: center;
    gap: 24px;
}
.topslatsfou-about__title {
    margin-bottom: 24px;
    color: #F9AB30;
}
.topslatsfou-about__content {
    max-width: 731px;
    width: 100%;
}
.topslatsfou-about__img {
    max-width: 306px;
    width: 100%;
    height: 244px;
}
@media (max-width:768px) {
    .topslatsfou-about {
        padding: 20px 0;
    }
    .topslatsfou-about__container {
        flex-direction: column;
    }
}


.nav__list li {
    list-style: none;
  }
  
  button {
    cursor: pointer;
    background-color: transparent;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  .nav__list {
              padding: 0;
              display: flex;
              gap: 22px;
              align-items: center;
          }
  
          .nav__item {
              margin: 0;
          }
  
          a {
              display: inline-block;
              color: inherit;
              }
  
              a,
              a:visited {
              text-decoration: none;
              }
  
              a:hover {
              text-decoration: none;
              }
  
              .nav__link {
                  font-size: 15px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                  color: #fff;
                  transition: color .3s ease-in-out;
              }
  
              .nav__link:hover {
                  color: #343CCF;
              }
  
              .topslatsfou__exit-menu {
                  padding: 0;
                  border: 0;
                  display: none;
                  position: absolute;
                  width: 30px;
                  height: 30px;
                  background-color: transparent;
              }
              .topslatsfou__exit-menu::after {
                  content: "";
                  position: absolute;
                  top: 12px;
                  left: 0;
                  width: 100%;
                  height:2px;
                  background-color: #fff;
                  transform: rotate(45deg);
              }
              .topslatsfou__exit-menu::before {
                  content: "";
                  position: absolute;
                  top: 12px;
                  right: 0;
                  width: 100%;
                  height: 2px;
                  background-color: #fff;
                  transform: rotate(-45deg);
              }
  
              .burger {
                  display: none;
                  flex-direction: column;
                  justify-content: space-between;
                  position: relative;
                  width: 30px;
                  height: 20px;
                  border: 0;
                  padding: 0;
                  background-color: transparent;
              }
  
              .burger  span {
              display: block;
              width: 100%;
              height: 3px;

              background-color:#fff;
    }
  
    .topslatsfou__menu {
      display: flex;
      gap: 22px;
      align-items: center;
    }
  
    .topslatsfou__menu.active {
                  opacity: 1;
                  visibility: visible;
                  pointer-events: visible;
          }
  
          .topslatsfou-container {
              display: flex;
              align-items: center;
              gap: 32px;
          }
  
          @media (max-width:991px) { 

            .topslatsfou-header__cards {
                gap: 10px;
            }
  
              .topslatsfou-container {justify-content: space-between;}
  
              .burger {

                  display: flex;

              }
  
              .nav__list {
                  flex-direction: column;
              }
  
              .topslatsfou__exit-menu {
                  display: block;
                  top: 30px;
                  right: 30px;
              }
  
              .topslatsfou__menu {
                  max-width: 100%;
                  display: flex;
                  flex-direction: column;
                  position: fixed;
                  justify-content: initial;
                  align-items: center;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background: #000;
                  z-index: 100;
                  padding: 100px 0px 30px 0px;
                  opacity: 0;
                  visibility: hidden;
                  pointer-events: none;
                  overflow: auto;
                  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
              }
          }
.topslatsfou-card {
    padding: 44px 0 65px 0;
    background-image: url("/img/about-back.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topslatsfou-card__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.topslatsfou-card__top {
    padding: 24px 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 20px;
    background: rgba(2, 20, 33, 0.90);
    box-shadow: 0px 0px 34.1px 0px rgba(117, 221, 221, 0.29);
}
.topslatsfou-card__left {
    max-width: 716px;
    width: 100%;
}
.card-top {
    max-width: 652px;
}
.topslatsfou-card__title {
    margin-bottom: 16px;
}
.topslatsfou-card__img {
    max-width: 306px;
    height: 244px;
    width: 100%;
}
.topslatsfou-card__img-two {
    max-width: 404px;
    height: 361px;
}
@media (max-width:768px) {
    .topslatsfou-card {
        padding: 32px 0 20px 0;
    }
    .topslatsfou-card__top {
        padding: 8px 16px;
        flex-direction: column;
        gap: 16px;
    }
}