* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
}
:root {
    --black: #181617;
    --yellow: #EFE134;
    --white: #FDFCF9;
    --gray: #CDCDCD;
    --text-gray: #737373;
}
html {
    scroll-behavior: smooth;
}
h1,
.h1{
    color: var(--white);
    font-family: Oswald;
    font-size: 125px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: left;
    text-transform: uppercase;
}
h2,
.h2{
    color: var(--white);
    font-family: Oswald;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -5%;
    text-align: left;
    text-transform: uppercase;
}
h3,
.title {
    color: var(--white);
    font-family: Roboto;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -8%;
    text-align: left;
    text-transform: uppercase;
}
h4 {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -8%;
    text-align: left;
    text-transform: uppercase;
    color: var(--white);
}
h4.yellow {
    color: var(--yellow);
}
.regular {
    color: var(--white);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -8%;
    text-align: left;
    text-transform: uppercase;
}
.regular.gray {
    color: var(--text-gray);
}
body {
    background-color: #181617;
}
section {
    background-color: #181617;
}
.__container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.mobile__section {
    display: none;
}
header {
    padding: 30px 40px;
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
header .main__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
header .mobile__menu {
    display: none;
}
header .logo {
    width: 143px;
    height: 52px;
}
header .socials {
    display: flex;
    align-items: center;
}
.navigation .navigation__list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -2.5px;
}
.navigation .navigation__list .navigation__item {
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2.5px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background: rgba(253, 252, 249, 0.15);
    color: rgb(253, 252, 249);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    transition: .35s all;
    overflow: hidden;
}
.navigation .navigation__list .navigation__item:hover {
    background: rgba(253, 252, 249, 0.4);
    transition: .35s all;
}

.navigation .navigation__list .navigation__item .navigation__item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 18px;
}
.socials .socials__list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -2.5px;
}
.socials .socials__list .socials__item {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2.5px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background: rgba(253, 252, 249, 0.15);
    transition: .35s all ease-in-out;
}
.socials .socials__list .socials__item:hover,
.footer__socials__item:hover {
    background: #EFE134;
    transition: .35s all ease-in-out;
}
.socials .socials__list .socials__item .socials__item__link {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socials .socials__list .socials__item .socials__item__img {
    max-width: 24px;
    max-height: 24px;
    transition: .35s all ease-in-out;
    color: var(--white);
}
.socials .socials__list .socials__item:hover .socials__item__img,
.footer__socials__item:hover .footer__social__img {
    color: var(--black);
    transition: .35s all ease-in-out;
}
.franchise {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px 10px 25px;
    flex: none;
    background-color: var(--yellow);
    outline: none;
    border: none;
    height: 60px;
    border-radius: 5px;
    color: var(--black);
    cursor: pointer;
    margin-left: 113px;
    transition: .35s all ease-in-out;
}
.franchise:hover {
    background-color: #FFEC00;
    transition: .35s all ease-in-out;
}
.franchise .button__overflow .button__overflow__top,
.franchise .button__overflow .button__overflow__main {
    color: var(--black);
    left: -1px;
    transition: .15s all ease-in-out;
}
.franchise:hover .button__overflow .button__overflow__top,
.franchise:hover .button__overflow .button__overflow__main {
    top: 0;
    transition: .15s all ease-in-out;
}
main section.main {
    height: 100vh;
}

main section.main.video::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180.00deg, rgba(24, 22, 23, 0),rgba(24, 22, 23, 0.95) 89.733%,rgb(24, 22, 23) 100%);
}

video {
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}
main section.main.franchise__main {
    background: url("../source/franchise.jpeg") center center/cover no-repeat;
}
main .main__mobile {
    display: none;
}
main section.main .main__container {
    padding: 60px 40px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
main section.main .main__container h1 {
    max-width: 912px;
}
main section.main .main__container .main__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
main section.main .main__container .main__info__btn {
    width: auto;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin-top: 40px;
    box-sizing: border-box;
    border: 2px solid var(--yellow);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    transition: .35s all ease-in-out;
}
main section.advantage {
    padding: 200px 40px 160px 40px;
}
main section.advantage .advantage__card__item {
    height: 400px;
    width: 100%;
    margin: 10px 0;
    background-color: #211F20;
}
main section.advantage .advantage__card__item.nothing {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
main section.advantage .advantage__card__item.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(225.00deg, rgb(64, 62, 63) -0.038%,rgb(33, 31, 32) 50.13%);
}
main section.advantage .advantage__card__item.flex .advantage__card__logo {
    max-width: 81px;
    max-height: 81px;
}
main section.advantage .advantage__card__item .advantage__card__descr__main {
    margin-top: 30px;
}
main section.advantage .advantage__card__item .advantage__card__descr {
    margin-top: 10px;
}
main section.advantage .advantage__card__item .advantage__card__btn {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 25px ;
    flex: none;
    outline: none;
    border: none;
    margin-top: 50px;
    border-radius: 5px;
    background: var(--yellow);
    color: var(--black);
    cursor: pointer;
    transition: .35s all ease-in-out;
}
main section.franchise__block {
    background: url("../source/123.png") center center/cover no-repeat;
    height: 1266px;
    padding: 124px 40px 72px 40px;
}
main section.franchise__block .svg__img {
    display: none;
}
main section.franchise__block .franchise__block__desr .franchise__block__desr__text {
    margin-top: 40px;
}
main section.franchise__block .franchise__block__desr .franchise__block__desr__btn {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    margin-top: 50px;
    border: none;
    outline: none;
    background-color: var(--yellow);
    color: var(--black);
    cursor: pointer;
    border-radius: 5px;
    transition: .35s all ease-in-out;
}
main section.franchise__block .franchise__block__check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -7.5px;
}
main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item {
    width: 46%;
    height: 143px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    margin: 7.5px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background: rgba(253, 252, 249, 0.1);
}
main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item .franchise__block__check-list__item__logo {
    margin-bottom: 15px;
    max-width: 40px;
    max-height: 40px;
}
main section.franchise__block .franchise__block__check-list__descr {
    margin-top: 100px;
}
main section.franchise__block .franchise__block__check-list__btn {
    height: 60px;
    width: 284px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin-top: 20px;
    box-sizing: border-box;
    outline: none;
    border: 2px solid rgb(239, 225, 52);
    border-radius: 5px;
    color: var(--yellow);
    background-color: transparent;
    cursor: pointer;
    transition: .35s all ease-in-out;
}
main section.about {
    padding: 160px 40px;
}
main section.about p {
    margin-bottom: 20px;
}
main section.about .about__cards {
    margin-top: 20px;
}
main section.about .about__cards .about__card {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    margin: 10px 0;
    border-radius: 5px;
    background: rgb(33, 31, 32);
}
main section.about .about__cards .about__card .h1 {
    color: var(--yellow);
    margin-bottom: 30px;
}
main section.about .about__cards .about__card span {
    position: absolute;
    display: block;
    right: 20px;
    height: 87%;
}
main section.about .about__cards .about__card span.topper {
    top: 20px;
    width: 295px;
    height: 46.24px;
}
main section.founders {
    padding: 0 40px 160px 40px;
}
main section.founders .founders__title {
    margin-bottom: 40px;
}
main section.founders .founders__title button {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    flex-grow: 0;
    margin-top: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: var(--yellow);
    cursor: pointer;
    color: var(--black);
    transition: .35s all ease-in-out;
}
main section.founders .founders__cards .founders__card {
    width: 100%;
    height: 500px;
    background-color: #181617;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
}
main section.founders .founders__cards .founders__card img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
main .interior {
    padding-bottom: 160px;
}
main .interior .interior__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 40px;
}
.slider__dots ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -4px;
}
.slider__dots ul li {
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--white);
    opacity: .15;
    margin: 0 4px;
    border-radius: 100%;
    cursor: pointer;
}
.slider__dots ul li.active {
    background-color: var(--yellow);
    opacity: 1;
}
#slider {
    box-sizing: border-box;
    overflow: hidden;
}
#foundersSlider {
    display: none;
}
#slider .slider__overflow {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    user-select: none;
    cursor: grab;
    touch-action: pan-y;
    -ms-overflow-style: none; scrollbar-width: none;
    padding: 0 80px;
}
#slider .slider__overflow::-webkit-scrollbar { display: none; }
#slider .slider__overflow.grabbing { cursor: grabbing; }
#slider .slider__overflow .slide {
    flex: 0 0 calc(100% - 80px);
    aspect-ratio: 1680/846;
    border-radius: 5px;
    overflow: hidden;
}
#slider .slider__overflow .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}
main section.book {
    padding: 0 40px 160px 40px;
    background: url("../source/book.png") center center/contain no-repeat;
    height: 950px;
    display: flex;
    align-items: center;
}
main section.book button {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin-top: 50px;
    color: var(--black);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    background: var(--yellow);
}
main section.reviews {
    padding: 160px 40px 150px 40px;
}
main section.reviews .view__block {
    margin-top: 40px;
    overflow: hidden;
    height: 480px;
    transition: .2s all ease-in-out;
}
main section.reviews .view__block.visible {
    overflow: visible;
    transition: .2s all ease-in-out;
}
main section.reviews .view__block span {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 255px;
    background: linear-gradient(180.00deg, rgba(24, 22, 23, 0),rgb(24, 22, 23) 100%);
}
main section.reviews .view__block .reviews__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border-radius: 5px;
    background: rgb(33, 31, 32);
    margin-bottom: 20px;
}
main section.reviews .view__block .reviews__item .reviews__item__title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}
main section.reviews #showMore {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background-color: transparent;
    color: var(--yellow);
    border: 2px solid var(--yellow);
    border-radius: 5px;
    cursor: pointer;
    margin: 10px auto 0 auto;
    transition: .35s all ease-in-out;
}
footer {
    padding: 80px 0 20px 0;
    border-top: 2px solid rgb(33, 31, 32);
}
.top__section {
    padding: 0 40px 90px 40px;
}
.menu__list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 40px -2.5px 0 -2.5px;
}
.menu__item {
    height: 60px;
    margin: 0 2.5px;
    border-radius: 5px;
    background: rgb(33, 31, 32);
    transition: .35s all ease-in-out;
}
.menu__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 18px;
}
.footer__socials {
    margin-top: 80px;
}
.footer__socials__list {
    list-style: none;
    margin: 40px -2.5px 0 -2.5px;
    display: flex;
    align-items: center;
}
.footer__socials__item {
    margin: 0 2.5px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: rgb(33, 31, 32);
    transition: .35s all ease-in-out;
}
.footer__social__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer__social__img {
    max-width: 24px;
    max-height: 24px;
    color: var(--white);
    transition: .35s all ease-in-out;
}
.call__block__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px -20px 103px -20px;
}
.call__block__item {
    margin: 15px 20px 0 20px;
}
.call__block__link {
    color: var(--yellow);
}
.bottom__section {
    padding: 20px 40px 0 40px;
    border-top: 2px solid rgb(33, 31, 32);
}
.bottom__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__logo {
    max-width: 294px;
    max-height: 107px;
}
#modal,
#modalPrivacy {
    background: rgba(24, 22, 23, 0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .2s all ease-in-out;
}
#modal.active,
#modalPrivacy.active {
    z-index: 20;
    background: rgba(24, 22, 23, .6);
}
#modalPrivacy.active {z-index: 21;}
#modal.active .modal__window {
    top: 50%;
    transition: .35s all ease-in-out;
    z-index: 21;
    transform: translate(-50%, -50%);
}
#modalPrivacy.active .modal__window__privacy {
    top: 50%;
    transition: .35s all ease-in-out;
    z-index: 22;
}
.modal__window,
.modal__window__privacy {
    position: absolute;
    transition: .35s all ease-in-out;
    top: 400%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.modal__content {
    width: 636px;
    padding: 50px;
    margin-top: 10px;
    border-radius: 5px;
    background: var(--white);
}
.modal__content__privacy {
    padding: 60px 40px;
    margin-top: 10px;
    border-radius: 5px;
    background: var(--white);
    max-height: 840px;
    overflow: auto;
}
.modal__content h2 {
    color: var(--black);
    text-align: center;
}
.modal__content__privacy h2 {
    color: var(--black);
    margin-bottom: 50px;
}
.modal__content__privacy__text {
    margin-bottom: 40px;
}
.modal__content__privacy__text:last-child {
    margin-bottom: 0;
}
.modal__content__privacy__text h3 {
    color: var(--black);
    margin-bottom: 15px;
}
.modal__content .subtitle {
    text-align: center;
    margin-bottom: 50px;
}
.modal__content .form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -5px -10px -5px;
}
.modal__content .form input,
.modal__content .form textarea {
    width: 48%;
    height: 60px;
    padding: 20px;
    margin: 0 5px 10px 5px;
    border: none;
    outline: none;
    align-items: start;
    justify-content: flex-start;
    border-radius: 5px;
    background: rgb(243, 243, 243);
    text-transform: none;
}
.action__block {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#sendMail {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin-right: 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    color: var(--black);
    background: var(--yellow);
    cursor: pointer;
}
.action__block__text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -7%;
    text-align: left;
    text-transform: uppercase;
    color: rgb(115, 115, 115);
}
.action__block__text span {
    color: var(--black);
    text-decoration: underline;
}
#closeModal,
#closePrivacyModal {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background: rgba(253, 252, 249, 0.15);
}
.privacy__target {
    cursor: pointer;
}
.mobile__menu__header {
    display: none;
}
.mobile__menu .regular.franchise.call-to-us.only__mobile {
    display: none;
}
.advantage__cards__mobile {
    display: none;
}
.only-mobile__block {
    display: none;
}
.about__title__mobile__block {
    display: none;
}
.about__cards__mobile {
    display: none;
}
.book__only-mobile {
    display: none;
}
.reviews__mobile-block {
    display: none;
}
.full__mobile__block {
    display: none;
}
.founders__title__mobile {
    display: none;
}
.slider__dots.mob {
    display: none;
}
.steps {
    padding: 200px 40px 160px 40px;
}
.steps__wrapper {
    margin: 40px -7.5px 0 -7.5px;
    display: flex;
    align-items: center;
}
.steps__card {
    margin: 0 7.5px;
    padding: 20px;
    height: 400px;
    width: 33.33%;
    border-radius: 5px;
    background: linear-gradient(225.00deg, rgb(64, 62, 63) -0.038%,rgb(33, 31, 32) 50.13%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.steps__card span {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Oswald;
    font-size: 44px;
    font-weight: 600;
    line-height: 100%;
}
.steps__card__descr {
    margin-top: 10px;
}
.map {
    padding: 0 40px;
    background: url("../source/cities.png") center center/cover no-repeat;
    height: 950px;
}
.map  .__container,
.map  .__container .row,
.map  .__container .map__desktop__wrapper,
.map  .__container .row .col-4,
.map  .__container .row .col-6 {
    height: 100%;
}
.map__list__wrapper {
    height: 100%;
    overflow: hidden;
}
.map__list__wrapper::before {
    width: 100%;
    height: 160px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(24, 22, 23, 0),rgb(24, 22, 23) 100%);
    z-index: 1;
}
.map__list__wrapper::after {
    width: 100%;
    height: 160px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(24, 22, 23, 0),rgb(24, 22, 23) 100%);
    z-index: 1;
}
.map__list {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    margin: -5px 0;
    transition: transform 0.25s ease-in-out;
    will-change: transform;
    align-items: end;
}
.map__item {
    margin: 5px 0;
    color: var(--yellow);
    font-family: Oswald;
    font-size: 105px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: right;
    text-transform: uppercase;
}
.map__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map h2 {
    margin-bottom: 30px;
}
.map button {
    width: 245px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin-top: 50px;
    border-radius: 5px;
    background: var(--yellow);
    outline: none;
    border: none;
    color: var(--black);
    cursor: pointer;
}
.price {
    margin-bottom: 160px;
    padding: 130px 40px;
    background: url("../source/price.png") center center/cover no-repeat;
    height: 918px;
    display: flex;
    align-items: center;
}
.tabs__info__title,
.tabs__info__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs__info__title {
    margin-bottom: 15px;
}
.tabs__info__title.final {
    margin-bottom: 10px;
}
.tabs__info__text {
    margin-bottom: 3px;
}
.tabs__info__text:last-child {
    margin-bottom: 0;
}
.tabs__investments,
.tabs__turnover {
    margin-bottom: 30px;
}
.tabs__final {
    border-top: 2px solid rgba(253, 252, 249, .1);
    padding-top: 30px;
}
.tab__btn__wrap {
    display: flex;
    align-items: center;
    margin: 10px -2.5px -0px -2.5px;
}
.price h2 {
    margin-bottom: 20px;
}
#partnersSlider {
    display: none;
}
.price__btn {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: var(--yellow);
    outline: none;
    border: none;
    color: var(--black);
    cursor: pointer;
    transition: .35s all ease-in-out;
}
.tab__btn {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 2.5px;
    border-radius: 5px;
    background: rgb(33, 31, 32);
    cursor: pointer;
    transition: .35s all ease-in-out;
}
.tab__btn:hover {
    background: #EFE134;
    color: var(--black);
    transition: .35s all ease-in-out;
}
.tab__btn.active {
    transition: .35s all ease-in-out;
    background: var(--yellow);
    color: var(--black);
}
.play-station__info,
.room__final__info {
    margin-top: 20px;
}
.play-station__info span,
.room__final__info span {
    color: var(--yellow);
    margin-left: 5px;
}
.room__info {
    margin-top: 20px;
}
.tab__room__btn {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 2.5px;
    border-radius: 5px;
    background: rgb(33, 31, 32);
    cursor: pointer;
    transition: .35s all ease-in-out;
}
.tab__room__btn:hover {
    background: #EFE134;
    color: var(--black);
    transition: .35s all ease-in-out;
}
.tab__room__btn.active {
    transition: .35s all ease-in-out;
    background: var(--yellow);
    color: var(--black);
}
.partners {
    padding: 160px 40px 0 40px;
}
.partners__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners__title .regular.gray {
    width: 603px;
    display: block;
}
.partners__wrapper {
    margin: 40px -7.5px -0px -7.5px;
    display: flex;
    align-items: center;
}
.partners__card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    margin: 0 7.5px;
    width: 100%;
    background: rgb(33, 31, 32);
    height: 437.5px;
    border-radius: 5px;
    overflow: hidden;
}
.partners__card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reviews__item__movie {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.reviews__item__movie.big {
    width: 100%;
    height: 700px
}
.reviews__item__movie.small {
    width: 100%;
    height: 342px;
}
main section.reviews .view__block .reviews__item__movie span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 60px;
    width: 60px;
    background: transparent;
    visibility: visible;
    opacity: 1;
    transition: .15s all ease-in-out;
}
main section.reviews .view__block .reviews__item__movie.active span {
    visibility: hidden;
    opacity: 0;
    transition: .15s all ease-in-out;
}
main section.reviews .view__block .reviews__item__movie img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.not-for-mobile {
    display: flex;
}
.for-mobile {
    display: none;
}
.price-tablet {
    display: none;
}
.map__mobile__wrapper {
    display: none;
}
.price span.price__bottom,
.price span.price__top {
    display: none;
}

.button__overflow {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: column;
    top: 1px;
    transition: .15s all ease-in-out;
    text-align: center;
}
.button__overflow .button__overflow__main {
    opacity: 0;
    transition: .1s all ease-in-out;
    text-align: center;
}
.button__overflow .button__overflow__top {
    opacity: 1;
    transition: .1s all ease-in-out;
    text-align: center;
}

.navigation__item:hover,
.menu__item:hover {
    background: rgba(253, 252, 249, 0.4);
    transition: .35s all ease-in-out;
}

.navigation__item:hover .button__overflow,
.menu__item:hover .button__overflow {
    top: -20px;
    transition: .15s all ease-in-out;
}

.navigation__item:hover .button__overflow .button__overflow__main,
.menu__item:hover .button__overflow .button__overflow__main {
    opacity: 1;
    transition: .1s all ease-in-out;
}
.navigation__item:hover .button__overflow .button__overflow__top,
.menu__item:hover .button__overflow .button__overflow__top {
    opacity: 0;
    transition: .1s all ease-in-out;
}

.without__color .button__overflow {
    top: 1px;
    transition: .15s all ease-in-out;
}

.without__color .button__overflow .button__overflow__main {
    opacity: 0;
    transition: .1s all ease-in-out;
    color: var(--black);
}
.without__color .button__overflow .button__overflow__top {
    opacity: 1;
    transition: .1s all ease-in-out;
    color: var(--black);
}

.without__color:hover .button__overflow {
    top: -20px;
    transition: .15s all ease-in-out;
}

.without__color:hover .button__overflow .button__overflow__main {
    opacity: 1;
    transition: .1s all ease-in-out;
    color: var(--black);
}

.without__color:hover .button__overflow .button__overflow__top {
    opacity: 0;
    transition: .1s all ease-in-out;
    color: var(--black);
}

.with__color .button__overflow {
    top: 1px !important;
    transition: .15s all ease-in-out !important;
}

.with__color .button__overflow .button__overflow__main {
    opacity: 1 !important;
    transition: .1s all ease-in-out !important;
    color: var(--yellow) !important;
}
.with__color .button__overflow .button__overflow__top {
    opacity: 0 !important;
    transition: .1s all ease-in-out !important;
    color: var(--yellow) !important;
}

.with__color {
    background: transparent !important;
    border: 1px solid var(--yellow) !important;
    transition: .35s all ease-in-out !important;
}

.with__color .button__overflow {
    top: 1px !important;
    transition: .15s all ease-in-out !important;
}

.with__color .button__overflow .button__overflow__main {
    opacity: 0 !important;
    transition: .1s all ease-in-out !important;
    color: var(--yellow) !important;
}
.with__color .button__overflow .button__overflow__top {
    opacity: 1 !important;
    transition: .1s all ease-in-out !important;
    color: var(--yellow) !important;
}

.with__color:hover {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
    transition: .35s all ease-in-out !important;
}

.with__color:hover .button__overflow {
    top: -20px !important;
    transition: .15s all ease-in-out !important;
}

.with__color:hover .button__overflow .button__overflow__main {
    opacity: 1 !important;
    transition: .1s all ease-in-out !important;
    color: var(--black) !important;
}
.with__color:hover .button__overflow .button__overflow__top {
    opacity: 0 !important;
    transition: .1s all ease-in-out !important;
    color: var(--black) !important;
}

@media screen and (max-width: 1630px) {
    h1,
    .h1{
        font-size: 88px;
        font-weight: 700;
        line-height: 100%;
    }
    h2 {
        font-size: 44px;
        font-weight: 600;
        line-height: 100%;
    }
    h3,
    .title {
        font-size: 22px;
        font-weight: 600;
        line-height: 100%;
    }
    h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 100%;
    }
    .regular {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
    }
    header {
        padding: 20px 30px;
        height: 85px;
    }
    header .logo {
        width: 102px;
        height: 38px;
    }
    .navigation .navigation__list .navigation__item {
        height: 45px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    .socials .socials__list .socials__item {
        width: 45px;
        height: 45px;
    }
    .socials .socials__list .socials__item .socials__item__img {
        max-width: 17px;
        max-height: 17px;
    }
    .franchise {
        height: 45px;
        padding: 20px;
        margin-left: 42px;
    }
    main section.advantage .advantage__card__item .advantage__card__descr__main {
        margin-top: 20px;
    }
    main section.advantage .advantage__card__item .advantage__card__btn {
        margin-top: 30px;
        height: 45px;
        padding: 20px;
    }
    main section.advantage .advantage__card__item {
        height: 300px;
        padding: 15px;
    }
    main section.advantage .advantage__card__item.flex .advantage__card__logo {
        max-width: 57px;
        max-height: 57px;
    }
    main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item {
        padding: 15px;
        height: 108px;
    }
    main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item .franchise__block__check-list__item__text {
        font-size: 13px;
        letter-spacing: -5%;
    }
    main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item .franchise__block__check-list__item__logo {
        max-width: 30px;
        max-height: 30px;
        margin-bottom: 10px;
    }
    main section.franchise__block .franchise__block__check-list__descr {
        margin-top: 40px;
    }
    main section.franchise__block .franchise__block__check-list__btn {
        height: 42px;
        padding: 7px 18px;
        width: 220px;
    }
    main section.advantage {
        padding: 120px 30px;
    }
    main section.main .main__container {
        padding: 85px 0 45px 0;
    }
    main section.franchise__block {
        height: 676px;
        padding: 85px 30px 52px 30px;
    }
    main section.franchise__block .franchise__block__desr .franchise__block__desr__text {
        margin-top: 30px;
    }
    main section.franchise__block .franchise__block__desr .franchise__block__desr__btn {
        margin-top: 40px;
        height: 45px;
        padding: 20px;
    }
    main section.about {
        padding: 120px 30px;
    }
    main section.about p {
        margin-bottom: 15px;
    }
    main section.about .about__cards {
        margin-top: 15px;
    }
    main section.about .about__cards .about__card {
        height: 300px;
    }
    main section.about .about__cards .about__card .h1 {
        margin-bottom: 20px;
    }
    main section.founders {
        padding: 0 30px 120px 30px;
    }
    main section.founders .founders__cards .founders__card {
        height: 355px;
    }
    main section.founders .founders__title button {
        height: 45px;
        padding: 20px;
        margin-top: 20px;
    }
    main .interior {
        padding-bottom: 0;
    }
    main section.book {
        padding: 0 30px;
        height: 676px;
    }
    main section.reviews {
        padding: 0 30px 100px 30px;
    }
    .footer__logo {
        max-width: 209px;
        max-height: 76px;
    }
    .menu__list,
    .footer__socials__list {
        flex-wrap: wrap;
        margin: 27.5px -2.5px -2.5px -2.5px;
    }
    .menu__item {
        margin: 2.5px;
    }
    .footer__socials {
        margin-top: 50px;
    }
    .menu__item {
        height: 45px;
        padding: 0 10px;
    }
    .footer__socials__item {
        width: 45px;
        height: 45px;
    }
    .footer__social__img {
        max-width: 17px;
        max-height: 17px;
    }
    #modal.active .modal__window {
        top: 50%;
    }
    .modal__content__privacy {
        height: 368px;
        padding: 40px 30px
    }
    .modal__content {
        height: 368px;
        padding: 40px;
    }
    .modal__content .subtitle {
        margin-bottom: 30px;
    }
    .modal__content .form input {
        height: 45px;
    }
    #sendMail {
        height: 45px;
        padding: 0 20px;
    }
    .action__block__text {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }
    .__container {
        max-width: 1306px;
    }
    .top__section {
        padding: 0 30px 60px 30px;
    }
    footer {
        padding: 50px 0 15px 0;
    }
    .bottom__section {
        padding: 15px 30px 0 30px;
    }
    .call__block__list {
        margin: 15px -15px 70px -15px;
    }
    .call__block__item {
        margin: 15px 15px 0 15px;
    }
    .steps {
        padding: 120px 30px;
    }
    .steps__card {
        height: 300px;
        padding: 15px;
    }
    .steps__card span {
        width: 60px;
        height: 60px;
        font-size: 33px;
        font-weight: 600;
        line-height: 100%;
    }
    .map {
        height: 650px;
        padding: 0 30px;
    }
    .map__item {
        font-size: 76px;
        font-weight: 700;
        line-height: 100%;
    }
    .map button {
        margin-top: 40px;
        height: 45px;
        padding: 20px;
        width: 196px;
    }
    .map h2 {
        margin-bottom: 20px;
    }
    .room__info {
        margin-top: 20px;
    }
    .price__btn {
        margin-top: 30px;
        height: 45px;
        padding: 20px;
    }
    .tab__btn {
        width: 45px;
        height: 45px;
    }
    .tab__room__btn {
        height: 45px;
        padding: 20px 10px;
    }
    .tabs__investments, .tabs__turnover {
        margin-bottom: 20px;
    }
    .tabs__final {
        padding-top: 20px;
    }
    .price {
        background: url("../source/price_2.png") center center/cover no-repeat;
        padding: 90px 30px;
        height: 494px;
        margin-bottom: 120px;
    }
    main section.book button {
        height: 45px;
        margin-top: 40px;
        padding: 20px;
    }
    main section.book h2 {
        margin-bottom: -10px;
    }
    .partners__title .regular.gray {
        width: 425px;
    }
    .partners__card {
        padding: 40px;
        height: 300px;
    }
    .partners__title {
        align-items: start;
    }
    main section.reviews.franchise__reviews {
        padding: 100px 30px;
    }
    .reviews__item__movie.big {
        height: 500px;
    }
    .reviews__item__movie.small {
        height: 242.5px;
    }
    main section.reviews #showMore {
        height: 45px;
        padding: 20px;
    }
    .map__list {
        height: auto;
    }
    .partners {
        padding: 120px 30px;
    }
    .button__overflow {
        height: 19px;
    }
    .navigation .navigation__list .navigation__item .navigation__item__link {
        padding: 0;
    }
}
@media screen and (max-width: 1205px) {
    .__container {
        max-width: 728px;
    }
    h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
    }
    header .main__menu {
        display: none;
    }
    header .mobile__menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 15;
    }
    .menuBtn {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 12px;
        border-radius: 5px;
        backdrop-filter: blur(5.69px);
        background: rgba(253, 252, 249, 0.15);
        border: none;
        outline: none;
        cursor: pointer;
    }
    .menuBtn span {
        display: block;
        width: 16px;
        height: 2px;
        background-color: var(--white);
        border-radius: 32px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .25s all ease-in-out;
    }
    .menuBtn span::before,
    .menuBtn span::after {
        content: "";
        display: block;
        background-color: var(--white);
        width: 16px;
        height: 2px;
        border-radius: 20px;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        transition: .25s all ease-in-out;
    }
    .menuBtn.active span {
        width: 10px;
        transition: .25s all ease-in-out;
    }
    .menuBtn.active span::before {
        transform: rotate(35deg);
        left: auto;
        right: -40%;
        bottom: 5px;
        width: 10px;
        transition: .25s all ease-in-out;
    }
    .menuBtn.active span::after {
        transform: rotate(-35deg);
        left: -40%;
        bottom: 5px;
        width: 10px;
        transition: .25s all ease-in-out;
    }
    header.__container {
        max-width: 100%;
        transition: .35s all ease-out;
        padding: 15px 20px;
    }
    .logo__block {
        display: flex;
        align-items: center;
    }
    .logo__block__img {
        width: 102px;
        height: 38px;
        margin-left: 15px;
        transition: .35s all ease-in-out;
    }
    .mobile__list {
        position: absolute;
        top: 65px;
        left: -20px;
        width: 100vw;
        height: 0;
        background-color: var(--black);
        z-index: -1;
        overflow: hidden;
        transition: .35s all ease-in-out;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .mobile__list.active {
        height: calc(100vh - 85px);
        z-index: 11;
        transition: .35s all ease-in-out;
        padding: 15px 20px;
    }
    .mobile__links ul.mobile__links__list {
        list-style: none;
    }
    .mobile__links ul.mobile__links__list li {
        margin-bottom: 15px;
    }
    .mobile__links ul.mobile__links__list li a {
        transition: .35s all ease-in-out;
    }
    .mobile__links ul.mobile__links__list li a:hover {
        transition: .35s all ease-in-out;
        color: var(--yellow);
    }
    .mobile__socials {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0 -2.5px;
    }
    .mobile__socials li {
        height: 45px;
        width: 45px;
        border-radius: 7.03px;
        background: rgb(33, 31, 32);
        margin: 15px 2.5px 0 2.5px;
    }
    .mobile__socials li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile__socials li a:hover .mobile__socials__img {
        color: var(--yellow);
        transition: .35s all ease-in-out;
    }
    .mobile__socials li a .mobile__socials__img {
        max-width: 17px;
        max-height: 17px;
        display: block;
        color: var(--white);
        transition: .35s all ease-in-out;
    }
    .mobile__list__img {
        position: absolute;
        bottom: 15px;
        right: 15px;
        height: 495.33px;
        width: 48.1px;
    }
    .mobile__info ul {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: -10px;
        max-width: 95%;
    }
    .mobile__info ul li {
        margin: 10px;
    }
    .mobile__info ul li a {
        color: var(--yellow);
    }
    h1,
    .h1{
        font-size: 58px;
        font-weight: 700;
        line-height: 100%;
    }
    h2,
    .h2{
        font-size: 36px;
        font-weight: 600;
        line-height: 100%;
    }
    h3,
    .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 100%;
    }
    .regular {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }
    .not-mobile {
        display: none;
    }
    main .main__mobile {
        display: block;
    }
    main .main__mobile h1 {
        margin-bottom: 30px;
    }
    .main__info__title {
        max-width: 394px;
    }
    main section.main .main__container .main__info__btn {
        height: 45px;
        margin-top: 15px;
        width: auto;
        padding: 20px;
    }
    .mobile__section {
        display: block;
    }
    main section.advantage {
        padding: 80px 20px 60px 20px;
    }
    main section.advantage .advantage__card__item.flex {
        height: 200px;
        padding: 10px;
    }
    main section.advantage .advantage__card__item.flex .advantage__card__logo {
        width: 50px;
        height: 50px;
    }
    .advantage__card__descr__main.regular.gray {
        font-size: 13px;
    }
    .advantage__card__btn {
        height: 45px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        outline: none;
        border: none;
        margin-top: 20px;
        border-radius: 5px;
        background: var(--yellow);
        color: var(--black);
        cursor: pointer;
    }
    .advantage__title {
        margin-bottom: 10px;
    }
    .advantage__title__mobile {
        display: none;
    }
    main section.franchise__block {
        padding: 85px 20px;
    }
    main section.franchise__block .franchise__block__desr .franchise__block__desr__text {
        margin-top: 15px;
    }
    main section.franchise__block .franchise__block__desr .franchise__block__desr__btn {
        padding: 20px;
        margin-top: 20px;
        height: 45px;
    }
    main section.franchise__block .franchise__block__check-list {
        margin-top: -5px;
    }
    main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item {
        margin: 5px;
        width: 47%;
        padding: 10px;
        height: 88px;
    }
    main section.franchise__block .franchise__block__check-list__descr {
        margin-top: 30px;
    }
    main section.franchise__block .franchise__block__check-list__btn {
        height: 45px;
        padding: 20px;
        margin-top: 10px;
    }
    main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item .franchise__block__check-list__item__logo {
        max-width: 23px;
        max-height: 23px;
        margin-bottom: 10px;
    }
    main section.franchise__block .franchise__block__check-list .franchise__block__check-list__item .franchise__block__check-list__item__text {
        font-size: 11px;
        line-height: 110%;
    }
    main section.franchise__block {
        height: 620px;
    }
    main section.about {
        padding: 80px 20px;
    }
    main section.about p {
        margin-bottom: 10px;
        font-size: 13.5px;
    }
    main section.about .about__cards {
        margin-top: 10px;
    }
    main section.about .about__cards .about__card {
        padding: 10px;
        height: 200px;
    }
    main section.about .about__cards .about__card span {
        right: 10px;
    }
    main section.about .about__cards .about__card span.topper {
        top: 10px;
        width: 210px;
        height: 32.91px;
    }
    main section.about .about__cards .about__card .h1 {
        margin-bottom: 5px;
    }
    main section.founders {
        padding: 0 20px 60px 20px;
    }
    main section.founders .founders__title button {
        padding: 20px;
    }
    main section.founders .founders__title {
        margin-bottom: 20px;
    }
    main section.founders .founders__cards .founders__card {
        height: 225px;
        padding: 15px;
    }
    main section.book {
        height: 480px;
        padding: 0 20px;
        background: url("../source/book_pl.png") center center/contain no-repeat;
    }
    main section.reviews {
        padding: 0 20px 80px 20px
    }
    main section.reviews .view__block {
        height: 350px;
        margin-top: 20px;
    }
    main section.reviews .view__block .reviews__item {
        padding: 15px;
        margin-bottom: 10px;
    }
    main section.reviews #showMore {
        height: 45px;
        padding: 20px;
    }
    .top__section {
        padding: 0 20px 60px 20px;
    }
    main section.book button {
        height: 45px;
        padding: 20px;
        margin-top: 30px;
    }
    .footer__logo {
        width: 113px;
        height: 42px;
        margin-bottom: 40px;
    }
    .menu__list {
        display: flex;
        flex-wrap: wrap;
        margin: 17.5px -2.5px -2.5px -2.5px;
    }
    .menu__item {
        margin: 2.5px;
    }
    .call__block {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    footer .row.tablet {
        padding-bottom: 60px;
    }
    .bottom__section__flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .upper_flex {
        display: flex;
        align-items: center;
        margin: 0 -7.5px;
    }
    .upper_flex p {
        margin: 0 7.5px;
    }
    .bottom__section {
        padding: 15px 20px 0 20px;
    }
    .bottom__flex {
        justify-content: flex-start;
        margin: 0 -7.5px;
    }
    .bottom__flex div,
    .bottom__flex a {
        margin: 0 7.5px;
    }
    .modal__window, .modal__window__privacy {
        flex-direction: column-reverse;
    }
    #closeModal, #closePrivacyModal {
        width: 40px;
        height: 40px;
    }
    .modal__content {
        width: 468px;
        height: 318px;
        padding: 30px;
        margin:  0 0 10px 0;
    }
    .modal__content .subtitle {
        margin-bottom: 20px;
    }
    .modal__content .form input, .modal__content .form textarea {
        width: 47.5%;
    }
    .action__block {
        margin-top: 20px;
    }
    #sendMail {
        height: 45px;
        padding: 20px;
        margin-right: 15px;
    }
    .action__block__text {
        font-size: 12px;
        font-weight: 500;
        line-height: 120%;
    }
    .modal__content__privacy {
        margin: 0 0 10px 0;
        padding: 20px;
    }
    .steps {
        padding: 80px 20px;
    }
    .steps__wrapper {
        flex-wrap: wrap;
        margin: 25px -5px -5px -5px;
        justify-content: center;
    }
    .steps__card {
        width: 48.6%;
        margin: 5px;
        height: 200px;
    }
    .steps__card span {
        width: 50px;
        height: 50px;
        font-size: 27.5px;
        font-weight: 600;
        line-height: 100%;
    }
    .map {
        height: 480px;
        padding: 0 20px;
    }
    .not-for-mobile {
        display: none;
    }
    .for-mobile {
        display: flex;
    }
    .map__item {
        font-size: 42px;
        font-weight: 700;
        line-height: 100%;
    }
    .map button {
        margin-top: 30px;
        height: 45px;
        padding: 20px;
        width: 160px;
    }
    .price {
        margin-bottom: 60px;
        height: 641px;
        background: url("../source/price_3.png") center center/cover no-repeat;
        padding: 50px 20px;
    }
    main section.book {
        height: 360px;
    }
    .partners {
        padding: 60px 20px 0 20px;
    }
    .partners__card {
        margin: 20px -5px 0 -5px;
    }
    .partners__card {
        height: 200px;
        margin: 0 5px;
    }
    main section.reviews.franchise__reviews {
        padding: 60px 20px;
    }
    .reviews__item__movie.big {
        height: 370px;
        margin-bottom: 10px;
    }
    .reviews__item__movie.small {
        height: 180px;
        margin-bottom: 10px;
    }
    main section.reviews .view__block .reviews__item__movie span {
        width: 40px;
        height: 40px;
    }
    .price-desktop {
        display: none;
    }
    .price-tablet {
        display: flex;
        margin: 0 -5px;
    }
    .price-tablet__wrapper {
        width: 50%;
        padding: 0 5px;
    }
    .tab__btn__wrap {
        margin-top: 5px;
    }
    .play-station__info, .room__final__info {
        margin-top: 15px;
    }
    .room__final__info {
        margin-bottom: 30px;
    }
    .tabs__wrapper {
        border-top: 2px solid rgba(253, 252, 249, .1);
        padding-top: 15px;
    }
    .tabs__info__title {
        margin-bottom: 10px;
    }
    .tabs__info__text {
        margin-bottom: 2px;
    }
    .tabs__investments, .tabs__turnover {
        margin-bottom: 15px;
    }
    .tabs__final {
        padding-top: 15px;
    }
    .room__info {
        margin-top: 0;
    }
    #partnersSlider {
        display: none;
    }
    .button__overflow {
        height: 17px;
    }
}
@media screen and (max-width: 756px) {
    h1,
    .h1{
        font-size: 35px;
        font-weight: 700;
        line-height: 100%;
    }
    h2,
    .h2{
        font-size: 28px;
        font-weight: 600;
        line-height: 100%;
    }
    h3,
    .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
    }
    h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
    }
    .regular {
        font-size: 12px;
        font-weight: 500;
        line-height: 120%;
    }
    header.__container {
        padding: 15px;
        width: 100%;
    }
    header {
        height: 70px;
    }
    .mobile__list.active {
        height: calc(100vh - 70px);
    }
    .mobile__list {
        left: -15px;
        padding: 0 15px;
        top: 55px;
    }
    .mobile__list.active {
        padding: 15px;
    }
    .mobile__links ul.mobile__links__list li {
        margin-bottom: 10px;
    }
    .mobile__socials li {
        margin: 10px 2.5px 0 2.5px;
    }
    .mobile__list__img {
        height: 316px;
        width: 31px;
    }
    .mobile__menu .logo__block,
    .mobile__menu .regular.franchise.call-to-us {
        display: none;
    }
    .mobile__menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .mobile__menu__header__img {
        width: 102px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -2;
        opacity: 0;
        transition: all .35s ease-in-out;
    }
    .mobile__menu .regular.franchise.call-to-us.only__mobile {
        display: flex;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        transition: all .35s ease-in-out;
        z-index: -2;
        opacity: 0;
    }
    .mobile__menu .regular.franchise.call-to-us.only__mobile.active,
    .mobile__menu__header__img.active {
        transition: all .35s ease-in-out;
        opacity: 1;
        z-index: 2;
    }
    .mobile__menu__header__visible-block {
        width: 169px;
        height: 45px;
    }
    .__container {
        min-width: 330px;
        padding: 0 15px;
    }
    main section.main .main__container {
        padding: 70px 0 15px 0;
    }
    main section.main .main__container .main__info__btn {
        width: 100%;
        margin-top: 20px;
        color: var(--yellow);
    }
    main .main__mobile h1 {
        margin-bottom: 15px;
    }
    .advantage__title {
        display: none;
    }
    .advantage__title__mobile {
        display: block;
    }
    main section.advantage {
        padding: 60px 0;
    }
    .advantage__title__mobile h2 {
        margin-bottom: 15px;
    }
    .advantage__cards {
        display: none;
    }
    .advantage__cards__mobile {
        display: block;
        margin-top: 20px;
    }
    main section.advantage .advantage__card__item.flex {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        height: 70px;
        padding: 15px;
    }
    main section.advantage .advantage__card__item .advantage__card__descr {
        margin-top: 5px;
    }
    main section.advantage .advantage__card__item.flex .advantage__card__logo {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    main section.franchise__block {
        background: #181617;
        padding: 55px 0;
        height: auto;
    }
    main section.franchise__block .svg__img {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
    }
    main section.franchise__block .mobile__section {
        display: none;
    }
    .only-mobile__block {
        display: block;
    }
    .franchise__block__desr__btn {
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin-top: 20px;
        border: none;
        outline: none;
        background-color: var(--yellow);
        color: var(--black);
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
    }
    .regular.gray.franchise__block__desr__text {
        margin-top: 15px;
    }
    .franchise__block__check-list__item {
        height: 82px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px;
        border-radius: 5px;
        backdrop-filter: blur(8px);
        background: rgba(253, 252, 249, 0.1);
        margin-bottom: 10px;
    }
    .franchise__block__check-list__item__logo {
        margin-bottom: 11px;
        max-width: 23px;
        max-height: 23px;
    }
    main section.franchise__block .franchise__block__check-list__btn {
        margin-top: 15px;
        width: 100%;
    }
    main section.about {
        padding: 60px 0;
    }
    .mobile__section .row {
        display: none;
    }
    .about__title__mobile__block {
        display: block;
    }
    .about__cards__mobile {
        display: block;
        margin-top: 25px;
    }
    .about__cards {
        display: none;
    }
    .about__card {
        width: 100%;
        height: 138px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 15px;
        margin: 5px 0;
        border-radius: 5px;
        background: rgb(33, 31, 32);
    }
    .about__card .h1 {
        color: var(--yellow);
        margin-bottom: 10px;
    }
    .about__card span {
        position: absolute;
        display: block;
        right: 20px;
        height: 87%;
    }
    .about__card span.topper {
        top: 20px;
        width: 295px;
        height: 46.24px;
    }
    #slider .slider__overflow {
        padding: 0 40px;
        gap: 10px;
    }
    #slider .slider__overflow .slide {
        flex: 0 0 calc(100% - 40px);
        aspect-ratio: 1680/846;
        border-radius: 5px;
        overflow: visible;
        height: 280px;
        width: 280px;
    }
    main section.book {
        background: #181617;
        height: auto;
        padding: 60px 0;
    }
    .book__only-mobile {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 15px 20px 15px;
        border: 2px solid rgb(33, 31, 32);
        border-radius: 5px;
    }
    main section.book button {
        width: 100%;
        margin-top: 20px;

    }
    main section.reviews {
        padding: 0 0 60px 0;
    }
    main section.reviews .view__block {
        height: 300px;
    }
    main section.reviews .view__block .col-4 {
        display: none;
    }
    .reviews__mobile-block {
        display: block;
        margin: -5px 0;
    }
    main section.reviews .view__block .reviews__item {
        margin: 5px 0;
    }
    main section.reviews #showMore {
        width: 100%;
    }
    main section.reviews #showMore .button__overflow .button__overflow__top,
    main section.reviews #showMore .button__overflow .button__overflow__main {
        text-align: center;
    }
    footer {
        padding: 40px 0 15px 0;
    }
    .full__mobile__block {
        display: block;
    }
    .footer__socials {
        margin-top: 40px;
    }
    .menu__list, .footer__socials__list {
        margin-top: 20px;
    }
    .call__block {
        margin-top: 40px;
    }
    .call__block__list {
        margin: 5px -7.5px 40px -7.5px;
    }
    .call__block__item {
        margin: 10px 7.5px 0 7.5px;
    }
    .bottom__section__flex {
        display: block;
    }
    .bottom__section {
        padding: 15px 0 0 0;
    }
    .upper_flex {
        margin-bottom: 15px;
    }
    .upper_flex,
    .bottom__flex {
        justify-content: space-between;
    }
    .menu__link.regular {
        font-size: 14px;
    }
    .modal__content {
        width: 330px;
        height: 328px;
        padding: 20px;
    }
    .modal__content .form input, .modal__content .form textarea {
        margin: 0 2.5px 5px 2.5px;
        width: 48.33%;
    }
    .modal__content .subtitle {
        margin: -10px 0 20px 0;
    }
    .action__block {
        display: block;
    }
    #sendMail {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .action__block__text {
        text-align: center;
    }
    .founders__title__mobile {
        display: block;
    }
    .founders__title__mobile h2 {
        margin-bottom: 15px;
    }
    main .interior .interior__title {
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    .slider__dots.mob {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .slider__dots.desc {
        display: none;
    }
    .founders__cards {
        display: none;
    }
    #foundersSlider {
        display: block;
        box-sizing: border-box;
        overflow: hidden;
    }
    #foundersSlider .slider__overflow {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        user-select: none;
        cursor: grab;
        touch-action: pan-y;
        -ms-overflow-style: none; scrollbar-width: none;
        padding: 0;
        height: 280px;
    }
    #foundersSlider .slider__overflow::-webkit-scrollbar { display: none; }
    #foundersSlider .slider__overflow.grabbing { cursor: grabbing; }
    #foundersSlider .slider__overflow .slide {
        flex: 0 0 calc(100% - 34px);
        aspect-ratio: 1680/846;
        border-radius: 5px;
        overflow: hidden;
        width: 280px;
        height: 280px;
    }
    #foundersSlider .slider__overflow .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        pointer-events: none;
    }
    #foundersSlider .slider__overflow .slide p {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
    }
    .slider__dots ul li {
        width: 10px;
        height: 10px;
    }
    .advantage__card__btn {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .steps {
        padding: 60px 0;
    }
    .steps__card {
        width: 100%;
        height: 80px;
        flex-direction: row;
        padding: 15px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .steps__card span {
        width: 40px;
        height: 40px;
        font-size: 22px;
        font-weight: 600;
        line-height: 100%;
        margin: 0 15px 0 0;
    }
    .steps__card__descr {
        margin-top: 5px;
    }
    .map {
        height: auto;
    }
    .map__desktop__wrapper {
        display: none;
    }
    .map__mobile__wrapper {
        display: block;
    }
    .map__item {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        line-height: 100%;
    }
    .map__text {
        margin-top: 50px;
    }
    .map h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .map__text .regular {
        text-align: center;
    }
    .map button {
        margin-top: 20px;
        width: 100%;
        padding: 20px;
    }
    .price {
        padding: 45px 0;
        height: auto;
        background: transparent;
        margin-bottom: 0;
    }
    .price-tablet {
        display: block;
    }
    .price-tablet__wrapper {
        width: 100%;
    }
    .price h2 {
        margin-bottom: 15px;
    }
    .price__btn {
        margin-top: 20px;
        width: 100%;
    }
    .computers__info {
        margin-top: 40px;
    }
    .price span.price__bottom {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .price span.price__top {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .partners {
        padding: 0 0 60px 0;
    }
    #partnersSlider {
        display: block;
        box-sizing: border-box;
        overflow: hidden;
        margin-top: 20px;
    }
    #partnersSlider .slider__overflow {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        user-select: none;
        cursor: grab;
        touch-action: pan-y;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 0;
        height: 280px;
    }
    #partnersSlider .slider__overflow::-webkit-scrollbar { display: none; }
    #partnersSlider .slider__overflow.grabbing { cursor: grabbing; }
    #partnersSlider .slider__overflow .slide {
        flex: 0 0 calc(100% - 34px);
        aspect-ratio: 1680/846;
        border-radius: 5px;
        overflow: hidden;
        width: 280px;
        height: 280px;
    }
    .partners__card {
        width: 100%;
        height: 100%;
        padding: 40px;
        pointer-events: none;
    }
    .partners__wrapper {
        display: none;
    }
    .partners__title {
        display: block;
    }
    .partners__title .regular.gray {
        margin-top: 15px;
        width: 100%;
    }
    main section.reviews.franchise__reviews {
        padding: 0 0 60px 0;
    }
    main section.reviews .view__block .reviews__item.mob {
        background-color: transparent;
        max-width: 330px;
        max-height: 370px;
        border-radius: 5px;
        overflow: hidden;
    }
    main section.reviews .view__block .reviews__item.mob img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    main section.reviews .view__block .reviews__item.mob span {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }
    .button__overflow {
        height: 14px;
    }
    .button__overflow .button__overflow__top,
    .button__overflow .button__overflow__main {
        top: -14px;
        left: 0px;
        transition: .15s all ease-in-out;
    }
    .with__color .button__overflow {
        top: 13px !important;
        transition: .15s all ease-in-out !important;
    }
    .with__color:hover .button__overflow {
        top: -1px !important;
        transition: .15s all ease-in-out !important;
    }
    .without__color .button__overflow {
        top: 13px !important;
        transition: .15s all ease-in-out !important;
    }
    .without__color:hover .button__overflow {
        top: -1px !important;
        transition: .15s all ease-in-out !important;
    }
}