@media only screen and (max-width: 1320px) {
    .swiper_wrp {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 992px) {
    .intro_section_bg {
        background-attachment: inherit;
    }
    .top_nav {
        gap: 19px;
    }
    
    .logo img {
        max-width: 150px;
    }
    .country_card {
        width: calc(50% - 16px);
    }
}

@media only screen and (max-width: 768px) {
    .open_nav {
        display: block;
        position: relative;
        top: 2px;
    }
    .open_nav img {
        width: 29px;
        height: auto;
    }
    
    .top_nav {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
        display: block;
        padding: 30px 20px;
        transition: .3s;
        pointer-events: none;
        transform: scale(1,0);
        transform-origin: top center;
    }
    
    .top_nav li {
        margin-bottom: 10px;
    }
    
    .top_nav li a {
        font-size: 17px;
        line-height: 1.2;
        display: block;
        text-align: right;
    }
    
    .top_nav li:last-child {
        margin: 0;
    }
    
    header {
        padding: 16px 0!important;
    }
    
    .logo img {
        max-width: 140px;
    }
    
    .intro_section {
        padding-bottom: 30px;
        padding-top: 97px;
    }
    
    .intro_desc_wrp h1 {
        font-size: 43px;
    }
    
    .after_h1 {
        font-size: 13px;
        line-height: 1.2;
        margin-top: 10px;
    }
    
    .intro_desc {
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.6;
    }
    
    .services_section {
        padding: 40px 0;
    }
    
    .services_items {
        gap: 40px;
    }
    
    .service_item .service_img {
        order: 1;
        height: 210px;
        flex: none;
        width: 100%;
    }
    
    .service_item {
        flex-direction: column;
        gap: 30px;
    }
    
    .service_item:nth-child(odd) .service_desc {
        padding: 0;
    }
    
    .service_desc {
        flex: none;
        width: 100%;
    }
    
    .service_desc h2 {
        font-size: 27px;
    }
    
    .service_desc p {
        font-size: 13px;
    }
    
    .service_img {
        order: 1!important;
    }
    
    .service_desc {
        order: 2!important;
    }
    .partners_clients {
        padding: 40px 0;
    }
    
    .section_title {
        font-size: 31px;
        margin-bottom: 40px;
    }
    
    .label_lined {
        margin: 40px 0;
    }
    
    .label_lined span {
        font-size: 15px;
        padding: 0 20px;
    }
    
    .swiper_wrp {
        padding: 0 30px;
    }
    
    .go_prev img, .go_next img {
        width: 14px;
    }
    
    .customer_logo_holder {
        height: 120px;
    }
    
    .contact_section {
        padding: 40px 0;
    }
    
    .contact_items {
        gap: 60px;
    }
    
    .contact_item::after {
        bottom: -30px;
        max-width: 100%;
    }
    
    .divider {
        width: calc(100% - 30px);
    }
    
    .form_section {
        padding: 40px 0;
    }
    
    .section_title + .after_h2 {
        margin-top: -30px;
    }
    
    .input_el {
        width: 100%!important;
    }
    
    form .button {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 15px;
    }
    
    .footer_text_last {
        padding-top: 20px;
    }
    
    .footer_logo {
        width: 210px;
        height: auto;
    }
    
    .foott {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .menu_opened .top_nav {
        transform: scale(1,1);
        pointer-events: all;
    }
    .people_card {
        width: 100%;
    }
    .content_section {
        padding: 30px 0;
    }
    .person_section {
        padding: 30px 0;
    }
    .content_section + .person_section {
        padding-top: 0;
        margin-top: -20px;
    }
    header + .section:not(.intro_section,.heading_section) {
        margin-top: 68px;
        padding-top: 30px;
    }
    .country_card {
        width: 100%;
    }
    .career_wrp {
        display: block;
    }
    
    .career_left {
        width: 100%;
    }
    
    .career_right {
        width: 100%;
        border-top: 1px solid #c1c1c1;
        padding: 20px;
    }
    .section.not_foud {
        padding-top: 80px!important;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 450px) {
    .people_card {
        flex-direction: column;
        gap: 14px;
    }
    
    .people_card_img {
        width: 170px;
    }
}