body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    -webkit-text-size-adjust: 100% !important;
}
body.disabled {
    overflow: hidden;
    height: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
img {
    display: block;
}
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-line {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: relative;
    background-color: #670600;
}
.ticker-content {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
}
.ticker-text {
    color: #DEDEDE;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin-right: 60px;
    display: inline-block;
}
.green-bg  {
    border-radius: 30px;
    background: linear-gradient(226deg, #333f2d 0%, #4b5b43 100%);
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
.first-screen {
    margin-top: 20px;
    height: calc(100vh - 70px);
    box-sizing: border-box;
    overflow: hidden;
}
.first-screen.ended {
    margin-bottom: 20px;
}
header {
    padding: 20px 0;
}
.header-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
nav a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
nav a:hover {
    opacity: .8;
}
.wa-btn {
    background: #00a827;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    white-space: nowrap;
}
.wa-btn:hover {
    background: #00d531;
}
.header-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 20px 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.header-mail {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.first-screen-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
    height: calc(100% - 96px);
    box-sizing: border-box;
    gap: 40px;
}
.first-screen-img {
    max-height: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.timer-container {
    border-radius: 10px;
    padding: 30px 40px;
    width: 360px;
    background: #4c5e41;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 100px;
}

.timer-title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.time-unit {
    width: 70px;
}

.time-value {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
}

.time-label {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.timer-sale {
    width: 180px;
    height: 180px;
    position: absolute;
    top: -90px;
    right: -120px;
    background: url('../img/svg/discount-bg.svg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer-sale-txt {
    font-family: "Oleo Script", system-ui;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 98%;
    text-align: center;
}
.timer-sale-txt span {
    display: block;
    font-size: 26px;
    line-height: 110%;
}
.first-screen-title {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-weight: 600;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 40px;
}
.first-screen-desc {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.first-screen-btn {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.first-screen-cont {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-logo-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#menuBtn {
    display: none;
    height: 24px;
    margin-right: 20px;
}
.menu-icon {
    display: block;
    font-size: 0;
    background: none;
    border: none;
    width: 30px;
    position: relative;
}
.menu-icon, .menu-icon:before, .menu-icon:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.menu-icon:before, .menu-icon:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
}
.menu-icon:before {
    top: 10px;
}
.menu-icon:after {
    top: 20px;
}
.menu-icon.opened {
    background-color: transparent;
}
.menu-icon.opened:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}
.menu-icon.opened:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}
.full-screen {
    height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.why-gaudi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-subtitle {
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 110%;
    color: #333f2d;
}
.why-gaudi-slider {
    display: flex;
    margin-top: 40px;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.why-gaudi-slide {
    background: #f2f2f2;
    padding: 20px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.slick-initialized .why-gaudi-slide {
    display: flex;
}
.why-gaudi-slide-txt {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    min-height: 48px;
    margin-bottom: 20px;
}
.why-gaudi-slide-img {
    margin-bottom: 20px;
    width: 100%;
}
.why-gaudi-slide-img img {
    width: 100%;
    max-width: 100%;
}

.why-gaudi-tags-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #423f52;
    margin-bottom: 12px;
}
.why-gaudi-tag {
    background: #4b5b43;
    border-radius: 3px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}
.why-gaudi-slide-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.how-change-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.how-change-img {
    width: 100%;
}
.how-change-img img {
    width: 100%;
    max-width: 100%;
}
.how-change-capture {
    font-size: 24px;
    color: #4b5b43;
    margin-bottom: 20px;
}
.discount {
    display: flex;
    justify-content: center;
    align-items: center;
}
.discount-wrap {
    display: flex;
    gap: 40px;
}
.discount-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px 0;
}
.discount .page-subtitle {
    color: #fff;
}
.discount-desc {
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}
.discount-important {
    font-size: 15px;
    line-height: 140%;
    color: #dedede;
    margin-top: 70px;
}
.discount-img-part {
    flex-shrink: 0;
    max-height: 100%;
    height: auto;

    overflow: hidden;
}
.discount-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.discount-img img {
    width: 100%;
    max-width: 100%;
}
.discount-img-capture {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(75, 91, 67, 0.8);
    border-radius: 30px;
    padding: 10px 15px 12px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.discount .green-bg {
    overflow: hidden;
}
.discount-img-part .page-subtitle {
    display: none;
}
.slider-pro-main {
    position: relative;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.sp-slides-container {
    position: relative;
}
.sp-right-thumbnails {
    margin-left: 10px;
}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sp-selected-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #000;
    z-index: 1;
}
.slider-pro-main .sp-next-arrow:after,
.slider-pro-main .sp-next-arrow:before,
.slider-pro-main .sp-previous-arrow:after,
.slider-pro-main .sp-previous-arrow:before {
    width: 10%;
}
.sp-arrow {
    height: 40px;
    width: 16px;
}
.sp-horizontal .sp-previous-arrow {
    left: 10px;
}
.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 10px;
}
.reviews-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}
.review-tags {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 778px);
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.review-tag {
    background: #4b5b43;
    border: 1px solid #4b5b43;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.review-txt {
    width: calc(100% - 738px);
}
.review-img {
    width: 698px;
}
.review-commas {
    margin: 40px;
}
.review-main-txt {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #423f52;
    margin-bottom: 20px;
}
.review-add-txt {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}
.review-name {
    font-size: 14px;
    line-height: 150%;
    color: #b3b3b3;
}
.review-btns {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.review-btns>div {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #4b5b43;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-btns.mob {
    display: none;
}
.reviews {
    margin-bottom: 150px;
}
.delivery {
    display: flex;
    align-items: center;
    height: calc(100vh - 40px);
}
.delivery .page-subtitle {
    color: #fff;
    text-align: center;
}
.steps {
    margin-top: 70px;
    position: relative;
}
.steps>img {
    max-width: 100%;
    width: 100%;
}
.step-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.step {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    padding: 0 50px;
}
.step br {
    display: none;
}
.delivery-invitation {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.invitation-txt {
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}
.delivery .mob {
    display: none;
}
.faq-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.main-faq-right {
    width: calc(100% - 520px);
}
.main-faq-wrap {
    margin-top: 20px;
}
.main-faq-question {
    font-size: 18px;
    font-weight: 600;
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 140%;
    color: #212121;
}
.main-faq-question:hover {
    color: #5D7352;
}
.main-faq-question:before {
    content: "";
    background: url('../img/svg/faq-arr.svg') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    font-size: 8px;
    color: var(--main-color);

}
.main-faq-question span {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D0DACB;
    color: #5D7352;
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    flex-shrink: 0;
}
.main-faq-answer {
    font-size: 16px;
    padding-bottom: 25px;
    display: none;
    color: #5f5f5f;
}
.main-faq-answer p:last-child {
    margin-bottom: 0;
}
.main-faq-item {
    border-bottom: 1px solid #d1ddcb;
}
.main-faq-item.active .main {
    display: block;
}
.main-faq-item.active .main-faq-question span {
    color: #fff;
    background-color: #5D7352;
}
.main-faq-item.active .main-faq-question:before {
    transform: rotate(90deg);
}
.main-faq-left {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
    gap: 55px;
    width: 490px;
}
.main-faq-left img {
    width: 100%;
    max-width: 100%;
}
.faq-review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.main-faq-right .faq-review-tags {
    display: none;
}
.main-faq {
    display: flex;
    align-items: center;
}
.main-faq-answer a {
    color: #5f5f5f;
    text-decoration: underline;
}
footer.green-bg {
    background: #000;
    color: #fff;
    padding: 40px 0 50px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    width: 280px;
}
.footer-logo img {
    width: 100%;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 90px;
}
.privacy-link {
    color: #a3a3a3;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.privacy-link:hover {
    color: #fff;
}
.after-footer {
    height: 20px;
}
.e-bottom-aqs-btn .e-top-aqs-btn {
    position: fixed;
    right: 20px;
    bottom: calc(20px + env(safe-area-inset-bottom));
    margin: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    background-color: #4b5b43;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.new-icon-arrow-up {
    width: 30px;
}
.e-bottom-aqs-btn .e-top-aqs-btn:hover {
    background-color: #5d854a;
}