pre
{
    max-width: 100vw;
}
html {
    text-rendering: optimizelegibility;
    font-size: .8vw;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    background: var(--lightbg, #edf4f9);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-x: hidden;
}

body * {
    box-sizing: border-box;
}

*:not(.fslightbox-container *) {
    transition: all 0.15s ease;
}

:root {
    --line: #e4edf4;
    --lightbg: #edf4f9;
    --greytext: #8d9ca7;
    --black: #000000;
    --white: #ffffff;
}

section,
footer {
    margin: -5rem 0 0;
    border-radius: 5rem 5rem 0 0;
    padding: 5.625rem 8.75rem 9.375rem 8.75rem;
    display: flex;
    flex-direction: column;
    /* align-self: stretch; */
    width: 100vw;
    flex-shrink: 0;
    position: relative;
    gap: 2.25rem;
    background-color: #fff;
}

#products,
#game,
#reviews,
#faq
{
    scroll-margin-top: 20rem;
}

a {
    text-decoration: none;
    color: #000;
}

p
{
    margin: 0;
    padding: 0;
}

button,
input[type="text"] {
    border: none;
    box-shadow: none;
}

.btn {
    background: var(--main);
    border-radius: 6.1875rem;
    padding: 1.5rem 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.btn:hover
{
    filter: brightness(85%);
}

.btn-white {
    background-color: #fff;
    color: #000;
}

.btn-line
{
    background-color: transparent;
    border: 2px solid #fff;
}

.banner {
    background: 
    linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45)),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%),
    url(../img/banner.jpg) center / cover no-repeat;
    padding: 8.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
    min-height: 60rem;
}


.img-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-info {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    flex-shrink: 0;
    max-width: 80rem;
    position: relative;
}

.banner-title {
    color: #ffffff;
    font-size: 5rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.banner-title .h1
{
    font-weight: 700;
}

mark {
    color: var(--main);
    background-color: transparent;
}

.banner-bullets-list {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    flex-shrink: 0;
    width: 37.5rem;
    position: relative;
}

.bullet-info {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1;
    position: relative;
}

.banner-bullet {
    display: flex;
    gap: 1.5rem;
    position: relative;
    flex-shrink: 0;
    align-self: stretch;
    color: #ffffff;
}

.banner-bullet-arrow {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    position: relative;
    overflow: visible;
}

.bullet-title,
.bullet-sub {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    position: relative;
    align-self: stretch;
    flex-shrink: 0;
}

.bullet-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.bullet-sub {
    gap: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    flex: 1;
    justify-content: center;
}

.banner-button {
    padding: 2rem 4rem 2rem 4rem;
    font-size: 1.25rem;
    font-weight: 600;
    max-width: fit-content;
}

.about {
    background: #000;
}

.about-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex-shrink: 0;
    width: 50rem;
    position: relative;
}

.about-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}

.about-sub {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
}

.pic-about {
    flex-shrink: 0;
    width: 44rem;
    height: 44rem;
    position: absolute;
    right: 10rem;
    bottom: 0;
}

.pic-about img {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title {
    color: #000000;
    font-size: 3.375rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-header {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-shrink: 0;
    position: relative;
}


.product-rating {
    border-radius: 6.1875rem;
    border-style: solid;
    border-color: var(--main);
    border-width: 0.125rem;
    padding: 0.75rem 2rem 0.75rem 2rem;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5.9375rem;
    position: relative;
    max-height: fit-content;
}

.product-number {
    color: var(--main);
    font-size: 1.75rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.product-title {
    /* padding: 0.5rem 0rem 0rem 0rem; */
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1;
    font-size: 2.25rem;
    font-weight: 600;
}


.product-des
{
    font-size: 1rem;
    /* color: var(--greytext); */
    font-weight: 400;
}

.product-main {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-gallery {
    padding: 0rem 2.25rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
    position: relative;
}

.product-main-photo {
    border-radius: 1rem;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    overflow: hidden;
    /* background-color: var(--lightbg); */
}

.product-main-photo-block
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-main-photo-content
{
    position: relative;
    width: 42rem;
    height: 42rem;
}

.product-main-photo-block .swiper-slide
{
    width: 100%;
    height: 100%;
}

.product-preview-photo-block
{
    height: auto;
    overflow: hidden;
}

.product-main-photo img
{
    height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
}

.product-gallery-tile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    width: 42rem;
}

.product-gallery-tile-preview {
    border-radius: 0.4rem;
    flex-shrink: 0;
    width: 10rem;
    height: 6rem!important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--lightbg);
}

.product-gallery-tile-preview img
{
    height: 100%;
    width: 100%;
    /* left: 50%;
    transform: translate(-50%);
    position: absolute; */
    object-fit: cover;
}

.product-gallery-tile-preview.active img {
    opacity: 0.2;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex: 1;
    min-height: 43.75rem;
    position: relative;
}

.product-info-main {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    align-self: stretch;
    flex: 1;
    position: relative;
}

.product-info-main-first {
    border-style: solid;
    border-color: var(--line, #e4edf4);
    border-width: 0rem 0.0625rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-self: stretch;
    flex: 1;
    position: relative;
    overflow-y: auto;
    max-height: 40rem;
    scroll-behavior: none;
}



.product-info-shadow {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    flex-shrink: 0;
    width: 100%;
    height: 3.5rem;
    position: sticky;
    left: 0rem;
    bottom: 0;
}

.product-info-main-second {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    flex: 1;
    max-width: 18.75rem;
    position: relative;
}

.product-info-main-rating {
    border-style: solid;
    border-color: var(--line, #e4edf4);
    border-width: 0rem 0rem 0.0625rem 0rem;
    padding: 0rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    max-width: 22.5rem;
    position: relative;
}

.product-info-main-rating-first {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info-main-rating-first span {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.product-info-stars {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.star {
    color: #ffcd1a;
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    height: 1.2rem;
    width: auto;
}



.finger-up {
    flex-shrink: 0;
    width: 1.4375rem;
    height: 1.4375rem;
    position: relative;
    overflow: visible;
}

.product-info-main-rating-fingers span {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.finger-down {
    flex-shrink: 0;
    width: 1.4375rem;
    height: 1.4375rem;
    position: relative;
    overflow: visible;
}

.product-info-main-important {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info-main-important-item {
    padding: 0rem 0rem 0rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.important-item-sub {
    color: var(--greytext);
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.important-item-title {
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.product-info-bottom {
    background: var(--lightbg, #edf4f9);
    border-radius: 1.5rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info-bottom-price {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
    flex-shrink: 0;
    width: 14.0625rem;
    position: relative;
}

.product-info-bottom-price-sub {
    color: var(--greytext);
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.product-info-bottom-price-count {
    color: #000000;
    font-size: 2.125rem;
    line-height: 2.875rem;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.rating {
    background: #000000;
}

.rating .title {
    color: #ffffff;
}

.rating-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.rating-header {
    background: #000000;
    padding: 0rem 2.25rem 0rem 2.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.rating-header-first {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.rating-header-first-place {
    padding: 1rem 2rem;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5.9375rem;
    color: var(--main);
    font-size: 1.25rem;
    font-weight: 500;
}

.rating-header-first-title {
    display: flex;
    gap: 0.625rem;
    flex-shrink: 0;
    width: 25rem;
    max-width: 25rem;
    position: relative;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    flex: 1;
    align-items: center;
}

.rating-header-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
}

.rating-line {
    background: #131313;
    border-radius: 6.1875rem;
    padding: 2rem 2.25rem 2rem 2.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.rating-line-first {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.rating-line-first-place {
    border-radius: 6.1875rem;
    border: 0.125rem solid var(--main);
    padding: 1rem 2rem;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5.9375rem;
    color: var(--main);
    font-size: 1.25rem;
    font-weight: 700;
}

.rating-line-first-title {
    display: flex;
    gap: 0.625rem;
    flex-shrink: 0;
    width: 25rem;
    max-width: 25rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    flex: 1;
}

.rating-line-first-title:hover
{
    text-decoration: underline;
}

.rating-line-item {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    color: #fff;
}

.rating-line-stars {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.rating-line-like, .rating-line-dislike  {
    border-radius: 6.1875rem;
    border-style: solid;
    border-color: #262626;
    border-width: 0.125rem;
    padding: 1rem 1.5625rem 1rem 1.5625rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.product-id
{
    display: none;
}

.rating-line-like img, .rating-line-dislike img
{
    height: 1.5rem;
    width: 1.5rem;
}

.rating-line-like:hover, .rating-line-dislike:hover
{
    background-color: #ffffff1a;
}

.rating-line-like:hover img, .rating-line-dislike:hover img, .like:hover  img, .dislike:hover  img
{
    transform: scale(1.2);

}

.quest-list {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.question {
    border-style: solid;
    border-color: var(--line, #e4edf4);
    border-width: 0rem 0rem 0.0625rem 0rem;
    padding: 1.5rem 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.quest-title {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    align-items: start;
    gap: 1rem;

}

.quest-title:hover
{
    color: var(--main);
}

.quest-opener {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.answer {
    color: var(--greytext);
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: start;
    overflow: hidden;
}

.map-place {
    height: 40rem;
}

.map-place iframe {
    width: 100%;
    height: 100%;
    border-radius: 2.5rem;
}

.tags-block {
    background: var(--lightbg);
}

.tags {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.tag {
    border-radius: 6.1875rem;
    border: 0.0625rem solid var(--greytext, #8d9ca7);
    padding: 1rem 1.5rem;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    color: var(--greytext);
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap
}

.reviews
{
    overflow: hidden;
}

.review-list {
    display: flex;
    flex-direction: row;
    gap: 2.25rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.review {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    box-shadow: 0rem 1.25rem 2.25rem 0rem rgba(35, 76, 105, 0.08);
}

.review.swiper-slide
{
    display: flex;
}

.reviews .swiper-wrapper
{
    height: auto!important;
}

.review-header {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}


.ava {
    border-radius: 12.5rem;
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    position: relative;
    overflow: hidden;
}

.image {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    object-fit: cover;
}

.review-header-right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
    position: relative;
}

.name {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}

.date {
    color: var(--greytext);
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.review-rating-first {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.review-stars {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.review-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-text.active
{
    -webkit-line-clamp: unset;
}

.more {
    color: var(--main);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: -1rem;
}

.callback {
    background: var(--main);
}

.callback-left {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    width: 100%;
    flex-shrink: 0;
    max-width: 50rem;
    position: relative;
}

.callback-title {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    color: #fff;
    font-weight: 400;
}

.callback-sub {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}

.callback-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.form {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

input[type=text] {
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 6.1875rem;
    padding: 1.6rem 2rem;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    flex: 1;
    min-width: 12.5rem;
    max-width: 18.75rem;
    color: #fff;
    font-size: 1.5rem;
}

input[type=text]::placeholder {
    color: #fff;
    opacity: 0.8;
    font-size: 1.125rem;
}

._modal input[type=text]
{
    background: var(--line);
    border: 1px solid var(--line);
    color: #000;
}

._modal input[type=text]::placeholder
{
    color: #000;
}

.callback-form-des {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.callback-form-des-span {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.callback-form-des-span a {
    color: #fff;
    text-decoration: underline;
}

.footer {
    background: #000000;
    flex-direction: row;
    justify-content: space-between;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    flex-shrink: 0;
    max-width: 37.5rem;
    position: relative;
}

.logo {
    flex-shrink: 0;
    width: fit-content;
    max-width: 4rem;
    max-height: 2.5rem;
    position: relative;
    overflow: visible;
}

.footer .logo
{
    max-height: 4rem;
    max-width: 8rem;
}

.footer-des {
    color: var(--greytext);
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.footer-link {
    color: var(--main);
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer-phone {
    color: #ffffff;
    font-size: 2.625rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-social {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

.footer-mail {
    font-size: 1.25rem;
    font-weight: 500;
}

.header {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 6.1875rem;
    padding: 1rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: calc(100vw - 12rem);
    position: fixed;
    top: 0.75rem;
    backdrop-filter: blur(0.375rem);
    -webkit-backdrop-filter: blur(0.375rem);
    z-index: 10 ;
}

.header-left {
    display: flex;
    flex-direction: row;
    gap: 5.625rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.logo2 {
    flex-shrink: 0;
    width: 4.7075rem;
    height: 2.5rem;
    position: relative;
    overflow: visible;
}

nav {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

nav a {
    color: #fff;
}

nav a:hover {
    color: var(--main);
}

.header-right {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.header-phone {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25rem;
    letter-spacing: -0.0125rem;
    font-weight: 700;
}

.header-social {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

.social-icon
{
    height: 3rem;
    width: 3rem;
}

.about, .callback
{
    min-height: 35rem;
}

.menu
{
    display: none;
}

.product-info-item {
    border-style: solid;
    border-color: var(--line);
    border-width: 0rem 0rem 0.0625rem 0rem;
    padding: 1rem 2.25rem 1rem 0rem;
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info-item .product-info-item-list-line::before {
    content: "";
    display: block;
    width: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/assets/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-info-item.plus .product-info-item-list-line::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/assets/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .2rem;
}

.product-info-item.minus .product-info-item-list-line::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/assets/minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .2rem;
}

.product-info-item .quest-opener
{
    height: 1.2rem;
    width: 1.2rem;
}

.product-info-item-title {
    display: flex;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    justify-content: space-between;
    gap: 1rem;
}

.product-info-item-list {
    padding: 0rem 0rem 0rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info-item-list-line {
    display: flex;
    gap: 0.5rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.list-line_arrow {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    overflow: visible;
}

.opener {
    flex-shrink: 0;
    width: 0.93125rem;
    height: 0.465625rem;
    position: relative;
    overflow: visible;
}

.product-info-main-rating-fingers {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

.like, .dislike  {
    background: #ffffff;
    border-radius: 6.1875rem;
    border-style: solid;
    border-color: var(--line, #e4edf4);
    border-width: 0.0625rem;
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
}

*::-webkit-scrollbar {
    height: .5rem;
    width: .5rem;
  }

 
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #e6e6e6;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #e6e6e6;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: var(--line);
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: var(--line);
    cursor: pointer;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: var(--line);
    cursor: pointer;
  }

  .swiper-button-next:after, .swiper-button-prev:after
  {
      font-size: 0.9rem!important; 
      color: #fff;
  }
  
  .swiper-button-next, .swiper-button-prev
  {
      border-radius: 99px;
      background: rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      display: flex;
      width: 3rem!important;
      height: 3rem!important;
      padding: 1rem!important;
      justify-content: center;
      align-items: center;
      color: #fff;
  }

  .swiper-button-next
  {
    right: -1rem!important;
  }

  .swiper-button-prev
  {
    left: -1rem!important;
  }
  
  .swiper-pagination-bullet-active
  {
    background: var(--main)!important;
  }

  .swiper-slide-thumb-active
  {
    opacity: 0.4;
  }

  .final-page
  {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin: 8rem 0 4rem 0;
    background-color: var(--lightbg);
  }

  .final-page .okay svg
  {
    height: 10rem;
    width: auto;
  }

  .final-page .subtitle
  {
    font-size: 1.25rem;
  }

  .final-page .btn
  {
    margin: 0 auto;
    max-width: fit-content;
  }

  .final-page .btn svg
  {
    margin-right: 1rem;
  }

.m-menu {
  display: none;
}

/* GAME */

.game {
    padding: 0;
    border-radius: 5rem 5rem 0rem 0rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    gap: 0;
}

.game-main {
    background: var(--main);
    padding: 5.625rem 8.75rem 9.375rem 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 46rem;
    position: relative;
    width: 100%;
}

.game-slide
{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: none;
}

.game-slide.active {
    opacity: 1;
    display: flex;
}

.game-right {
    background: 
    linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(../img/banner.jpg) center / cover no-repeat;
  padding: 2.625rem 2.625rem 9.375rem 2.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
  color: #fff;
  min-width: 40rem;
  max-width: 40rem;
  width: 40rem;
}
.game-main-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: #fff;
}

.game-main-title {
  font-size: 2.625rem;
  font-weight: 500;
}
.game-answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.game-answer-item {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6.1875rem;
  padding: 1.5rem 2.625rem 1.5rem 2.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25;
}

.game-answer-item:hover {
    background: #ffffff;
    color: #000;
    cursor: pointer;
}

.game-answer-item.active {
    background: #ffffff;
    color: #000;
}

.game-main-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}


.game-right .title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}
.game-right .subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

.loading {
    position: relative;
    height: 1.6rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 6rem;
    width: 100%;
    overflow: hidden;
}

.loading-progress {
    height: 1.6rem;
    background-color: #fff;
    width: 0%;
    transition: width 0.5s ease;
}

.final-slide
{
    gap: 1rem;
}

.game-percent
{
    font-size: 3.5rem;
    font-weight: 400;
}

  @media (max-width: 768px) {
    html
    {
        font-size: 3vw;
    }
    section,
    footer{
        margin: -3rem 0 0;
        border-radius: 3rem 3rem 0 0;
        padding: 3rem 2rem 8rem 2rem;
    }

    .banner
    {
        padding: 7rem 1.5rem;
    }

    .title
    {
        font-size: 2.5rem;
    }

    .product-main
    {
        flex-direction: column;
        gap: 1.5rem;
    }

    .product-info-main
    {
        flex-direction: column;
        gap: 2rem;
    }

    .rating-line
    {
        flex-wrap: wrap;
    }

    nav
    {
        display: none;
    }

    .footer
    {
        flex-direction: column;
    }

    .review-list
    {
        flex-direction: column;
    }

    .header
    {
        width: calc(100vw - 1rem);
    }

    .product-main-photo-content
    {
        width: 100%;
        height: 26rem;
    }

    .product-gallery
    {
        padding: 0;
    }

    .product-gallery-tile
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .banner-bullets-list
    {
        width: auto;
    }

    .banner-title
    {
        font-size: 3.4rem;
    }

    .about, .callback
    {
        padding-bottom: 24rem;
    }

    .pic-about
    {
        height: 23rem;
        width: 100%;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .pic-about img
    {
        bottom: auto;
        top: 5rem;
        transform: translateX(-50%) scale(140%);
    }

    .about-info
    {
        width: auto;
    }

    .banner-button
    {
        max-width: none;
    }

    .product-header
    {
        flex-direction: column;
        gap: .5rem;
    }

    .product-rating
    {
        padding: .5rem 1.5rem;
    }

    .product-gallery-tile-preview
    {
        width: 32%;
    }

    .product-gallery-tile
    {
        justify-content: start;
    }

    .product
    {
        gap: 1.5rem;
    }

    .product-info-item-list-line
    {
        font-size: 1rem;
    }

    .product-info-main-second, .product-info-main-rating
    {
        max-width: none;
    }

    .product-info-main-first
    {
        max-height: 32rem;
    }

    .product-info-bottom
    {
        flex-direction: column;
        gap: 1rem;
    }

    .product-info
    {
        gap: 2rem;
        min-height: auto;
    }

    .rating-header
    {
        display: none;
    }

    .rating-line
    {
        border-radius: 3rem;
        gap: 1rem;
    }

    .rating-line-first
    {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .rating-line-first-place
    {
        padding: 0.5rem 1.5rem;
    }

    .rating_m::before
    {
        content: 'Рейтинг:';
        color: var(--greytext);
    }

    .rating_m
    {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        flex-basis: auto;
    }

    .like_m, .dislike_m
    {
        flex-grow: 1;
    }

    .rating-line-like, .rating-line-dislike
    {
        width: 100%;
    }

    .points_m
    {
        position: absolute;
        right: 2rem;
        top: 2rem;
        flex-direction: row;
    }

    .points_m::before
    {
        content: 'Баллы:';
        margin-right: .5rem;

    }

    .tags
    {
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: .5rem;
    }

    .tags::-webkit-scrollbar
    {
        display: none;
    }

    .form
    {
        flex-direction: column;
    }

    .form input[type=text], .form .btn
    {
        max-width: none;
        width: 100%;
    }

    .btn
    {
        padding: 2rem 2.625rem;
    }

    .callback-title
    {
        font-size: 2.6rem;
    }

    .footer-social
    {
        position: fixed;
        bottom: 6rem;
        right: 1rem;
        flex-direction: column;
        padding: .5rem .5rem ;
        border-radius: 6rem;
        border-radius: 99px;
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .footer-social .social-icon
    {
        height: 4rem;
        width: 4rem;
    }

    .footer-social 
    {
        z-index: 999;
    }

    .header-social
    {
        display: none;
    }

    .menu
    {
        display: block;
    }

    .header-left
    {
        gap: 1rem;
    }

    .product-info-main-first
    {
        border: none;
    }

    .modal-menu nav
    {
        display: flex;
        flex-direction: column;
    }

    .m-menu {
        background: #ffffff;
        border-radius: 1.5rem 1.5rem 0rem 0rem;
        padding: 1rem 1.5rem 0.5rem 1.5rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        position: fixed;
        bottom: 0;
        z-index: 500;
        width: 100%;
      }
      .menu-button {
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
      }
      .menu-button img {
        flex-shrink: 0;
        width: 2.6rem;
        height: 2.6rem;
        position: relative;
        overflow: visible;
      }
      .menu-sub {
        color: var(--greytext);
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
      }

      .product-info-main-important
      {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }

      .game
      {
        flex-direction: column-reverse;
        margin: -3rem 0 0;
        border-radius: 3rem 3rem 0 0;
      }


    .game-main{
        padding: 3rem 2rem 8rem 2rem;
        gap: 2rem;
    }

    .game-right
    {
        padding: 3rem 2rem;
        width: auto;
        max-width: fit-content;
        min-width: auto;
    }

    .game-answers
    {
        flex-direction: column;
    }

    .game-answer-item
    {
        width: 100%;
    }

    .game-right .title
    {
        font-size: 2.5rem;
    }

    .game-main-title
    {
        font-size: 1.8rem;
    }

    .game-main-bottom
    {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: center;
    }

    .game-main-bottom .btn-line
    {
        padding: 1.25rem 2.625rem;
    }

    .game-answer-item
    {
        font-size: 1.2rem;
    }

    .game-main-bottom .btn-white
    {
        width: 100%;
    }
  }


