@media screen and (max-width: 1500px){   
    .half-left{
        padding-right: 40px;
    } 
    .half-right{
        padding-left: 40px;
        padding-right: 40px;
    }
    #data-section .form-buttons{
        display: none;
    }
}  
@media screen and (max-width: 1220px){
    #footer-top #footer-contacts{
       width: 100%;
    }
    #footer-contact-section{
        text-align: center;
    }
    #footer-social-section .social-item{
        text-align: center;
    }
    #footer-top .item:first-child{
       width: 50%; 
    }
    #footer-top #footer-activity{
        width: 50%;
    }
    #news-page .content .item{
        width: calc( ( 100% / 4 ) - 40px );
    }
}
@media screen and (max-width: 1150px){
    .half-left{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .half-right{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer-top .item:first-child{
       width: 100%; 
    }
    #footer-top #footer-activity{
        width: 100%;
    }
    #footer-contact-section{
        padding-top: 20px;       
    }
    #footer-activity h3{
        width: 100%;
    }
    .fw-half{
        display: block;
        width: 100%;
    }
    .wrapper-half-left{
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px){
    header {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
    #top-menu .icon{
        display: block;
    }
    #top-menu .langs-div ul li{
        padding: 10px 10px;
    }
    #top-menu .icon a{
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        padding: 8px 10px 20px;
        text-align: right;
    }
    #top-menu .menu ul{
        display: none; 
        opacity: 0;
        position: absolute;
        right: 0; top: 75px;
        width: 100%;
        min-width: 200px;
        background: #333;
        padding: 10px 0;
        animation: 1s showing ease-in-out; 
    }
    header #top-menu.responsive .menu ul{
        display: block;  
        opacity: 1;
        animation: 1s showing ease-in-out;
        right: 58px;
        max-width: 285px;
    }
    header #top-menu .menu ul li {
        display: block;
        width: 100%;
    }
    #top-menu .menu > ul > li.active::after, #top-menu .menu > ul > li:hover::after{
        content: none;
    }
    #top-menu .menu > ul > li.active::before, #top-menu .menu > ul > li:hover::before{
        content: none;
    }
    header #top-menu .menu ul li::before{
        content: none;
    }
    #header-right #top-menu::after{
        content: none;
    }
    header #top-menu .menu ul li a{
        padding: 12px 20px 10px;
    }

    header #top-menu .menu ul li.active a{
        color: #fefefe;
    }
    #activities-section .item{
        width: 49%;
    }
    #activities-section .owl-carousel .item{
        width: 100%;
    }
    #gallery-browse .item{
        width: 49%;
    }

    #banner-slider .baner-full,
    .main #banner-slider .baner-full{
        height: auto;
    }
    #banner-slider .baner-full .banner-image,
    #banner-slider .baner-full .banner-video{
        position: relative;
        height: 150px;
    }
    #banner-slider .baner-full img{
    }
    .main #banner-slider .baner-full img{
    } 
    #banner-slider .description {
        position: relative;
        width: 100%;
        left: 0;
        bottom: initial;
        background-color: rgba(19,82,101,1);
    }
    #banner-slider .description .read-more{
        display: block;
        float: none;
        margin-left: auto;
        width: 200px;
    }
    body #banner-slider .bx-wrapper .bx-controls-direction a{
        display: none;
    }
    #banner-slider .description h1{
        font-size: 25px;
        line-height: 30px;
    }
    .video-slide .video-item{
        text-align: center;
    }
    #top-menu .menu ul{
        width: 300px;
    }
    #top-menu .menu > ul > li{
        padding: 20px 10px;
        background: rgba(128, 132, 136, 0.9);
    }
    #banner-slider .description{
        background: rgba(68, 69, 71, 0.9);
    }
    #top-menu .menu{
        
        padding-right: 15px;
    }
    #top-menu .langs-div{
        padding: 0;
        
        width: 100px;
    }
    #top-menu .langs-div ul{
        text-align: center;
    }
    #top-menu .langs-div ul li{
        width: 47px;                
    }
    #logo{
        padding: 10px 0;
    }
    #areas-of-activity-page .item{
        width: 50%;
    }
    #areas-of-activity-page-content .data-section{
        display: block;
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 980px){
    #news-page .content .item{
        width: calc( ( 100% / 3 ) - 40px );
    }
}
@media screen and (max-width: 860px){
    #news-page .description {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    #news-page .images {
        display: block;
        width: 100%;
        max-width: 350px;
    }
    .section h2{
        font-size: 20px;
    }
    .images-slider .image-item{
        width: 200px;
    }
}
@media screen and (max-width: 680px){
    #top-menu{
        display: block;
        width: 100%;
    }
    #logo{
        width: 100%;
    }
    #activities-section .item{
        width: 100%;
    }
    #gallery-browse .item{
        width: 100%;
    }
    #contact-form .subitem.w5{
        width: 100%;
    }
    #news-page .content .item{
        width: calc( ( 100% / 2 ) - 40px );
    }
    .video-slide .video-item iframe{
        width: 100% !important;
        height: 250px !important;                  
    }
    #news-section .item{
        width: 194px;
    }
    .half-right #news-section .owl-nav .owl-prev {
        padding-left: 0;
        left: -20px;
    }
    .half-right #news-section .owl-nav .owl-next {
        padding-right: 0;
        right: -20px;
    }
    header{
        padding-bottom: 20px;
    }
    #areas-of-activity-page-content .images-section{
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    #main-image{
        height: 300px;
    }
    body .bx-wrapper .bx-pager{
        top: 0;
        padding-right: 0;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
        bottom: initial;
            
    }
    .half-right #news-section .owl-nav .owl-next{
       right: -35px;
    }
    .half-right #news-section .owl-nav .owl-prev{
        left: -35px;
    }
}
@media screen and (max-width: 620px){
    #footer-top .menu li{
        width: 100%;
    }  
    #contact-form{
        padding: 20px 20px;
    }
    #contact-form .subitem{
        padding-right: 0px;
    }
    #activity-section-data .item{
        width: auto;
    }
        #areas-of-activity-page .item{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    #news-page .content .item{
        width: calc( ( 100% / 1 ));
    }
}
 