@font-face {
    font-family: Feature Mono;
    src: url(../fonts/FeatureMono-Regular.ttf)format("truetype");
    font-weight: 400
}

@font-face {
    font-family: Feature Mono;
    src: url(../fonts/FeatureMono-Medium.ttf)format("truetype");
    font-weight: 500
}

@font-face {
    font-family: Feature Mono;
    src: url(../fonts/FeatureMono-Medium.ttf)format("truetype");
    font-weight: 600
}

@font-face {
    font-family: Feature Mono;
    src: url(../fonts/FeatureMono-Bold.ttf)format("truetype");
    font-weight: 700
}

@font-face {
    font-family: "Igra Sans";
    src: url(../fonts/IgraSans.otf)format("opentype");
    font-style: normal;
    font-display: swap;
    font-weight: 400
}

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

@font-face {
    font-family: "Jura";
    src: url(../fonts/Jura-Bold.ttf)format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SourceCodePro;
    src: url(../fonts/SourceCodePro-Light.ttf)format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: SourceCodePro;
    src: url(../fonts/SourceCodePro-Medium.ttf)format("truetype");
    font-weight: 600;
    font-style: normal
}

:root {
    --aw-black-bg: #0C0C16;
    --aw-dark-blue: rgb(20, 23, 32);
    --aw-red: #EA0046
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    max-width: 100%
}

/* Улучшенное позиционирование для формы бронирования */
#booking {
    scroll-margin-top: 100px; /* Отступ сверху при прокрутке к якорю */
}

/* Дополнительные стили для мобильных устройств */
@media (max-width: 767px) {
    #booking {
        scroll-margin-top: 120px; /* Увеличенный отступ для мобильных устройств */
    }
}

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

h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: unset
}

a,
body {
    color: #fff
}

a {
    text-decoration: none;
    cursor: pointer
}

body {
    background-color: #0d0c16;
    padding: 0;
    margin: 0;
    font-family: Feature Mono, serif;
    font-weight: 300;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scrollbar-gutter: stable;
    max-height: 100%
}

.positionFixed,
body.selectLocation {
    position: fixed
}

.not-active {
    display: none
}

.mb50 {
    margin-bottom: 50px
}

.awH1 {
    font-size: 24px;
    margin: 0
}

.awH1,
.awH2,
.awH3 {
    font-family: Igra Sans, serif;
    line-height: 38px;
    font-weight: 400
}

.awH2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0
}

.awH3 {
    font-size: 28px
}

.awSubhead1,
.awTextRegular {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.03em;
    text-align: center
}

.awTextRegular {
    font-size: 12px;
    line-height: 18px
}

.awNumberFont {
    font-family: "Audiowide", serif
}

.awSliderNavigation__nextButton,
.awSliderNavigation__prevButton {
    width: 48px;
    height: 48px
}

.awSliderNavigation__nextButton-st1,
.awSliderNavigation__prevButton-st1 {
    fill: #272a33;
    stroke: rgba(255, 255, 255, .2);
    stroke-width: 1.5;
    transition: all .3s ease
}

.awSliderNavigation__nextButton-st2,
.awSliderNavigation__prevButton-st2 {
    stroke: #fff;
    stroke-width: 2;
    fill: #0b2a4a44;
    fill-opacity: 4;
    transition: all .3s ease
}

.awSliderNavigation__nextButton:hover .awSliderNavigation__nextButton-st1,
.awSliderNavigation__nextButton:hover .awSliderNavigation__nextButton-st2,
.awSliderNavigation__prevButton:hover .awSliderNavigation__prevButton-st1,
.awSliderNavigation__prevButton:hover .awSliderNavigation__prevButton-st2 {
    fill: #ea0046;
    transition: all .3s ease
}

.awSliderNavigation__nextButton:hover .awSliderNavigation__nextButton-st1,
.awSliderNavigation__prevButton:hover .awSliderNavigation__prevButton-st1 {
    stroke: #ea0046
}

.wp-image-normalize500px {
    width: 100% !important;
    padding-bottom: 20px
}

.aw_PromoSlideUp,
.aw_SlideUp {
    position: absolute;
    top: -45px !important;
    transition: all .3s ease
}

.aw_PromoSlideUp {
    padding-top: 10px !important;
    background: 0 0 !important;
    background-color: #0c0c166b !important
}

.aw_hideDiv {
    display: none;
    transition: all .5s ease
}

.aw_SecondMenuColor {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: #0c0c1666
}

.awMargin0auto {
    margin: 0 auto
}

.awBlueBackGroundInnerPages {
    background: url(../images/blue-BG_.jpg)no-repeat;
    background-size: 70% 100%;
    background-position: top
}

.awRedBackGroundInnerPages {
    background: url(../images/red-BG_.jpg)no-repeat;
    background-size: 100% 100%;
    background-position: top
}

.awDisplayNone {
    display: none
}

.awHidden,
.awVisibleNone {
    visibility: hidden;
    transition: all .3s ease
}

.awHidden {
    opacity: 0;
    transition: opacity .3s, visibility .3s linear .3s
}

.awVisible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.awTopMenu-YouTube svg:hover,
.awTopMenu-social svg:hover,
.awTopMenu-vk svg:hover {
    opacity: .5;
    transition: all .3s ease
}

.awTopMenu-YouTube,
.awTopMenu-social,
.awTopMenu-vk {
    width: 20px;
    transition: all .3s ease
}

.awTopMenu-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease
}

.awTopMenu-social a:hover {
    opacity: .6
}

#awTopMenu__location-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.awRedButton_href {
    box-sizing: border-box
}

.awRedButton_href.loading {
    opacity: .3;
    transition: opacity .5s ease
}

.awRedButtonArrow img {
    height: 14px
}

.awRedButton__after img {
    height: 56px
}

.awRedButton__after {
    margin-left: -1px;
    height: 56px
}

.awRedButton__button {
    height: 56px;
    background-color: #ea0046;
    border-top-left-radius: 15px;
    border-radius: 8px 0 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px
}

.awRedButton__buttonSWIPER {
    height: 36px
}

.awRedButton {
    display: flex;
    transition: all .3s ease
}

.awRedButton__button {
    padding-top: 18px;
    padding-left: 25px;
    padding-right: 12px;
    display: flex;
    gap: 20px
}

.awRedButtonArrow__container,
.awRedButton__container {
    height: 20px;
    overflow: hidden;
    display: flex
}

.awRedButtonArrow__container {
    padding-top: 2px
}

.awRedButtonArrow {
    display: flex;
    transform: translate(-16px, 0);
    transition: all .3s ease
}

.awRedButtonArrow__container {
    width: 20px;
    border-radius: 0 10px 10px 0
}

.awRedButtonTitle {
    display: flex;
    flex-direction: column;
    gap: 2px;
    transform: translate(0, -2px);
    transition: all .3s ease;
    font-size: 12px
}

@media (min-width:375px) {
    .awRedButtonTitle {
        font-size: 14px
    }
}

.awRedButton_href:not(.loading) .awRedButton:hover .awRedButtonTitle {
    transform: translate(0, -28px);
    transition: all .3s ease
}

.awRedButton_href:not(.loading) .awRedButton:hover .awRedButtonArrow {
    transform: translate(3px, 0);
    transition: all .3s ease
}

.awLanguageSelect__selectIcon img {
    width: 10px;
    visibility: hidden
}

.awLanguageSelect__wrapper {
    opacity: 0;
    transition: all .3s ease
}

.awLanguageSelect__items {
    position: absolute;
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 1.9em;
    background-color: #0c0c16;
    border-radius: 12px;
    z-index: 250;
    left: 2.2em;
    top: 3em;
    min-width: 300px
}

.awLanguageSelect__wrapper.active {
    opacity: 1;
    transition: all .3s ease
}

.awLanguageSelect__item {
    display: flex;
    align-items: center
}

.awLanguageSelect__language {
    align-items: center
}

.awLanguageSelect__icon,
.awLanguageSelect__lang,
.awLanguageSelect__selectIcon,
.awLanguageSelect__title {
    display: flex;
    align-items: center
}

.awLanguageSelect__item {
    justify-content: space-between;
    gap: 1em
}

.awLanguageSelect__item:not(.awLanguageSelect__active):hover .awLanguageSelect__lang,
.awLanguageSelect__item:not(.awLanguageSelect__active):hover .awLanguageSelect__title {
    opacity: .5
}

.awLanguageSelect__language {
    font-weight: 600
}

.awLanguageSelect__active .awLanguageSelect__lang,
.awLanguageSelect__active .awLanguageSelect__title {
    color: #ea0046
}

.awLanguageSelect__active .awLanguageSelect__selectIcon img {
    visibility: visible
}

.awLanguageSelect {
    position: absolute;
    z-index: 111;
    top: 50px;
    background-color: #0c0c16;
    border-radius: 12px;
    width: 315px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s linear, max-height .3s linear
}

.awLanguageSelect.active {
    max-height: 448px;
    height: auto;
    visibility: visible;
    opacity: 1
}

.awLanguageSelect__row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all .3s ease
}

.awLanguageSelect__row:not(.active):hover {
    opacity: .6
}

.awLanguageSelect__row.active {
    color: #ea0046
}

.awLanguageSelect__row.active .awLanguageSelect__select img {
    display: block
}

.awLanguageSelect__language {
    flex-grow: 1;
    display: flex;
    gap: 16px
}

.awLanguageSelect__language span:first-child {
    font-weight: 500
}

.awLanguageSelect__select {
    height: 12px;
    width: 12px
}

.awLanguageSelect__select img {
    display: none;
    width: 12px;
    height: 12px
}

.awLanguageSelect__image img {
    width: 32px;
    height: 24px
}

.awH1index {
    margin-top: .5em;
    margin-bottom: 0;
    font-family: Igra Sans;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0;
    width: 300px
}

.awTopBanner__wrapper {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    background: url(../images/awTopBannerBG-500.webp)no-repeat top;
    background-size: cover
}

.awTopBanner__description {
    margin-top: 1.65em;
    font-size: 12px;
    line-height: 18px;
    width: 170px;
    padding-top: .1em;
    letter-spacing: -.4px;
    opacity: .8
}

.awTopBanner__promoText span {
    font-weight: 600;
    color: var(--aw-red)
}

.awTopBanner__description p {
    margin-top: 0
}

.awTopBanner {
    padding: 10em 0 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.awTopBanner__button {
    padding-top: 1.35em
}

.awletspace {
    letter-spacing: 3px
}

.awPaddingLR2em {
    padding-left: 2em;
    padding-right: 2em
}

.awTopBanner_img {
    margin-left: -2em;
    padding-top: 4em;
    overflow: hidden;
    display: flex
}

.awTopBanner_img img {
    width: 350px
}

.awTopBanner__left {
    grid-column: 1/5;
    grid-row: 1/1;
    z-index: 5
}

.awTopBanner__right {
    grid-column: 4/6;
    grid-row: 1/1
}

.awTopBanner__buttonWatch {
    position: absolute;
    bottom: -1px;
    z-index: 5;
    background: url(../images/awTopBannepButton375.svg)no-repeat;
    background-position: right;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.awTopBanner__moreVideoRef {
    display: flex;
    gap: 1em;
    align-items: center;
    margin-top: .8em
}

.awTopBanner__moreVideoTitle {
    font-size: 12px;
    font-family: Feature Mono;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.awTopBanner__moreVideoIcon {
    display: flex;
    align-items: center
}

.awTopBanner__moreVideoIcon img {
    width: 26px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.awTopBanner__moreVideoTitle:first-child {
    display: none
}

.awTopBanner__arrow-icon_svg {
    position: relative;
    top: 2px;
    left: -27px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    vertical-align: middle
}

.awTopBanner_circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95
}

.awTopBanner__moreVideoRef:hover .awTopBanner__arrow-icon_svg,
.awTopBanner__moreVideoRef:hover .awTopBanner__moreVideoIcon img {
    transform: translate3d(5px, 0, 0)
}

.awTopBanner__moreVideoRef:hover .awTopBanner_circle {
    stroke-dashoffset: 0;
    stroke-width: 4
}

.awTopBanner__leftPromo {
    grid-column: 1/6
}

.awTopBanner__descriptionPromo {
    width: 60%
}

.awTopBanner__descriptionPromo ol {
    padding-left: 21px
}

.awTopBanner_img_Promo {
    padding-top: 120px
}

.awIndexSecond__wrapper {
    margin-top: -.5em
}

.awIndexSecond__container {
    padding-top: .3em;
    padding-left: 1.2em;
    padding-right: 1.2em
}

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

.awIndexSecond__header {
    padding-top: 5em;
    padding-bottom: 2em
}

.awIndexSecond__header .awH2 {
    margin-bottom: 4px
}

.awIndexSecond__img img {
    height: 100%;
    width: auto;
    object-fit: contain
}

.awIndexSecond__img {
    overflow: hidden;
    height: 380px;
    border-radius: 14px;
    display: flex;
    justify-content: center
}

.awIndexSecond__item {
    position: relative
}

.awIndexSecond__description {
    position: absolute;
    padding-left: 1.5em;
    padding-right: 1.5em;
    bottom: 27px
}

.awIndexSecond__text {
    padding-top: 1.5em;
    letter-spacing: -.4px
}

.awIndexSecond__Title {
    padding-top: 1.1em;
    letter-spacing: -.6px;
    font-size: 18px;
    line-height: 28px
}

.awIndexSecond__number {
    font-family: Audiowide;
    font-size: 24px;
    color: #ea0046
}

.awIndexSecond__text {
    font-size: 12px;
    line-height: 18px;
    color: #ffffffcc
}

.awIndexVideoBanner__wrapper {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 1.5em
}

.awIndexVideoBanner__img img {
    max-width: 100%;
    border-radius: 14px;
    object-fit: cover
}

.awIndexVideoBanner__title {
    padding-top: 2em;
    padding-bottom: 1.3em
}

.awIndexVideoBanner__videoWrapper {
    margin-top: 1.2em;
    padding-left: 1em;
    padding-right: 1em
}

.awIndexVideoBanner__play img {
    width: 104px
}

.awIndexVideoBanner__screen {
    position: relative
}

.awIndexVideoBanner__play {
    position: absolute;
    left: calc(50% - 52px);
    top: calc(50% - 52px);
    transition: all .5s ease
}

.awIndexVideoBanner__play:hover {
    opacity: .5;
    transition: all .3s ease
}

.awIndexVideoBanner__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.awIndexVideoBanner__video iframe {
    width: 100%;
    height: 100%
}

.awIndexTeam__img img {
    max-width: 100%;
    border-radius: 14px;
    display: flex
}

.awIndexTeam_container {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 3em
}

.awIndexTeam__title {
    width: 300px;
    padding-bottom: .5em;
    margin: 0 auto
}

.awIndexTeam__images {
    margin-top: 2.1em
}

#awIndexFAQ__desktopView {
    display: none
}

.awIndexFAQ__bottom {
    max-height: 200px;
    transition: max-height .5s ease-out
}

.awIndexFAQ__itemTop:not(.awIndexFAQ__active)~.awIndexFAQ__bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out
}

.awIndexFAQ__container {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.5em
}

.awBirthdayFAQ .awIndexFAQ__container {
    padding-left: 0;
    padding-right: 0
}

.awIndexFAQ__items {
    margin-top: .6em;
    padding-left: .4em;
    padding-right: .4em
}

.awIndexFAQ__title {
    width: 300px;
    margin: 0 auto
}

.awIndexFAQ__number {
    font-family: Audiowide;
    font-size: 18px;
    line-height: 26px;
    min-width: 48px
}

.awIndexFAQ__question {
    margin-top: -.4em;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0
}

.awIndexFAQ__item {
    padding-top: 2.5em;
    padding-bottom: 1.9em;
    border-bottom: .5px solid rgba(255, 255, 255, .5)
}

.awIndexFAQ__itemTop {
    display: flex;
    flex-direction: row;
    gap: 1.7em
}

.awIndexFAQ__sendMessage-description {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 3.1em;
    letter-spacing: -1px
}

.awIndexFAQ__sendMessage-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1.8em
}

.awIndexFAQ__answer {
    font-size: 14px;
    line-height: 24px;
    padding-top: 1.5em;
    padding-left: 70px;
    letter-spacing: -.3px
}

.awIndexFAQ__active {
    color: #ea0046
}

.awIndexFAQ__goToFaqPage {
    margin-top: 3.5em;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.3px;
    text-align: center
}

.awIndexMap__wrapper {
    padding-top: 2.3em
}

.awIndexMap__map {
    height: 1020px;
    width: 100%;
    margin-top: 2.5em
}

.awIndexMap__container {
    position: relative
}

.awIndexMap__description {
    position: absolute;
    top: -705px;
    left: calc((100% - 351px)/2);
    width: 351px;
    border-radius: 20px;
    background: #0c0c16;
    background: linear-gradient(-45deg, transparent 50px, #0c0c16 0);
    padding-top: 4em;
    padding-left: 2.3em
}

.awIndexMap__header {
    font-size: 28px;
    line-height: 38px;
    color: #ea0046;
    padding-bottom: .5em;
    letter-spacing: -.8px
}

.awIndexMap__address__title,
.awIndexMap__email__title,
.awIndexMap__hour__title,
.awIndexMap__phone__title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 1.5em
}

.awIndexMap__address__description,
.awIndexMap__email_description,
.awIndexMap__hour__description,
.awIndexMap__phone__description {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8)
}

.awIndexMap__footerSocial {
    padding-top: 2.2em;
    padding-bottom: 3em
}

.awIndexMap__address__metro img {
    max-width: 24px
}

.awIndexMap__address__metro {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px
}

.ymaps-layers-pane,
[class*=ymaps-2][class*=-ground-pane] {
    -webkit-filter: saturate(0) invert(100%) brightness(90%);
    filter: saturate(.1) invert(100%) brightness(90%)
}

.awFooter__Container {
    width: 100%;
    padding: 5.3em 1.5em
}

.awFooter__Container a {
    transition: all .3s ease
}

.awFooter__Container a:hover {
    color: rgba(255, 255, 255, .6);
    transition: all .3s ease
}

.awFooter__bottom a:hover {
    color: #fff
}

.awFooter__logo img {
    width: 44px
}

.awFooter__address {
    display: none
}

.awFooter__menu ul,
.awFooter__ul {
    padding-top: 2em;
    line-height: 2.85em;
    letter-spacing: 1px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 82px;
    text-transform: uppercase
}

.awFooter__address,
.awFooter__contacts,
.awFooter__mobileAddress {
    margin-top: 4.4em;
    font-size: 12px;
    line-height: 18px
}

.awFooter__mobileAddress .awIndexMap__address__metro img {
    max-width: 16px
}

.awFooter__contacts {
    margin-top: 3.4em;
    display: flex;
    flex-direction: column;
    gap: .7em;
    letter-spacing: -.03em
}

.awFooter__social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    margin-top: 40px;
    margin-bottom: 60px
}

.awFooter__sRef {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 1em;
    border-radius: 2px
}

.awFooter__sRef img {
    width: 20px
}

.awFooter__bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 40px;
    display: flex;
    flex-direction: column
}

.awFooter__bottom,
.awFooter__bottom a {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, .6)
}

.awFooter__bottom,
.awFooter__hrefs {
    gap: .5em;
    margin-top: 1em
}

.awFooter__hrefs ul {
    margin: 0;
    padding-left: 0;
    gap: .5em
}

.awFooter__hrefs li {
    list-style-type: none
}

.awContainer,
.awFooter__hrefs,
.awFooter__hrefs ul,
.awSection {
    display: flex;
    flex-direction: column
}

.awSection {
    width: 100%
}

.awContainer {
    gap: 60px;
    max-width: 100%;
    padding: 0 1em;
    margin: 0 auto
}

.awFooter__yandexRate {
    margin-top: 20px
}

.awIndexReviews__wrapper {
    flex-direction: column
}

.awIndexReviews {
    padding: 70px 0 30px
}

.awIndexReviews__title {
    margin-bottom: 32px
}

.awIndexReviews__title .awH2 {
    margin: 0
}

.awIndexReviewsSlider {
    max-width: 100%;
    padding: 0 30px 60px
}

.awContainer.awIndexReviews__sliderContainer {
    width: 1440px;
    padding: 0;
    position: relative
}

@media screen and (max-width:576px) {
    .awIndexReviewsSlider {
        padding: 0 12px 60px
    }
}

.awIndexReviews__sliderContainer::after,
.awIndexReviews__sliderContainer::before {
    position: absolute;
    display: block;
    top: 0;
    content: "";
    width: 50px;
    height: 100%;
    pointer-events: none;
    z-index: 3
}

.awIndexReviews__sliderContainer::before {
    left: 0;
    background-image: linear-gradient(90deg, var(--aw-black-bg), transparent)
}

.awIndexReviews__sliderContainer::after {
    left: unset;
    right: 0;
    background-image: linear-gradient(-90deg, var(--aw-black-bg), transparent)
}

@media screen and (max-width:1440px) {

    .awIndexReviews__sliderContainer::after,
    .awIndexReviews__sliderContainer::before {
        display: none
    }
}

.awIndexReviewsSlider .swiper-button-next::after,
.awIndexReviewsSlider .swiper-button-prev::after {
    content: none
}

.reviewsSwiper-button-prev {
    position: absolute;
    z-index: 10;
    left: calc(50% - 350px);
    top: calc(50% - 60px)
}

.reviewsSwiper-button-next {
    position: absolute;
    z-index: 10;
    right: calc(50% - 350px);
    top: calc(50% - 60px)
}

@media screen and (max-width:767px) {

    .awIndexReviewsSlider .swiper-button-next,
    .awIndexReviewsSlider .swiper-button-prev {
        display: none
    }
}

.awIndexReviewsSlider .swiper-slide {
    width: 535px
}

.awIndexReviewsSlider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: var(--aw-dark-blue);
    border-radius: 20px;
    position: relative;
    padding: 60px 58px;
    opacity: .2;
    transition: all .2s ease;
    pointer-events: none;
    transform: translateY(60px)
}

.swiper-slide-active .awIndexReviewsSlider__slide {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.awIndexReviewsSlider__slideRatingWrapper {
    display: flex;
    width: 100%;
    justify-content: center
}

.awIndexReviewsSlider__slideRating {
    max-width: 258px;
    margin-bottom: 28px
}

@media screen and (max-width:767px) {
    .awIndexReviewsSlider__slideRating {
        width: 192px;
        margin-bottom: 16px
    }

    .awIndexReviewsSlider__slide {
        transform: translateY(20px);
        padding: 40px 24px
    }

    .awIndexReviewsSlider {
        padding-bottom: 20px
    }
}

.awIndexReviewsSlider__slideDecoration {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    border-radius: 20px;
    background-image: url(../images/review-card-decoration.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 14px) calc(100% + 14px)
}

.swiper-slide-active .awIndexReviewsSlider__slideDecoration {
    opacity: 1
}

.awIndexReviewsSlider__slideText {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.03em;
    text-align: center;
    margin: 0;
    opacity: .8
}

.awIndexReviewsSlider__slideAuthorName {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -.03em;
    text-align: center;
    margin: 0
}

@media screen and (max-width:576px) {
    .awIndexReviewsSlider__slideText {
        font-size: 14px;
        line-height: 24px
    }

    .awIndexReviewsSlider__slideAuthorName {
        font-size: 18px;
        line-height: 28px
    }
}

.awIndexReviewsSlider__videoContainer {
    max-width: 100%
}

.awIndexReviewsSlider__videoWrapper {
    width: 340px;
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:767px) {
    .awIndexReviewsSlider__videoWrapper {
        margin-bottom: 8px
    }
}

.videoProgressRing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    pointer-events: none
}

.awIndexReviewsSlider__videoPlayButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    width: 24px;
    height: 28px
}

.awIndexReviewsSlider__videoPlayButton path {
    fill: #fff
}

.awIndexReviewsSlider__videoPlayButton_visible {
    opacity: 1
}

.awIndexReviewsSlider__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease
}

.awIndexReviewsSlider__video_paused {
    opacity: .7
}

.awIndexReviewsSlider__swipeIcon {
    position: absolute;
    top: -24px;
    right: 12px;
    display: none;
    pointer-events: none;
    z-index: 3;
    transition: all .3s ease
}

.awIndexReviewsSlider__swipeIcon_hidden {
    opacity: 0
}

.awIndexReviewsSlider__swipeIcon::before {
    content: url(https://vr-ninja.ru/images/swipe.png)
}

@media screen and (max-width:576px) {
    .awIndexReviewsSlider__swipeIcon {
        display: block
    }
}

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

.awIndexOrganization {
    padding: 35px 0 30px
}

.awContainer.awIndexOrganization__sliderContainer {
    margin-top: 3.4em;
    padding: 0;
    width: 1440px;
    position: relative
}

.awIndexOrganizationSlider {
    width: 100%
}

.awIndexOrganization__sliderContainer::after,
.awIndexOrganization__sliderContainer::before {
    position: absolute;
    display: none;
    top: 0;
    content: "";
    width: 45px;
    height: 100%;
    pointer-events: none;
    z-index: 3
}

.awIndexOrganization__sliderContainer::before {
    left: 0;
    background-image: linear-gradient(90deg, var(--aw-black-bg), transparent)
}

.awIndexOrganization__sliderContainer::after {
    left: unset;
    right: 0;
    background-image: linear-gradient(-90deg, var(--aw-black-bg), transparent)
}

.awIndexOrganizationSlider__redButton {
    display: flex;
    justify-content: center
}

.awIndexOrganizationSlider__slideInner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 20px 12px 56px;
    background: var(--aw-dark-blue);
    border-radius: 20px;
    transition: all .3s ease
}

.awIndexOrganizationSlider__imageWrapper:hover .awIndexOrganizationSlider__imageWrapperDecoration,
.swiper-slide-active .awIndexOrganizationSlider__slideInner {
    opacity: 1
}

.awIndexOrganizationSlider__imageWrapper {
    position: relative;
    max-width: 100%;
    max-height: 356px;
    display: flex;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.awIndexOrganizationSlider__imageWrapperDecoration {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: url(../images/slideImageDecoration.png);
    background-position: calc(100% - 4px) calc(100% - 4px);
    background-repeat: no-repeat;
    transition: all .3s ease
}

/* Added for SEO optimization and font size adjustment */
.awIndexOrganizationSlider__slideTitle {
    font-size: 1.4rem !important;
}

.awIndexOrganizationSlider__slideSubtitle {
    font-size: 1.1rem !important;
}

.awIndexOrganizationSlider__slideText {
    font-size: 1rem !important;
}

/* Fix for FAQ question display */
.awIndexFAQ__question {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.awIndexOrganizationSlider__slideButton {
    margin: 0 auto;
    box-sizing: border-box
}

.awIndexOrganizationSlider .swiper-button-next,
.awIndexOrganizationSlider .swiper-button-prev {
    display: none;
    top: calc(50% - 60px);
    width: unset
}

.awIndexBlogersSlider .swiper-button-next::after,
.awIndexBlogersSlider .swiper-button-prev::after,
.awIndexOrganizationSlider .swiper-button-next::after,
.awIndexOrganizationSlider .swiper-button-prev::after {
    content: none;
    display: none
}

.awIndexOrganizationSlider__swipeIcon {
    position: absolute;
    top: -24px;
    right: 12px;
    display: block;
    pointer-events: none;
    z-index: 3;
    transition: all .3s ease
}

.awIndexOrganizationSlider__swipeIcon_hidden {
    opacity: 0
}

.awIndexOrganizationSlider__swipeIcon::before {
    content: url(https://vr-ninja.ru/images/swipe.png)
}

.awIndexBlogers {
    padding: 28px 0 60px
}

.awIndexBlogers__title {
    margin: 0 auto 32px
}

.awIndexBlogers__title .awH2 {
    margin: 0
}

.awContainer.awIndexBlogers__sliderContainer {
    padding: 0;
    width: 1440px;
    position: relative
}

.awIndexBlogers__sliderContainer::after,
.awIndexBlogers__sliderContainer::before {
    position: absolute;
    display: block;
    top: 0;
    content: "";
    width: 50px;
    height: 100%;
    pointer-events: none;
    z-index: 3
}

.awIndexBlogers__sliderContainer::before {
    left: 0;
    background-image: linear-gradient(90deg, var(--aw-black-bg), transparent)
}

.awIndexBlogers__sliderContainer::after {
    left: unset;
    right: 0;
    background-image: linear-gradient(-90deg, var(--aw-black-bg), transparent)
}

@media screen and (max-width:1440px) {

    .awIndexBlogers__sliderContainer::after,
    .awIndexBlogers__sliderContainer::before {
        display: none
    }
}

.awIndexBlogersSlider {
    max-width: 100%;
    padding: 0 12px
}

.awIndexBlogersSlider .swiper-button-next,
.awIndexBlogersSlider .swiper-button-prev {
    display: none;
    top: calc(50% - 60px)
}

.awIndexBlogersSlider__slidesWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.awIndexBlogersSlider__slideInner {
    background: var(--aw-dark-blue);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease
}

.swiper-slide-active .awIndexBlogersSlider__slideInner {
    opacity: 1
}

.awIndexBlogersSlider__slideContent {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px
}

.awIndexBlogersSlider__slideVideoWrapper {
    width: 100%;
    aspect-ratio: 1.8
}

.awIndexBlogersSlider__slideVideoPreview {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.awIndexBlogersSlider__channelImageWrapper {
    display: flex;
    width: 48px;
    height: 48px
}

.awIndexBlogersSlider__channelImage {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.awIndexBlogersSlider__blogerInfoWrapper {
    display: flex;
    gap: 12px;
    align-items: center
}

.awIndexBlogersSlider__blogerSubscribers {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.03em;
    opacity: .5
}

.awIndexBlogersSlider__swipeIcon {
    position: absolute;
    top: -24px;
    right: 12px;
    display: block;
    pointer-events: none;
    z-index: 3;
    transition: all .3s ease
}

.awIndexBlogersSlider__swipeIcon_hidden {
    opacity: 0
}

.awIndexBlogersSlider__swipeIcon::before {
    content: url(https://vr-ninja.ru/images/swipe.png)
}

.awIndexBlogersVideoPlayer__modalWrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    overflow: hidden
}

.awIndexBlogersVideoPlayer__modalContainer {
    position: absolute;
    max-height: 90%;
    aspect-ratio: 1.78;
    left: 50%;
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-around
}

.awIndexBlogersVideoPlayer__player {
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.awIndexBlogersVideoPlayer__modalCloser img {
    max-width: 3em
}

.awIndexBlogersVideoPlayer__modalClose {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 3em;
    height: 3em
}

.awIndexBlogersVideoPlayer__modalClose:hover {
    opacity: .5
}

.ourGames__modalVideo {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s linear .5s;
    height: 100vh;
    width: 100vw;
    overscroll-behavior-x: contain;
    background-color: #0c0c16ef;
    z-index: 110;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ourGames__modalVideoCloser {
    position: absolute;
    z-index: 101;
    bottom: 8%;
    left: calc((100vw/2) - 25px)
}

.ourGames__modalVideo.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.ourGames__modalVideoCloser img {
    width: 50px;
    height: 50px
}

.ourGames__modalVideoPlayer {
    max-height: 80vw
}

@media screen and (orientation:landscape) {
    .ourGames__modalVideoPlayer {
        top: 0
    }
}

.display1300 {
    display: none
}

.infoWrapper {
    background: url(../images/TownSelect-gradient.svg)no-repeat top;
    background-size: 90%;
    padding: 9.5em 1.5em 0
}

.infoButton {
    margin-top: 40px
}

.awAbout {
    max-width: 1100px;
    background: #0c0c16 url(../images/TownSelect-gradient.svg)no-repeat top;
    background-size: 100%;
    padding: 9.7em 1.2em 0;
    margin: 0 auto
}

.awAbout__description {
    margin-top: 60px;
    text-align: justify
}

.awIndexMap__howToFind {
    margin-top: 14px
}

.companyDetails {
    display: flex;
    flex-direction: column
}

.companyDetails span:first-child {
    color: rgba(255, 255, 255, .6)
}

.companyDetails span:last-child {
    font-weight: 600;
    font-size: 18px
}

.agreementTable {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px
}

.agreementTable tr {
    border: 1px solid rgba(255, 255, 255, .6)
}

.agreementTable td {
    width: 25%;
    padding: 15px 10px
}

.agreementTable td:nth-child(even) {
    border: 0
}

.awRoistatPhone {
    bottom: 15% !important;
    right: 20px !important
}

.awFooter__menu ul,
.awFooter__ul {
    list-style-type: none
}

.awPromoLocationInput,
.awPromoLocationOptions {
    border-radius: 8px;
    display: flex;
    transition: all .3s ease;
    max-width: 500px
}

.awPromoLocationInput {
    height: 54px;
    border: 1px solid rgba(255, 255, 255, .2);
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

.awPromoLocationInput.active {
    border-color: #fff
}

.awPromoLocationOptions {
    height: auto;
    max-height: 0;
    opacity: 0;
    flex-direction: column;
    gap: 18px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 60px;
    background-color: rgba(12, 12, 22, .85);
    border: 1px solid #0c0c16;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px)
}

.awPromoLocationOptions.active {
    max-height: 400px;
    border: 1px solid #fff;
    opacity: 1;
    padding-bottom: 18px
}

.awPromoLocationInput,
.awPromoLocationOptions {
    width: 350px
}

.awPromoLocationOptions {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 51
}

.awPromoLocationOption {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px
}

.awPromoLocationOption.active {
    color: #ea0046
}

@media (min-width:500px) {
    .wp-image-normalize500px {
        width: 500px !important
    }
}

@media (min-width:535px) {
    .awIndexOrganizationSlider__slide {
        width: 535px !important
    }
}

@media (min-width:768px) {

    .awH1,
    .awH2 {
        font-size: 36px;
        line-height: 52px
    }

    .awH2width540 {
        width: 540px;
        margin: 0 auto
    }

    .awIndexSecond__header .awH2 {
        margin: 0 auto
    }

    .awSubhead1 {
        font-size: 28px;
        line-height: 38px
    }

    .awTextRegular {
        font-size: 14px;
        line-height: 24px
    }

    .aw_PromoSlideUp,
    .aw_SlideUp {
        top: -58px !important
    }

    .awContainer {
        padding: 0 2em
    }

    .awLanguageSelect__items {
        left: 4em
    }

    .awTopBanner__wrapper {
        height: 730px;
        background: url(../images/awTopBannerBG-900.jpg)no-repeat top;
        background-size: cover
    }

    .awH1index {
        font-size: 36px;
        line-height: 52px;
        margin-top: 1.8em;
        width: 350px
    }

    .awTopBanner {
        padding-left: 2.3em
    }

    .awTopBanner__left {
        grid-column: 1/4;
        grid-row: 1/1
    }

    .awTopBanner__right {
        grid-column: 3/6;
        grid-row: 1/1
    }

    .awTopBanner__description {
        font-size: 18px;
        line-height: 28px;
        width: 350px;
        padding-top: 0;
        margin-top: 1.3em;
        letter-spacing: -.5px
    }

    .awTopBanner__button {
        padding-top: 2.1em
    }

    .awTopBanner_img {
        padding-left: 5em;
        overflow: hidden
    }

    .awTopBanner_img img {
        width: 500px
    }

    .awTopBanner__buttonWatch {
        background: url(../images/awTopBannepButton768.svg)no-repeat;
        background-position: right;
        height: 90px
    }

    .awTopBanner__moreVideoTitle:first-child {
        display: flex
    }

    .awTopBanner__moreVideoTitle:nth-child(2) {
        display: none
    }

    .awTopBanner__descriptionPromo {
        font-size: 16px
    }

    .awTopBanner__descriptionPromo ol {
        padding-left: 28px
    }

    .awTopBanner_img_Promo {
        padding-top: 4em;
        padding-left: 40%
    }

    .awTopBanner__promoText {
        font-size: 18px
    }

    .awIndexSecond__container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .awIndexSecond__img {
        overflow: hidden;
        height: 520px;
        width: 704px;
        border-radius: 20px
    }

    .awIndexSecond__Title {
        font-size: 28px;
        line-height: 38px;
        padding-top: 1.3em
    }

    .awIndexSecond__text {
        font-size: 18px;
        line-height: 28px;
        padding-top: 1.3em
    }

    .awIndexSecond__header {
        padding-top: 8.2em;
        padding-bottom: 3em
    }

    .awIndexSecond__description {
        bottom: 54px;
        padding-left: 3.5em;
        padding-right: 3.5em
    }

    .awIndexSecond__item:nth-child(2) .awIndexSecond__img img {
        height: 100%
    }

    .awIndexVideoBanner__wrapper {
        padding-top: 4.5em
    }

    .awIndexVideoBanner__title {
        width: 500px;
        margin: 0 auto
    }

    .awIndexVideoBanner__play img {
        width: 196px
    }

    .awIndexVideoBanner__play {
        position: absolute;
        left: calc(50% - 98px);
        top: calc(50% - 98px)
    }

    .awIndexTeam__title {
        width: 600px;
        padding-bottom: 1.1em
    }

    .awIndexTeam_container {
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 4em
    }

    .awIndexFAQ__title {
        width: 100%
    }

    .awIndexFAQ__container {
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 3em
    }

    .awIndexFAQ__question {
        font-size: 28px;
        line-height: 38px;
        margin-top: .1em;
        letter-spacing: -.8px;
        white-space: nowrap; /* Предотвращаем перенос на вторую строку */
        overflow: hidden; /* Скрываем переполнение */
        text-overflow: ellipsis; /* Добавляем многоточие при обрезке */
    }

    .awIndexFAQ__item {
        padding-top: 2.4em;
        padding-bottom: 2.5em
    }

    .awIndexFAQ__number {
        padding-top: .4em
    }

    .awIndexFAQ__sendMessage-description {
        font-size: 28px;
        line-height: 38px;
        margin: 2.7em auto 0;
        max-width: 70%
    }

    .awIndexFAQ__sendMessage-button {
        margin-top: 2.8em
    }

    .awIndexFAQ__answer {
        font-size: 18px;
        line-height: 28px;
        padding-top: 1.8em;
        letter-spacing: -.6px
    }

    .awIndexFAQ__items {
        margin-top: 2.1em
    }

    .awIndexFAQ__goToFaqPage {
        margin-top: 3.4em
    }

    .awFooter__Container {
        padding: 6.1em 2.3em 8em
    }

    .awFooter__menu ul,
    .awFooter__ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        text-align: right;
        margin-top: 1.5em;
        line-height: 2.85em;
        letter-spacing: 1.2px;
        font-size: 14px
    }

    .awFooter__Body {
        position: relative
    }

    .awFooter__mobileAddress {
        display: none
    }

    .awFooter__address {
        display: block;
        margin-top: 3.4em;
        letter-spacing: -.5px;
        max-width: 450px
    }

    .awFooter__middle {
        position: absolute;
        right: 0;
        top: -2em
    }

    .awFooter__address,
    .awFooter__contacts {
        font-size: 14px;
        line-height: 24px
    }

    .awFooter__yandexRate {
        display: flex;
        justify-content: flex-end
    }

    .awFooter__contacts {
        margin-top: 3em;
        gap: .5em
    }

    .awFooter__bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 48px;
        letter-spacing: -.5px
    }

    .awFooter__hrefs {
        margin-top: 0
    }

    .awFooter__hrefs:not(:first-child) {
        margin-top: 1em
    }

    .awFooter__hrefs ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        column-gap: 2em;
        row-gap: 1em
    }

    .awFooter__hrefs a,
    .awFooter__hrefs ul,
    .awFooter__legal {
        font-size: 14px;
        line-height: 24px
    }

    .awFooter__legal {
        min-width: 250px
    }

    .awIndexMap__wrapper {
        padding-top: 2.6em
    }

    .awIndexMap__map {
        height: 760px
    }

    .awIndexMap__container {
        max-width: 1440px
    }

    .awIndexMap__description {
        top: -705px;
        left: 40px
    }

    .awIndexReviews {
        padding: 100px 0 20px
    }

    .awIndexReviews__title {
        margin-bottom: 40px
    }

    .awIndexOrganization {
        padding: 87px 0 20px
    }

    .awIndexOrganization__title {
        max-width: 540px;
        margin: 0 auto
    }

    .awIndexOrganization__sliderContainer {
        padding: 0 3.5em
    }

    .awIndexOrganizationSlider__slide {
        width: 535px !important
    }

    .awIndexOrganizationSlider__slideInner {
        gap: 40px;
        padding: 32px 32px 60px
    }

    .awIndexOrganizationSlider__slideText {
        margin-bottom: 8px
    }

    .awIndexOrganizationSlider .swiper-button-next,
    .awIndexOrganizationSlider .swiper-button-prev {
        display: block
    }

    .awIndexOrganizationSlider .swiper-button-prev {
        left: calc(50% - 350px);
        top: calc(50% - 60px)
    }

    .awIndexOrganizationSlider .swiper-button-next {
        right: calc(50% - 350px);
        top: calc(50% - 60px)
    }

    .awIndexOrganizationSlider__swipeIcon {
        display: none
    }

    .awIndexBlogers {
        padding: 19px 0 96px
    }

    .awIndexBlogersSlider .swiper-button-next,
    .awIndexBlogersSlider .swiper-button-prev {
        display: block
    }

    .awIndexBlogersSlider .swiper-button-prev {
        left: calc(50% - 350px);
        top: calc(50% - 60px)
    }

    .awIndexBlogersSlider .swiper-button-next {
        right: calc(50% - 350px);
        top: calc(50% - 60px)
    }

    .awIndexBlogersSlider__slidesWrapper {
        display: flex;
        flex-direction: unset;
        gap: unset
    }

    .awIndexBlogers__title {
        max-width: 540px;
        margin: 0 auto 40px
    }

    .awIndexBlogersSlider__slide {
        width: 535px
    }

    .awIndexBlogersSlider__slideInner {
        opacity: .2
    }

    .awIndexBlogersSlider__slideContent {
        padding: 24px
    }

    .awIndexBlogersSlider__blogerSubscribers {
        font-size: 18px;
        line-height: 28px
    }

    .awIndexBlogersSlider__swipeIcon {
        display: none
    }

    .ourGames__modalVideoPlayer {
        max-width: 90%;
        left: 5%
    }

    .ourGames__modalVideoCloser {
        top: 5%;
        bottom: auto
    }

    .infoWrapper {
        padding: 12em 2em 0
    }

    .infoContainer {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
        padding-bottom: 200px
    }

    .awUlBreak {
        -webkit-column-break-before: always
    }

    .awAbout {
        padding: 12em 2.5em 0
    }

    .awAbout__description {
        font-size: 18px;
        line-height: 28px
    }
}

@media (min-width:900px) {
    .ourGames__modalVideoPlayer {
        top: 20%;
        height: 80%
    }

    .infoWrapper {
        max-width: 1100px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .ourGames__modalVideoPlayer {
        top: 10%;
        max-height: 80%;
        width: auto;
        left: 10%
    }

    .ourGames__modalVideoCloser {
        top: 5%;
        bottom: auto;
        left: auto;
        right: 3%;
        transition: opacity .3s ease
    }

    .ourGames__modalVideoCloser:hover {
        opacity: .5
    }

    .infoWrapper {
        padding: 18em 0 10em
    }
}

@media (min-width:1300px) {
    html {
        margin-right: calc(-1*(100vw - 100%));
        overflow-x: hidden
    }

    .awH1,
    .awH2 {
        font-size: 56px;
        line-height: 74px
    }

    .awH3 {
        font-size: 36px;
        line-height: 52px
    }

    .awH2width540 {
        width: 750px
    }

    a,
    body.hideCursor {
        cursor: none
    }

    .awContainer {
        padding: 0 2.1em
    }

    .aw_PromoSlideUp,
    .aw_SlideUp {
        top: -65px !important
    }

    .awTopMenu-YouTube a,
    .awTopMenu-YouTube img,
    .awTopMenu-vk a,
    .awTopMenu-vk img {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .awPromoLocationContainer {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 50px
    }

    .awLanguageSelect__items {
        left: 15.5em;
        top: 4.5em
    }

    .awTopBanner__wrapper {
        height: 935px;
        background: url(../images/awTopBannerBG.jpg)no-repeat top;
        background-size: cover
    }

    .awTopBanner {
        max-width: 1440px;
        margin: 0 auto;
        padding-top: 2em;
        padding-left: 3.7em;
        padding-bottom: 0;
        background: 0 0
    }

    .awH1index {
        font-size: 70px;
        line-height: 84px;
        letter-spacing: -1.5px;
        margin-top: 2.9em;
        width: 800px
    }

    .awTopBanner_img {
        padding-top: 12em;
        padding-left: 10em;
        overflow: hidden
    }

    .awTopBanner_img img {
        width: 700px
    }

    .awTopBanner__description {
        font-size: 18px;
        line-height: 28px;
        width: 520px;
        padding-left: 6.3em;
        margin-top: 2.3em
    }

    .awTopBanner__button {
        padding-top: 2.5em;
        padding-left: 8.1em;
        display: flex
    }

    .awTopBanner__buttonWatch {
        background: url(../images/awTopBannepButton.svg)no-repeat;
        background-position: top;
        background-size: cover;
        height: 90px;
        margin-top: -8.9em;
        display: flex
    }

    .awTopBanner__buttonWatch-container {
        max-width: 1440px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        margin: 0 auto
    }

    .awTopBanner__descriptionPromo {
        font-size: 16px
    }

    .awTopBanner__descriptionPromo ol {
        padding-left: 28px
    }

    .awTopBanner_img_Promo {
        padding-top: 15em
    }

    .awTopBanner__promoText {
        font-size: 24px;
        max-width: 80%
    }

    .awIndexSecond__Title {
        width: 330px
    }

    .awIndexSecond__wrapper {
        padding-top: 1.3em
    }

    .awIndexSecond__container {
        max-width: 1440px;
        margin: 0 auto
    }

    .awIndexSecond__item {
        max-width: 880px;
        min-width: 420px;
        width: 650px;
        transition: all .5s ease;
        flex-shrink: 1
    }

    .awIndexSecond__img {
        overflow: hidden;
        width: auto;
        border-radius: 20px
    }

    .awIndexSecond__img img {
        height: 100%;
        object-fit: cover
    }

    .awIndexSecond__text {
        height: auto;
        overflow: hidden;
        opacity: 1;
        max-height: 0;
        transition: all 1s ease;
        width: 650px
    }

    .awIndexSecond__item {
        overflow: hidden
    }

    .awIndexSecond__item:hover .awIndexSecond__text {
        opacity: 1;
        max-height: 110px;
        transition: all .5s ease
    }

    .aw880 {
        width: 880px
    }

    .aw420 {
        width: 420px;
        transition: all .5s ease
    }

    .awIndexVideoBanner__wrapper {
        max-width: 1440px;
        margin: 0 auto
    }

    .awIndexVideoBanner__title {
        width: 800px
    }

    .awIndexVideoBanner__videoWrapper {
        margin: 4em auto 0
    }

    .awIndexVideoBanner__img img {
        width: 100%
    }

    #awIndexFAQ__mobileView {
        display: none
    }

    #awDesktopLeft {
        text-align: left
    }

    #awIndexFAQ__desktopView {
        display: inherit
    }

    .awIndexFAQ__title {
        text-align: left;
        width: 300px;
        margin: 0
    }

    .awIndexFAQ__container {
        max-width: 1440px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 40% 1fr;
        padding-left: 3.5em
    }

    .awIndexFAQ__question {
        font-size: 24px;
        line-height: 26px;
        margin-top: 10px;
        white-space: nowrap; /* Предотвращаем перенос на вторую строку */
        overflow: hidden; /* Скрываем переполнение */
        text-overflow: ellipsis; /* Добавляем многоточие при обрезке */
    }

    .awIndexFAQ__sendMessage-description {
        text-align: left;
        margin: 1.7em 0
    }

    .awIndexFAQ__sendMessage-button {
        margin-top: 4.3em;
        display: flex;
        justify-content: flex-start
    }

    .awIndexFAQ__right {
        padding-top: 1.5em
    }

    .awIndexFAQ__number {
        padding-left: .4em
    }

    .awIndexFAQ__itemTop:hover {
        color: #ea0046;
    }

    .awIndexFAQ__itemTop {
        transition: color .3s ease
    }

    .awIndexFAQ__answer {
        font-size: 18px;
        line-height: 28px;
        padding-top: 2.8em;
        padding-left: 4.4em
    }

    .awIndexFAQ__goToFaqPag a {
        transition: all .3s ease
    }

    .awContacts a:hover,
    .awIndexFAQ__goToFaqPage a:hover {
        color: rgba(255, 255, 255, .5);
        transition: all .3s ease
    }

    .awIndexTeam__title {
        width: 700px;
        padding-bottom: 1.5em
    }

    .awIndexTeam_container {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 4em;
        padding-right: 4em;
        padding-bottom: 6em
    }

    .awIndexTeam__firstRow,
    .awIndexTeam__firstRow__rigth,
    .awIndexTeam__images,
    .awIndexTeam__seconRow,
    .awIndexTeam__seconRow__left {
        gap: 40px
    }

    .awIndexMap__container {
        left: 50%;
        transform: translate(-50%, 0)
    }

    .awIndexMap__map {
        height: 760px;
        margin-top: 5em
    }

    .awIndexMap__description {
        top: -715px;
        left: 0
    }

    .awIndexMap__wrapper {
        padding-top: 6.9em;
        position: relative
    }

    .awIndexMap__wrapper .sectionLocation__mapZoom {
        top: 60%
    }

    .awFooter__before {
        position: relative;
        background: url(../images/footer_layer.svg)no-repeat;
        background-position: bottom;
        background-size: 50%;
        height: 90px;
        margin-top: -89px;
        z-index: 50
    }

    .awFooter .awFooter__social {
        justify-content: end
    }

    .awFooter__Container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 4em 3.5em 5em
    }

    .awFooter__middle {
        position: relative;
        top: -8px;
        left: 20px
    }

    .awFooter__menu ul,
    .awFooter__ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        text-align: left;
        padding: 0;
        margin: 0;
        column-gap: 146px
    }

    .awFooter__Body {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .awFooter__contacts {
        margin-top: 0;
        text-align: right
    }

    .awFooter__bottom {
        margin-top: .75em;
        padding-top: 36px
    }

    .awFooter__sRef {
        position: relative
    }

    .awFooter__sRef a {
        overflow: hidden
    }

    .awFooter__sRef:before {
        content: "";
        position: absolute;
        top: 7%;
        left: 7%;
        width: 85%;
        height: 85%;
        opacity: .8;
        border: 1px solid #ffffffcb;
        transition: opacity .4s ease, transform .5s ease
    }

    @keyframes awFoterIcons {
        49% {
            transform: translate(-50px);
            opacity: 0
        }

        50% {
            transform: translate(50px);
            opacity: 1
        }

        80% {
            transform: translate(0)
        }
    }

    .awFooter__social__item:hover .awFooter__sRef img {
        animation: awFoterIcons .5s ease-in-out
    }

    .awFooter__social__item:hover .awFooter__sRef::before {
        opacity: 0;
        transform: scale(1.6)
    }

    .awContacts a {
        transition: all .3s ease
    }

    .awIndexReviews {
        padding: 180px 0 30px
    }

    .awIndexReviews__title {
        margin-bottom: 60px
    }

    .awIndexOrganization {
        padding: 100px 0 0
    }

    .awIndexOrganization__title {
        max-width: 650px;
        margin: 0 auto
    }

    .awIndexBlogers__sliderContainer::after,
    .awIndexBlogers__sliderContainer::before,
    .awIndexOrganization__sliderContainer::after,
    .awIndexOrganization__sliderContainer::before {
        display: block
    }

    .awIndexOrganizationSlider .swiper-button-prev {
        left: 50px
    }

    .awIndexOrganizationSlider .swiper-button-next {
        right: 50px
    }

    .swiper-slide-fully-visible .awIndexBlogersSlider__slideInner,
    .swiper-slide-fully-visible .awIndexOrganizationSlider__slideInner {
        opacity: 1
    }

    .awIndexOrganizationSlider__slideSubtitle {
        font-size: 16px
    }

    .awIndexBlogers {
        padding: 94px 0
    }

    .awIndexBlogersSlider .swiper-button-prev {
        left: 50px
    }

    .awIndexBlogersSlider .swiper-button-next {
        right: 50px
    }

    .awIndexBlogersSlider {
        transform: translateX(20px)
    }

    .awIndexBlogers__title {
        max-width: 650px;
        margin: 0 auto 60px
    }

    .display1300 {
        display: flex
    }

    .awCountrySelect {
        margin-top: 110px
    }

    .awPromoLocationSelect {
        padding-bottom: 100px
    }

    .awAbout {
        padding: 14em 0 0
    }

    .awCursorImageWrapper {
        transform: translateX(-500px);
        display: block
    }

    @media (hover:hover) and (pointer:fine) {
        .awCursorImageWrapper {
            display: block
        }
    }

    .awRoistatPhone {
        bottom: 10% !important
    }
}

@media (min-width:1374px) {
    .awIndexSecond__items {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1440px;
        flex-basis: 420px;
        align-items: center
    }
}

.ta-left {
    text-align: left
}

.ta-center {
    text-align: center
}

/* Added for SEO optimization and font size adjustment */
.awIndexOrganizationSlider__slideTitle {
    font-size: 1.4rem !important;
}

.awIndexOrganizationSlider__slideSubtitle {
    font-size: 1.1rem !important;
}

.awIndexOrganizationSlider__slideText {
    font-size: 1rem !important;
}

/* Fix for FAQ question display */
.awIndexFAQ__question {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}