#map {
    width: 100vw;
    height: calc(100vh - 100px);
    padding: 0;
    margin-bottom: -50px;

}

#map > ymaps {
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.ymaps-2-1-79-float-button {
    display: none;
}

h1 {
    font-family: "Oswald";
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
}

h2 {
    font-family: "Oswald";
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.copy {
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.copy-bold {
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;

}

.copy-small {
    font-family: "Noto Sans";
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.copy-small-bold {
    font-family: "Noto Sans";
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;

}

.img-filter {
    width: 24px;
    height: 24px;
}

.filter-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #252933;

}

html {
    scroll-behavior: smooth;
}

.footer {
    height: 80px;
    background: #000000;
}

.footer-list {
    height: 80px;

}

body {
    background-color: #000000;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}

.body-no-scroll {
    overflow: hidden;
}

.img-boarding {

    mask-image: radial-gradient(ellipse at 50%, #fff, transparent 90%);
    position: relative;
    height: 100vh;
    max-width: 100%;
    object-fit: cover;
    object-position: bottom;

}

.boarding {
    padding-top: 20px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000000 url(../img/setka_bg.png) center bottom no-repeat;

}

/*background: url(../img/setka_bg.png) center bottom no-repeat;*/

.boarding .carousel-caption {
    right: 5%;
    left: 5%;
}


.scroll-card {
    display: inline-block;

}

.scrolling-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
}

.scrolling-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.list-link {
    z-index: 10;
}

.img-location-wrap {
    max-width: 100vw;
    height: 400px;
}

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

.activity-img-preview {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.activity-title {
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 8px;
    max-width: 150px;
}

.buy-img {
    width: 200px;
    height: 200px;
    position: relative;
    top: -50px;
    margin-bottom: -30px;
}


.places-img-list {
    width: 155px;
    height: 155px;
    object-fit: auto;
    border-radius: 16px;
}

.filters {
    height: 60px;
}

.location-img-nav {
    width: 40px;
}

.location-text-nav {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 20px;
    font-size: 12px;

}

.location-link {

    background: #262626;
}

.popup-income {
    position: absolute;
    display: block;
    z-index: 2030;
    top: 0;
    animation: popUp 1s;
    color: #000;
    background: rgba(0, 0, 0, 1);
}

@keyframes popUp {

    0% {
        transform: translateY(calc(100vh));
    }
    100% {
        transform: translateY(0px);

    }
}

.close-popup {
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url("../img/svg/close_button.svg") no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3000;
    border: 0;
}

.close-wrapper {
    height: 0px;
}

.img-slider-activity {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.boarding-top-button {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);

}

.img-gerb {
    width: 60px;
    height: 80px;
}

.ktp-prev-icon {
    background-image: url("../img/svg/arrow_left.svg");
}

.ktp-next-icon {
    background-image: url("../img/svg/arrow_right.svg");
}

.boarding-go-button {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.boarding .carousel-control-next {
    align-items: end;
}

.boarding .carousel-control-prev {
    align-items: end;
}

.boarding-title {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 32px;
}

.boarding-region {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.img-boarding-list {
    width: 100%;
    height: 144px;
    object-fit: cover;
    border-radius: 20px;

}

.am-list-item {
    margin: 0 24px;
    position: relative;
}

.am-list-item-info {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.boarding-title-list {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.boarding-region-list {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}

.link-disabled {
    pointer-events: none;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.boarding .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.0);
}

.boarding .carousel-indicators .active {
    opacity: 1;
    background-color: #ffffff;
}

.location .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
}

.location .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: 2px solid #ffffff;

}

.location .carousel-caption {
    position: absolute;
    right: 15%;
    top: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.img-slider-location {
    width: 100%;
    height: 63vh;
    object-fit: cover;
    border-radius: 20px;
}

.location {
    margin-left: -12px;
    margin-right: -12px;
}

.location-title {

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.putevoditel {

    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-shadow: 0px 4px 50px 0px rgba(2, 149, 255, 0.25);
    background: linear-gradient(219.47deg, rgba(2, 149, 255, 0) 9.15%, rgba(2, 149, 255, 0.2) 72.69%), linear-gradient(0deg, #13151A, #13151A);


}

.putevoditel-2 {
    height: 200px;
    border-radius: 24px;
    background: url("../img/buy2.png") no-repeat right bottom, #16191F;
    padding: 64px 24px 24px 24px;
    position: relative;
    overflow: hidden;

    .am-soon-banner {
        text-align: center;
    }
}

.putevoditel-h2 {
    margin-top: 64px;
    margin-left: 24px;

}


.pered-poezdkoy {
    border-radius: 24px;
    background: #16191F;
    padding: 8px 8px 8px 8px;
}

.pered-poezdkoy .item {
    padding: 12px 24px;
}

.putevoditel-title {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
}

.putevoditel-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.putevoditel-link {
    background-color: rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.75);
}

.nav-col-bg {
    background: #6c757d;
}

.border-nav {
    background: rgba(28, 31, 38, 1);

    border: 1px solid rgba(255, 255, 255, 0.15)
}

.before-title {

    font-family: Roboto;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.before-text {

    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 24px;

}

.before-arrow {
    width: 24px;
}

.before-item {
    border-bottom: 1px solid #000;
}

.before-item:last-child {
    border-bottom: none;
}

.tickets-img {
    width: 48px;
}

.share-img {
    width: 24px;
}

.footer-links {
    width: 140px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 100px;
    background: #252933;
    display: flex;
    align-items: center;


    :first-child {
        margin-right: 8px;
    }

    svg {
        width: 24px;
        height: 24px;
    }

}

.footer-nav-text {

    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.footer .link {
    opacity: 0.5;
}

.footer .link-active {
    opacity: 1;
}

.filter-active {
    color: #000;
    background-color: #fff;
}

.filter-active:hover {
    color: #000;
    background-color: #fff;
}

.filter {
    color: #fff;
    background-color: none;
    opacity: 0.5;
}

.filter:hover {

    background-color: none;
}

.bg-before {
    background: rgba(28, 31, 38, 1);

}

.modal-ktp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%; /* Начальное положение за экраном */
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    transition: bottom 0.5s ease-in-out;
    z-index: 1050;
    overflow: hidden; /* Отключаем скролл у самого модального окна */
}

.modal-content-ktp {

    /*border-radius: 10px;*/
    width: 100%;

    max-height: 100vh; /* Ограничиваем максимальную высоту контента */
    overflow-y: auto; /* Включаем вертикальный скролл, если контент превышает высоту */
    /*padding: 24px 24px 24px 24px;*/
}


#modal_content {
    border-radius: 24px;
    padding: 24px;
    background: #16191F;

}

.close-btn {
    font-size: 24px;
    cursor: pointer;
}

/* Видимость модального окна */
.show {
    bottom: 0;

}

.list-activity {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
    width: 100%;
}

.button-activity {
    background-color: transparent;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    border-color: #000;

}

.button-activity-list {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    > div {
        width: 100%;

        > img {
            width: 100%;
        }
    }
}

.pered-poezdkoy {
    padding: 8px 24px;

}

.button-activity:last-child {
    border-bottom: none;
}

.modal-content-wrapper {
    margin-top: -45px;
}

.before-modal {
    background: #000000;


    #modal_content {
        margin-top: 40px;
        min-height: calc(100vh - 40px);
    }
}

.copy_link_mess {
    display: none;
}

.footer-black {
    background-color: #000;
}

.carousel-modal {

    margin-top: -20px;

}

.boarding-caption {
    display: block;
    position: relative;
    top: -180px;
    z-index: 1000;
    border: 0;
    transition: all 2s ease-in;

}

.boarding-item {
    height: 180px;
    margin-right: 0;
    transition: all 2s ease-in;

}

.boarding-caption .boarding-title {
    font-size: 14px;
    transition: all 2s ease-in;
}

.img-gerb-list {
    width: 20px;
    height: 30px;
    transition: all 2s ease-in;
}

.img-boarding-list2 {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 2s ease-in;
}

.bg-location {
    background: #16191F url("../img/bg_location_map.png") center no-repeat;
    object-fit: cover;
    margin-top: -56px;
    z-index: 2;
    position: relative;
    border-radius: 24px;
    padding-bottom: 10px;
}

.nav-bar-bottom {
    background: #000;
}

.nav-bar-hide {
    bottom: -120px;
    opacity: 0;
    transition: all 1s, opacity 0s;
}

.nav-bar-show {
    bottom: 0px;
    opacity: 1;
    transition: all 1s, opacity 0s;
}

.filter-bar-bottom {
    background: #000;
}

.filter-bar-hide {
    bottom: -120px;
    transition: 0.5s;
}

.filter-bar-show {
    bottom: 92px;
    transition: 0.5s;
}

.channel-button {

    background: #24A1DE;
}

.channel-button:hover {

    background: #24A1DE;
}

.channel-button-text {
    color: #fff;
}

.tickets-button {

    background: #fff;
    margin-top: 14px;
}

.tickets-button:hover {
    color: #000;
    background: #fff;
}

.tickets-text {
    color: #000;
}

.border-black {
    border-color: #000;
    border-width: 2px;
}

.channel {
    background: url("../img/setka_bg.png") center bottom no-repeat;
    background-size: cover;
    padding: 40px 40px 48px 40px;
}

.activity-bg {
    background: #16191F;
}

.activity-button {
    background: #252933;
}

.am-close-btn, .am-actions-btn {
    width: 79px;
    height: 32px;
    padding: 0 6px;
    border-radius: 32px;
    background: #413F4066;
    border: none;
    outline: none;

}

.am-close-btn .btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-close-btn .btn img {
    margin-right: 8px;
}

.am-close-btn .btn span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
}

.am-slider {
    width: 100%;
    height: 75%;
    min-height: 377px;
}

.slick-track {
    height: auto !important;
    display: flex !important;
}

.slick-center-mode img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border: 1px solid #FFFFFF1A;
    object-fit: cover;
}

.slick-slide.disabled img {
    opacity: 0.25;
}

.slick-slide.disabled {
    pointer-events: none;

    .am-soon-banner {
        z-index: 10;
    }
}

.slider-page {
    height: 100vh;
    background: linear-gradient(180deg, #1A4E4D 0%, rgba(26, 78, 77, 0) 100%), url(../img/setka_bg.png) center bottom;
}

.am-soon-banner-container {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
}

.slick-mode img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-mode.images .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
}

.slick-center-mode .info {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

.slick-center-mode .info .copy {
    color: #FFFFFFBF;

}

.slick-center-mode .info .mb-1 {
    color: #FFFFFF;

}

.slick-center-mode .slick-slide {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    opacity: 0.6;
    position: relative;
    display: flex;
}

.slick-center-mode .slick-slide > div {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
}


.slick-center-mode .slick-current {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.slick-dots, .slick-dots-location {
    bottom: -30px;
    list-style: none;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 24px 0 0 0;
}


.slick-dots li, .slick-dots-location li {
    margin: 0 4px;
}

.slick-slider {
    padding-bottom: 24px;
    height: 100%;
}

.slick-dots li button, .slick-dots-location li button {
    font-size: 0;
    width: 8px !important;
    height: 8px !important;
    border: none;
    border-radius: 50%;
    background: #FFFFFF80;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 0;
}

.slick-dots li.slick-active button, .slick-dots-location li.slick-active button {
    background: #FFFFFF;
}

.slick-dots-location {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* Отступы между слайдами */
.slick-slide {

}

/* Компенсация отступов */
.slick-list {
    height: 100%;

}

.slick-center-mode .slick-list {
    height: 100%;
    display: flex;
}

.am-list-button {
    height: 40px;
    padding: 8px 16px;
    border-radius: 100px;
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    background: #252933;
    color: #ffffff;
    display: flex;
    align-items: center;

}

.am-list-button span {
    margin-right: 6px;
}

.am-list-button-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
}


.am-actions-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
}

.am-actions-btn .btn {
    padding: 2px;
}

.mainpage {
    padding-top: 40px;
}

.mainpage .link-disabled img {
    opacity: 0.25;
    position: relative;
    z-index: -1;
}

.channel-img {
    width: 80%;
}

.am-soon-banner {
    width: 132px;
    height: 24px;
    transform: rotate(30deg);
    background: #FFFFFF;
    opacity: 1;
    position: absolute;
    top: 11px;
    right: -26px;
    color: #000000;

}

.am-location {
    padding-bottom: 60px;
}


.slick-center-mode {
    margin-top: 44px;
}

.am-location .slick-center-mode img {
    border-radius: 0;
}

.am-location .images.slick-mode {
    /*height: 560px;*/
    height: 60.09vh;
    max-height: 580px;
    min-height: 520px;
}

.am-location .facts .slick-dots-location {
    bottom: 10px;
}

.am-location .facts {
    max-height: 200px;
}

.am-location .copy {
    opacity: 0.75;
}

.arrow_container {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #252933;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-item {
    height: 48px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #16191F;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
}

.places-bar-bottom {
    display: flex;
    margin-top: 55px;
    width: 100%;
    justify-content: space-between;
    padding: 0 24px;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000000;
    height: 108px;
}

.filter_btn {
    background: #252933;
    height: 40px;
    padding: 8px 16px;
    border-radius: 100px;
    color: #fff;
    opacity: 1;
    border: none !important;
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.am-activity-list .fixed-bottom {
    height: 108px;
    background: #000000;
    padding: 24px;
}

.filtered-places {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 24px 110px 24px;
}

.activity_modal #modal_content {
    border-radius: 0;
    background: #000000;
    padding: 0;
}

.activity_modal .activity-bg {
    border-radius: 24px;
    padding: 24px;
    background: #16191F;

}


.modal-places-am #modal_content {
    border-radius: 0;
    background: #000000;
    padding: 0;
}

.modal-places-am .slider {
    height: 375px;
}

.modal-places-am .slider .slick-mode {
    padding-bottom: 0;
}

.modal-places-am .info {
    margin: 2px 0;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    > div {
        display: flex;
    }

    .icon {
        margin-right: 12px;
    }

    .place-info {
        margin-right: 73px;
    }

    .place-info.eats {
        margin-right: 101px;
    }

    .rate {
        display: flex;
        align-items: center;

        img {
            margin-right: 4px;
        }
    }

    .copy-small-bold {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.modal-places-am .slick-dots-location {
    bottom: 30px;
}


.modal-places-am .slick-list {
    border-radius: 0 0 24px 24px;
    display: flex;
}

.modal-places-am {
    .slick-slide {
        min-height: 375px;
    }

    .activity-bg {
        margin-top: 3px;
    }

    .slick-slider {
        padding-bottom: 0;
    }
}

.social-item {
    display: flex;
    height: 72px;
    padding: 16px 24px;
    border-radius: 16px;
    margin-bottom: 2px;
    justify-content: space-between;
    position: relative;

    .icon {
        margin-right: 12px;
    }

    .copy-bold {
        max-width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .first-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item-info {
        display: flex;
        flex-direction: column;
    }

    .activity-button {
        margin-left: 10px;
        padding: 8px 16px;
        border-radius: 100px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #252933;

    }

    .copy_link_mess {
        position: absolute;
        top: 0;
        right: 24px;
    }
}

.trip-info {
    .place-info {
        margin-right: 44px !important;
    }
}

.list-item-am {
    overflow: hidden;
}

:root {
    --tg-safe-area-inset-bottom: 0
}

.am-location {
    margin-bottom: var(--tg-safe-area-inset-bottom);
}

.nav-bar-bottom > div {
    padding-bottom: var(--tg-safe-area-inset-bottom);
}

.places-bar-bottom {
    padding-bottom: var(--tg-safe-area-inset-bottom);
}

.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-mainpage {
    .mainpage {
        display: none;
    }
}

.list-mainpage {
    .boarding {
        display: none;
    }
}

.description a {
    color: #FFFFFF;
}

.description a:active {
    opacity: 0.5;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}

#loading img {
    width: 50px;
    height: 50px;
}

.modal-places-am ymaps[class*="-placemark-overlay"] ymaps[class*="-image"],
.modal-places-am ymaps[class*="-image-with-content"] {
    border-radius: 50%;
}

.my-icon-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    color: black;
    border: 1px solid #ccc;
    display: inline-block;
}

.slick-mode,
.slick-center-mode {
    opacity: 0;
}

.slick-mode.slick-initialized,
.slick-center-mode.slick-initialized {
    opacity: 1;
}