/*!
Theme Name: gaderiawp
Text Domain: gaderiawp
*/

#top {
    margin: 0;
    padding: 0;
}

#nova-poshta-shipping-info label {
    opacity: 0;
}

label.required_field,
#mrkv_ua_shipping_nova-poshta_address-shipping-info label,
#mrkv_ua_shipping_ukr-poshta_address-shipping-info label {
    margin-bottom: 10px;
    display: block;
}

.checkout-wrap__form--pay {
    display: flex;
    flex-direction: column;
}

.dv {
    display: none !important;
}

.fake-pay .dv {
    display: flex !important;
}

.fake-pay .dv2 {
    display: none !important;
}

.main-wrap__slider .slick-dots {
    display: none !important;
}

.checkout-wrap__form--delivery .item svg {
    transform: scale(.7);
    margin-left: -20px;
}

.checkout-wrap__form--delivery-address {
    margin-bottom: 10px;
    margin-top: 5px;
}

.delivery-address-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.delivery-address-checkbox input[type="checkbox"] {
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.delivery-address-checkbox__mark {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 4px;
    border: solid 1px #78A802;
    position: absolute;
    left: 0;
}

.delivery-address-checkbox input[type="checkbox"]:checked+.delivery-address-checkbox__mark::after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #78A802;
    border-width: 0 2.5px 2.5px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%) rotate(45deg);
}

.delivery-address-checkbox__text {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    margin-left: 10px;
}

.zen-ui-select__search input {
    background: url('./assets/img/main/search.svg') no-repeat 98% center / 20px;
}

.checkout-wrap__form--date {
    max-width: 637px;
}

.checkout-wrap__form--details {
    display: none;
}

.checkout-wrap__form--details input {
    margin-bottom: 12px;
    max-width: 637px;
}

.checkout-wrap__form--details .item input {
    margin-bottom: 12px;
}

.checkout-wrap__form--details .item {
    margin-bottom: 12px;
}

.woocommerce-message {
    padding: 0 40px;
    background: none !important;
    font-size: 20px;
}

.checkout-wrap__cart--top-total {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 400 !important;
}

.woocommerce-message a {
    color: #78a802;
}

.woocommerce-message a:hover {
    text-decoration: underline;
}

.opac {
    opacity: 0;
    visibility: hidden;
}

.contacts-wrap__meta--list {
    flex-wrap: wrap;
}

.checkout-wrap__cart--list .item-total {
    min-width: 107px;
}

.zen-ui-select__value-text,
.zen-ui-select__option {
    text-transform: capitalize;
}

.contacts-wrap__meta--list .item {
    margin-bottom: 25px;
}

.about-wrap__content .btn,
.about-wrap__content--text {
    position: relative;
    z-index: 3;
}

#wpm_language_switcher-4 {
    display: none;
}

.gallery-wrap .row .item:nth-child(3) {
    margin-top: 0 !important;
}

.switcher-dropdown img {
    max-width: 18px !important;
}

#map {
    height: 500px;
}

.contacts {
    position: relative;
    z-index: 2;
}

.header-wrap__nav--lang {
    display: none;
}

.products-wrap__list .item-price,
.prdct-wrap__meta--price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.products-wrap__list .item-price del,
.prdct-wrap__meta--price del {
    opacity: .3;
    font-size: 18px;
    margin-right: 10px;
}

.products-wrap__list .item-price ins,
.prdct-wrap__meta--price ins {
    text-decoration: none;
}

form br {
    display: none;
}

.wpcf7-not-valid-tip {
    margin: 0 0 10px;
}

.header-wrap__meta--language .item-language-main {
    color: #fff;
    min-width: 100px;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

#map iframe {
    width: 100%;
    height: 100%;
}

.wpm-language-switcher li img {
    max-width: 18px;
}

.products-top {
    justify-content: center;
    margin-bottom: 60px;
    display: none;
}

.single-wrap__image {
    display: flex;
    justify-content: center;
}

.products-wrap__list .slick-track {
    display: flex !important;
}


.products-wrap__list .slick-slide {
    height: inherit !important;
}

.blog-wrap__list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scroll {
    position: absolute;
    margin-top: -100px;
}

.loading {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.loading::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url('./assets/img/main/loading.svg') no-repeat center center rgba(255, 255, 255, .7);
}

.checkout-wrap__form .item input:checked+span::after {
    transform: translate(-50%, -50%) !important;
}

.woocommerce-error {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.woocommerce-form-coupon-toggle,
.woocommerce-billing-fields__field-wrapper,
.wcus-checkout-fields h3,
#ship-to-different-address,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-billing-fields h3,
#order_review,
#order_review_heading {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}

.form-row {
    margin-bottom: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select::-ms-expand {
    display: none;
}

select {
    background: url('./assets/img/main/select.svg') no-repeat 97% center #D9D9D9;
}

.checkout-wrap__form--adress,
.checkout-wrap__form--select {
    max-width: 637px;
}

.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-form-login__rememberme {
    display: none;
}

.contacts-wrap__meta--copyright a {
    margin-right: 10px;
}

.button {
    margin-top: 10px;
}

.woocommerce-orders-table {
    width: 100%;
    margin-top: 30px;
}

#modalOneClick .checkout-wrap {
    margin: 0;
    box-shadow: none;
    background: none;
}

.modal-wrap input {
    margin-bottom: 10px;
}

.opacity {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-wrap form {
    margin: 0 auto;
    max-width: 400px;
}

.modal-wrap__close {
    z-index: 10000;
}

.modal-wrap__content {
    max-height: 90%;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-track {
    border-radius: 10px;
}

.products-wrap__flex {
    display: flex;
    flex-wrap: wrap;
}

.products-wrap__flex .item {
    max-width: 100%;
}

.products-wrap__flex .wrapp {
    max-width: 100%;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 70px;
}

.products-wrap__flex .wrapp:nth-child(4n+4) {
    margin-right: 0;
}

#loadMore {
    margin: 30px auto;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #78A802;
    border-radius: 10px;
}

#modalOneClick .modal-wrap::after,
#modalOneClick .modal-wrap::before {
    display: none;
}

.prdct-wrap__meta--link {
    font-size: 21px;
    color: #78A802;
}

.header-wrap__nav--menu ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wpm-languages {
    display: none;
}

.wc-urk-shipping-form-group label {
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.wc-urk-shipping-form-group label input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.select2-container {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(217, 217, 217, 0.5) !important;
    border: none !important;
    border-radius: 104px !important;
    height: 60px !important;
    padding: 18px 31px !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Futura PT", sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #1A202F;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(26, 32, 47, 0.54);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    right: 20px;
    transform: translateY(-50%) !important;
}

.select2-dropdown {
    border: none;
    border-radius: 20px;
    background-color: #f0f7e0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.select2-search--dropdown .select2-search__field {
    border-radius: 104px;
    border: none;
    background-color: rgba(217, 217, 217, 0.5);
    padding: 10px 20px;
    font-family: "Futura PT", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #1A202F;
}

.select2-results__option {
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    color: #1A202F;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #78A802 !important;
    color: #fff !important;
}

.select2 {
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .header-wrap__nav--lang {
        display: block;
    }

    .header-wrap__nav--menu ul li.wpm-languages {
        display: none;
    }

    .header-wrap__nav--lang * {
        font-size: 16px !important;
    }

    #wpm_language_switcher-3 {
        display: none;
    }

    #wpm_language_switcher-4 {
        display: block;
    }

    .products-wrap__flex .wrapp {
        width: 30%;
    }

    .products-wrap__flex .wrapp:nth-child(1n+1) {
        margin: 0 5% 70px 0;
    }

    .products-wrap__flex .wrapp:nth-child(3n+3) {
        margin-right: 0;
    }

    .wpm-languages {
        display: block;
    }

    .wpm-languages img {
        width: 18px;
        height: 12px;
    }

    .active-language {
        font-weight: 700;
    }
}

@media (max-width: 1024px) {

    .products-wrap__flex {
        justify-content: space-between;
    }

    .products-wrap__flex .wrapp {
        width: 48%;
    }

    .products-wrap__flex .wrapp:nth-child(1n+1) {
        margin: 0 0 70px;
    }
}

@media (max-width: 668px) {
    .checkout-wrap__cart--list .item-meta {
        max-width: 100%;
    }

    .checkout-wrap__cart--list .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-wrap__cart--list .item-qty {
        margin: 15px 0 0;
    }
}

@media (max-width: 550px) {

    #modalSelected .modal-wrap__content--text {
        font-size: 26px !important;
    }

    .modal {
        padding-top: 60px;
        display: flex;
        align-items: center;
    }

    .modal-wrap__content {
        max-height: 80vh;
    }

    .cu-de {
        flex-direction: column !important;
        align-items: flex-end !important;
        text-align: right !important;
    }

    .cu-de span {
        padding-right: 0 !important;
    }

    .top {
        position: relative;
        z-index: 2;
    }

    .products-wrap__top {
        justify-content: flex-start;
    }

    .products-wrap__top--title {
        text-align: left;
    }

    .products-top {
        display: flex;
    }

    .products-wrap__flex {
        padding-right: 15px;
    }

    .products-wrap__flex .wrapp {
        width: 100%;
    }

    .prdct-new::after {
        display: none;
    }

    .prdct-new {
        margin: 50px 0 !important;
    }

    #form {
        margin-top: 30px;
    }

    .checkout-wrap__cart--list .item-meta__info--title {
        font-size: 16px;
    }

    .prices-wrap__title {
        display: none;
    }

    .top-second {
        padding-bottom: 100px;
    }

    .prices-wrap__list .item {
        margin: 0 8px;
    }

    .prices-wrap__products .products-wrap__flex {
        display: none !important;
    }


    .prices-wrap__products .wrapper-more {
        display: none !important;
    }

    .prices-wrap__products .products-wrap__list {
        display: block !important;
    }

    .prices-wrap__products .products-wrap__flex--mobile {
        display: flex !important;
        padding: 0;
    }

    .products-wrap__flex--mobile .wrapp:nth-child(1n+1) {
        width: 100%;
        margin: 0 0 55px;
    }

    .products-wrap__flex--mobile .wrapp:nth-child(1),
    .products-wrap__flex--mobile .wrapp:nth-child(2),
    .products-wrap__flex--mobile .wrapp:nth-child(3),
    .products-wrap__flex--mobile .wrapp:nth-child(4),
    .products-wrap__flex--mobile .wrapp:nth-child(5) {
        display: block !important;
    }

}

/*@media (max-height: 900px) {*/
/*    .page-template-page-checkout .select2-dropdown {*/
/*        top: 241px;*/
/*        left: 0;*/
/*    }*/
/*}*/

.elect2-dropdown--above {
    transform: translateY(100%);
}


/* cooperation-first-screen */

.cooperation-first-screen {
    min-height: 750px;
    background: #78A802;
}

.cooperation-first-screen__image img {
    max-height: 447px;
}

.cooperation-first-screen__image-mobile img {
    max-height: 513px;
}

.cooperation-first-screen__title {
    color: #FFFFFF;
}

.cooperation-first-screen__text {
    color: #FFFFFF;
}

@media (min-width: 1200px) {
    .cooperation-first-screen {
        padding-top: 215px;
        padding-bottom: 86px;
    }

    .cooperation-first-screen__title {
        margin-bottom: 23px;
        margin-right: -100px;
    }

    .cooperation-first-screen__text {
        margin-bottom: 34px;
    }

    .cooperation-first-screen__row {
        display: flex;
        gap: 23px;
        align-items: center;
    }

    .cooperation-first-screen__row {
        flex-basis: 719px;
    }

    .cooperation-first-screen__body {
        flex-basis: 636px;
    }

    .cooperation-first-screen__image-mobile {
        display: none;
    }

    .cooperation-first-screen {
        margin-bottom: 120px;
    }
}

@media (max-width: 1200px) {
    .cooperation-first-screen {
        padding-top: 134px;
        padding-bottom: 28px;
    }

    .cooperation-first-screen__title {
        margin-bottom: 28px;
        text-align: center;
    }

    .cooperation-first-screen__text {
        margin-bottom: 28px;
        text-align: center;
    }

    .cooperation-first-screen__image {
        display: none;
    }

    .cooperation-first-screen__image-mobile {
        display: block;
        margin-bottom: 28px;
    }

    .cooperation-first-screen__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cooperation-first-screen {
        margin-bottom: 68px;
    }
}

@media (min-width: 991px) {
    .cooperation-first-screen__title {
        font-size: 72px;
    }

    .cooperation-first-screen__text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .cooperation-first-screen__title {
        font-size: 42px;
    }

    .cooperation-first-screen__text {
        font-size: 21px;
    }
}

/* cooperation-first-screen end*/


/* terms-of-cooperation */

.terms-of-cooperation-wrap-title {
    font-weight: 700;
    text-align: center;
}

.terms-of-cooperation-wrap__top--nav {
    max-width: 175px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
    justify-content: center;
}

.terms-of-cooperation__item-inner {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 11px;
    position: relative;
}

.terms-of-cooperation__item-inner-decor {
    position: absolute;
    right: 9px;
    top: 10px;
}

.terms-of-cooperation__item-image img {
    max-height: 170px;
}

.terms-of-cooperation__item-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 160%;
}

.terms-of-cooperation__item-text {
    text-align: center;
    font-size: 18px;
    line-height: 155%;
}

.terms-of-cooperation .slick-list {
    overflow: visible;
}

.terms-of-cooperation .slick-arrow:hover {
    background-color: #1A202F;
    border-color: #1A202F;
}

@media (min-width: 1200px) {
    .terms-of-cooperation .slick-track .wrapper {
        flex-basis: calc((100% - 60px) / 3);
    }
}

@media (max-width: 1200px) {}

@media (min-width: 991px) and (max-width: 1200px) {
    .terms-of-cooperation .slick-track .wrapper {
        flex-basis: calc((100% - 40px) / 2);
    }
}

@media (min-width: 991px) {
    .terms-of-cooperation .slick-track {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        transform: unset !important;
        row-gap: 112px;
        column-gap: 20px;
    }

    .terms-of-cooperation-wrap__top--nav {
        display: none;
    }

    .terms-of-cooperation-wrap-title {
        font-size: 48px;
    }

    .terms-of-cooperation__item-inner {
        padding: 0px 38px 34px 38px;
        height: 100%;
        min-height: 359px;
    }

    .terms-of-cooperation__item-image {
        margin-top: -85px;
    }

    .terms-of-cooperation-wrap-title {
        margin-bottom: 112px;
    }

    .terms-of-cooperation .slick-track::before {
        display: none;
    }

    .terms-of-cooperation {
        margin-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .terms-of-cooperation-wrap-title {
        font-size: 32px;
    }

    .terms-of-cooperation__item-inner {
        padding: 0px 10px 20px 10px;
    }

    .terms-of-cooperation__item-image {
        margin-top: -60px;
    }

    .terms-of-cooperation-wrap-title {
        margin-bottom: 97px;
    }

    .terms-of-cooperation {
        margin-bottom: 68px;
    }

    .terms-of-cooperation .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }

    .terms-of-cooperation__list {
        margin-bottom: 28px;
    }

    .terms-of-cooperation__item-image img {
        max-height: 120px;
    }

    .terms-of-cooperation__item-inner {
        min-height: 356px;
    }
}

/* terms-of-cooperation end*/



/* cooperate with */
.cooperate-with .container {
    max-width: 1530px;
}

.cooperate-with-wrap {
    margin: 116px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.cooperate-with-wrap__bg {
    position: absolute;
    left: 5.5%;
    top: 0;
    max-width: 800px;
}

.cooperate-with-wrap__image {
    position: relative;
    z-index: 3;
}

.cooperate-with-wrap__image img:nth-child(2) {
    display: none;
}

.cooperate-with-wrap__content {
    width: 100%;
    max-width: 885px;
    margin-left: -250px;
    background-color: #fff;
    border-radius: 40px;
    padding: 45px 74px 45px 102px;
    position: relative;
}

.cooperate-with-wrap__content::after {
    content: "";
    display: block;
    width: 62px;
    height: 53px;
    background: url("/wp-content/uploads/2024/04/cooperate-with-decor.png") no-repeat center center;
    position: absolute;
    right: 20px;
    top: 23px;
}

.cooperate-with-wrap__content--title {
    font-size: 72px;
    line-height: 92px;
    margin-bottom: 13px;
}

.cooperate-with-wrap__content--text {
    font-size: 21px;
    line-height: 33px;
}

.cooperate-with-wrap__content--text strong {
    font-weight: 500;
}

.cooperate-with-wrap__content--text p {
    display: block;
    margin-bottom: 13px;
}

.cooperate-with-wrap__content--text p:last-child {
    margin-bottom: 0;
}

.cooperate-with-wrap__content .btn {
    margin-top: 24px;
    min-width: 191px;
}

.cooperate-with-wrap__content-title {
    font-weight: 700;
}

.cooperate-with-wrap__content-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cooperate-with-wrap__item {
    display: flex;
    align-items: center;
}

.cooperate-with-wrap__itemi-image {
    position: relative;
    display: flex;
}

.cooperate-with-wrap__itemi-image::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    display: block;
    background: center / contain no-repeat url(/wp-content/uploads/2024/04/cw-decor-item.svg);
}

.cooperate-with-wrap__content-row .cooperate-with-wrap__item:nth-last-child(-n+2) .cooperate-with-wrap__itemi-image::after {
    display: none;
}

.cooperate-with-wrap__itemi-text {
    font-weight: 500;
}

.prices-wrap {
    margin-top: -70px;
}

.prices-wrap__title {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.prices-wrap__list {
    margin: 0 auto;
    max-width: 1112px;
    position: relative;
    z-index: 2;
    height: 80px;
    overflow: hidden;
}

.prices-wrap__list .item {
    margin: 0 10px;
    border-radius: 50px;
    border: solid 8px #fff;
    background-color: #7FAF05;
    display: flex;
    align-items: center;
    padding: 4px 23px 4px 4px;
    color: #fff;
    min-width: 238px;
    cursor: pointer;
}

.prices-wrap__list .active {
    color: #1A202F;
    background: linear-gradient(180deg, #FFEA8C 0%, #FFD18C 100%);
}

.prices-wrap__list .item img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.prices-wrap__list .item-title {
    max-width: calc(100% - 56px);
    padding-left: 10px;
    font-size: 17px;
    font-weight: 700;
}

.prices-wrap__products {
    margin: 34px 0 160px;
}

.prices-wrap__products .wrapper {
    display: none;
}

.prices-wrap__products .wrapper-subtitle {
    font-size: 28px;
    color: #78A802;
    font-weight: 500;
}

.prices-wrap__products .wrapper-title {
    font-size: 53px;
    font-weight: 700;
    line-height: 60px;
    margin: 8px 0;
}

.prices-wrap__products .wrapper-text {
    font-size: 21px;
    line-height: 30px;
    padding: 34px;
    border-radius: 16px;
    background-color: #EEF6DB;
}

.prices-wrap__products .wrapper-text a {
    color: #1A202F;
}

.prices-wrap__products .wrapper-text a:hover {
    text-decoration: underline;
}

.prices-wrap__products .wrapper-more,
.prices-wrap__products .wrapper-more2 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.prices-wrap__products .products-wrap__flex {
    margin-left: 0;
    margin-right: 0;
}

.prices-wrap__products .products-wrap__list {
    display: none;
}

.prices-wrap__products .products-wrap__list .wrapper {
    display: block !important;
}

.prices-wrap__products .products-wrap__list .slick-arrow {
    display: none !important;
}

.prices-wrap__products .wrapper .products-wrap__flex .wrapp {
    display: none;
}

.prices-wrap__list .item.loading {
    height: inherit;
}

.prices-wrap__list .item.loading::after,
.products-wrap__flex .item-add::after {
    background: url('./assets/img/main/loading.svg') no-repeat center center / 30px #fff;
}

@media (min-width: 1300px) {
    body .cooperate-with-wrap__content {
        padding: 66px 40px 98px 106px;
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    body .cooperate-with-wrap__content {
        padding: 66px 40px 98px 40px;
    }
}

@media (min-width: 1200px) {
    .cooperate-with-wrap__image img:last-child {
        display: none;
    }

    .cooperate-with-wrap__item {
        flex-basis: calc((100% - 49px) / 2);
        gap: 20px;
    }

    .cooperate-with-wrap__content-row {
        column-gap: 10px;
        row-gap: 60px;
    }

    .cooperate-with-wrap__image {
        margin-right: -60px;
        margin-bottom: 40px;
    }

    .cooperate-with-wrap__itemi-image::after {
        bottom: -50px;
        left: 40px;
    }
}

@media (max-width: 1200px) {
    .cooperate-with-wrap {
        flex-direction: column;
    }

    .cooperate-with-wrap__image img:first-child {
        display: none;
    }

    .cooperate-with-wrap__image img:last-child {
        display: block;
    }

    .cooperate-with-wrap__bg {
        display: none;
    }

    .cooperate-with-wrap__item {
        flex-basis: calc((100% - 3px) / 2);
        gap: 10px;
    }

    .cooperate-with-wrap__content-row {
        column-gap: 3px;
        row-gap: 70px;
    }

    body .cooperate-with-wrap__content {
        min-width: 100%;
        margin-left: 0;
    }

    .cooperate-with-wrap__image {
        margin-bottom: 28px;
    }

    .cooperate-with-wrap__image img {
        max-height: 737px;
    }

    .cooperate-with-wrap__itemi-image::after {
        bottom: -55px;
        left: 30px;
        width: 3px;
    }
}

@media (max-width: 1100px) {
    .prices-wrap__list {
        max-width: calc(100% + 30px);
        margin: 15px -15px 0;
        width: calc(100% + 30px);
    }
}

@media (min-width: 991px) {
    .cooperate-with-wrap__content-title {
        font-size: 48px;
        margin-bottom: 38px;
    }

    .cooperate-with-wrap__itemi-image {
        flex-basis: 80px;
    }

    .cooperate-with-wrap__itemi-text {
        flex-basis: 162px;
        font-size: 28px;
    }

    .cooperate-with-wrap__itemi-image img {
        max-width: 80px;
    }


}

@media (max-width: 991px) {
    .cooperate-with-wrap__content-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    body .cooperate-with-wrap__content {
        padding: 20px;
    }

    .cooperate-with-wrap__itemi-image img {
        max-width: 60px;
    }

    .cooperate-with-wrap__itemi-text {
        font-size: 18px;
    }
}

@media (max-width: 404px) {
    .cooperate-with-wrap__item img {
        max-width: 40px;
    }

    .cooperate-with-wrap__itemi-image::after {
        bottom: -55px;
        left: 20px;
        width: 2px;
    }

    .cooperate-with-wrap__content::after {
        display: none;
    }
}

/* cooperate with end */


/* reviews */


/* Catalog */

.reviews {
    position: relative;
}

.reviews::after {
    content: "";
    display: block;
    width: 100%;
    height: 373px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEA8C), to(#FFD18C));
    background: linear-gradient(180deg, #FFEA8C 0%, #FFD18C 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.reviews-wrap {
    padding-top: 90px;
}

.reviews-wrap__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.reviews-wrap__top--title-more {
    position: absolute;
    width: 100%;
    max-width: 968px;
    background-color: #EEF6DB;
    top: -50px;
    right: 100px;
    z-index: 10;
    font-size: 21px;
    line-height: 33px;
    padding: 34px;
    border-radius: 16px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.reviews-wrap__top--title svg {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}

.reviews-wrap__top--title svg * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reviews-wrap__top--title svg:hover * {
    stroke: #78A802;
}

.reviews-wrap__top--title svg:hover+.reviews-wrap__top--title-more {
    opacity: 1;
    visibility: visible;
}

.reviews-wrap__top--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-wrap__top--nav .slick-next,
.reviews-wrap__top--nav .slick-prev {
    display: none;
}

.reviews-wrap__list,
.reviews__flex {
    margin: 40px -20px 0;
}

.reviews-wrap__list .slick-arrow,
.reviews-wrap__flex .slick-arrow {
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("./assets/img/main/slick-arrow.svg") no-repeat center center;
    position: absolute;
    right: 15px;
    top: -100px;
}

.reviews-wrap__top--nav .slick-arrow:hover,
.reviews-wrap__flex .slick-arrow:hover {
    background-color: #1A202F;
    border-color: #1A202F;
}

.reviews-wrap__list .slick-prev,
.reviews-wrap__flex .slick-prev {
    right: 95px;
}

.reviews-wrap__top--nav {
    gap: 14px;
}

.reviews-wrap__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.reviews__item {
    margin-left: 20px;
    margin-right: 20px;
}

.reviews__item-inner {
    background: #FFFFFF;
    display: flex;
}

.reviews__item-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews__item-logo {}

.reviews__item-logo img {
    max-height: 80px;
    border-radius: 50%;
}

.reviews__item-header-body {}

.reviews__item-header-name {
    line-height: 130%;
    color: #1A202F;
    margin-bottom: 10px;
}

.reviews__item-header-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews__item-icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews__item-icon img {
    max-width: 24px;
}

.reviews__item-header-text {
    font-size: 16px;
}

.reviews__item-text {
    font-size: 17px;
}

.reviews__item-soc {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviews__item-soc-icon {
    max-width: 32px;
}

.reviews__item-soc-text {
    font-size: 17px;
    color: #1A202F;
}

.reviews__item-images {
    display: flex;
    justify-content: center;
}

.reviews__item-image img {
    object-fit: cover;
    max-height: 326px;
    border-radius: 20px;
}

.products-wrap__flex--mobile {
    display: none;
}

.checkout-wrap__form--total .right .checkout-wrap__cart--top-total a {
    color: #1a202f;
}

.checkout-wrap__form--total .right .checkout-wrap__cart--top-total svg {
    max-width: 20px;
    max-height: 20px;
}

#modalSelected .modal-wrap__content--text {
    font-size: 35px;
    line-height: 130%;
}

#modalSelected .modal-wrap__content--text p {
    margin-bottom: 30px;
    display: block;
}

#modalSelected .btn {
    margin-bottom: 10px;
}

@media (min-width: 991px) {
    .reviews__item-inner {
        border-radius: 40px;
        padding: 50px;
        gap: 20px;
        justify-content: space-between;
    }

    .reviews__item-body {
        flex-basis: 473px;
    }

    .reviews__item-images {
        flex-basis: 545px;
    }

    .reviews__item-header-name {
        font-size: 32px;
    }

    .reviews__item-header {
        margin-bottom: 30px;
    }

    .reviews__item-text {
        margin-bottom: 30px;
    }

    .reviews__item-images {
        gap: 25px;
    }

    .reviews {
        margin-bottom: 120px;
    }

    .reviews-wrap__top--title {
        font-size: 53px;
        font-weight: 700;
    }
}

@media (max-width: 991px) {
    .reviews__item-inner {
        border-radius: 20px;
        padding: 20px;
        gap: 40px;
        flex-direction: column;
    }

    .reviews__item-header-name {
        font-size: 21px;
    }

    .reviews__item-header {
        margin-bottom: 20px;
    }

    .reviews__item-text {
        margin-bottom: 20px;
    }

    .reviews__item-images {
        gap: 12px;
    }

    .reviews {
        margin-bottom: 68px;
    }

    .reviews__item-inner {
        margin-left: -10px;
        margin-right: -10px;
    }

    .reviews-wrap__top--title {
        font-size: 32px;
        font-weight: 700;
    }
}

/* reviews end*/

/* reviews_home*/
.reviews_home {
    background: url('./assets/img/main/box_review.jpeg') no-repeat center;
    margin: 100px auto;
}

.reviews_home-item {
    border-radius: 30px;
    background: #f3f5f0;
}

.reviews_home .reviews-wrap__list {
    margin: 63px -15px 0;
}

.reviews_home-item {
    margin: 15px;
    width: 100%;
}

.reviews_home-item img {
    border-radius: 30px;
    width: 100%;
}

.reviews_home .reviews-wrap {
    padding-bottom: 90px;
}

.reviews_home .reviews-wrap__list .slick-arrow,
.reviews_home .reviews-wrap__flex .slick-arrow {
    top: -140px;
}

.reviews_home .reviews-wrap__flex .slick-arrow:hover,
.reviews_home .reviews-wrap__list .slick-arrow:hover {
    border-color: #1a202f;
    background: url('./assets/img/main/slick-arrow__hover.svg') no-repeat center center #1a202f;
}

@media screen and (min-width: 991px) {
    .reviews_home .reviews-wrap__list {
        max-width: inherit;
    }

    .reviews_home .reviews-wrap__top--title {
        font-size: 72px;
    }
}

@media screen and (max-width: 991px) {
    .reviews_home .reviews-wrap__top--title {
        font-size: 53px;
        line-height: 67px;
    }
}

/* reviews_home end*/



@media screen and (min-width: 992px) {
    .catalog_slider_block {
        display: none !important;
    }

    .catalog_table_cover {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 991px) {
    .catalog_table_cover {
        margin-bottom: 68px;
    }

    .catalog_table_cover .slick-arrow:hover {
        background-color: #1A202F;
        border-color: #1A202F;
    }

    .catalog_slider--nav {
        display: flex;
        gap: 15px;
        margin-top: 44px;
        justify-content: center;
    }

    .catalog_slider_block .wrapper.slick-slide {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .catalog_slider_inside_slide_bottom_bar {
        display: flex;
        align-items: center;
    }

    .catalog_slider_inside_slide_top_bar {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .catalog_slider_inside_slide_bottom_bar_information {
        font-weight: 900;
        margin-left: 8px;
        font-size: 16px;
        text-transform: capitalize;
        text-align: center;
        color: #78A802;
    }

    body .catalog_slider_inside_slide_bottom_bar {
        margin-top: 17px;
        justify-content: space-between;
    }

    body div.catalog_table_row_image img {
        min-height: 75px;
        max-height: 75px;
        max-width: unset;
        min-width: unset;
        width: auto;
    }

    .catalog_slider .wrapper {
        padding-left: 2px;
        padding-top: 2px;
    }

    .catalog_slider_block {
        padding: 44px;
        border-radius: 20px;
        background: #fff;
    }

    body .catalog_table_title p {
        margin-bottom: 28px;
    }

    .catalog_table_block {
        display: none !important;
    }

    body .catalog_table_title p {
        font-size: 32px;
    }


}

.catalog_table_row_button_wrap {
    color: #1A202F;
    border-radius: 74px;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 29px;
    line-height: 111%;
    text-transform: capitalize;
    background: linear-gradient(180deg, #ffea8c 0%, #ffd18c 100%);
}

.catalog_table_row_price {
    font-weight: 900;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    color: #78A802;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog_table_row_compound,
.catalog_table_row_button,
.catalog_table_row_capacity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_table_row_compound p {
    color: #1A202F;
    font-weight: 400;
    font-size: 24px;
}

.catalog_table_row_capacity span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #1A202F;
    padding: 10px 15px;
    border-radius: 15px;
    background: #eef6db;
}

.catalog_table_row_sku {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #1A202F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog_table_content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.catalog_table_row_title {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 24px;
    color: #78A802;
}

.catalog_table_block_top_bar p:first-child,
.catalog_table_row_image_and_title {
    flex-basis: 25%;
}

.catalog_table_block_top_bar p:nth-child(2),
.catalog_table_row_sku {
    flex-basis: 21%;
}

body .catalog_table_block_top_bar p:nth-child(3) {
    flex-basis: 19%;
}

.catalog_table_block_top_bar p:nth-child(3),
.catalog_table_row_capacity {
    flex-basis: 13%;
}

.catalog_table_block_top_bar p:nth-child(4),
.catalog_table_row_compound {
    flex-basis: 19%;
}

body .catalog_table_block_top_bar p:nth-child(4) {
    flex-basis: 23%;
}

.catalog_table_block_top_bar p:nth-child(5),
.catalog_table_row_price {
    flex-basis: 15%;
}

.catalog_table_row_button {
    flex-basis: 12%;
}

.catalog_table_row_image_and_title {
    gap: 20px;
    display: flex;
}

.catalog_table_row {
    display: flex;
    justify-content: space-between;
}

.catalog_table_row_image img {
    display: flex;
    min-width: 75px;
    max-width: 75px;
    border-radius: 11px;
    box-shadow: 0 0 4px 0 rgba(120, 168, 2, 0.25);
}

.catalog_table_block_top_bar p {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.03em;
}

.catalog_table_block_top_bar {
    display: flex;
    padding: 24px 0;
    background: #f3f6f9;
    border-radius: 30px;
}

.catalog_table_block {
    border-radius: 44px;
    background: #FFFFFF;
    padding: 30px;
}

.catalog_table_title p {
    margin-bottom: 28px;
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    text-transform: capitalize;
}

.catalog_table_row_sku,
.catalog_table_row_capacity,
.catalog_table_row_compound p,
.catalog_table_row_price {
    text-align: center;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    body .catalog_table_row_button_wrap {
        min-width: 100%;
        padding: 16px 0;
        text-align: center;
    }

    body .catalog_table_row_title {
        font-size: 20px;
    }

    body .catalog_table_row_compound p {
        font-size: 20px;
    }

    body .catalog_table_row_price {
        font-size: 24px;
    }
}

/* Catalog end*/


/* contact */
.tasting-set-wrap {
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
    position: relative;
    overflow: hidden;
}

.tasting-set-wrap__title {
    text-align: center;
    margin-bottom: 27px;
}

.tasting-set-wrap__form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 17px;
}

.tasting-set-wrap__form .row-item {
    width: 49%;
}

.tasting-set-wrap__form textarea {
    min-height: 198px;
}

.tasting-set-wrap__form .btn {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.tasting-set-wrap__form--alert {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin-left: 12px;
}

.tasting-set-wrap__form--alert a {
    text-decoration: underline;
    color: #1A202F;
}

.tasting-set-wrap__form--alert a:hover {
    text-decoration: none;
}

.tasting-set {}

.tasting-set__title {
    font-weight: 700;
}

.tasting-set__row {
    display: flex;
}

.tasting-set__image {}

body .tasting-set .tasting-set-wrap {
    margin: 0;
}

.tasting-set-wrap__title {
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 20px;
    text-align: left;
}

.tasting-set-wrap__form form>p {
    display: flex;
    flex-direction: column;
}

.tasting-set-wrap::before {
    content: '';
    position: absolute;
    right: -95px;
    top: -85px;
    width: 320px;
    height: 213px;
    background: center/ contain no-repeat url("/wp-content/uploads/2024/04/testing-set-decor-form.png");
}

.tasting-set {
    position: relative;
}

.tasting-set-decor {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tasting-set__text {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (min-width: 991px) {
    .tasting-set {
        margin-bottom: 278px;
        padding-top: 72px;
    }

    .tasting-set__title {
        font-size: 58px;
        margin-bottom: 18px;
    }

    .tasting-set__row {
        align-items: center;
        gap: 15px;
    }

    .tasting-set__image {
        flex-basis: 829px;
    }

    .tasting-set-wrap {
        flex-basis: 550px;
        padding: 36px 50px 64px 50px;
        border-radius: 44px;
    }

    .tasting-set-wrap__title {
        font-size: 24px;
        max-width: 404px;
    }

    .tasting-set-wrap__form form>p {
        gap: 17px;
    }


}

@media screen and (max-width: 991px) {
    .tasting-set {
        margin-bottom: 68px;
        padding-top: 30px;
    }

    .tasting-set__title {
        font-size: 28px;
        margin-bottom: 10px;
        max-width: 370px;
    }

    .tasting-set__row {
        flex-direction: column;
        gap: 28px;
    }

    .tasting-set-wrap {
        padding: 20px 20px 42px 20px;
        border-radius: 20px;
    }

    .tasting-set-wrap__title {
        font-size: 18px;
        max-width: 309px;
    }

    .tasting-set-wrap__form form>p {
        gap: 12px;
    }


}

@media screen and (min-width: 428px) {
    .tasting-set-decor svg:last-child {
        display: none;
    }
}

@media screen and (max-width: 428px) {
    .tasting-set-decor svg:first-child {
        display: none;
    }

    .tasting-set-decor svg:last-child {
        display: block;
    }
}

/* contact end*/



/* faq */

.acord-stat {
    color: #C0C0C0;
    line-height: 155%;
    font-weight: 400;
}

.is-open>.c-accordion__title:after {
    content: '';
    background: url("/wp-content/uploads/2024/04/minus.png");
}

.c-accordion__title:after {
    right: 0px;
    font-size: 0;
    content: '';
    background: url("/wp-content/uploads/2024/04/plus.png");
    width: 30px;
    height: 30px;
    display: block;
}

.faq_accordions {
    display: flex;
    flex-direction: column;
}

body .wp-block-pb-accordion-item .c-accordion__content {
    padding-top: 0 !important;
}

.faq-section {
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
}

.faq-section .accordion_title {
    font-weight: 700;
    text-align: center;
}

.faq-section .faq_accordions {}

.faq-section .c-accordion__item {
    border-bottom: 1px solid #78A802;
}

.faq-section .c-accordion__title {
    font-weight: 500;
}


.faq-section .c-accordion__content * {
    color: #1A202F;
}

.faq-section .c-accordion__content p {
    margin-bottom: 20px;
}

.faq-section .c-accordion__content p strong {
    font-weight: 500;
}

.faq-section .c-accordion__content p:last-child {
    margin: 0;
}

.faq-section .c-accordion__content a {
    color: #78A802;
}


.is-open>.c-accordion__title {
    margin-bottom: 20px;
}

@media screen and (min-width: 991px) {
    .faq-section .accordion_title {
        font-size: 48px;
        margin-bottom: 54px;
    }

    .faq-section .c-accordion__title {
        font-size: 28px;
    }

    .faq-section .c-accordion__item {
        padding: 30px 0px;
    }

    .faq-section {
        margin-bottom: 120px;
    }

    .faq-section .c-accordion__content p,
    .faq-section .c-accordion__content a {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .faq-section .accordion_title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .faq-section .c-accordion__title {
        font-size: 24px;
    }

    .faq-section .c-accordion__item {
        padding: 20px 0px;
    }

    .faq-section {
        margin-bottom: 68px;
    }

    .faq-section .c-accordion__content p,
    .faq-section .c-accordion__content a {
        font-size: 16px;
    }
}

/* faq end*/
@media screen and (max-width: 991px) {
    .banner-cooperate {
        margin-bottom: 68px;
    }
}


/* Footer elements */
.item-socials__download-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.contacts-wrap .item-socials .item-socials__download-links a {
    border: 1px solid #1E1E1E;
    border-radius: 100px;
    width: 164px;
    height: 52px;
    margin-right: 0;
    margin-left: 0;
}

.contacts-wrap .item-socials .item-socials__download-links a:hover {
    background-color: #ffd18c;
    border-color: #ffd18c;
}

@media screen and (max-width: 599.98px) {
    .item-socials__download-links {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .contacts-wrap .item-socials .item-socials__download-links a {
        margin: 0;
    }
}

/* Footer elements END */




/* Standardization for headings */
h3,
.h3 {
    font-weight: 500;
    font-size: 53px;
}

@media screen and (max-width: 1024.98px) {

    h3,
    .h3 {
        font-size: 28px;
    }
}

/* Standardization for headings END */
/* Home page Banner styles */

.call-to-action-app {
    margin-top: 175px;
}

.call-to-action-app__text-block,
.call-to-action-app__image {
    position: relative;
    z-index: 2;
}

.call-to-action-app__decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.call-to-action-app__wrapper {
    display: flex;
    background: linear-gradient(180deg, #97cc0f 0%, #82b207 100%);
    border-radius: 40px;
    padding: 60px 174px 0 60px;
    position: relative;
    overflow: hidden;
    gap: 20px;
}

.call-to-action-app__heading {
    color: #FFF;
    margin-bottom: 30px;
}


.call-to-action-app__heading strong {
    color: #FFEA8C;
    font-weight: 500;
}

.call-to-action-app__text {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 21px;
}

.call-to-action-app__links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.call-to-action-app__links a {
    border: 1px solid #ffd18c;
    border-radius: 100px;
    width: 200px;
    height: 66px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffd18c;
}

.call-to-action-app__links a:hover {
    background-color: #ffd18c;
    border-color: #ffd18c;
}

.call-to-action-app__image {
    width: 373px;
}


@media screen and (max-width: 1024.98px) {
    .call-to-action-app__wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 40px 40px 0 40px;
    }

    .call-to-action-app__image {
        align-self: center;
        width: 278px;
    }

    .call-to-action-app__links {
        align-self: center;
    }

    .call-to-action-app__text-block {
        display: flex;
        flex-direction: column;
    }

    .call-to-action-app__links {
        gap: 14px;
    }

    .call-to-action-app__links a {
        width: 100%;
    }

    .call-to-action-app__text {
        margin-bottom: 23px;
    }
}

/* Home page Banner styles END */

.thank-you__block {
    margin-top: 160px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
}

.thank-you__block .modal-wrap {
    max-width: unset;
}

.thank-you__block .banner-btn {
    margin-top: 10px;
}