body, .prod-baner, .content, .block5 {
    overflow-x: hidden;
}

body {
    background: #FFFBF2;
}

.calendar-block.calendar {
    display: flex;
    border-radius: 16px;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(37, 37, 36, 1);
    justify-content: center;
}

.text-filter img {
    border-radius: 14px;
}

.text-filter p {
    font-size: 13px;
    font-family: 'Manrope';
    font-weight: 500;
}

.pickmeup.pmu-view-days.pmu-flat {
    box-shadow: none;
    background: none;
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    text-align: center;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month, .pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
    background: none;
}

.pickmeup .pmu-instance .pmu-selected, .pickmeup .pmu-instance .pmu-button:hover {
    color: #fff;
    border-radius: 119px;
    gap: 8px;
    background: rgba(37, 37, 36, 1);
}

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 44px;
    vertical-align: middle;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-weight: normal;
    font-size: 24px;
}

.pickmeup .pmu-instance:first-child .pmu-prev {
    left: -140px;
    border: 1px solid rgba(37, 37, 36, 1);
    border-radius: 50px;
    gap: 8px;
}

.pickmeup .pmu-instance:last-child .pmu-next {
    right: -140px;
    border: 1px solid rgba(37, 37, 36, 1);
    border-radius: 50px;
    gap: 8px;
}

#buy_form {
    width: 774px;
    display: flex;
    border-radius: 32px;
    gap: 40px;
    padding: 45px;
    background: rgba(255, 251, 242, 1);
    flex-direction: column;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(146, 146, 145, 1);
}

.form-group {
    display: flex;
    flex-direction: column;
}

.inputs-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.type-period {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buy.submit {
    color: #fff;
    background: #659A24;
    border: 1px solid #659A24;
    margin: 0 15px 15px 0;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 218px;
    cursor: pointer;
}

.buy.submit:hover {
    background: #f2711c;
    border: 1px solid #fff;
}

.type, .period {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.radio {
    margin-bottom: 6px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    cursor: pointer;
}


#buy_form p.title {
    margin-bottom: 6px;
}

label.control-label {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    margin-bottom: 6px;
    color: #000;
}

#buy_form small {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 12px;
    color: rgba(146, 146, 145, 1);

}

.gift-page .catalog:hover {
    color: #fff;
    background: #f2711c;
    border: 1px solid #fff;
}

.form-group input {
    border-radius: 10px;
    padding: 18px 20px 20px;
    background: rgba(226, 223, 220, 1);
    font-family: 'Random Grotesque Standard Medium StandardMedium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    border: none;
    width: 100%;
}

.radio input {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    padding-top: 3px;
    accent-color: rgba(37, 37, 36, 1);
    border: 1px solid rgba(226, 223, 220, 1);
    cursor: pointer;
}

.radio span {
    font-size: 15px;
    cursor: pointer;
}

textarea#input-wishes {
    border-radius: 10px;
    padding: 18px 20px 20px;
    background: rgba(226, 223, 220, 1);
    font-family: 'Random Grotesque Standard Medium StandardMedium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    border: none;
    width: 100%;
    max-height: 300px;
    resize: none;
}

textarea#input-wishes:focus-visible {
    outline: none;
    background: #fff;
}

.form-group input:hover, .form-group input:focus {
    background: #fff;
    color: #000;
}

#buy_form h2 {
    margin-bottom: 0;
}

.mfp-close-btn-in .mfp-close {
    background: url(/image/icons/sert/close.png);
    background-repeat: no-repeat;
    content: ' ';
    right: -50px;
    top: 0;
    color: transparent;
}

html {
    scroll-behavior: smooth;
}

.gift-page, .block5 {
    background: #FFFBF2;
    font-family: 'Random Grotesque Standard Medium StandardMedium', sans-serif;
    font-weight: normal;
}

header .menu-gift-cert, .mob-header .menu-gift-cert {
    display: none;
}

div#delivery, div#pay {
    margin-top: 55px;
}

div#delivery h2, div#pay h2 {
    text-align: left;
}

div#pay {
    color: rgba(37, 37, 36, 1);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 55px;
}

div#pay .title {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    margin-bottom: 10px;
}

div#pay p {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    max-width: 535px;
    margin: 0;

}

div#pay p.attention {
    font-size: 12px;
    color: #929291;
}

.delivery-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.delivery {
    border: 1px solid rgba(37, 37, 36, 1);
    border-radius: 16px;
    gap: 16px;
    padding: 24px;

}

.delivery ul {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: bottom;
    padding-left: 20px;
}

div#faq {
    margin-top: 55px;
}

.faq-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq {
    border-radius: 16px;
    gap: 16px;
    padding: 24px;
    display: flex;
    width: 100%;
    color: rgba(0, 0, 0, 1);
    font-family: 'Random Grotesque Standard Medium StandardMedium', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 90%;
    vertical-align: top;
    background: rgba(235, 253, 209, 1);
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq img {
    align-self: flex-start;
}

.faq.active {
    background: rgba(202, 227, 243, 1);
}

.faq .title-text .text {
    transition: display 0.3s ease;
}

.faq.active .title-text .text {
    display: block;

}

.block6 > p {

    max-width: 389px;
    font-family: 'Random Grotesque Standard Medium StandardMedium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin: 0 auto 40px;
}

.block6 > p a {
    color: rgba(101, 154, 36, 1);
    text-decoration: underline;
}

.block6 h2 {
    margin-bottom: 10px;
}

.faq .text {
    display: none;
    margin-top: 10px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    vertical-align: middle;
    padding-left: 0;
}

.faq.active .text {
    display: block;
}

.reviews-block {
    display: flex;
    gap: 20px;
    padding: 20px 0 40px;
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    transition: all 0.2s;
    will-change: transform;
}


.review {
    background: rgba(187, 218, 127, 1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 280px;
}

.review img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
}

.review p {
    font-size: 20px;
    line-height: 100%;
    color: rgba(37, 37, 36, 1);
}

.review span {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: rgba(81, 112, 30, 1);
}

.glampings-block {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.glamping {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 251, 242, 1);
    border-radius: 16px;
    gap: 16px;
    padding: 10px 9px;
}

.glamping > div {
    display: flex;
    object-fit: contain;
    object-position: center right;
    overflow: hidden;
    border-radius: 12px;
}

.glamping img {
    max-width: 312px;
}

.promo-block {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.left-promo {
    background-image: url(/image/icons/sert/texture.png);
    background-size: cover;
    min-height: 608px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.left-promo h1 {
    text-transform: none;
    text-align: center;
    color: #fff;
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 84%;

}

.left-promo h1 span {
    background: rgba(235, 253, 209, 1);
    color: rgba(63, 131, 0, 1);
    border-radius: 6px;
    gap: 10px;
    padding: 0 8px 5px;
    margin-top: 7px;
    display: inline-block;
}

.right-promo {
    position: relative;
    background: url('/image/icons/sert/vector.png') right bottom no-repeat, rgba(255, 251, 242, 1);
    border-radius: 20px;
    background-size: 346px;
    padding: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.icon {
    color: rgba(37, 37, 36, 1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: flex-start;
}

.icon p {
    font-family: 'Random Grotesque Standard Medium StandardMedium';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.00000000000001%;

}

p.title {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    color: rgba(37, 37, 36, 1);
    margin: 0;
}

.icons-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.title-text {
    color: rgba(37, 37, 36, 1);
}

.glamping:hover {
    cursor: pointer;
    background: rgba(202, 227, 243, 1);
}

.glamping h3 {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}

.glamping p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
}

.glamping p.price {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.prod-baner .breadcrumbs li {
    font-weight: 400;
}

.prod-baner .breadcrumbs li a {
    color: #929291;
}

.prod-baner .breadcrumbs li:last-child a {
    color: #252524;
    font-weight: normal;
}

#content, .prod-baner, .content, header .header-inner {
    max-width: 1342px;
    padding: 0 15px;
}

.gift-page .block1 {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-bottom: 40px;
}

.gift-page .block2 .green-frame {
    display: flex;
    flex-direction: row;
    height: 100%;
    background: #EBFDD1;
    border: 1px solid #252524;
    padding: 20px;
    outline: 12px solid #EBFDD1;
    margin-bottom: 70px;
    border-radius: 32px;
    position: relative;
}

.gift-page .block3 {
    margin-bottom: 70px;
}

div#reviews {
    margin-bottom: 50px;
}

h2 {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold', sans-serif;
    font-weight: normal;
    margin-bottom: 45px;
    text-align: center;
    color: #252524;
    font-size: 56px;
    line-height: 84%;
}

div#glampings {
    background: url(/image/catalog/666/grain4.png);
    background-size: 6%;
    border-radius: 32px;
}

#pay img {
    max-width: 235px;
}

div#glampings .block5-inner {
    max-width: 1342px;
    padding: 50px 15px;
    margin: 0 auto;
}

.title-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-btn h2 {
    color: #fff;
    margin-bottom: 0px;
}

.title-btn a {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
}

.gift-page .block3 .steps {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.gift-page .block3 .step {
    padding: 20px 25px;
    border: 1px solid #252524;
    border-radius: 16px;
    width: 24%;
    position: relative;
    height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gift-page .block3 .step2 {
    margin-top: 50px;
}

.gift-page .block3 .step4 {
    border: 1px solid #CAE3F3;
    background: #CAE3F3;
    margin-top: 50px;
}

.step.step1:after {
    content: ' ';
    position: absolute;
    right: -111px;
    transform: translateY(-50%);
    width: 116px;
    height: 121px;
    top: 16px;
    background-image: url(/image/icons/arrow_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step.step2:after {
    content: ' ';
    position: absolute;
    right: -114px;
    transform: translateY(-50%);
    width: 110px;
    height: 58px;
    bottom: -38px;
    background-image: url(/image/icons/arrow_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step.step3:after {
    content: ' ';
    position: absolute;
    right: -172px;
    transform: translateY(-50%);
    width: 178px;
    height: 134px;
    top: 15px;
    background-image: url(/image/icons/arrow_3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step.step4:after {
    content: ' ';
    position: absolute;
    right: -19px;
    transform: translateY(-50%);
    width: 40px;
    height: 43px;
    top: -9px;
    background-image: url(/image/icons/highlight.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.gift-page .block3 .step h4 {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 90%;
    color: #252524;
    margin-top: 0;
    padding-right: 45px;
}

.gift-page .block3 .step div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    float: right;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 25px;
    font-weight: 600;

}

.gift-page .block3 .step1 div {
    background: #CAE3F3;
    color: #25516D;
}

.gift-page .block3 .step2 div {
    background: #D7F2BB;
    color: #51701E;
}

.gift-page .block3 .step3 div {
    background: #FAFFA1;
    color: #5A4627;
}

.gift-page .block3 .step4 div {
    background: #FFFBF2;
    color: #252524;
}

.glamping div img {
    max-width: 311px;
}

.gift-page .block3 .step p {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    vertical-align: bottom;
    color: #252524;
}


.gift-page .block1 .main-text {
    position: relative;
    width: 60%;
    border-radius: 32px;
    padding: 60px;
    margin: 0 20px 0 0;
    background: url(/image/catalog/666/grain4.png);
    background-size: 6%;
}

.gift-page .block2 .main-text {
    position: relative;
    width: 47%;
    padding: 30px;
    margin-bottom: 170px;
}

.gift-page .block1 .main-text .road {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/image/catalog/666/road.webp);
    background-repeat: no-repeat;
}

.gift-page .block1 .main-text h1 {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold', sans-serif;
    color: #FFFBF2;
    text-transform: initial;
    font-weight: normal;
    font-size: 56px;
    line-height: 84%;
    max-width: 580px;
}

.gift-page .block1 .main-text h1:after {
    display: inline-block;
    content: "";
    width: 220px;
    height: 42px;
    background: transparent url(/image/catalog/666/highlight.webp) no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-top: 5px;
    vertical-align: top;
}

.gift-page .block2 .main-text h2 {
    font-family: 'Random Grotesque Standard Semibold StandardSemibold', sans-serif;
    font-weight: normal;
    margin: 0 0 25px 0;
    color: #252524;
    font-size: 56px;
    line-height: 84%;
    text-align: left;
}


.gift-page .block1 .main-text h3 {
    font-family: 'Random Grotesque Standard Medium StandardMedium', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    max-width: 392px;
    font-weight: normal;
    margin-bottom: 60px;
}

.gift-page .block2 .main-text ul {
    color: #252524;
    font-size: 16px;
    padding-left: 0;
}

.gift-page .block2 .main-text ul li {
    margin-bottom: 12px;
}

.gift-page .block2 .main-text ul li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    font-size: 20px;
}

.gift-page .block2 .main-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background-image: url('/image/icons/sert/tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.gift-page .block2 .main-text .highlight2 {
    display: block;
    width: 260px;
}

.gift-page .block2 .gift-buttons {
    bottom: 48px;
    left: 50px;
    position: absolute;
}

.gift-page .block1 .main-text .buy {
    color: #fff;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 25px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.gift-page .block1 .main-text .buy:hover {
    background: #f2711c;
}

.gift-page .block2 .buy, .gift-page .block2 .catalog {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 25px;
    display: inline-block;
    text-align: center;
    position: relative;

}

.right-promo .buy {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0;
    color: #fff;
    background: #659A24;
    border: 1px solid #659A24;
}

.gift-page .block2 .buy {
    color: #fff;
    background: #659A24;
    border: 1px solid #659A24;
    margin: 0 15px 15px 0;
}

.gift-page .block2 .catalog {
    color: #252524;
    border: 1px solid #252524;
}

.gift-page .block2 .buy:hover, .title-btn a:hover, .right-promo .buy:hover {
    background: #f2711c;
    border: 1px solid #fff;
}

.gift-page .block2 .catalog:hover, .title-btn a:hover, .right-promo .buy:hover {
    color: #fff;
    background: #f2711c;
    border: 1px solid #fff;
}

.gift-page .block1 .img {
    width: 40%;
    background: url('/image/catalog/666/sert2.webp');
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 32px;
}

.gift-page .block2 .img {
    width: 50%;
    background: url('/image/catalog/666/sample.webp');
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.info-page .btn, #quick-checkout .btn:hover {
    border: 2px solid #eca606;
}

.delivery li {
    margin-bottom: 5px;
    line-height: 130%;
    color: #000;
}

@media (max-width: 1233px) {
    .gift-page .block2 .main-text .gift-buttons {
        margin-top: 40px;
    }

    .gift-page .block3 .step p {
        font-size: 12.5px;
    }
}

@media (max-width: 1100px) {
    .step.step1:after, .step.step2:after, .step.step3:after {
        display: none;
    }

    .gift-page .block3 .steps {
        flex-wrap: wrap;
    }

    .gift-page .block3 .step {
        width: 49%;
        margin: 0 0 15px 0;
    }

    .step.step4:after {
        content: ' ';
        position: absolute;
        right: -9px;
        transform: translateY(-50%);
        width: 20px;
        height: 23px;
        top: -3px;
        background-image: url(/image/icons/highlight.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .glamping img {
        max-width: 212px;
    }
}

@media (max-width: 979px) {
    .right-promo {
        padding: 30px;
    }

    .gift-page .block1 .main-text h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .gift-page .block1 .main-text h3 {
        margin-bottom: 30px;
    }

    .gift-page .block2 .green-frame {
        display: block;
    }

    .gift-page .block2 .main-text {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .gift-page .block2 .img {
        width: calc(100% + 48px);
        height: 84vw;
        margin-bottom: 15px;
        position: absolute;
        left: -24px;
    }

    .gift-page .block2 .gift-buttons {
        bottom: initial;
        left: initial;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 87vw;
    }

    .gift-page .block2 .buy, .gift-page .block2 .catalog {
        margin: 0 8px 15px 8px;
    }

    .gift-page .block2 .main-text h2 {
        order: 0;
    }

    .gift-page .block2 .main-text .highlight2 {
        order: 1;
    }

    .gift-page .block2 .main-text ul {
        order: 2;
    }
}

@media (max-width: 900px) {
    .mfp-container {
        padding-left: 0;
        padding-right: 0;
        top: 0;
    }

    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 100%;
        cursor: auto;
    }

    #buy_form {
        margin: 0;
        max-width: 100%;
        width: 100%;
        padding: 28px 15px 15px;
    }

    .type-period {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 25px;
    }

    .pickmeup .pmu-instance:last-child .pmu-next {
        right: 0;
    }

    .pickmeup .pmu-instance:first-child .pmu-prev {
        left: 0px;
    }

    .pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
        line-height: 37px;
    }

    .mfp-content {
        height: 100%;
    }

    .inputs-group {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .radio label {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .mfp-close-btn-in .mfp-close {
        right: 12px;
        z-index: 999999999999999999;
        width: 30px;
        height: 30px;
        top: -1px;
        color: #333333;
        background: none;
    }

    .glampings-block, .icons-block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.mfp-wrap {
    z-index: 99999999999;
}

@media (max-width: 700px) {
    div#hde-contact-container {
        display: none;
    }

    .fixed-btn-block {
        display: flex !important;
        position: fixed;
        z-index: 999;
        bottom: 0;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, .05);
        background: #FFFBF2;
        width: 100%;
        justify-content: center;
        padding: 5px 5px 20px;
    }

    .fixed-btn-block a.buy.acc-name.popup {
        color: #fff;
        background: #f2711c;
        border: 1px solid #fff;
        border-radius: 12px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        font-family: 'Random Grotesque Standard Medium StandardMedium';
        font-size: 19px;
        text-align: center;
    }

    .step.step1:after, .step.step2:after, .step.step3:after {
        display: block;
    }

    #content, .prod-baner, .content {
        padding: 0;
    }

    .gift-page .block1 {
        flex-wrap: wrap;
    }

    .gift-page .block2 {
        padding: 0 12px;
    }

    .gift-page .block2 .green-frame {
        padding: 15px;
    }

    .gift-page .block1 .main-text {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 30px 15px;
    }

    .gift-page .block2 .main-text {
        padding: 0 0 30px 0;
    }

    .gift-page .block1 .main-text h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .gift-page .block1 .main-text h3 {
        margin-bottom: 40px;
    }

    .gift-page .block2 .main-text h2 {
        font-family: 'Random Grotesque Standard Semibold StandardSemibold', sans-serif;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
    }

    .delivery-block {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
        margin-top: 20px;
    }

    div#delivery h2, div#pay h2 {
        text-align: center;
    }

    div#pay {
        padding: 10px;
    }

    .gift-page .block1 .main-text .buy {
        width: 100%;
    }

    .gift-page .block1 .img {
        width: 100%;
        height: 100vw;
    }

    .gift-page .block3 {
        margin-bottom: 0;
    }

    .gift-page .block3 .steps {
        padding: 0 20px;
    }

    .gift-page .block3 .step {
        width: 100%;
        margin: 0 0 40px 0;
        height: auto;
    }

    .gift-page .block3 .step p {
        font-size: 14px;
    }

    .glamping div img {
        max-width: 100%;
    }

    .step.step1:after {
        background-size: 50%;
        background-repeat: no-repeat;
        left: calc(50% - 25px);
        bottom: -173px;
        top: auto;
    }

    .icon {
        gap: 15px;
    }

    .step.step2:after {
        background-size: 50%;
        background-repeat: no-repeat;
        left: calc(50% - 66px);
        bottom: -81px;
        top: auto;
        transform: scaleX(-1) rotate(45deg);
    }

    .step.step3:after {
        background-size: 50%;
        background-repeat: no-repeat;
        left: calc(50% - 45px);
        bottom: -188px;
        top: auto;
    }

    .step.step4:after {
        background-size: 50%;
        right: -31px;
        transform: translateY(-50%);
        width: 40px;
        height: 43px;
        top: 7px;
    }

    .reviews-block {
        display: flex;
        gap: 20px;
        flex-direction: row;
    }

    h2 {
        font-size: 30px;
    }

    .glampings-block {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }

    .glamping {
        display: flex;
        justify-content: space-between;
        background: rgba(255, 251, 242, 1);
        border-radius: 16px;
        gap: 16px;
        padding: 10px 9px;
        flex-direction: column;
    }

    .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        gap: 15px;
        width: calc(100% + 60px);
    }

    .title-btn a {
        display: none;
    }

    .promo-block {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }

    .promo-block {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
        margin-left: -15px;
        margin-right: -15px;
        background-image: url(/image/icons/sert/texture.png);
        border-radius: 15px;
        padding-bottom: 55px;
    }

    .left-promo {
        border-radius: 15px;
        background: none;
        min-height: 308px;
    }

    .left-promo h1 {
        font-size: 30px;
    }

    .right-promo .buy {
        font-family: 'Manrope';
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        border-radius: 100px;
        padding: 25px;
        display: inline-block;
        text-align: center;
        position: relative;
        margin: 0 auto;
        color: #fff;
        background: #659A24;
        margin-top: 30px;
        border: 1px solid #659A24;
    }

    .right-promo {
        margin: 0 15px;
        padding: 25px;
    }

    div#glampings .block5-inner {
        padding-bottom: 0;
    }

    .review {
        width: 100%;
        min-width: 100%;
    }

    .reviews-block {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .reviews-block::-webkit-scrollbar {
        display: none;
    }

    .icons-block {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }
}