@media (min-height: 1100px) {
    .first-screen {
        height: auto;
    }
    .full-screen {
        height: auto;
        padding: 150px 0;
    }
}
@media (max-height: 970px), (max-width: 1050px) {
    .first-screen-cont {
        padding-top: 0;
    }
    .first-screen-title {
        font-size: 46px;
        margin-bottom: 20px;
        max-width: 430px;
    }
    .first-screen-desc {
        font-size: 20px;
        margin-bottom: 30px;
        font-weight: 300;
    }
    .first-screen-desc br {
        display: none;
    }
    .timer-container {
        margin-top: 40px;
    }
    .timer-sale {
        width: 150px;
        height: 150px;
        top: -60px;
        right: -90px;
    }
    .timer-sale-txt {
        font-size: 30px;
    }
    .timer-sale-txt span {
        font-size: 20px;
    }

}
@media (max-height: 954px) {
    .full-screen {
        height: auto;
        padding: 100px 0;
    }
    .why-gaudi-slide-txt {
        font-size: 17px;
        min-height: 46px;
        margin-bottom: 15px;
    }
    .why-gaudi-slide-img {
        margin-bottom: 15px;
    }
    .why-gaudi-tags-title {
        margin-bottom: 8px;
    }
    .why-gaudi-slide-tags {
        gap: 5px;
    }
}
@media screen and (max-width: 1300px ) {
    .full-screen {
        padding: 80px 0;
    }
    .why-gaudi-slider {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .why-gaudi-slide {
        margin: 0 10px;
    }
    .how-change-wrap {
        gap: 20px;
    }
    .reviews {
        margin-bottom: 80px;
    }
    .steps {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1240px ) {
    .first-screen-img {
        max-width: 50%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .discount-wrap {
        padding-right: 0;
        gap: 20px;
    }
    .discount-img-part {
        width: calc(50% + 5px);
    }
    .discount-img img {
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .review-img {
        width: calc(50% - 5px);
    }
    .review-txt {
        width: calc(50% - 15px);
    }
    .reviews-container {
        gap: 20px;
    }
    .review-tags {
        width: calc(50% - 55px);
    }
    .faq-cont {
        gap: 20px;
    }
    .main-faq-left {
        width: calc(50% - 10px);
    }
    .main-faq-right {
        width: calc(50% - 10px);
    }
}
@media (max-width: 1050px) {
    .first-screen {
        height: auto;
    }
    .full-screen {
        height: auto;
    }
    .timer-container {
        margin-top: 70px;
    }
    .first-screen-title {
        margin-bottom: 30px;
    }
    .full-screen {
        padding: 60px 0;
    }
    .page-subtitle {
        font-size: 40px;
    }
    .why-gaudi-slider {
        margin-top: 30px;
    }
    .why-gaudi-slider {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .why-gaudi-slide {
        margin: 0 5px;
    }
    .why-gaudi-slide-txt {
        font-size: 16px;
        min-height: 45px;
    }
    .how-change-wrap {
        gap: 10px;
        margin-top: 30px;
    }
    .how-change-capture {
        font-size: 20px;
    }
    .reviews {
        margin-bottom: 60px;
    }
}
@media (max-width: 1000px) {
    .first-screen-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
        position: relative;
        padding-bottom: 220px;
    }
    .first-screen-title {
        max-width: unset;
    }
    .first-screen-img {
        max-width: unset;
        width: 100%;
        height: 400px;
        align-items: flex-start;
    }
    .first-screen-img img {
        width: 100%;
    }
    .timer-container {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        margin-top: 0;
    }
    .first-screen {
        overflow: initial;
    }
    .timer-sale {
        top: -87px;
        right: -40px;
    }
}
@media (max-width: 900px) {
    .header-logo {
        width: 125px;
    }
    .first-screen {
        position: relative;
    }
    .first-screen:not(.ended) #menuBtn {
        display: block;
    }
    .header-nav-wrap nav {
        position: absolute;
        top: 0;
        left: calc(-100% - 20px);
        bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 30px;
        background: linear-gradient(226deg, #333f2d 0%, #4b5b43 100%);
        z-index: 5;
        padding: 100px 20px 20px 70px;
        gap: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        width: 100%;
    }
    .header-nav-wrap nav.active {
        left: 0;
    }
    nav a {
        font-size: 20px;
    }
    .header-logo-wrap {
        position: relative;
        z-index: 6;
    }
    .header-btn {
        position: relative;
        z-index: 6;
    }
    .first-screen-wrap {
        padding-top: 15px;
        padding-bottom: 226px;
        gap: 20px;
    }
    .first-screen-title {
        font-size: 36px;
    }
    .first-screen-desc {
        font-size: 18px;
        font-weight: 400;
    }
    .timer-container {
        padding: 20px;
    }
    .timer-sale {
        width: 180px;
        height: 180px;
        top: -140px;
        right: -44px;
    }
    .timer-sale-txt {
        font-size: 40px;
    }
    .timer-sale-txt span {
        font-size: 26px;
    }
    .review-title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 40px;
    }
    .review-commas {
        margin: 0;
    }
    .steps {
        margin-top: 40px;
    }
    .step {
        font-size: 16px;
    }
    .invitation-txt {
        font-size: 20px;
    }
    .delivery-invitation {
        gap: 20px;
    }
}
@media (max-width: 850px) {
    .why-gaudi-slider {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
@media (max-width: 821px) {
    .first-screen-img {
        align-items: center;
    }
}
@media (max-width: 800px) {
    .discount-wrap {
        padding-right: 20px;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .discount-info .page-subtitle {
        display: none;
    }
    .discount-img-part .page-subtitle {
        display: block;
        margin: 30px 20px;
    }
    .discount-img-part .page-subtitle br {
        display: none;
    }
    .discount-img-part {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .discount-img {
        height: 400px;
        overflow: hidden;
    }
    .discount-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .discount-info {
        padding: 0 0 30px;
    }
    .discount-desc {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .discount-important {
        margin-top: 50px;
    }
    .reviews-container {
        flex-direction: column;
        gap: 0;
    }
    .review-txt {
        width: 100%;
    }
    .review-img {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .sp-bottom-thumbnails {
        margin-top: 0;
    }
    .review-title {
        margin-bottom: 30px;
    }
    .review-slider {
        background: #f2f2f2;
        padding: 20px 20px 0;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .review-main-txt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .review-add-txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .review-btns.desktop {
        margin: 0;
        justify-content: space-between;
        padding: 20px;
        background: #f2f2f2;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .review-tags {
        margin-top: 20px;
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
    }
    .faq-cont {
        flex-direction: column;
        gap: 30px;
    }
    .main-faq-left {
        width: 100%;
    }
    .main-faq-left img {
        width: calc(100% + 40px);
        margin-left: -20px;
        max-width: unset;
    }
    .main-faq-left .faq-review-tags {
        display: none;
    }
    .main-faq-right {
        width: 100%;
    }
    .main-faq-wrap {
        margin-top: 10px;
    }
    .main-faq-right .faq-review-tags {
        display: flex;
        margin-top: 50px;
    }

}
@media (max-width: 750px) {
    .page-subtitle br {
        display: none;
    }
    .footer-logo {
        width: 154px;
    }
}
@media (max-width: 650px) {
    .delivery .desk {
        display: none;
    }
    .delivery .mob {
        display: block;
        margin: 0 auto;
    }
    .steps>img {
        max-width: 270px;
    }
    .step-wrap {
        flex-direction: column;
    }
    .step {
        width: 100%;
        max-width: 270px;
        height: 33.3333%;
        padding: 0 30px;
    }
    .delivery-invitation {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .why-gaudi-slider {
        width: calc(100% + 120px);
        margin-left: -100px;
    }
}
@media (max-width: 550px) {
    .first-screen {
        margin-top: 10px;
    }
    .green-bg {
        margin-left: 10px;
        margin-right: 10px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        width: calc(100% - 20px);
    }
    header {
        padding: 10px 0;
    }
    #menuBtn {
        margin-right: 10px;
    }
    .first-screen-wrap {
       gap: 10px;
       padding: 15px 10px 216px 10px;
    }
    .first-screen-btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
    .first-screen-desc br {
        display: block;
    }
    .timer-sale {
        right: -30px;
        top: -146px;
    }
    .first-screen-img {
        height: 330px;
        align-items: flex-start;
    }
    .first-screen-img img {
        margin-top: -30px;
    }
    .header-nav-wrap nav {
        padding: 85px 10px 10px 50px;
    }
    nav a {
        font-size: 18px;
    }
    .timer-container {
        bottom: 10px;
    }
    .first-screen-cont {
        overflow: hidden;
    }
    .page-subtitle {
        font-size: 36px;
    }
    .why-gaudi-slide-txt {
        min-height: unset;
    }
    .how-change-wrap {
        flex-direction: column;
        width: calc(100% + 40px);
        margin-left: -20px;
        gap: 30px;
    }
    .how-change-capture {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .discount-img-part .page-subtitle {
        margin: 30px 10px;
    }
    .discount-wrap {
        padding: 0 10px;
    }
    .discount-img-part {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .discount-img-capture{
        font-size: 13px;
        padding: 7px 17px 9px;
        line-height: initial;
        bottom: 10px;
        left: 15px;
        right: 15px;
    }
    .delivery-invitation {
        margin-top: 35px;
    }
    .footer-top {
        flex-direction: column;
        gap: 30px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        margin-top: 60px;
    }
    footer.green-bg {
        padding: 30px 0;
    }
    .after-footer {
        height: 10px;
    }
    .ticker-text {
        font-size: 13px!important;
    }
}
@media (max-width: 450px) {
    .why-gaudi-slider {
        width: calc(100% + 75px);
        margin-left: -55px;
    }
    .discount-img img {
        height: 100%;
        width: auto;
        max-width: unset;
    }
}