* {
    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 {
    height: 100%;
    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
}

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 {
    vertical-align: top
}

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

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

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

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

:root {
    --font-main: "Play", "sans-serif";
    --container-width: 1120px;
    --container-step: 32px;
    --container-step-tablet: 15px;
    --container-step-mobile: 24px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #ffff;
    --blue: #16acda;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --gray: #e4e2e2;
    --color: #6B743E;
    --hover: #6ca057;
    --active: #33992a
}

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

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

section {
    margin-bottom: 100px
}

@media (max-width:600px) {
    section {
        margin-bottom: 50px
    }
}

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

.tt-1 {
    font-size: 53px;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:1024px) {
    .tt-1 {
        font-size: 40px
    }
}

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

.tt-2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%
}

@media (max-width:600px) {
    .tt-2 {
        font-size: 32px
    }
}

.tt-3 {
    font-size: 53px;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

.tx-17 {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    color: var(--black)
}

.tx-17-1 {
    font-family: Play;
    font-size: 17px;
    font-weight: 700;
    line-height: 150%;
    color: var(--white)
}

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

.tx-26 {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    color: #838383
}

.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: 18px 33px;
    font-family: Play;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: var(--black);
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 58px;
    min-width: 162px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.but_cookie {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: var(--white)
}

@media (any-hover:hover) {
    .but:hover {
        background: var(--hover)
    }
}

.but:focus-visible {
    background: var(--hover)
}

.but:active {
    background: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.input {
    display: block;
    padding: 0 24px;
    width: 100%;
    min-height: 58px;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    color: var(--black);
    background: #f1f1f1;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

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

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

.input::-webkit-input-placeholder {
    color: var(--black);
    opacity: .5
}

.input::-moz-placeholder {
    color: var(--black);
    opacity: .5
}

.input:-ms-input-placeholder {
    color: var(--black);
    opacity: .5
}

.input::-ms-input-placeholder {
    color: var(--black);
    opacity: .5
}

.input::placeholder {
    color: var(--black);
    opacity: .5
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1px
}

address {
    font-style: normal
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 0;
    padding-top: 26px
}

.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;
    justify-content: space-between;
    gap: 43px
}

@media (max-width:991px) {
    .header__container {
        margin: 0 24px;
        padding: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        gap: 16px
    }
}

.header .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    margin: 0
}

.header .footer__item a {
    width: 32px;
    height: 32px
}

.header .footer__item:not(:last-child) {
    margin: 0
}

.header__menu {
    width: 82%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width:991px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        background-color: var(--black);
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .header__menu {
        padding: 80px 30px 30px 30px
    }
}

.header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .header__exit-menu {
        display: block;
        top: 30px;
        left: 15px
    }
}

@media (max-width:600px) {
    .header__exit-menu {
        top: 15px;
        right: 15px
    }
}

.header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__list {
    padding: 0 92px 27px 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #fff
}

@media (max-width:991px) {
    .nav__list {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        background: 0 0;
        border: none
    }
}

.nav__link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-weight: 700;
    line-height: 150%;
    color: #f8f8fa
}

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

.burger {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 25px;
    height: 16px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.burger span {
    display: block;
    width: 3px;
    height: 10px;
    background-color: var(--white);
    border-radius: 8px
}

.block-welcome {
    min-height: 680px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-image: url(../img/welcome1.webp)
}

@media (max-width:600px) {
    .block-welcome {
        min-height: 582px;
        background-image: url(../img/welcome2.webp)
    }
}

.block-welcome__content {
    min-height: 680px;
    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
}

@media (max-width:600px) {
    .block-welcome__content {
        min-height: 582px
    }
}

.block-welcome__title {
    max-width: 635px
}

.footer {
    position: relative;
    z-index: 2
}

.footer__top-right {
    width: 100%;
    height: 283px
}

.footer__top-right iframe {
    height: 283px;
    width: 100%
}

@media (max-width:600px) {
    .footer__top-right {
        height: 240px;
        width: 100%
    }

    .footer__top-right iframe {
        height: 240px;
        width: 100%
    }
}

.footer__bottom {
    padding-top: 73px;
    padding-bottom: 20px;
    background: #e8e8e8
}

@media (max-width:600px) {
    .footer__bottom {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.footer__right-title {
    margin-bottom: 19px;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%
}

@media (max-width:600px) {
    .footer__right-title {
        margin-bottom: 13px;
        font-size: 36px
    }
}

.footer__btn {
    padding: 18px 57px;
    max-width: 160px;
    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;
    border-radius: 30px;
    background: linear-gradient(34deg, #a0c3e9 69.86%, rgba(0, 41, 255, 0) 273.6%);
    -webkit-box-shadow: 0 0 14.9px 0 rgba(255, 255, 255, .83);
    box-shadow: 0 0 14.9px 0 rgba(255, 255, 255, .83);
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

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

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

.footer__left {
    margin-top: 20px;
    margin-bottom: 13px
}

.footer__card-link {
    margin-bottom: 10px;
    font-weight: 400;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

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

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

.footer__card-right {
    width: 43%;
    margin-right: 30px
}

@media (max-width:768px) {
    .footer__card-right {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.footer__mail-link {
    margin-bottom: 27px;
    padding: 18px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: var(--white);
    background: #016b7b;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (max-width:600px) {
    .footer__mail-link {
        margin-bottom: 14px
    }
}

@media (max-width:360px) {
    .footer__mail-link {
        font-size: 18px
    }
}

@media (any-hover:hover) {
    .footer__mail-link:hover {
        background: var(--hover)
    }
}

.footer__mail-link:active {
    background: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.footer__policy {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

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

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

.footer__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.footer__left-bottom {
    width: 63px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .footer__left-bottom {
        margin-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__left-bottom img {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.footer__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width:768px) {
    .footer__cont {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.footer__item a {
    width: 42px;
    height: 42px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.footer__item a svg {
    fill: var(--white)
}

.footer__item:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 0
}

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

.footer__item:active {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.footer__item:active a {
    opacity: .2
}

.footer .link-card a {
    width: 42px;
    height: 42px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.footer .link-card a svg {
    fill: #016b7b
}

.footer .link-card:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 0
}

@media (any-hover:hover) {
    .footer .link-card:hover a {
        opacity: .5
    }
}

.footer .link-card:active {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.footer .link-card:active a {
    opacity: .2
}

.footer__right-text {
    opacity: .5;
    max-width: 496px
}

@media (max-width:600px) {
    .footer__right-text {
        margin-top: 15px;
        max-width: 100%
    }
}

@media (max-width:600px) {
    .footer__right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__right-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .footer__right-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:768px) {
    .footer__right-item:first-child {
        display: none
    }
}

.footer__right-link {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

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

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

.footer__cont-list {
    margin-bottom: 30px
}

@media (max-width:600px) {
    .footer__cont-list {
        margin-bottom: 20px
    }
}

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

.footer__cont-item:not(:last-child) {
    margin-bottom: 26px
}

.footer__cont-item a {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

@media (any-hover:hover) {
    .footer__cont-item a:hover {
        color: var(--hover)
    }
}

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

@media (max-width:600px) {
    .footer__cont-item:not(:last-child) {
        margin-bottom: 14px
    }
}

.footer__cont-img {
    margin-right: 10px;
    height: 24px;
    width: 24px
}

.footer__cont-img svg {
    fill: #2b6f2e
}

.footer__social-item:not(:last-child) {
    margin-right: 30px
}

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

.footer .social-btn {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

@media (any-hover:hover) {
    .footer .social-btn:hover {
        color: var(--hover)
    }
}

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

.footer__card-left {
    width: 50%
}

@media (max-width:758px) {
    .footer__card-left {
        width: 100%
    }
}

.form {
    width: 100%
}

@media (max-width:991px) {
    .form {
        margin-right: 0;
        margin-bottom: 32px
    }
}

.form__inputs:not(:last-child) {
    margin-bottom: 24px
}

.form__input {
    width: 100%
}

.form__input:not(:last-child) {
    margin-bottom: 22px
}

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

.terms {
    padding: 130px 0 0 0
}

.terms h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    color: var(--black)
}

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

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

.terms h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    color: var(--black)
}

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

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

.terms p {
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    line-height: 120%
}

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

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

.about__left {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

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

.about__link {
    padding: 12px 27px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #016b7b;
    color: var(--white);
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (any-hover:hover) {
    .about__link:hover {
        background: var(--hover)
    }
}

.about__link:active {
    background: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

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

.about__item {
    width: 50%;
    height: 243px
}

@media (max-width:600px) {
    .about__item {
        width: 100%;
        height: 228px
    }
}

.contact {
    padding-top: 100px;
    margin-bottom: 61px
}

@media (max-width:600px) {
    .contact {
        padding-top: 70px;
        margin-bottom: 46px
    }
}

.contact__title {
    margin-bottom: 20px
}

@media (max-width:600px) {
    .contact__title {
        margin-bottom: 20px
    }
}

.contact .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px
}

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

.contact .form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media (max-width:600px) {
    .contact .form__inputs {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.contact .form__inputs {
    width: 66%
}

.contact .form__inputs:not(:last-child) {
    margin: 0
}

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

.contact .form__input {
    max-width: 352px;
    width: 100%
}

.contact .form__input:not(:last-child) {
    margin: 0
}

.com {
    position: relative;
    z-index: 2
}

.com__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.com__text {
    max-width: 740px
}

.images {
    min-height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/images1.webp)
}

@media (max-width:600px) {
    .images {
        min-height: 228px;
        background-image: url(../img/images2.webp)
    }
}

.son {
    position: relative;
    z-index: 2
}

.son__left {
    margin-bottom: 15px
}

.son__swiper {
    overflow: visible
}

.son__slide {
    max-width: 352px;
    width: 100%;
    height: 450px
}

@media (max-width:600px) {
    .son__slide {
        height: 380px;
        max-width: 264px
    }
}

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

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

.play__left {
    max-width: 448px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

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

.play__link {
    padding: 12px 60px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #016b7b;
    color: var(--white);
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (any-hover:hover) {
    .play__link:hover {
        background: var(--hover)
    }
}

.play__link:active {
    background: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.play__right {
    width: 100%;
    max-width: 448px;
    height: 539px
}

@media (max-width:600px) {
    .play__right {
        max-width: 100%;
        height: 380px
    }
}

.price {
    margin: 0
}

.games {
    margin-bottom: 33px;
    position: relative;
    z-index: 2
}

@media (max-width:600px) {
    .games {
        margin-bottom: 64px
    }
}

.games__container {
    position: relative;
    z-index: 2;
    padding-top: 130px
}

@media (max-width:600px) {
    .games__container {
        padding-top: 80px
    }
}

.games__title {
    margin-bottom: 15px
}

.games__texts {
    margin-bottom: 15px
}

@media (max-width:600px) {
    .games__texts {
        margin-bottom: 15px
    }
}

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

@media (max-width:600px) {
    .games__images {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 15px
    }
}

.games__image {
    height: 352px
}

@media (max-width:600px) {
    .games__image {
        height: 228px
    }
}

.casino {
    position: relative;
    z-index: 2;
    margin-bottom: 30px
}

.casino__title {
    margin-bottom: 20px
}

.casino__back1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: fill;
    object-fit: fill
}

.list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.burger-one span {
    background-color: var(--black)
}

.page-info .header .footer__item a svg {
    fill: #000
}

.page-info .header .footer__cont-img svg {
    fill: #000
}

.page-info .header__list {
    background: #000
}

.page-info .burger {
    margin-left: 0
}

.page-info .header .footer__list {
    margin-right: 0
}

.page-info .nav__list {
    border-bottom: 1px solid #000
}

@media (max-width:991px) {
    .page-info .nav__list {
        background: 0 0
    }
}

.page-info .nav__link {
    color: var(--black);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

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

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

@media (max-width:991px) {
    .page-info .header__menu {
        background-color: var(--white)
    }
}

.page-info .header__exit-menu::before {
    background-color: var(--black)
}

.page-info .header__exit-menu::after {
    background-color: var(--black)
}

.page-info .burger span {
    background-color: var(--black)
}