/*==========================================================================================================================================================================*/
/* Подключение шрифтов */
@font-face {
    font-family: "Fira Sans";
    src: url("../fonts/FiraSans-Light.woff2") format("woff2"),
         url("../fonts/FiraSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans";
    src: url("../fonts/FiraSans-Regular.woff2") format("woff2"),
         url("../fonts/FiraSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans";
    src: url("../fonts/FiraSans-Bold.woff2") format("woff2"),
         url("../fonts/FiraSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"),
         url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff2") format("woff2"),
         url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Semibold.woff2") format("woff2"),
         url("../fonts/Inter-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff2") format("woff2"),
         url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
         url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
         url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
         url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/*==========================================================================================================================================================================*/
/* Обнуление */
body {
    background-color: #000;
}

body._lock {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}


*:focus,
*:active {
	outline: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
button {
    border: none;
    cursor: pointer;
}

button {
    background: none;
    user-select: none;
}

button:focus {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: top;
    border: 0;
    user-select: none;
}

a:focus,
a:active {
    outline: none;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	appearance: none;
}

input:focus {
    outline: none;
}



/*==========================================================================================================================================================================*/
/* Общие стили */
.main_content {
    max-width: 71.25rem;
    /* margin: 21.625rem auto 0; */
    margin: 7.25rem auto 0;
    padding: 0 1.25rem;
    font-family: "Fira Sans";
/*     background-color: #000; */
}

.main_content.wrap3_design {
	padding: unset;
}

.bs-unset *, .bs-unset *:before, .bs-unset *:after {
	box-sizing: unset;
}


.is-bg-top .main_content {
	margin: 21.625rem auto 0;
}

.wrap3_design ul {
    padding-left: 40px;
}

.selectric-scroll ul {
	padding-left: unset;
}

.wrap3_design li {
    list-style: unset;
}

/*=====================================================================================*/
/* Media Queries */
@media (max-width: 48em) {
    .main_content {
        margin: 6rem auto 0;
    }

    .is-bg-top .main_content {
        /* margin: 12.125rem auto 0; */
        margin: 20.375rem auto 0;
    }

	.is-app-top .main_content {
		margin: 25.25rem auto 0;
	}

}
@media (max-width: 45rem) {
	.is-bg-top .main_content {
		margin: 12.1875rem auto 0;
	}

    .is-app-top .main_content {
        margin: 17.0625rem auto 0;
    }
}


/*==========================================================================================================================================================================*/
/* Модификаторы */
.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visually-hidden {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}


/*=====================================================================================*/
/* Media Queries */
@media (max-width: 48.0613rem) {
    body.is-app-top {
        background-position: 0 4.875rem;
    }
}



/*==========================================================================================================================================================================*/
/* Inputs */
input,
textarea {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    background-color: #161616;
    transition: border-color 0.3s ease;
}

input[readonly],
textarea[readonly] {
    cursor: pointer;
}

input {
    height: 2.4375rem;
    margin: -0.4375rem 0 0;
    padding: 0.125rem 0 0.4375rem;
    border: none;
    border-bottom: 0.0625rem solid #5a5a5a;
}

input[type="number"]::-webkit-inner-spin-button {                                       /* Отключить стрелки у input "type:number". */
    display: none;
}

input[type="number"] {
    max-width: 11.4375rem;
    padding: 0.125rem 1.75rem 0.4375rem 0;
}

[data-form] .input-error:not(.select) {
    border-color: red;
}

span.error {
    position: absolute;
    display: block;
    bottom: -0.75rem;
    left: 1rem;
    font-size: 0.6875rem;
    color: #ec1a1a;
}

span.error[hidden] {
    display: none;
}



/*==========================================================================================================================================================================*/
/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #989898;
    background-color: #000;
    z-index: 100;
}

@media (max-width: 71.1875em) {
    .is-bg-top .header {
        position: absolute;
        top: 14.375rem;
    }
}

@media (max-width: 56.25em) {
    .is-bg-top .header {
		top: 14.375rem;
   }
}

@media (max-width: 48em) {
    .is-app-top .header {
        position: absolute;
        top: 19.25rem;
    }
}

@media (max-width: 45em) {
    .is-bg-top .header {
		top: 6.25rem;
   }

   .is-app-top .header {
        top: 11.125rem;
    }
}

.header.header_fixed {
	position: fixed;
	top: 0;
}

.header a,
.header button {
    color: inherit;
}

.header img {
    width: 100%;
}

.header__container {
    max-width: 78rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 3.375rem;
}

.header__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 7.25rem;
    padding: 1.5625rem 0 0.625rem;
    will-change: min-height, padding;
    transition: min-height 0.45s ease, padding 0.45s ease;
}

.header.scroll .header__body {
    min-height: 5.625rem;
    padding: 0.75rem 0 0.5rem;
}

.header__top {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    padding-bottom: 1.0625rem;
    will-change: padding-bottom;
    transition: padding-bottom 0.35s ease;
}

.header.scroll .header__top {
    padding-bottom: 0.625rem;
}

.header__logo {
    position: relative;
    flex: 0 0 11.4375rem;
    margin: 0.1875rem 0 0 0;
    z-index: 150;
}

.nav-header {
    overflow: auto;
}

.nav-header::-webkit-scrollbar {
    display: none;
}

.nav-header__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-header__item {
    position: relative;
    flex: 0 0 auto;
    padding: 0.4375rem 0.625rem 0.5rem;
    border-radius: 1.0625rem;
    overflow: hidden;
}

.nav-header__item.active {
    background-color: #00dff0;
}

.gift-card {
    margin: 0 0 0 0.25rem;
}

.gift-card .nav-header__link {
    color: #00dff0;
}

.gift-card span {
    position: relative;
    z-index: 1;
}

.gift-card img {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    opacity: 0.8;
}

.nav-header__link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
    transition: color 0.25s ease;
	letter-spacing: normal;
}

.nav-header__link * {
	font-weight: 500;
}

.nav-header__item.active .nav-header__link {
    color: #000;
    font-weight: 700;
/*     pointer-events: none; */
}


/*=====================================================================================*/
/* Actions Header */
.actions-header {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2.25rem;
    z-index: 150;
}

#city-button {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #a4a4a4;
    transition: color 0.25s ease;
}

#city-button * {
    font-weight: 500;
	font-family: "Roboto", sans-serif;
}

#city-button svg {
    flex: 0 0 0.75rem;
}

.icon-location {
    fill: #A4A4A4;
    transition: fill 0.25s ease;
}

#city-button span {
    white-space: nowrap;
}


/*=====================================================================================*/
/* User Header */
.authorized .user-header {
    flex: 0 0 1.875rem;
    height: 1.875rem;
}

.authorized .user-header__button {
    width: 100%;
}

.user-header__button span {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #989898;
    transition: color 0.25s ease;
}

.menu-user {
    position: absolute;
    top: calc(100% + 0.6875rem);
    right: 0;
    pointer-events: none;
}

.menu-user__body {
    position: relative;
    display: grid;
    row-gap: 0.75rem;
    width: 16.25rem;
    padding: 1.4375rem 0.5625rem 0.625rem;
    box-shadow: 0 1.5625rem 3.125rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.9375rem;
    color: #fff;
    background-color: rgba(64, 64, 64, 0.5);
    backdrop-filter: blur(4.375rem);
    transform: translateY(0.9375rem);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
    z-index: 60;
}

.menu-user.open .menu-user__body {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
}

.menu-user__close-button {
    position: absolute;
    top: 1.1875rem;
    right: 1.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
    display: none;
}

.menu-user__info {
    position: relative;
    margin: 0 0.9375rem;
    padding: 0 0 1rem;
    font-family: "Roboto", sans-serif;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.menu-user__profile {
    display: none;
    margin: 0 0 1rem 0.875rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.menu-user__mail {
    margin: 0 0 0.25rem;
}

.menu-user__info span {
    color: #a4a4a4;
}

.menu-user__list {
    position: relative;
    display: grid;
    row-gap: 0.125rem;
    padding: 0 0 0.875rem;
}

.menu-user__list::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    height: 0.0625rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.menu-user__list a,
.menu-user__out button {
    display: block;
    width: 100%;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.5rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    transition: background-color 0.3s ease;
}

.menu-user__out button {
    color: #a4a4a4;
}

.user-header__button img {
    display: none;
}

.authorized .user-header__button span {
    display: none;
}

.authorized .user-header__button img {
    display: block;
}


/*=====================================================================================*/
/* Search Cities */
.search-cities {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1.25rem);
    z-index: 10;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.search-cities.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.search-cities__body {
    max-width: 78rem;
    margin: 0 auto;
    padding: 5.9375rem 3.375rem 1.875rem;
}

.search-cities__content {
    position: relative;
    max-height: calc(100dvh - 7.0625rem);
    padding: 0.9375rem 0 0;
    overflow: auto;
}

.search-cities__content::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

.search-cities__content::-webkit-scrollbar-track {
    background-color: #000;
}

.search-cities__content::-webkit-scrollbar-thumb {
    background-color: #00dff0;
    border-radius: 0.625rem;
}

.search-cities__list {
    columns: 5;
    column-width: 9.375rem;
    column-gap: 1.5rem;
}

.search-cities__item {
    margin: 0 0 0.8125rem;
}

.search-cities button {
	font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    transition: color 0.25s ease;
}

.search-cities button.active {
    font-weight: 700;
}


/*=====================================================================================*/
/* Media Queries */
@media (any-hover: hover) and (any-pointer: fine) {
    .nav-header__link:hover {
        color: #fff;
    }

    #city-button:hover {
        color: #fff;
    }

    #city-button:hover .icon-location {
        fill: #fff;
    }

    .user-header__button span:hover {
        color: #fff;
    }

    .search-cities button:hover {
        color: #fff;
        font-weight: 700;
    }

    .menu-user__list a:hover,
    .menu-user__out button:hover {
        background-color: #000;
    }
}

@media (max-width: 61.9988rem) {
    .nav-header__list {
        justify-content: space-between;
        column-gap: 0;
        margin: 0 -0.625rem;
    }
}

@media (max-width: 47.9988em) {
    .header__container {
        padding: 0 1.25rem;
    }

    .header__body {
        min-height: 6rem;
        padding: 0.8125rem 0 0.4375rem;
    }

    .header.scroll .header__body {
        min-height: 5rem;
        padding: 0.5rem 0 0.4375rem;
    }

    .header__logo {
        flex: 0 0 2.6875rem;
        margin: 0.0625rem 0 0 0;
    }

    .nav-header {
        margin: 0 -1.25rem;
        padding: 0 1.25rem;
    }

    .nav-header__item {
        padding: 0.25rem 0.625rem 0.3125rem;
    }

    .nav-header__link {
        font-size: 1rem;
    }

    .search-cities__body {
        padding: 6.5625rem 1.25rem 1.5625rem;
    }

    .search-cities__content {
        max-height: calc(100dvh - 7.3125rem);
    }

    .search-cities__item button {
        font-size: 1rem;
    }
}

@media (max-width: 29.9988rem) {
    .actions-header {
        column-gap: 1.5rem;
    }

    #city-button {
        column-gap: 0.625rem;
        font-size: 0.875rem;
    }

    .menu-user {
        position: fixed;
        top: 100dvh;
        left: 0;
        transform: translateY(-100%);
    }

    .menu-user__body {
        row-gap: 1.1875rem;
        width: 100%;
        padding: 1.75rem 1.25rem 2.4375rem;
        border-radius: 1.25rem 1.25rem 0 0;
        transform: translateY(100%);
        transition: transform 0.5s ease, opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
    }

    .menu-user.open .menu-user__body {
        transition: transform 0.6s ease, opacity 0.4s ease 0.1s, visibility 0.4s ease 0.1s;
    }

    .menu-user__close-button {
        display: block;
    }

    .menu-user__profile {
        display: block;
    }

    .menu-user__info {
        padding: 0 0 1.9375rem;
    }

    .menu-user__list {
        row-gap: 0.5rem;
        padding: 0 0 1.125rem;
    }

    .menu-user__list a,
    .menu-user__out button {
        padding: 0.8125rem 1rem;
        border-radius: 0.625rem;
        font-size: 1rem;
    }
}

@media (max-width: 23.4363rem) {
    #city-button {
        column-gap: 0.5rem;
        font-size: 1rem;
    }
}



/*==========================================================================================================================================================================*/
/* Main */
.main-hall-rent__body {
    padding: 1.875rem 0 2.4375rem;
}

.main-hall-rent__title {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 1.875rem 0.8125rem;
    line-height: 1;
}


/*=====================================================================================*/
/* Media Queries */
@media (max-width: 75em) {
    .main-hall-rent__body {
        padding: 2.75rem 0 2.4375rem;
    }

    .main-hall-rent__title {
        margin: 0 3.375rem 1.1875rem;
    }
}

@media (max-width: 47.9988em) {
    .main-hall-rent__body {
        padding: 1.25rem 0 2rem;
    }

    .main-hall-rent__title {
        max-width: 24ch;
        margin: 0 1.25rem 0.8125rem;
        font-size: 1.125rem;
        line-height: 1.33;
    }
}



/*==========================================================================================================================================================================*/
/* Rent Categories */
.rent-categories__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6875rem;
}

.rent-categories__column {
    position: relative;
    text-align: center;
    min-height: 10.25rem;
    padding: 1.625rem 1rem 1.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
}

.rent-categories__column::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 38, 56, 0.4);
    z-index: 1;
}

.rent-categories__image {
    position: absolute;
    inset: -0.0625rem;
}

.rent-categories__title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 13ch;
    height: 4.75rem;
    margin: 0 auto 0.375rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
}


/*=====================================================================================*/
/* Media Queries */
@media (max-width: 59.9988em) {
    .rent-categories__column {
        min-height: 8.875rem;
        padding: 1.375rem 1rem 1.25rem;
    }

    .rent-categories__title {
        height: 3.75rem;
        font-size: 1.0625rem;
    }
}

@media (max-width: 47.9988em) {
    .rent-categories__body {
        grid-template-columns: repeat(2, 1fr);
    }

    .rent-categories__column {
        min-height: 10.25rem;
        padding: 1.625rem 1rem 1.25rem;
    }

    .rent-categories__title {
        height: 4.75rem;
        font-size: 1.25rem;
    }
}

@media (max-width: 29.9988em) {
    .rent-categories__body {
        grid-template-columns: 1fr;
    }
}



/*==========================================================================================================================================================================*/
/* Footer */
.footer {
    position: relative;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
	background-color: #000;
}

.footer * {
	font-family: "Roboto", sans-serif;
}

.footer img {
    width: 100%;
}

.footer__container {
    max-width: 78rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 3.375rem;
}

.footer__body {
    position: relative;
    padding: 3.75rem 0 0;
}

.footer__body::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50vw;
    width: 200vw;
    height: 0.0625rem;
    transform: scaleY(0.5);
    background-color: #4d4d4d;
}

.footer__logo {
    display: block;
    width: 11.25rem;
    margin: 0 0 2.5625rem;
}

.footer__row {
    display: flex;
    column-gap: 2.125rem;
    row-gap: 2.125rem;
}

.menu-footer {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 1.5rem;
    padding: 0 0 1.375rem;
}

.menu-footer__button {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.188;
    color: #fff;
    margin: 0 0 0.75rem;
    text-align: left;
    cursor: default;
}

.menu-footer__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.5rem;
    height: 0.9375rem;
    transform: translateY(-50%);
    display: none;
    transition: transform 0.4s ease;
}

[aria-expanded="true"] .menu-footer__arrow {
    transform: translateY(-50%) rotate(90deg);
}

.menu-footer__item {
    line-height: 1.063;
}

.menu-footer__item:not(:last-child) {
    margin: 0 0 0.75rem;
}

.menu-footer__link {
    display: inline-block;
    height: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7f7f7f;
    transition: color 0.25s ease;
}

.app-footer {
    position: relative;
    flex: 0 0 16.875rem;
    align-self: flex-end;
    margin: -0.125rem 0 0;
}

.app-footer__body {
    position: relative;
    display: flex;
    column-gap: 1.4375rem;
    padding: 1.6875rem 0 1.5625rem;
    border: 0.25rem solid #4D4D4D;
    border-bottom: none;
    border-radius: 2.5rem 2.5rem 0 0;
}

.app-footer__phone {
    position: absolute;
    bottom: 0;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    pointer-events: none;
}

.app-footer__image {
    flex: 0 0 7.125rem;
    display: none;
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    height: 7.125rem;
    box-shadow:
          inset 0 0 0.125rem 0 rgba(255, 255, 255, 0.2),
          inset 0 0 1.0625rem 0 rgba(255, 255, 255, 0.33),
                0 0.875rem 2.75rem 0 rgba(255, 255, 255, 0.16);
    border-radius: 1.75rem;
}

.app-footer__image img {
    width: 4.5625rem;
}

.app-footer__content {
    flex: 1 1 auto;
}

.app-footer__text {
    margin: 0 0 1.1875rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.188;
    text-align: center;
    color: #7f7f7f;
}

.app-footer__qr-code {
    width: 9.875rem;
    height: 9.875rem;
    margin: 0 auto 0.8125rem;
    border-radius: 1.6875rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-footer__qr-code img {
    width: 7.5rem;
}

.app-footer__label {
    display: block;
    margin: 0 auto 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.app-footer__list {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.app-footer__list li {
    flex: 0 0 2.5rem;
    height: 2.5rem;
}

.app-footer__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 0.125rem solid #4d4d4d;
    border-radius: 0.625rem;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.app-footer__list img {
    width: auto;
    max-height: 1.375rem;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 1.125rem;
    padding: 2.3125rem 0 2.5rem;
}

.footer-social__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1.5625rem;
    row-gap: 0.75rem;
}

.footer-social__list a {
    display: flex;
    align-items: center;
}

.icon-social {
    fill: #7F7F7F;
    transition: fill 0.25s ease;
}

.bottom-footer__text {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #7f7f7f;
}


/*=====================================================================================*/
/* Media Queries */
@media (any-hover: hover) and (any-pointer: fine) {
    .menu-footer__link:hover {
        color: #fff;
    }

    .app-footer__list a:hover {
        border-color: #00dff0;
        box-shadow: 0 0 0.3125rem #00dff0;
    }

    .footer-social__list a:hover .icon-social {
        fill: #fff;
    }
}

@media (max-width: 75rem) {
    .menu-footer {
        grid-template-columns: repeat(2, minmax(min-content, 13.375rem));
        column-gap: 3rem;
    }

    .menu-footer__column:first-child {
        grid-row: 1/3;
    }

    .menu-footer__column:nth-child(2) {
        grid-row: 2/3;
    }

    .menu-footer__column:nth-child(3) {
        grid-row: 1/2;
    }

    .app-footer {
        flex: 0 0 20.5625rem;
    }

    .app-footer__body {
        padding: 2.3125rem 0 2.125rem;
        border-radius: 2.625rem 2.625rem 0 0;
    }

    .app-footer__label {
        margin: 0 auto 1.875rem;
    }

    .app-footer__qr-code {
        margin: 0 auto 1.4375rem;
    }
}

@media (max-width: 61.9988rem) {
    .bottom-footer {
        padding: 1.875rem 0 1.9375rem;
    }
}

@media (max-width: 59.9988rem) {
    .footer__row {
        column-gap: 1.5rem;
    }

    .menu-footer {
        column-gap: 1.5rem;
    }

    .menu-footer__link {
        font-size: 0.8125rem;
    }

    .app-footer {
        flex: 0 0 15.625rem;
    }

    .app-footer__body {
        padding: 1.75rem 0 2.125rem;
        border-radius: 2.1875rem 2.1875rem 0 0;
    }

    .app-footer__label {
        margin: 0 auto 1rem;
    }
}

@media (max-width: 47.9988em) {
    .footer__container {
        padding: 0 1.25rem;
    }

    .footer__row {
        flex-direction: column;
    }

    .menu-footer {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-footer__link {
        font-size: 0.875rem;
    }

    .app-footer {
        position: relative;
        flex: 0;
        align-self: flex-start;
        max-width: 20.9375rem;
        width: 100%;
        margin: 0 auto;
    }

    .app-footer__body {
        padding: 3.25rem 1.375rem 2.625rem;
        border-radius: 2.625rem 2.625rem 0 0;
    }

    .app-footer__image {
        display: flex;
    }

    .app-footer__text {
        margin: 0 0 0.25rem;
        font-size: 0.875rem;
        line-height: 1.215;
        text-align: left;
    }

    .app-footer__qr-code {
        display: none;
    }

    .app-footer__label {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 0 0 0.75rem;
        text-align: left;
    }

    .app-footer__list {
        gap: 0.8125rem;
        justify-content: flex-start;
    }

    .bottom-footer {
        padding: 1.5rem 0 1.625rem;
    }
}

@media (max-width: 29.9988em) {
    .menu-footer {
        grid-template-columns: 1fr;
    }

    .menu-footer__column:first-child {
        grid-row: 1/2;
    }

    .menu-footer__column:nth-child(2) {
        grid-row: 3/4;
    }

    .menu-footer__column:nth-child(3) {
        grid-row: 2/3;
    }

    .menu-footer__button {
        width: 100%;
        margin: 0;
    }

    .menu-footer__arrow {
        display: block;
    }

    .menu-footer__list {
        padding: 0.4375rem 0 0;
    }

    .menu-footer__item:first-child {
        padding: 0.4375rem 0 0;
    }

    .menu-footer__item:not(:last-child) {
        margin: 0 0 0.875rem;
    }
}

@media (max-width: 23.4363rem) {
    .app-footer__body {
        padding: 1.75rem 1.375rem 2.1875rem;
        border-radius: 2.625rem 2.625rem 0 0;
    }

    .app-footer__image {
        display: none;
    }

    .app-footer__text,
    .app-footer__label {
        text-align: center;
    }

    .app-footer__list {
        justify-content: center;
    }
}



/*==================================================================================================================================================================*/
/* Popup */
[data-popup].popup-city {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    backdrop-filter: blur(1.25rem);
    background: rgba(0, 0, 0, 0.4);
    display: block;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 200;
}

[data-popup].popup-city.popup-open {
    opacity: 1;
    visibility: visible;
}

[data-popup].popup-city [class*="__body"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    min-height: 100%;
    transition: all 0.5s ease;
}

[data-popup].popup-city [class*="__content"] {
    position: relative;
    max-width: 362px;
    width: 100%;
    padding: 50px 20px;
    box-shadow: 0 75px 100px 0 rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    font-family: "Roboto", sans-serif;
    background-color: rgba(64, 64, 64, 0.5);
    transform: translate(0, -100px);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup-open.popup-city [class*="__content"] {
    opacity: 1;
    transform: translate(0, 0);
}


/*=============================================================================*/
/* Popup City */
.popup-city__icon[data-popup-close] {
    position: absolute;
    top: 23px;
    right: 23px;
    width: 12px;
    cursor: pointer;
}

.popup-city__icon[data-popup-close] svg {
    pointer-events: none;
}

.icon-close {
    stroke: #787878;
    transition: stroke 0.3s ease;
}

.popup-city__logo {
    display: flex;
    justify-content: center;
    margin: 0 0 41px;
}

.popup-city__region {
    margin: 0 0 40px;
    font-size: 14px;
    font-weight: 500;
    color: #c3c3c3;
    text-align: center;
    line-height: 1.143;
}

.popup-city__region span {
    display: block;
    margin: 14px 0 0;
    color: #fff;
}

.popup-city__button[data-popup-close] {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    height: auto;
    padding: 12px 16px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.popup-city__button:not(:last-child) {
    margin: 0 0 8px;
}

.popup-city__button.button-yes {
    background-color: #000;
}

.popup-city__button.button-no {
    background-color: #464646;
}


/*=============================================================================*/
/* Media Queries */
@media (any-hover: hover) {
    .popup-city__icon[data-popup-close]:hover .icon-close {
        stroke: #fff;
    }

    .popup-city__button.button-yes:hover {
        color: #000;
        background-color: #00dff0;
    }

    .popup-city__button.button-no:hover {
        background-color: #686868;
    }
}

@media (max-width: 479.98px) {
    [data-popup].popup-city [class*="__body"] {
        align-items: flex-end;
        padding: 100px 20px 30px;
    }

    [data-popup].popup-city [class*="__content"] {
        padding: 30px 20px 50px;
        border-radius: 30px;
        transform: translate(0, -170px);
    }

    .popup-open.popup-city [class*="__content"] {
        transform: translate(0, -70px);
    }

    .popup-city__logo,
    .popup-city__icon[data-popup-close] {
        display: none;
    }
}
