/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {
    
}

@media only screen and (max-width : 1440px) {
    
}

@media only screen and (max-width : 1200px) {
    .container-ptb {
        padding: 45px 15px;
    }
    .catalog-row, .review-row {
        width: 800px;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
    }
    .info {
        justify-content: space-between;
    }
    .info-septic__image {
        padding-left: 40px;
    }
    .work-row {
        width: 570px;
        justify-items: center;
        margin: 0 auto;
    }
    .work-card {
        margin-bottom: 30px;
    }
    .owl-arrow__left {
        margin-left: -3px;
    }
    .owl-arrow__right {
        margin-right: -3px;
    }
}
@media only screen and (max-width : 1080px) {
    .first-monitor {
        min-height: 100vh;
        height: 100%;
    }
    .first-monitor__content {
        flex-direction: column;
        margin-top: 80px;
    }
    h1 {text-align: center; font-size: 40px}
    .offer {
        width: auto;
        max-width: 100%;
        height: 280px;
        align-items: center;
        text-align: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {    
    .nav-button {
        display: none;
    }
    .catalog-row {
        width: 660px;
        justify-content: space-around;
    }
    .card {
        max-width: 300px;
    }
    .info {
        justify-content: center;
        flex-direction: column;
    }
    .info-septic__image {
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .contacts__form {
        max-width: 320px;
    }
    .popup__content-septic {width: 800px !important;}
    #popup__button {
        display: block;
    }
}
@media only screen and (max-width : 840px) {
    .owl-arrow__left {
        margin-left: -13px;
    }
    .owl-arrow__right {
        margin-right: -13px;
    }
    .popup__content-septic {width: 600px !important;}
    .popup__description {flex-wrap: wrap; align-items: center;}
    .popup__description-param {
        order: 3;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    h1 {
        max-width: 500px;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    nav {
        display: none;
    }
    .nav-gamburger {
        display: block;
    }
    .review-row {
        justify-items: center;
    }
    .catalog-row {
        flex-direction: column;
        justify-content: space-around;
    }
    .card {
        max-width: 360px;
    }    
    .contact-row {
        flex-direction: column;        
    }
    .contacts__form {
        max-width: 360px;
    }
    .owl-nav {
        
    }
    .owl-arrow__left {
        margin-left: calc((100vw - 370px) / 2 - 40px );
    }
    .owl-arrow__right {
        margin-right: calc((100vw - 370px) / 2 - 40px );
    }
    .footer_description {
        display: none;
    }
}
@media only screen and (max-width : 640px) {
    .popup__description {gap: 25px}
    .popup__description-price {
        width: 400px;
    }
    .offer {
        height: auto;
        gap: 30px;
    }
    .offer__description {font-size: 18px}
    .work-row {
        flex-direction: column;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .card {
        max-width: 320px;
    }
    .review-header-content {
        margin-left: 40px;
    }
    .contacts__form {
        max-width: 320px;
    }
    .phone {display: none}
    .nav-phone-icon {
        display: block;
    }
    .footer__content {
        flex-direction: column;
    }
    footer {
        padding: 10px 0px;
    }
    .popup__content-septic {width: 350px !important;}
}
@media only screen and (max-width : 420px) {
    h1 {
        font-size: 36px;
    }
    .first-monitor__content {
        margin-top: 50px;
    }
    .card {
        width: 300px;
    }
    .owl-arrow__left {
        margin-left: -15px;
    }
    .owl-arrow__right {
        margin-right: -15px;
    }
    .offer__img img{
        width: 150px !important;
    }
    
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    .popup__content-septic {width: 300px !important;}
    .card {width: 280px !important}
}
/*  240px*/
@media only screen and (max-width : 240px) {
    
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) {
    .mobile-header {
        display: none;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
}

