@media (max-width: 1200px) 
{
    .container
    {
        max-width: 992px;
    }

    .menu ul a
    {
        font-size: 15px;
    }

    .images_follow_wrapper .image_follow
    {
        width: 225px;
    }

    .first_scroll:after
    {
        background-position-x: 50%;
    }

    .sect_news .lats_news .news_desc
    {
        width: 360px;
    }

    .sect_news .news_list .news_item
    {
        width: 310px;
    }

    footer .menu ul a
    {
        font-size: 13px;
    }

    .sect_pagetitle.large
    {
        min-height: 300px;
    }

    .cke_wrapper .block_two_obj_centred
    {
        flex-direction: column;
    }
}

@media (max-width: 992px) 
{
    .container
    {
        max-width: 768px;
    }

    .logo .logo_title
    {
        display: none;
    }

    .logo .logo_text .text
    {
        display: none;
    }

    .btn_menu
    {
        display: block;
    }

    .navbar
    {
        height: auto;
        padding-bottom: 15px;
    }

    header .menu
    {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        top: 0;
        left: 0;
        z-index: -1;
        padding-top: 125px;
        transition: 0.5s;
        transform: translateX(-100%);
    }

    header .menu.active
    {
        transform: translateX(0%);
    }

    header .menu ul
    {
        flex-direction: column;
        align-items: center;
    }

    header .menu ul li
    {
        margin-bottom: 20px;
    }

    header .menu ul a
    {
        font-size: 18px;
    }

    .first_scroll .wrapper .awards_wrapper
    {
        width: 315px;
    }

    .first_scroll .first_scroll_title h1
    {
        font-size: 55px;
    }

    .first_scroll:after
    {
        background-position-x: 10%;
    }

    .images_follow_wrapper
    {
        flex-wrap: wrap;
    }

    .images_follow_wrapper .image_follow
    {
        width: 290px;
    }

    .images_follow_wrapper
    {
        justify-content: center;
    }

    .first_scroll
    {
        padding-top: 0px;
    }

    .sect_video .video_wrapper
    {
        width: 100%;
    }

    .sect_news .lats_news .news_image
    {
        width: 360px;
        height: 280px;
    }

    footer .container
    {
        flex-direction: column;
    }

    footer .menu ul li
    {
        margin-left: 0;
        margin-right: 10px;
    }

    .sect_contacts_wrapper
    {
        flex-direction: column;
    }

    .sect_contacts_wrapper .col_contacts
    {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    .sect_gallery .gallery_grid.auto_rows
    {
        grid-auto-rows: 200px;
    }

    .sect_soc_widgets .widgets_wrapper
    {
        flex-direction: column;
        align-items: center;
    }

    .sect_soc_widgets .widgets_wrapper .widget
    {
        margin-bottom: 25px;
    }

    .logo .logo_image img
    {
        height: 40px;
    }

    .cke_wrapper .block_image.left
    {
        flex-direction: column;
    }

    .cke_wrapper .block_image.right
    {
        flex-direction: column-reverse;
    }

    .cke_wrapper .block_image.left .block_text, .cke_wrapper .block_image.right .block_text
    {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        margin-top: 25px;
    }

    .news_detail .news_image
    {
        width: 540px;
        height: 300px;
        
    }
    
}

@media (max-width: 768px) 
{
    .container
    {
        max-width: 540px;
    }

    header .contacts_wrapper
    {
        display: none;
    }
    
    header .menu .contacts_wrapper
    {
        display: block;
        text-align: center;
    }

    .logo_image 
    {
        height: 50px;
    }

    .logo_image img
    {
        height: 100%;
        width: auto;
    }

    header .menu
    {
        padding-top: 80px;
    }

    .first_scroll .first_scroll_title h1
    {
        font-size: 45px;
    }

    .first_scroll .wrapper .awards_wrapper
    {
        width: 185px;
    }

    .first_scroll .first_scroll_title span
    {
        font-size: 30px;
    }

    .first_scroll .wrapper
    {
        align-items: center;
    }

    .images_follow_wrapper .image_follow
    {
        width: 270px;
    }

    .first_scroll:after
    {
        background-position-x: 0;
    }

    body
    {
        padding-top: 80px;
    }

    .sect_gallery .gallery_grid
    {
        grid-template-rows: 20% 30% 30% 20%;
        grid-template-columns: 50% 50%;
        height: 800px;
    }

    .sect_news .lats_news
    {
        flex-direction: column-reverse;
    }

    .sect_news .lats_news .news_desc
    {
        width: 100%;
        margin-top: 25px;
    }

    .sect_news .news_list .news_item
    {
        width: 260px;
        margin-bottom: 25px;
    }

    footer .container
    {
        flex-direction: row;
    }

    .menu ul
    {
        flex-direction: column;
    }

    .sect_contacts_wrapper .col-map
    {
        width: 100%;
    }

    .logo .logo_image
    {
        overflow-x: hidden;
        width: 35px;
    }

    .cke_wrapper .block_image img, .cke_wrapper .image_centred img
    {
        width: 100%;
        height: auto;
    }

    .cke_wrapper .block_two_images_centred
    {
        flex-direction: column;
    }

    .cke_wrapper iframe
    {
        width: 540px;
        height: 250px;
       
    }

    .cke_wrapper .block_two_obj_centred .obj:first-child
    {
        margin-right: 0;
    }

    .cke_wrapper .block_two_obj_centred .obj img
    {
        max-width: 540px;
        max-height: 540px;
    }

    .about_us_wrapper .about_us_item
    {
        flex-direction: column;
    }

    .about_us_wrapper .about_us_item .col_img img
    {
        max-width: 100%;
    }

    .about_us_wrapper .about_us_item .col_img
    {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .sect_products .products_item:after
    {
        width: 100%;
        height: 1px;
        left: 0;
        top: 210px;
    }

    .sect_products .products_item
    {
        flex-direction: column;
    }

    .products_item .product_img
    {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sect_products .products_item .col_text
    {
        padding-left: 0;
        padding-top: 20px;
    }

    .shipbuilding_item .images_wrapper
    {
        grid-auto-rows: 180px;
        grid-template-columns: 50% 50%;
        padding-right: 0px;
        padding-bottom: 40px;
        width: 100%;
    }

    .shipbuilding_item
    {
        flex-direction: column;
    }
    .shipbuilding_item .text_wrapper
    {
        flex-direction: column;
    }
}

@media (max-width: 540px) 
{
    .container
    {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .first_scroll .wrapper
    {
        flex-direction: column;
        margin-top: 25px;
    }

    .first_scroll .first_scroll_title h1
    {
        font-size: 36px;
    }

    .first_scroll .first_scroll_title span
    {
        font-size: 23px;
    }

    .first_scroll:after
    {
        background-position-x: 46%;
    }

    .first_scroll .wrapper .awards_wrapper
    {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .sect_news .lats_news .news_image
    {
        width: 280px;
    }

    .sect_about_us p
    {
        padding: 0;
    }

    footer .container
    {
        flex-direction: column;
        align-items: center;
    }

    footer .container .info, footer .menu
    {
        width: 170px;
    }

    header .menu ul
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contacts_wrapper .contact
    {
        margin-left: 0;
        width: 195px;
        margin-bottom: 10px;
    }

    .sect_news .news_list
    {
        justify-content: center;
    }

    footer .menu ul li
    {
        margin-bottom: 10px;
    }

    .sect_gallery .gallery_grid.auto_rows
    {
        grid-auto-rows: 150px;
    }

    .sect_gallery .cards_controller
    {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .sect_gallery .btn_card_switch
    {
        margin-bottom: 15px;
    }

    .sect_pagetitle h1
    {
        font-size: 22px;
    }

    .sect_pagetitle
    {
        min-height: 150px;
    }

    .about_slider_wrapper .slider_item
    {
        height: 250px;
    }

    .sect_about_slider .about_slider_wrapper .owl-dots
    {
        bottom: 15px;
    }

    .info_row
    {
        padding-right: 0;
    }

    .cke_wrapper h1
    {
        font-size: 22px;
    }

    .cke_wrapper table td
    {
        font-size: 10px;
    }

    .sect_pagetitle.large
    {
        min-height: 100px;
    }

    .cke_wrapper .text_centred
    {
        padding: 0 15px;
    }

    .cke_wrapper .block_text_icon
    {
        padding: 40px 15px;
        flex-direction: column;
        align-self: center;
    }

    .cke_wrapper .block_text_icon img
    {
        margin-right: 0;
    }
    .news_detail .news_image
    {
        width: 270px;
        height: 200px;
    }

    .cke_wrapper iframe
    {
        width: 270px;
        height: 200px;
       
    }

    .cke_wrapper .block_two_obj_centred .obj img
    {
        max-width: 270px;
        max-height: 270px;
    }

    .cke_wrapper .block_quote 
    {
        padding-left: 20px;
    }

    .products_item .product_img
    {
        width: 250px;
    }

    .award.one
    {
        background-image: url(../images/awards/1hd.png);
    }

    .award.two
    {
        background-image: url(../images/awards/2hd.png);
    }

    .award.three
    {
        background-image: url(../images/awards/3hd.png);
    }

    .shipbuilding_item .images_wrapper
    {
        grid-template-columns: 100%;
    }

    .shipbuilding_item
    {
        margin-top: 0;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 3px solid #949393;
    }

    .cke_wrapper video
    {
        width: 100%;
    }
}