@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .hero-content h1 {
        width: 50%;
        margin: 0 auto;
        font-size: 70px;
    }

    .contact-panel {
        display: none;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {

}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .navbar-logo {
        width: 220px;
    }

    .hero-swiper .swiper-slide {
        height: 80vh;
    }

    .hero-content h1 {
        font-size: 26px;
        width: 70%;
        margin: 0 auto;
    }

    .hero-slogan {
        margin-bottom: 20px;
    }

    .multiply::before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .tc-flawless-style5 {
        padding: 0;
    }

    .multiply {
        height: unset;
    }

    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
        font-size: 20px;
    }

    .grid-item {
        width: 50%;
    }

    section.e-katalog .overlay {
        left: 0;
        font-size: 30px;
    }

    section.gallery {
        background-image: none;
    }

    section.e-katalog {
        background-attachment: unset;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    /*.project-video iframe {*/
    /*    height: 280px;*/
    /*}*/

    .message-box {
        margin-top: 20px;
    }

    .navbar-form-btn .btn {
        padding: 10px 15px;
        font-size: 18px;
    }
}
