#panel {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#map {
    width: 100%; height: 100%; padding: 0; margin: 0;
}

.gidroposev {
    display: flex;
    flex-direction: column;
    gap: 1.4em;
}
.gidroposev>a {
    display: flex;
    background: #b19b72;
    border-radius: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    width: 249px;
    height: 56px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.gidroposev>a:hover {
    text-decoration: underline;
}

.quiz .form__policy {
    z-index: 1;
}

.about-banner-title__line {
    z-index: 1 !important;
}

.cases-list-item__name>a:hover, .articles-list-item__name>a:hover {
    color: #b19b72;
    transition: .2s;
}

.cases-list-item:not(:last-child) {
    border-bottom: 1px solid #000;
    padding: 0 0 42px;
}

.footer__bot {
    width: 100%;
    border-top: 1px solid #b19b72;
    margin-top: 40px;
}
.footer__bot svg {
    width: 120px;
    height: 30px;
    margin-top: 20px;
    float: right;
}
.footer__bot svg path {
    fill: #b19b72;
}

/*.html.fp-enabled, .fp-enabled body, html {*/
/*    overflow-y: visible !important;*/
/*}*/

.main-screen-logo__logo {
    opacity: 0;
}

.body__wrapper.is-active .main-screen-logo__logo {
    opacity: 1;
    transition: 1s ease;
}

.fp-scrollable {
    overflow: visible !important;
}

.header-nav__list {
    column-gap: 3.2vw !important;
}

.not-found {
    padding: 100px 10vw 200px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
}

.not-found__image-deco {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%);

    width: 482.78px;
    height: 420.78px;
    object-fit: contain;
}

.not-found__text {
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 130%;
    letter-spacing: 0.105em;

    margin-bottom: 47px;
}

.not-found__title {
    font-weight: 400;
    font-size: 31px;
    line-height: 130%;
    text-align: center;
}

@media (max-width: 768px) {
    .not-found__text {
        font-size: calc(150px * .75);

        margin-bottom: calc(47px * .75);
    }
    .not-found__title {
        font-size: calc(31px  * .75);
    }
    .not-found__image-deco {
        width: calc(482.78px  * .75);
        height: calc(420.78px  * .75);
    }
    .not-found {
        padding: 75px 10vw 125px;
    }
}
@media (max-width: 540px) {
    .not-found__text {
        font-size: calc(150px  * .5);

        margin-bottom: calc(47px * .5);
    }
    .not-found__title {
        font-size: calc(31px  * .5);
    }
    .not-found__image-deco {
        width: calc(482.78px * .5);
        height: calc(420.78px  * .5);
    }
    .not-found {
        padding: 50px 10vw 75px;
    }
}
.collection-slider-item__photo.collection-slider-item__video {
    height: 630px;
}
.collection-slider-item__video video {
    height: 100%;
    width: 100%;
}
.reviews__row .collection-slider-item__photo img {
    object-position: top;
}
.review-nav__button_prev {
    transform: rotate(180deg);
}
.review-slider__dots-container {
    position: relative;
}