@media screen and (max-width: 769px) {

    .main-screen__decoration--1,
    .main-screen__decoration--2,
    .main-screen__decoration--3 {
        display: none;
    }

    .main-screen__square {
        height: 90px !important;
    }

    .nav__item.mobile {
        border: 0 !important;
        transform: scale(1.5);
    }


}

#contact-form-up {
    position: absolute;
    top: -90px;
}

.contact-form {
    position: relative;
}

.items-list {
    position: relative;
}

#sec-1__up,
#sec-2__up,
#sec-3__up {
    position: absolute;
    top: -90px;
    height: 5px;
    background-color: red;
}

@media only screen and (max-width: 600px) {
    .header__logo-img {
        width: 110px;
    }

    .header,
    .header__logo,
    .nav {
        height: 90px !important;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.footer__privacy-policy {
  font-size: 18px !important;
  color: #fff !important;
  font-family: Raleway,sans-serif !important;
}
