@media(max-width: 400px){
    /*services*/
    .services .services-item .d-lg-none span:nth-of-type(1) {
        padding-right: 18px !important;
    }
}

@media (max-width: 575px) {
    header {
        padding-top: 23px;
    }

    .copy-rights {
        padding-bottom: 21px;
    }

    .pb-120 {
        padding-bottom: 54px;
    }

    .mb-120 {
        margin-bottom: 54px;
    }

    .city-info .city-item {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .container {
        padding: 0 16px !important;
    }

    /*services*/
    .services .services-item .d-lg-none span:nth-of-type(1) {
        padding-right: 36px;
    }

}

@media (max-width: 767px) {
    header {
        padding-top: 43px;
    }

    .copy-rights {
        padding-bottom: 31px;
    }

    h1 {
        padding-bottom: 120px;
    }

    .city-info .city-item {
        padding: 15px 0 !important;
        border-top: 1px solid #394343;
        width: 100%;
        letter-spacing: 0px;
    }

    .city-info .city-item:last-of-type {
        border-bottom: 1px solid #394343;
    }

    .pb-120 {
        padding-bottom: 70px;
    }

    .mb-120 {
        margin-bottom: 70px;
    }

    .pb-94 {
        padding-bottom: 54px;
    }

    .pb-60 {
        padding-bottom: 24px;
    }

    .letter-section .random-text .random-text-title {
        font-size: 36px;
        line-height: 36px;
    }

    .letter-section .random-text p {
        font-size: 24px !important;
        line-height: 32px !important;
    }


    .footer-small-text {
        padding-bottom: 40px;
    }


    .footer-small-text p {
        font-size: 12px;
    }

    .letter-section .strange-text {
        font-size: 16px;
    }

    header {
        padding-top: 25px !important;
    }

    /*services*/
    .services .services-item .d-lg-none span {
        font-size: 12px;
        line-height: 40px;
    }

}

@media (max-width: 991px) {
    .main-text-content .main-text-content-title {
        font-size: 36px;
        line-height: 36px;
    }

    .main-text-content {
        position: relative !important;
        top: auto !important;
    }

    .main-text-content p {
        font-size: 24px;
        line-height: 32px;
    }

    .letter-section .random-text .random-text-title {
        font-size: 40px;
        line-height: 40px;
    }

    .letter-section .random-text p {
        font-size: 30px;
        line-height: 40px;
    }

    .letter-section .lines .line {
        height: 40px;
    }

    footer {
        border: none;
    }

    footer .contact-info p, footer .contact-info a {
        font-size: 20px;
        line-height: 22px;
    }

    .city-info .city-item {
        padding: 0 10px;
    }

    .city-info .city-item {
        font-size: 14px;
        line-height: 14px;
    }

    .pb-120 {
        padding-bottom: 84px;
    }

    .mb-120 {
        margin-bottom: 84px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .copy-rights {
        padding-bottom: 30px
    }

    header {
        padding-top: 50px;
    }

    .services .services-item span {
        text-transform: capitalize;
    }


}

@media (min-width: 992px) {
    body {
        cursor: none !important;
    }
}

@media (max-width: 1199px) {
    .services .services-item .d-lg-block span:nth-of-type(1) {
        max-width: 120px;
        width: 100%;
    }

    .services .services-item .d-lg-block span:nth-of-type(2) {
        max-width: 450px;
        width: 100%;
    }
}

@media (max-width: 1399px) {
    .container {
        max-width: 1214px !important;
    }

    .spec-container {
        padding: 0 !important;
    }

    .city-info .city-item {
        padding: 0 14px;
    }
}

@media (max-width: 1600px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

