@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}
@media (max-width: 1199px) {
    .services-tabs-section .service-card .image {
        width: 100%;
        height: 250px;
    }
    .services-tabs-section .service-card {
        flex-direction: column;
        height: calc(100% - 32px);
    }
}

@media(max-width: 1024px) {
    header .navbar-nav .nav-link {
        display: inline-block;
    }
    .contacts-page .contact-additional {
        margin-bottom: 40px;
        padding-top: 0;
    }
    .contact-section.contacts-page {
        height: 100%;
    }
    .articles-section .card-title,
    .articles-section .card-text {
        height: initial;
    }
    .articles-section .highlighted-article {
        height: 500px;
        margin-bottom: 32px;
    }
    .articles-section .highlighted-title {
        font-size: 24px;
        left: 20px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .contact-form .services {
        display: block;
    }
    .contact-section .contact-info {
        margin-bottom: 50px;
    }
    .specializations__card {
        padding: 10px;
    }
    .contact-form {
        padding: 20px;
    }
    h2, h3 {
        font-size: 26px;
        line-height: normal;
    }
    .about-lawyer .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about-lawyer__content {
        margin-top: 0;
        margin-bottom: 80px;
    }
    .about-lawyer__image {
        margin-top: 40px;
    }
    footer .navbar-nav {
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
        gap: 15px;
        justify-content: center;
    }
    .footer__social-icons {
        justify-content: center;
    }
    .about-lawyer__content {
        padding: 20px;
    }
    .about-lawyer__image img {
        position: relative;
        left: 30px;
    }
    .additional-services .items {
        flex-direction: column;
    }
    .additional-services .items > .item,
    .additional-services .items > .item:first-child {
        max-width: 100%;
        width: 100%;
    }
    .services-tabs-section .nav .nav-item .nav-link {
        font-size: 12px;
    }
    .whatsapp-section .image {
       padding-bottom: 20px;
    }
    .whatsapp-section {
        padding: 0px 0 60px 0;
    }
    .tab-content .whatsapp-section {
        padding-top: 60px;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .top-sidebar {
        height: 60px;
    }
}