@media (min-width: 3000px) {
    .header__nav ul li a {
        font-size: 36px;
    }

    .header__tel-col {
        font-size: 36px;
    }

    .header__email-col {
        font-size: 36px;
    }

}

@media (min-width: 2100px) {
    .perform {
        font-size: 1.4rem;
    }
} 

@media (max-width: 1200px) {

    .reviews__col {
        height: 380px;
    }
}

@media (min-width: 992.00px) and (max-width: 992.99px) {
    .reviews__col {
        height: 380px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 992px) { 

    .header__tel-col {
        font-size: 18px;
    }

    .header__email-col {
        font-size: 18px;
    }

    .header__nav ul li {
        height: 3vw;
    }

    .header__nav ul li a {
        font-size: 18px;
    }

    .header__social-img {
        width: 20px;
    }

    .reviews__col {
        height: 250px;
        margin-bottom: 35px;
    }

}

@media (min-width: 768.00px) and (max-width: 768.99px) { 
    
    .header__main-row {
        height: 120px;
    }

    .header__contacts-row {
        height: 60px !important;
    }

    .header__nav-row {
        height: 60px !important;
    }

    .header__tel-col {
        font-size: 16px !important;
    }

    .header__email-col {
        font-size: 16px !important;
    }

    .header__social-img {
        width: 20px !important;
    }

    .contacts__map-col {
        margin-top: 0 !important;
    }

 }

@media (max-width: 768px) { 

    .header__tel-col {
        font-size: 20px;
    }

    .header__email-col {
        font-size: 20px;
    }

    .header__nav ul li {
        height: 20px;
    }

    .header__nav ul li a {
        font-size: 16px;
    }

    .header__contacts-row {
        font-size: 1.5rem;
    }

    .header__contacts-row {
        height: 150px;
    }

    .header__nav-row {
        height: 100px;
    }

    .header__nav-row-mobile {
        margin-top: 25px;
    }

    .header__nav-mobile-inside-row ul li {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

   .header__logo {
        display: block;
        margin: 0 auto;
    }

    .header__social-img {
        width: 24px;
    }

    .works__list-col {
        margin-top: 55px;
    }

    .contacts__map-col {
        margin-top: 35px;
    }

    .footer__creator {
        padding-top: 50px;
    }

    .footer__email-wrapper {
        margin-top: 35px;
        text-align: center;
    }
    
    .footer__social-wrapper {
        text-align: center;
    }

    .carousel-control-prev-icon {
        margin-left: -50px;
    }

    .carousel-control-next-icon {
        margin-right: -50px;
    }
    
    .modal-img-col:not(:last-child) {
        margin-bottom: 20px;
    }

}

@media (min-width: 576.00px) and (max-width: 576.99px) {

    .footer__contacts-col {
        margin-top: 0 !important;
    }
}

@media (max-width: 576px) {
    .perform {
        margin-top: 50px;
    }

    .reviews__col {
        height: 250px;
    }

    .footer__creator {
        right: 20px;
    }

    .footer__social-wrapper {
        padding-bottom: 55px;
    }

    .footer__contacts-col {
        margin-top: 35px;
    }

    .footer__mnu-col ul {
        padding: 0;
    }

    .footer__mnu-col li {
        text-align: center;
    }

    .carousel-control-prev-icon {
        margin-left: -15px;
    }

    .carousel-control-next-icon {
        margin-right: -15px;
    }
} 

@media (max-width: 375px) {
    .reviews__col {
        height: 290px;
    }
}
