/**
 * Theme Name:  theme
 * Author:      unit.
 */

@media (max-width: 1200px){
    .header__menu--wrapper{
        min-height: calc(100dvh - 111px);
        /* min-height: calc(100vh - 76px); */
        padding-bottom: env(safe-area-inset-bottom, 0);
        bottom: env(safe-area-inset-bottom, 0);
        height: unset;
    }
}

@media (max-width: 760px){
    .header__menu--wrapper{
        min-height: calc(100dvh - 90px);
        /* min-height: calc(100vh - 60px); */
        padding-bottom: env(safe-area-inset-bottom, 0);
        bottom: env(safe-area-inset-bottom, 0);
    }
}

.hero__swiper-slide p{
    width: 710px;
}

@media (max-width: 1200px){
    .hero__swiper-slide p{
        width: auto;
    }
}

.contacts__info{
    height: 600px;
}

.contacts__info--image{
    bottom: -653px;
    height: 870px;
    right: 260px;
    left: auto;
    pointer-events: none;
    position: absolute;
    transform: rotate(-7deg);
    width: 870px;
}

@media (max-width: 1200px) {
    .contacts__info--image {
        bottom: -653px;
        height: 870px;
        left: -106px;
        position: absolute;
        transform: rotate(-7deg);
        width: 870px;
    }
}

.contacts__info--image-two {
    bottom: -282px;
    height: 870px;
    right: 0px;
    left: auto;
    pointer-events: none;
    position: absolute;
    transform: rotate(0deg);
    width: 660px;
}

@media (max-width: 1200px) {
    .contacts__info--image-two{
        display: none;
    }
}