@media(max-width: 1280px) {
    .hero{
        height: 102vh;
    }
}
@media(max-width: 1080px) {}

@media(max-width: 1024px) {
    .advertise-wrap {
        height: 400px;
        margin-top: 30px;
    }

    .why-choose-us-gold {
        padding: 50px 0 50px;
    }

    .why-choose-bg-icon {
        top: 230px;
    }

    .contact-us-image {
        display: none;
    }

    .contact-info-items-list .contact-info-item:first-child {
        width: 100%;
    }

    .contact-info-item {
        width: calc(50% - 15px);
    }

    .contact-info-items-list .contact-info-item:last-child {
        width: calc(50% - 15px);
    }

}

@media(max-width: 992px) {}

@media(max-width: 820px) {
    .hero-counter-box {
        display: none;
    }

    .hero {
        padding: 220px 0 30px;
    }

    .hg-block.hg-blog-filled {
        margin: 6px 0 0 6px;
    }
}

@media(max-width: 768px) {
    .lightgallery-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 736px) {
    .hg-block.hg-blog-filled {
        margin: 15px 0 0 0px;
    }

    .why-choose-bg-icon {
        top: 300px;
        right: 30px;

    }

    .contact-info-item,
    .contact-info-items-list .contact-info-item:last-child {
        width: 100%;
    }
}

@media(max-width: 667px) {
    .why-choose-bg-icon {
        max-width: 200px;
    }
}

@media(max-width: 640px) {
    .ammenties-item {
        margin-bottom: 30px;
    }
}

@media(max-width: 568px) {
    .adv-content span.cursive-text {
        font-size: 35px !important;
    }

    .adv-content p {
        font-size: 18px;
    }

    .adv-content span.gym-name {
        font-size: 36px !important;
    }

    .lightgallery-wrap a {
        height: 180px;
    }

    .lightgallery-wrap .image-anime:before {
        top: 130%;
    }
}

@media(max-width: 540px) {}

@media(max-width: 480px) {
    .adv-content {
        width: 70%;
    }

    .why-choose-bg-icon {
        display: none;
    }

    .lightgallery-wrap a {
        height: 150px;
    }

    .contact-info-item .icon-box {
        width: 30px;
        height: 30px;
    }

    .contact-info-item .icon-box img {
        max-width: 18px;
    }

    .google-map-iframe {
        padding-bottom: 70%;
    }
    .footer-copyright-text {
        padding: 15px 0 50px;
    }
    .footer-links.footer-working-hour-box{
        width:  100%
    }
    .fc-numbers a:nth-child(2){
        margin-left: 10px;
    }
    .modal-content {
        width: 320px;
                margin: auto;
    }
}

@media(max-width: 432px) {
    .adv-content {
        left: 20px;
    }
}

@media(max-width: 424px) {}

@media(max-width: 414px) {
    .navbar-brand img {
        max-width: 80px;
    }

    .navbar-brand .logo-text h5 {
        font-size: 15px;
        letter-spacing: 0px;
    }

    .navbar-brand .logo-text p {
        font-size: 15px;
    }
}

@media(max-width: 393px) {
    .hero-content-box {
        margin: 0 0 0px;
    }

    .lightgallery-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .lightgallery-wrap a {
        height: 200px;
    }
}

@media(max-width: 385px) {

    .adv-content span.cursive-text,
    .adv-content span.gym-name {
        font-size: 30px !important;
    }

    .adv-content p {
        font-size: 16px;
    }
}

@media(max-width: 384px) {}

@media(max-width: 375px) {
    .captcha-div_contact img {
        max-width: 90px;
    }
}

@media(max-width: 360px) {
    .navbar-brand .logo-text h5 {
        font-size: 13px;
    }

    .navbar-brand .logo-text p {
        font-size: 12px;
    }

    .hg-block.hg-blog-filled h5 {
        font-size: 45px;
    }

    .hg-block.hg-blog-filled p {
        font-size: 18px;
    }
}

@media(max-width: 320px) {
    .navbar-brand img {
        max-width: 60px;
    }

    .captcha-div_contact img {
        max-width: 70px;
    }
}