.detail .mapcontainer .map svg {
    max-height: 800px;
}

/*Перекрытие стиле сасиков*/
.entertainment__slide_about .mainpage__map--icon:nth-child(3) {
    margin-left: auto;
    max-width: 100%;
}

.mainpage__map--picture .entertainment__slide_picture--img {
    border-radius: 0px;
}

.mainpage__map--inner .mainpage__map--card.active {
    top: -1px;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background: url(/local/templates/orion/img/zaglushka.png);
    padding: 20px;
    width: 1172px;
    height: 584px;
    cursor: pointer;
}



.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.main .mainpage__map .mainpage__map--container.mapcontainer.mapael {
    min-height: 513px !important;
}

@media only screen and (max-width: 600px) {
    .popup-content {
        background: url(/local/templates/orion/img/zaglushka-mob.png);
        background-repeat: no-repeat;
        width: 334px;
        height: 574px;
    }
}
/*Cаш прости я сюда добавил стили :) */
.bottom__section_card--desc{
text-transform: uppercase;
}
.faq__card--content{
    padding-left: 2px;
}
.card--active li {
    font-size: 1.25rem;
}
.card--active li::before {
    top: 0.55rem;
}
/* Стили нового виджета */
.vidjet-modal__container {
    background: #00000080;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.vidjet-modal {
    background: #ffffff;
    width: 600px;
    height: 625px;
    border: none;
    padding: 10px;
    border-radius: 16px;
    display: flex;
    justify-content: flex-end;
}

.vidjet-modal>iframe {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.vidjet-modal__btn-close {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 1000;
    margin: 0 20px;
    padding: 14px;
}

.vidjet-modal__btn-close::before,
.vidjet-modal__btn-close::after {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 2px;
    content: '';
    background: #000;
}

.vidjet-modal__btn-close::after {
    transform: rotate(45deg);
}

.vidjet-modal__btn-close::before {
    transform: rotate(-45deg);
}

.icons__svg {
    min-width: 32px;
    width: 32px;
    height: 32px;
    fill: #F4B276;
    transition: fill .3s ease-in-out;
}

.icons__svg:hover {
    fill: #FDF1E5;
    cursor: pointer;
}

.vidjet-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
/* Стили дял списка аттракционов */
.vidjet-modal {
    width: 680px;
    height: 620px
}

.iframe-cont iframe {
    height: 620px;
    max-width: 680px;
    width: 100%;
    min-width: 320px;
    margin: auto;
    position: absolute;
    inset: 0;
}
.header__mobile_toggle-wrapper{
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}

.header__mobile_toggle::after{
    display: none;
}

.header__mobile_toggle::before{
    display: none;
}

.header__mobile{
    padding: 17px 21px;
}

.header__mobile_nav--close-wrapper{
    position: absolute;
    right: 31.5px;
    top: 31px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__mobile_nav--close--primary{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #001921;
    transform: rotate(45deg);
    position: absolute;
}

.header__mobile_nav--close--secondary{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #001921;
    transform: rotate(135deg);
    position: absolute;
}
 