body {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    background: #FFE9FD;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.d-flex {
    display: flex;
}

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

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-login {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.header-menu {
    display: flex;
    align-items: center;
}

.header-menu ul li a {margin-left: 32px;letter-spacing: inherit;color: #70C6FF;-webkit-text-decoration: underline;text-decoration: underline;text-decoration-color: var(--Link-underlineColor);--Link-underlineColor: rgba(112, 198, 255, 0.4);font-size: 14px;font-weight: 500;line-height: 24px;letter-spacing: 0px;font-family: var(--font-onest);color: #000000;-webkit-text-decoration: none;text-decoration: none;font-size: 14px;font-weight: 600;}

a.signin-button {
    border-radius: 16px;
    padding: 5px 20px;
    min-height: 44px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--borderRadius-4, 16px);
    background: var(--grey-50, #F5F5F5);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

span.signin-button-icon svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: -4px;
}

* {
    box-sizing: border-box;
}

a.signin-button:hover {
    background-color: #E9E9E9;
    box-shadow: none;
}

span.signin-button-icon {
    display: flex;
}

span.create-wishlist-button-icon {
    display: flex;
}

a.create-wishlist-button {
    border-radius: var(--borderRadius-4, 16px);
    background: var(--primary-main, #FF79B2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    padding: 4px 20px;
    min-height: 44px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-left: 8px;
    font-weight: 600;
}

span.create-wishlist-button-icon svg {
    width: 24px;
    height: 24px;
}

span.create-wishlist-button-icon {
    margin-right: 8px;
    margin-left: -4px;
}

a.create-wishlist-button:hover {
    background: #FE61A4;
}

header#masthead {
    position: fixed;
    left: 0;
    right: 0;
    /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04); */
    padding: 10px 0px;
    z-index: 9;
    top: 0;
}

.main_slider {
    padding: 100px 0;
    background: url('/assets/img/desktop-bg.png') no-repeat center center;
    background-size: cover;
}

.main_slider-content h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 118.75% */
    letter-spacing: -2.56px;
    margin-top: 0;
}

.main_slider-content {
    text-align: center;
}

span.icon-christmas-text {
    display: block;
    margin: -120px 0px -90px;
}

.main_slider-content h2 {
    /* color: var(--grey-900, #000); */
    text-align: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 118.75% */
    letter-spacing: -2.56px;
    margin-top: 0;
    margin-bottom: 40px;
}

span.icon-christmas-text {
    display: block;
    margin: -120px 0px -90px;
}

.main_slider-content h2 {
    /* color: var(--grey-900, #000); */
    text-align: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 118.75% */
    letter-spacing: -2.56px;
    margin-top: 0;
    margin-bottom: 40px;
}

a.btn.btn-primary {
    border-radius: var(--borderRadius-5, 20px);
    background: var(--primary-dark, #FF79B2);
    box-shadow: 0 4px 32px 0 rgba(12, 175, 253, 0.33), 0 5px 27px 0 rgba(0, 0, 0, 0.37), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    text-decoration: none;
    padding: 16px 32px;
    color: var(--grey-0, #FFF);

/* h6 */
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    height: 64px;
    display: inline-block;
    min-width: 320px;
    transition: all 0.4s ease-in-out;
}

a.btn.btn-primary:hover {
    background: #FE61A4;
    transform: translate(0px, -5px);
}

span.prize-icon {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.main_slider-content:before {
    content: "";
    background-image: url(/assets/img/round-bg_new.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -40px;
    z-index: -1;
}

.main_slider-sponsored-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.main_slider-content {
    padding-top: 30px;
}

span.party-text {
    display: block;
    width: 100%;
    color: var(--grey-600, #555);
    text-align: center;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 110% */
    margin-bottom: 20px;
}

.main_slider-sponsored-list div {
    margin: 0px 20px;
}

.location-postcard {
    border-radius: 60px;
    background: linear-gradient(108deg, #EAB0D0 0%, #B84872 100%);
    box-shadow: 0 35px 58px 0 rgba(0, 0, 0, 0.24);
    padding: 45px 60px;
}

span.postcard-header-title {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-family: Onest;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 166.667% */
    letter-spacing: -1.2px;
}

.postcard-header-value {
    color: #FFF;
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 205.405% */
    letter-spacing: -1.48px;
    display: block;
    margin-top: 20px;
}

.location-postcard_header {
    display: flex;
}

.postcard-header-date {
    margin: 0px 20px 20px 0px;
}

.postcard-header-location {
    margin-left: auto;
}

span.postcard-header-value.val-new-date {
    line-height: 44px;
    font-size: 44px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="363" height="6" viewBox="0 0 363 6" fill="none"><path d="M0.779785 1.89581C0.572977 2.04508 0.374639 2.20415 0.228404 2.39228C0.0821685 2.58087 1.43647e-05 2.78723 1.43647e-05 3C1.43647e-05 3.21277 0.0821685 3.41913 0.228404 3.60772C0.374639 3.79585 0.572977 3.95492 0.779785 4.10419C2.56024 5.36806 4.34069 6 6.12114 6C10.3574 6 14.5936 5.98624 18.8298 5.96162C54.7142 5.75306 90.5987 4.76544 126.483 4.76544C170.759 4.76544 215.035 5.28479 259.311 5.28479C287.451 5.28479 315.59 5.08923 343.73 4.94357C348.677 4.91796 353.625 4.89389 358.573 4.8727C359.642 4.86812 360.711 4.35546 361.78 4.09684C362.009 4.04069 362.228 3.87593 362.39 3.67118C362.552 3.46454 362.643 3.23475 362.643 3C362.643 2.76525 362.552 2.53546 362.39 2.32882C362.228 2.12407 362.009 1.95931 361.78 1.90316C360.711 1.64454 359.642 1.13188 358.573 1.1273C353.625 1.10611 348.677 1.08204 343.73 1.05643C315.59 0.910766 287.451 0.715211 259.311 0.715211C215.035 0.715211 170.759 1.23456 126.483 1.23456C90.5987 1.23456 54.7142 0.246944 18.8298 0.0383844C14.5936 0.0137634 10.3574 -2.38419e-07 6.12114 0C4.34069 -2.38419e-07 2.56024 0.631935 0.779785 1.89581Z" fill="url(%23paint0_linear_7186_16088)"/><defs><linearGradient id="paint0_linear_7186_16088" x1="0.779785" y1="3.5" x2="361.78" y2="3.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23ADDCFE"/><stop offset="1" stop-color="%238BDAB3"/></linearGradient></defs></svg>');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 5px;
}

span.postcard-header-value.val-new-date span {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    top: -20px;
}

.location-postcard-body span.postcard-header-value span {
    color: rgba(255, 255, 255, 0.44);
    font-family: Onest;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 292.308% */
    letter-spacing: -1.04px;
    margin-left: 10px;
}

.location-postcard-bottom {
    margin-top: 45px;
}

.location-postcard-body {
    margin-top: 40px;
}

.postcard-bottom-list {
    margin-top: 22px;
    display: flex;
}

.postcard-bottom-item {
    flex-basis: 33.33%;
}

span.postcard-item-title {
    display: block;
    color: rgba(255, 255, 255, 0.44);
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.8px;
}

.postcard-item-value {
    color: #252740;
    text-align: center;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 107.143% */
    letter-spacing: -0.56px;
    width: 100px;
    height: 100px;
    align-items: center;
    padding: 30px;
    margin-left: -15px;
    align-self: center;
    display: flex;
    position: relative;
}

.postcard-bottom-item:first-child .postcard-item-value {
    background-image: url('/assets/img/block.png');
}

.postcard-bottom-item:nth-child(2) .postcard-item-value {
    background-image: url(/assets/img/block2.png);
}

.postcard-bottom-item:nth-child(3) .postcard-item-value {
    background-image: url(/assets/img/block3.png);
}

.postcard-bottom-item {
    position: relative;
}

.postcard-bottom-item:after {
    content: "";
    border-bottom: 3px dotted rgba(255, 255, 255, 0.26);
    height: 3px;
    position: absolute;
    right: 25px;
    left: 90px;
    top: 45px;
}

.postcard-bottom-item:last-child::after {
    display: none;
}

.location-postcard {
    position: relative;
    padding-bottom: 80px;
}

.location-postcard:after {
    content: "";
    background: url('/assets/img/hand.png');
    width: 350px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    background-repeat: no-repeat;
}

.section-path {
    margin-top: 100px;
}

.path-title h2 {
    margin: 0;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 118.75% */
    letter-spacing: -2.56px;
    background: linear-gradient(90deg, var(--primary-main, #FF79B2) 4.55%, var(--secondary-dark, #FE61A4) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.path-title {
    text-align: center;
    margin-bottom: 70px;
}

span.subtitle {
    display: block;
    color: rgba(0, 0, 0, 0.26);
    font-family: Onest;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 134.615% */
    letter-spacing: -1.04px;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.path-wrapper .path-item {width: calc(50% - 10px);}

.d-flex.flex-wrap-wrap.path-wrapper {}

.path-wrapper {
    gap: 20px;
}

.path-item-header {
    display: flex;
    align-items: baseline;
}

span.path-number {}

span.path-number {
    background: #000;
    color: var(--primary-main, #70C6FF);

/* h6 */
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    position: relative;
}

span.path-number:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: 72px;
    height: 72px;
    background: rgb(0 0 0 / 8%);
    border-radius: 100%;
    z-index: -1;
}

.path-item-header-text {
    margin-left: 12px;
}

.path-item-header-val {
    color: var(--grey-800, #262626);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
}

.path-item-header-val a {
    color: var(--primary-dark, #FF79B2);
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    border-bottom: 2px dashed;
    text-decoration: none;
}

.path-item-header-desc {
    color: var(--grey-700, #434343);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

.path-item-img img {
    width: 100%;
    margin-left: -50px;
}

.path-item-img {
    margin-top: 10px;
}

.path-item-img {
    margin-top: 10px;
}

.path-item:first-child::before {
    content: "";
    background: url(/assets/img/block-bg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    background-size: contain;
    display: block;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}

.path-item {
    position: relative;
}

.path-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 300px;
    height: 300px;
    border-radius: 304px;
    background: rgba(255, 85, 180, 0.85);
    filter: blur(91px);
    z-index: -2;
    margin: auto;
}


span.icon-christmas-text img {
    width: 100%;
    max-width: 1085px;
}

.path-item:last-child::after {
    display: none;
}

.path-item:nth-child(2)::before {
    content: "";
    background: url(/assets/img/block-bg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    bottom: 0;
    background-size: contain;
    display: block;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(35deg);
}

.path-item-img:before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="129" height="65" viewBox="0 0 129 65" fill="none"><path d="M94.0507 53.9601C94.8528 53.6092 98.5016 47.3467 98.9702 46.1809C101.878 38.9569 96.5704 34.275 92.4148 29.02L100.265 34.001C107.924 37.7108 112.065 32.9005 117.915 28.5071L113.078 36.3899C109.843 43.6979 114.926 47.9801 118.969 53.5238L111.647 48.9477C109.913 48.2193 108.068 47.4278 106.151 47.529C101.722 47.7403 98.0519 51.4336 94.6324 53.8835" fill="white"/><path d="M5.47106 17.8033C5.86816 17.6295 7.67458 14.5291 7.90662 13.9519C9.34628 10.3754 6.71852 8.05746 4.66111 5.45584L8.54742 7.92182C12.3395 9.75848 14.3896 7.37699 17.2857 5.20188L14.8913 9.10452C13.2895 12.7226 15.8059 14.8427 17.8076 17.5872L14.1825 15.3217C13.324 14.9611 12.4107 14.5692 11.4616 14.6193C9.2688 14.7239 7.45199 16.5524 5.75901 17.7654" fill="white"/></svg>');
    width: 120px;
    height: 60px;
    position: absolute;
    right: 70px;
    background-size: contain;
    top: 30px;
}

.path-item-img {
    position: relative;
}

.path-item-header-desc {
    margin-top: 8px;
}

form#form-submit-link {
    margin-top: 35px;
}

form#form-submit-link input {
    border-radius: 30px;
    border: var(--stroke-thin, 0.5px) solid var(--grey-300, #C4C4C4);
    background: rgba(245, 250, 255, 0.54);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04) inset;
    width: 100%;
    height: 85px;
    color: #000;
    font-family: 'Onest';
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    padding: 20px 35px;
    margin-bottom: 20px;
}

.path-item:last-child {
    width: 100%;
}

#form-submit-link input::placeholder {
    color: var(--grey-500, #7B7B7B);
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
}

form#form-submit-link button {
    width: 100%;
    border-radius: 29px;
    background: var(--primary-dark, #FF79B2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    border: none;
    color: var(--primary-contrastText, #000);
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 16px 30px;
    height: 85px;
}

.bottom-postcard {
    margin-top: 100px;
}

.bottom-postcard-wrapper {
    background: url('/assets/img/bottom-postcard-bg.png');
    background-size: cover;
    border-radius: 60px;
}

.bottom-postcard-wrapper-title {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 118.75% */
    letter-spacing: -2.56px;
    background: linear-gradient(90deg, rgb(251 251 251 / 86%) 6.25%, rgba(221, 221, 221, 0.86) 91.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-postcard-wrapper-val img {
    width: 100%;
}

.bottom-postcard-wrapper-val {
    margin: -50px 0px -90px;
}

.bottom-postcard-wrapper-ps {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 168.889% */
    letter-spacing: -1.8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.86) 6.25%, rgba(221, 221, 221, 0.86) 91.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-postcard-wrapper {
    text-align: center;
    padding: 80px;
}

img.card-bottom-logo {
    margin-top: 10px;
}

header#masthead {
    transition: all 0.4s ease-in-out;
}

header#masthead.fixed {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
    background: #ffe9fd;
}

footer#footer {
    margin: auto;
    max-width: 794px;
    border-top: 0.5px solid #d9d9d9;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    text-align: center;
}

.footer-social a svg {
    width: 24px;
    height: 24px;
}

.footer-social a {
    width: 44px;
    height: 44px;
    border: 0.5px solid #d9d9d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.footer-social {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu nav a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-onest);
    -webkit-text-decoration: none;
    text-decoration: none;
    margin: 0px 10px;
}

.footer-menu {
    margin: 28px 0px;
}

.footer-copyright span {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-onest);
    color: #7B7B7B;
    text-align: center;
}

.footer-copyright-desc p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-onest);
    color: #7B7B7B;
    display: inline-block;
    padding-top: 8px;
}

section.section.section-path {
    overflow: hidden;
}

span.small-white-star {
    background: url('/assets/img/small-white-star.png');
    width: 17px;
    height: 16px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 22%;
    background-repeat: no-repeat;
}

span.white-big-star {
    background: url('/assets/img/white-big-star.png');
    position: absolute;
    right: 80px;
    top: 30px;
    width: 32px;
    height: 30px;
    background-size: contain;
}

span.postcard-header-title {
    position: relative;
}

span.two-white-star {
    background: url('/assets/img/two-white-stars.png');
    width: 95px;
    display: block;
    position: absolute;
    height: 50px;
    left: 140px;
    top: 0;
}

span.poscard-bottom-white-stars {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="109" viewBox="0 0 88 109" fill="none"><path d="M70.4711 103.803C70.8682 103.63 72.6746 100.529 72.9066 99.9519C74.3463 96.3754 71.7185 94.0575 69.6611 91.4558L73.5474 93.9218C77.3395 95.7585 79.3896 93.377 82.2857 91.2019L79.8913 95.1045C78.2895 98.7226 80.8059 100.843 82.8076 103.587L79.1825 101.322C78.324 100.961 77.4107 100.569 76.4616 100.619C74.2688 100.724 72.452 102.552 70.759 103.765" fill="white"/><path d="M11.0509 35.9601C11.853 35.6092 15.5017 29.3467 15.9704 28.1809C18.8783 20.9569 13.5706 16.275 9.41488 11.02L17.2647 16.001C24.9242 19.7108 29.065 14.9005 34.9147 10.5071L30.0784 18.3899C26.843 25.6979 31.9258 29.9801 35.9691 35.5238L28.6469 30.9477C26.9127 30.2193 25.068 29.4278 23.1509 29.529C18.7218 29.7403 15.0521 33.4336 11.6325 35.8835" fill="white"/></svg>');
    width: 88px;
    height: 109px;
    position: absolute;
    left: 90px;
    bottom: 100px;
}

.bottom-postcard-wrapper {
    position: relative;
}

span.postcard-top-white-stars {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="177" height="55" viewBox="0 0 177 55" fill="none"><path d="M5.47106 17.8033C5.86816 17.6295 7.67458 14.5291 7.90662 13.9519C9.34628 10.3754 6.71852 8.05746 4.66111 5.45584L8.54742 7.92182C12.3395 9.75848 14.3896 7.37699 17.2857 5.20188L14.8913 9.10452C13.2895 12.7226 15.8059 14.8427 17.8076 17.5872L14.1825 15.3217C13.324 14.9611 12.4107 14.5692 11.4616 14.6193C9.2688 14.7239 7.45199 16.5524 5.75901 17.7654" fill="white"/><path d="M142.051 43.9601C142.854 43.6092 146.502 37.3467 146.971 36.1809C149.879 28.9569 144.571 24.275 140.415 19.02L148.265 24.001C155.925 27.7108 160.066 22.9005 165.915 18.5071L161.079 26.3899C157.844 33.6979 162.926 37.9801 166.97 43.5238L159.647 38.9477C157.913 38.2193 156.069 37.4278 154.151 37.529C149.722 37.7403 146.053 41.4336 142.633 43.8835" fill="white"/></svg>');
    width: 177px;
    height: 55px;
    position: absolute;
    top: 40px;
    right: 60px;
}

.visible-xs {
    display: none !important;
}

.overlay {
    display: none;
}

.mob-menu-wrapper {
    display: none;
}

form#form-submit-link input:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 1000px) {
    .main_slider-content h1 {
        font-size: 40px;
    }
    
    .main_slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    span.icon-christmas-text {
        margin: -100px 0px -80px;
    }
    
    .main_slider-content {
        padding-top: 0;
    }
    
    .main_slider-sponsored-list {
        margin-top: 30px;
    }
    
    .main_slider {
        padding: 70px 0px;
    }
    
    .main_slider-content:before {
        background-size: cover;
        top: -5%;
    }
    
    a.btn.btn-primary {
        font-size: 18px;
        padding: 13px 25px;
        height: 55px;
        line-height: 1.1;
        box-shadow: 0 4px 21px 0 rgba(12, 175, 253, 0.33), 0 5px 20px 0 rgba(0, 0, 0, 0.37), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    }
    
    span.postcard-header-title {
        font-size: 23px;
        line-height: 1.5;
    }
    
    .location-postcard {
        padding: 30px 40px;
        border-radius: 50px;
        box-shadow: 0 20px 58px 0 rgba(0, 0, 0, 0.24);
    }
    
    span.postcard-header-value.val-new-date {
        font-size: 32px;
        line-height: 1.2;
    }
    
    span.postcard-header-value.val-new-date span {
        font-size: 16px;
        top: -11px;
    }
    
    span.postcard-header-value {
        font-size: 30px;
        margin-top: 10px;
    }
    
    .location-postcard-body {
        position: relative;
        z-index: 1;
    }
    
    .location-postcard_header {
        position: relative;
        z-index: 1;
    }
    
    .location-postcard-body span.postcard-header-value span {
        font-size: 21px;
    }
    
    span.postcard-item-title {
        line-height: 1.5;
        font-size: 16px;
    }
    
    .main_slider {}
    
    .section-path {
        margin-top: 70px;
    }
    
    .path-title h2 {
        font-size: 46px;
        line-height: 1.4;
    }
    
    span.subtitle {
        font-size: 21px;
        line-height: 1.4;
    }
    
    .path-title {
        margin-bottom: 40px;
    }
    
    span.path-number {
        min-width: 45px;
        width: 45px;
        height: 45px;
    }
    
    span.path-number:before {
        width: 61px;
        height: 61px;
    }
    
    .path-item-header-val {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .path-item-header-val a {
        font-size: 16px;
    }
    
    .path-item-header-desc {
        line-height: 1.3;
        margin-top: 4px;
    }
    
    .path-item-img img {
        margin-left: -30px;
    }
    
    .path-item-img:before {
        width: 90px;
        height: 45px;
    }
    
    .path-item:nth-child(2)::before {
        width: 380px;
        height: 330px;
    }
    
    .path-item:first-child::before {
        width: 380px;
        height: 330px;
    }
    
    .path-item::after {
        width: 200px;
        height: 200px;
    }
    
    form#form-submit-link input {
        font-size: 18px;
        height: 75px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    
    form#form-submit-link input::placeholder {
        font-size: 18px;
    }
    
    form#form-submit-link button {
        border-radius: 20px;
        height: 75px;
        font-size: 18px;
    }
    
    .bottom-postcard {
        margin-top: 70px;
    }
    
    .bottom-postcard-wrapper-title {
        font-size: 46px;
        line-height: 1.2;
    }
    
    .bottom-postcard-wrapper {
        padding: 60px;
    }
    
    span.postcard-top-white-stars {
        width: 140px;
        height: 43px;
        background-size: contain;
        top: 30px;
        right: 40px;
    }
    
    span.poscard-bottom-white-stars {
        left: 50px;
        bottom: 70px;
        height: 90px;
        background-size: contain;
        width: 75px;
    }
    
    .bottom-postcard-wrapper-val {
        margin: -45px 0px -70px;
    }
    
    img.card-bottom-logo {
        max-width: 320px;
    }
    
    footer#footer {
        margin-top: 70px;
    }
}

@media (max-width: 860px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .burger-menu svg {
        width: 24px;
        height: 24px;
        color: #000;
    }
    
    .header-login {
        margin-left: 0;
    }
    
    .burger-menu {
        width: 44px;
        height: 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    .container {
        padding: 0px 8px;
    }
    
    .header-menu li.visible-xs a {
        margin-left: 0;
        margin-right: 20px;
    }
    
    .main_slider-sponsored-list div {margin: 0px 10px;flex-basis: calc(33.33% - 20px);}
    
    .main_slider-sponsored-list div svg {
        width: 100%;
    }
    
    .main_slider-content h1 {
        line-height: 1.2;
        font-size: 35px;
        max-width: 260px;
        margin: auto;
    }
    
    .main_slider {
        padding: 90px 0px 60px;
    }

    span.icon-christmas-text {
        margin-top: 0px;
        margin-bottom: -10px;
    }

    span.icon-christmas-text img {
        max-width: 390px;
    }

    .main_slider-content h2 {
        font-size: 35px;
        line-height: 1.2;
        max-width: 260px;
        margin: auto;
        margin-bottom: 38px;
        margin-top: 20px;
    }
    
    a.btn.btn-primary {
        font-size: 20px;
        height: 64px;
        padding: 17px 50px;
    }
    
    span.icon-christmas-text {
        position: relative;
    }
    
    span.icon-christmas-text:before {
        content: "";
        border-radius: 360px;
        background: rgba(255, 85, 87, 0.28);
        filter: blur(103.89473724365234px);
        width: 300px;
        height: 300px;
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
    
    .main_slider-sponsored-list {
        margin-top: 38px;
    }
    
    span.party-text {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 18px;
    }
    
    .location-postcard {
        padding: 30px 20px;
        border-radius: 35px;
        overflow: hidden;
    }
    
    .location-postcard_header {
        flex-wrap: wrap;
    }
    
    span.postcard-header-title {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: -0.5px;
    }
    
    span.postcard-header-value.val-new-date {
        font-size: 40px;
        /* width: 100%; */
        white-space: nowrap;
        max-width: max-content;
    }
    
    .postcard-header-location {
        margin-top: 20px;
        width: 100%;
    }
    
    span.postcard-header-value {
        font-size: 25px;
        max-width: 215px;
    }
    
    span.white-big-star {
        width: 27px;
        height: 26px;
        right: 10px;
        top: 40px;
    }
    
    .location-postcard:after {
        right: -90px;
    }
    
    .postcard-header-date {
        width: 100%;
    }
    
    span.postcard-header-value.val-new-date span {
        font-size: 20px;
        top: -15px;
    }
    
    span.small-white-star {
        left: auto;
        right: 86px;
        width: 14px;
    }
    
    .location-postcard-body .postcard-header-value {
        max-width: 100%;
    }
    
    .location-postcard-body span.postcard-header-value span {
        margin-left: 0;
        font-size: 20px;
        font-weight: 300;
        margin-top: 3px;
        display: block;
    }
    
    span.two-white-star {
        top: -30px;
        left: 110px;
    }
    
    .postcard-bottom-list {
        margin-top: 10px;
    }
    
    .postcard-bottom-item:nth-child(2) {
        padding-left: 10px;
    }
    
    span.postcard-item-title {
        font-size: 14px;
        font-weight: 300;
        max-width: 98px;
    }
    
    .postcard-bottom-item:after {right: 0px;}
    
    .postcard-bottom-item:nth-child(3) {
        padding-left: 20px;
    }
    
    .path-title h2 {
        font-size: 41px;
    }
    
    .section-path {
        margin-top: 60px;
    }
    
    span.subtitle {
        font-size: 20px;
    }
    
    .path-wrapper .path-item {
        width: 100%;
    }
    
    .path-item-header-val a {
        display: block;
        border: none;
        line-height: 1.3;
    }
    
    .path-item-header-desc {
        font-size: 14px;
        font-weight: 400;
        max-width: 275px;
        line-height: 1.6;
    }
    
    span.path-number {
        min-width: 56px;
        width: 56px;
        height: 56px;
    }
    
    span.path-number:before {
        width: 72px;
        height: 72px;
    }
    
    .bottom-postcard-wrapper {
        padding: 60px 20px;
        border-radius: 35px;
        background: linear-gradient(108deg, #EAB0D0 0%, #B84872 100%);
        box-shadow: 0 35px 58px 0 rgba(0, 0, 0, 0.24);
    }
    
    .bottom-postcard {
        margin-top: 60px;
    }
    
    .bottom-postcard-wrapper-title {
        font-size: 35px;
        max-width: 300px;
        margin: auto;
    }
    
    .bottom-postcard-wrapper-ps {
        font-size: 25px;
    }
    
    img.card-bottom-logo {
        max-width: 245px;
    }

    .bottom-postcard-wrapper-val img {
        max-width: 342px;
    }
    
    .bottom-postcard-wrapper-val {
        margin: 10px 0px 0px;
    }

    .bottom-postcard-wrapper {
        position: relative;
    }
    
    .bottom-postcard-wrapper:before {
        content: "";
        border-radius: 311px;
        background: rgba(255, 85, 87, 0.28);
        filter: blur(89.7535171508789px);
        width: 300px;
        height: 300px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    
    span.postcard-top-white-stars {
        transform: rotate(180deg);
        right: auto;
        left: 50px;
        top: 15px;
    }


    .path-item-img img {
        margin-left: 0;
    }
    
    .path-item-img {
        margin: 0;
    }

    .overlay {
        position: fixed;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        inset: 0px;
        -webkit-tap-highlight-color: transparent;
        background-color: rgba(0, 0, 0, 0.48);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }
    .open-menu .overlay {
        opacity: 1;
        visibility: visible;
    }

    .mob-menu-wrapper {
        display: block;

    }

    .mob-menu-wrapper {
        position: fixed;
        z-index: 2;
        padding: 40px;
        background: #ffe9fd;
        right: 0;
        top: 0;
        bottom: 0;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        transition: all 0.4s ease-in-out;
        transform: translate(110%, 0px);
        opacity: 0;
        visibility: hidden;
    }
    
    button.close-menu svg {
        width: 24px;
        height: 24px;
    }
    
    button.close-menu {
        position: absolute;
        right: 8px;
        top: 4px;
        background: transparent;
        border: none;
        padding: 10px;
        outline: none;
        box-shadow: none;
    }
    
    ul.mob-nav-menu {
        outline: none;
        padding: 0;
        list-style: none;
        margin-top: 30px;
    }
    
    .bottom-button-menu {
        margin-top: auto;
    }
    
    ul.mob-nav-menu li a {
        margin-left: 0;
        letter-spacing: inherit;
        color: #70C6FF;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-decoration-color: var(--Link-underlineColor);
        --Link-underlineColor: rgba(112, 198, 255, 0.4);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0px;
        font-family: var(--font-onest);
        color: #000000;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    
    ul.mob-nav-menu li a svg {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    
    .bottom-button-menu a {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
        justify-content: center;
    }
    
    .open-menu .mob-menu-wrapper {
        transform: translate(0%, 0px);
        opacity: 1;
        visibility: visible;
    }

    .burger-menu button {
        border: none;
        background: transparent;
        outline: none !important;
        box-shadow: none !important;
        position: relative;
        top: -2px;
    }

    .main_slider {
        background: url('/assets/img/main-slider-bg-mob.png') no-repeat center center;
    }

    #masthead {
        padding: 5px 0px;
    }

    span.poscard-bottom-white-stars {
        left: 10px;
        bottom: 180px;
    }
}