@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1680px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
0. 1730px
************/

@media only screen and (max-width: 1730px) {
    .temp_col {
        display: none !important;
    }
    .col-1680-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .offers {
        padding-top: 0px;
    }
    
    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .more_options {
        width: 100%;
        margin-top: 28px;
    }
   
    .offers_sorting_container {
        margin-top: 105px;
    }
}

/************
1. 1680px
************/

@media only screen and (max-width: 1680px) {
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .main_nav_container {
        margin-right: 121px;
    }
    .offers_sorting > li {
        margin-bottom: 17px;
    }
    .footer_blog_content {
        padding-left: 74px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav_container {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .offers {
        padding-bottom: 105px;
    }
   
    .col-1680-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offers_image_container {
        width: 100%;
        height: 443px;
        margin-bottom: 38px;
    }
    .offers_image_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .footer_column {
        margin-bottom: 60px;
    }
    .footer_column:last-child {
        margin-bottom: 0px;
    }
    .copyright {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .copyright_content {
        height: auto;
        margin-top: 15px;
    }
    .footer_nav_container {
        height: auto;
    }
    .footer_nav_item {
        display: block;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .search_extras_item {
        width: 50%;
    }
    .offers_image_container {
        height: 327px;
    }
    .home_title {
        font-size: 48px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    p {
        font-size: 13px;
    }
    h1 {
        font-size: 28px;
    }
    .top_bar {
        display: none;
    }
    .button {
        height: 44px;
        border-radius: 22px;
    }
    .button a {
        line-height: 44px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .hamburger {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .hamburger i {
        font-size: 18px;
    }
 
    .menu_close_container {
        top: 15px;
        right: 28px;
    }

    .menu_item a {
        font-size: 24px;
    }
    .section_title {
        font-size: 21px;
    }
    .home {
        width: 100%;
        height: 375px;
        background: transparent;
    }
    .home_title {
        font-size: 24px;
    }
    .offers_image_container {
        height: calc((100vw - 30px) / 0.97);
    }
    .offers_price {
        font-size: 30px;
    }
    .offers_price span {
        font-size: 12px;
        margin-left: 7px;
    }
    .offer_reviews_rating {
        width: 56px;
        height: 47px;
        font-size: 24px;
        line-height: 47px;
    }
    .offer_reviews_title {
        font-size: 11px;
    }
    .offer_reviews_subtitle {
        font-size: 11px;
    }
    .offers_text {
        font-size: 13px;
    }
    .footer_about_text {
        font-size: 13px;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 13px;
    }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
}
