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

    .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;
    }

    .preloader-block img {
        width: 200px
    }

    section.technogym-video {
        height: 60vh;
    }

    .header-top .header-container .logo img {
        width: 120px;
    }

    .nav__list-item {
        font-size: 30px;
    }

    .hero-video {
        height: 40vh;
        margin-top: 110px;
    }

    .box-seat .inner-img {
        height: 33vh;
    }

    .intro-about .img-box .img-cent {
        height: 60vh;
    }

    .box-gallery-vertical [data-dsn-grid="moveUp"] {
        height: 60vh;
    }

    .header-social {
        display: none;
    }

    .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;
        border-top: 1px solid #ffffff47;
    }

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

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

    .technogym-logo h1 {
        letter-spacing: 3px;
        font-size: 9px;
        margin-bottom: 5px;
    }

    .technogym-logo img {
        width: 100px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button svg {
        width: 30px;
        height: 30px;
    }

    .gallery-grid a {
        display: inline-block;
        width: 50%;
    }

    .gallery-intro-wrapper .overlay {
        opacity: 0.35;
    }

    .gallery-intro-wrapper a {
        padding: 15px 30px;
        font-size: 18px;
    }

    .header-container {
        background-color: #000;
    }

    .map-btn-wrapper.mobile-only {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        justify-content: center;
        padding-top: 1.5rem;
    }

    a.map-btn {
        padding: 1rem 2rem;
        text-align: center;
        width: 80%;
        border: 1px solid #444444;
    }

    .footer .copyright  {
        margin-bottom: 55px;
    }

    .footer .footer-links {
        padding-bottom: 0;
    }

    .footer .footer-links .footer-block .footer-logo {
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer-logo img {
        width: 160px;
    }
    .footer-social ul {
        text-align: center;
    }

}
