@media (min-width: 1200px){
    .container {
        max-width: 1170px !important;
    }
    .about-company .container .info {
        width: 65% !important;
    }

}

@media (min-width: 992px) {
    .wrapper > header{
        display: block !important;
    }
    .fixed-header-normalize{
        display: block !important;
    }

    .drawer{
        display: none !important;
    }

    .drawer-fixed-normalize{
        display: none !important;
    }
    .page-footer img {
        max-height: 92px;
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .wrapper > header{
        display: none !important;
    }

    .drawer{
        display: block !important;
    }
    .fixed-header-normalize{
        display: none !important;
    }

    .drawer-fixed-normalize{
        display: block !important;
    }
    .proccess-img {
        width: 25%;
    }
}

@media (max-width: 955px) {
    .vertuha .loposti {
        position: absolute;
        right: 3px;
        top: -42px;
        animation-name: rotater;
        animation-duration: 50s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        width: 141px;
    }
    .vertuha .melnitsa {
         width: 280px;
    }

    .about-company .text-header{
        font-size: 20px !important;
    }

    .about-company p {
        font-size: 15px;
    }

    .information {
        padding: 100px 0 0;
        position: relative;
    }

    h2, h3 {
        font-size: 20px !important;
    }

    body{
        font-size: 15px !important;
    }

    .view-port{
        display: none;
    }

    .forma {
        padding: 57px 10px;
    }

    .allproduction, .production {
        padding: 85px 0;
    }
    h1 {
        font-size: 24px!important;
        line-height: 140%;
    }
}

@media (max-width: 550px) {
    .h-43 {
        height: 55px !important;
    }
    .about-company .container .info {
        width: 100% !important;
        background-size: 157% 100% !important;
        background-repeat: no-repeat !important;
        background-position-x: 50% !important;
        padding: 26% 0 !important;
    }
}
@media (max-width: 720px) and (min-width: 551px){
    .about-company .container .info {
        width: 90% ;
        padding: 14% 6% !important;
    }
}
@media (max-width: 768px){
    .pills-secondary .nav-item:first-child .nav-link {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .pills-secondary .nav-item:last-child .nav-link{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .md-content .md-close {
        right: 5%;
    }
    .breadcrumbs {
        padding: 40px 0px;
    }
    .proccess-img {
        width: 33.33%;
    }
}
@media (max-width: 720px){

 
    .about-company .container {
        max-width: none;
    }

    .slider_text p {
        font-size: 28px;
    }

    footer .container {
        max-width: none;
    }

    .main-slider-container .arrow {
        display: none;
    }
}

@media (max-width: 550px) {
    .about-company .container {
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    .prod_footer {
        width: auto;
    }
    .f_prod {
        width: 50%;
    }
  
}