@media(max-width: 1749px)
{
    .page-banner{
        height: 800px;
    }
    .page-banner-header h1{
        margin-top: 200px;
    }
}

@media(max-width: 1747px)
{
    .page-banner-header h1{
        margin-top: 155px;
    }
    .page-banner-row__icon{
        margin-top: 0px
    }
}

@media(max-width: 1550px)
{
    .item__map iframe{
        width: 450px;
    }
    .contact-row__item{
        width: 100%;
        margin: 0;
        padding: 0;
    } 
    .page-banner-row__item {
        width: 50%;
    }
}

@media(max-width: 1382px)
{
    .catalog-content__item{  
        width: 32%;
    }
}

@media(max-width: 1300px)
{ 
    .catalog-content__item{  
        width: 33%;
    }
    .contact-list__map{
        display: none;
    }
    .contact-form{
        width: 100%;
    }
}

@media(max-width: 1250px)
{
    .catalog-content__item{
        width: 45%;
    }   
    
    .page-banner-header{
        padding: 0 50px;
    }      
}

@media(max-width: 1000px)
{
    
    .page-banner-header h1 {
        margin-top: 200px;
        width: 90%;
    }

    .contact-container{
        margin: 40px 0 40px 0;
        padding: 5px 80px 30px 80px;
    }
    .contact-container__header{
        color: var(--white);
        font-size: 40px;
        margin: 0;
        text-decoration: none;
        margin: 10px 15px;
    }
    .contact-form{
        margin: 30px 0 30px 0;
    }
    
    .contact-container.page-contact{
        margin: 40px 0 40px 0;
        padding: 5px 80px 30px 80px;
    }
    .contact-container__header.page-contact{
        color: var(--white);
        font-size: 40px;
        margin: 0;
        text-decoration: none;
        margin: 10px 15px;
    }
    .contact-form.page-contact{
        margin: 30px 0 30px 0;
    }
}

@media(max-width: 930px)
{
    body.lock{
        overflow: hidden;
    }  
    .header__content{
        justify-content: space-between;
        padding: 0 30px;
    }
    .header-logo{   
        z-index: 2;
    }
    .header__burger{
        position: relative;
        padding: 0;
        margin: auto 10px;       
        width: 30px;
        height: 20px;
        z-index: 3;
    }
    .header__burger span{
        position: absolute;
        background-color: black;
        right: 0;
        width: 50%;
        height: 2px;
        top: 10px;
        transition: all 0.3s ease 0s;
    }
    .header__burger:before,
    .header__burger:after{
        content: '';
        background-color: black;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger:before{
        top: 0;
    }
    .header__burger:after{
        bottom: -2px;
    }
    .header__burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span{
        transform: scale(0);
    }  
    
     .header-navigation{
        position: fixed;
         top: 0; 
        right: -100%;
        overflow: auto;
        margin: 0;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 70px 30px 20px 10px;
        background-color: #BBB8B5;
        box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.3);     
        transition: all 0.3s ease 0s;
    } 
    .header-navigation__link{
        font-size: 30px;
    }
    .header-navigation.active{
        top: 0;
        right: 0;    
    }
    .header-navigation__item{
        margin-bottom: 10px;
    }
    
    .header-navigation__item:last-child{
        margin-bottom: 0;
    }  
    
    .page-banner__button {
        margin-top: 20px;
    }
    .about{
        height: 500px;
    }
    
    .page-banner__row{
        padding: 0;
    }
    
    .page-banner__row h1{
        font-size: 80px;
    }
    
    .communication
    {
        padding: 0;
    }
    
    .communication-content
    {
        padding-left: 0;   
        padding-right: 0;
    }
    
    .communication-content__description{
        margin-left: 0;
    }
    
    .communication-list{
        width: 55%;
    }
    
}

@media(max-width: 880px){
    
    .communication{
        height: 650px;
    }
    
    .communication-content{
        flex-direction: column
    }
    
    .communication-content__description{
        width: 100%;
        margin: auto;
    }
    
    .communication-list{
        margin: auto;
        width: 100%;
        padding-top: 20px;
    }
    
    .item__map iframe  {
        margin: auto;
        width: 500px;
        height: 300px;
    }
    
    .cd-testimonials img{
        float: none;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
}

@media(max-width: 850px){
    .logistic-content__container{
        width: 700px;
    }
    .logistic-content__truck{
        width: 800px;
    }
}

@media(max-width: 800px){
    .about{
        height: 600px;
    }
}

@media(max-width: 768px){
    
    .page-banner-header h1{
        margin-top: 115px;
    }    
    
    .page-banner-row{
        flex-wrap: wrap;
    }
    
    .page-banner-row__item{
        padding-bottom: 20px;    
    }
    
    .about-content{
        flex-direction: column;
    }
    .about-content__description{
        width: 100%;
    }
    
    .about-content__description h3{
        border-bottom: 2px solid var(--red);
    }
    
    .about-content__description p{
       padding-top: 10px;
    }
    
    .contact-row{
        display: none;
    }
    
    .contact-form{
        margin-bottom: 0;
    }
    
    .contact-container{
        padding-bottom: 20px;
    }
    .contact-form button{
        margin-top: 0;
    }
    
    .contact-row.page-contact{
        display: none;
    }
    
    .contact-form.page-contact{
        margin-bottom: 0;
    }
    
    .contact-container.page-contact{
        padding-bottom: 20px;
    }
    .contact-form.page-contact button{
        margin-top: 0;
    }
    .logistic
    {
        height: 750px;
    }
     .logistic-content__container{
        width: 600px;
    }
    .logistic-content__truck{
        width: 700px;
    }
    
    .communication-content{
        margin-top: 30px;
    }
    
    .item__map iframe  {
        width: 550px;
        height: 350px;
    }
}

@media(max-width: 700px){
    .header-logo{
        width: 80%;
    }
    .page-banner-header h1{
        margin-top: 150px;
        font-size: 34px;
    }
    
    .page-banner-row{
         margin-top: 0;
    }
    
    .page-banner-row__item{
        width: 35%;
        padding-top: 80px;
    }
    
    .contact-container__header h2{
        font-size: 35px;
    }
    
    .contact-container__header.page-contact h2{
        font-size: 35px;
    }
    
    .page-banner__row h1{
        font-size: 60px;
    }
    
    .logistic{
        height: 680px;
    }
     .logistic-content__container{
        width: 550px;
    }
    .logistic-content__truck{
        width: 600px;
        height: 200px;
    }
}

@media(max-width: 600px){
    .page-banner__row h1{
        font-size: 50px;
    }
   
    .catalog-content{
        flex-direction: column;
        align-items: center
    }
    
     .logistic{
        height: 600px;
    }
     .logistic-content__container{
        width: 450px;
        height: 326px;
    }
    .logistic-content__truck{
        width: 500px;
        height: 165px;
    }
    .gallery-list{
        justify-content: space-evenly;
    }
    .gallery-list__item{
        width: 40%;
        margin: 0;
        margin-bottom: 5px;
    }
    
}

@media(max-width: 500px)
{
    .page-banner.page-catalog{
        height: 400px;
    }
    .page-banner.page-logistic{
        height: 400px;
    }
    .page-banner.page-gallery{
        height: 400px;
    }
    .page-banner.page-contact{
        height: 400px;
    }
    .about{
        height: 650px;
    }
    
    .header-logo{
        width: 100%;
        font-size: 12px;
    }
    
    .header__content{
    padding: 0 10px;
    }
    
    .contact-container{
        width: 100%;
        padding: 25px;
    }
    
    .contact-container.page-contact{
        width: 100%;
        padding: 25px;
    }
    
    .footer-column{
        padding: 10px;
    }
    
    .column-items img{
        padding-right: 10px;
    }
    
    .column-items p{
        margin-right: 0;
    }
    
     .logistic{
        height: 450px;
    }
     .logistic-content__container{
        width: 350px;
        height: 226px;
    }
    .logistic-content__truck{
        width: 400px;
        height: 165px;
    }
    
    .item__map iframe  {
        width: 350px;
        height: 250px;
    }
    
    .gallery-list__item{
        width: 47%;
    }
}

@media(max-width: 450px){
    
    .page-banner__row h1{
        font-size: 32px;
    }
    .about{
        height: 750px;
    }
    .about-content__description h3{
        font-size: 45px;
    }
    .page-banner-row__item p{
        font-size: 12px;
    }

    .catalog-content h1{
        font-size: 32px;
        padding: 40px 25px;
    }
    
    .communication{
        height: 550px;
        padding: 0 20px 0 20px;
    }
    
    .communication-content{
        padding: 0;
        margin: 0;
   }
   
    .communication-content__description{
        margin: 0;
    }
    
    .communication-list{
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0;
    }
    
    .item__map iframe  {
        width: 300px;
        height: 200px;
    }
}

@media(max-width: 440px){
    .page-banner{
        height: 780px;
    }
}

@media(max-width: 400px){
    .header-navigation{
        width: 60%;
    } 
}

@media(max-width: 391px){
    .about{
        height: 800px;
    }
}

@media(max-width: 380px){
    .about{
        height: 800px;
    }
    
    .column-items p{
        display: none;
    }
    
     .logistic{
        height: 300px;
    }
     .logistic-content__container{
        width: 250px;
        height: 130px;
    }
    .logistic-content__truck{
        width: 335px;
        height: 165px;
    }
}

@media(max-width: 355px){
     .about{
        height: 850px;
    }
    .about-content__description h2{
        font-size: 30px;
    }
    .about-content__description h3{
        font-size: 35px;
    }
}

@media(max-width: 340px){
      .about{
        height: 1000px;
    }
    .header-navigation{
        width: 70%;
    } 
}

@media(max-width: 316px){
      .about{
        height: 1050px;
    }
     .about-content__description h2{
        font-size: 25px;
    }
    .about-content__description h3{
        font-size: 30px;
    }
}

@media(max-width: 304px){
      .about{
        height: 1070px;
    }
}

@media(max-width: 298px){
      .about{
        height: 1100px;
    }
}

@media(max-width: 296px){
      .about{
        height: 1200px;
    }
}
