#banner {
    background-color: rgba(245, 245, 245, 1);
}

#banner .header-catalog__title {
    max-width: 394px;
    padding-bottom: 0;
}

#banner .banner-text__description {
    max-width: 557px;
    line-height: 1.8;
}

.page-advent-dec-wrapper #banner {
    background-image: url(../images/online-advent-calendar/banner.jpg);
    background-position: top right;
    background-color: rgba(245, 245, 245, 1);
    background-repeat: no-repeat;
    height: 429px;
    position: relative
}

.page-advent-dec-wrapper #banner .banner-text__description .seo-text-html.content--overlay:before {
    z-index: 1
}

.page-advent-dec-wrapper #banner .banner-image {
    display: none
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #banner .banner-image {
        display:block;
        position: relative;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .page-advent-dec-wrapper #banner {
        height: auto;
        background-image: none;
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #banner .banner-image {
        display:block;
        position: relative;
        width: 100%
    }
}

.page-advent-dec-wrapper {

    max-width: none;
}

.page-advent-dec-wrapper #banner .breadcrumbs {
    padding: 50px 0 30px;
}

.page-advent-dec-wrapper #new-year-calendar-wrapper {
    font-style: normal;
    margin: 82px auto
}

.page-advent-dec-wrapper #new-year-calendar-wrapper {
    font-style: normal;
    margin: 82px auto
}

@media screen and (max-width: 767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper {
        margin:0 auto
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar {
    -ms-grid-columns: (1fr)[4];
    grid-column-gap: 18px;
    grid-row-gap: 24px;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4,1fr);
    margin: 36px auto;
    max-width: 1200px;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative
}

@media screen and (max-width: 369px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar {
        -ms-grid-columns:(1fr)[2];
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2,1fr);
        width: 320px
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar {
        -ms-grid-columns:(1fr)[2];
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        bottom: 0;
        grid-template-columns: repeat(2,1fr);
        height: 100%;
        margin: 0 auto;
        max-width: 344px;
        padding: 50px 0;
        position: relative
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        height: 100%;
        margin: 0 auto;
        padding: 50px 0 100px;
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr);
        height: 100%;
        width: 100%
    }
}

@media screen and (min-width: 1200px) and (max-width:1699px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar {
        -ms-grid-columns:(1fr)[4];
        grid-template-columns: repeat(4,1fr);
        width: 100%
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item {
    cursor: pointer;
    font-size: 66.6667px;
    font-weight: 900;
    line-height: 140%;
    position: relative;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item .calendar-item-day {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    background-color: #ffeef2;
    border-radius: 16px;
    -webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.2);
    box-shadow: 2px 5px 5px rgba(0,0,0,.2);
    color: #6c6864;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
    bottom: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}


.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item .calendar-item-day.activates {
    height: 0;
}

@media screen and (max-width: 369px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item {
        height:200px;
        width: 100%
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item {
        display:-ms-inline-grid;
        display: inline-grid;
        font-size: 39.8095px;
        height: 209px;
        width: 166px
    }
}

@media screen and (min-width: 576px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item {
        height:296px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item {
        height:378px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .border-default {
    border-radius: 16px
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .past-date {
    opacity: .5
}

.calendar-item-day:hover .hovered {
    display: block;
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .past-date:hover {
    opacity: 1
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .past-date {
        width:100%
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .today {
    z-index: 3
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: 130px
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title :first-child {
    color: #6c6864;
    font-size: 23.3333px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center
}

@media screen and (max-width: 576px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title :first-child {
        font-size:20px
    }
}

@media screen and (max-width: 369px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title {
        top:30%
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title {
        top:35%
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title {
        top:110px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .calendar-item-date-title {
        top:90px
    }
}

.hovered {
    color: rgba(39,37,31,.5);
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    text-align: center;
    top: 200px
}

@media screen and (max-width: 369px) {
.hovered {
        display:block;
        top: 70px
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .hovered {
        display:block;
        top: 90px
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
     .hovered {
        display:block;
        top: 130px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .hovered {
        display:block;
        top: 120px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
     .hovered {
        display:block;
        top: 200px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .show-on-hover {
    display: block
}

.page-advent-dec-wrapper #new-year-calendar-wrapper #new-year-calendar .vector {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-text {
    color: #27251f;
    font-size: 13px;
    font-weight: 400;
    line-height: 200%;
    width: 685px
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-text h2 {
    color: #27251f;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 26px
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-text {
        height:auto;
        margin: 0;
        position: relative;
        width: 100%
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-text {
        margin:0;
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-text {
        margin:0;
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-text {
        margin:0;
        position: relative
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.fade-enter-active,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.fade-leave-active {
    max-height: 100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.fade-enter-from,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.fade-leave-to {
    max-height: 0;
    top: 100%
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-right-enter-active,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-right-leave-active {
    position: absolute;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-right-enter,
.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-right-leave-to {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 1;
    position: absolute;
    -webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
    transform: scaleX(2)
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-right-enter,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-right-leave-to {
        opacity:0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-left-enter-active,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-left-leave-active {
    position: absolute;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-left-enter,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-left-leave-to {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 1;
    position: absolute;
    -webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
    transform: scaleX(2)
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-left-enter,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-day.slide-left-leave-to {
        opacity:0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-right-enter-active,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-right-leave-active {
    position: absolute;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-right-enter,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-right-leave-to {
        opacity:0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-left-enter-active,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-left-leave-active {
    position: absolute;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-left-enter,.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today.slide-left-leave-to {
        opacity:0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    background: #ffcad4;
    border-radius: 16px;
    -webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.5);
    box-shadow: 2px 5px 5px rgba(0,0,0,.5);
    color: #27251f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 378.3px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 140%;
    position: absolute;
    text-align: center;
    width: 591px;
    z-index: 2
}

@media screen and (max-width: 369px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
        height:410px;
        width: 320px
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
        height:428px;
        width: 344px
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
        height:296px;
        width: 510px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
        height:296px;
        width: 454px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
        width:614px
    }
}

@media screen and (min-width: 1200px) and (max-width:1699px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today {
        width:576px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    color: #27251f;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 140%;
    margin: auto 0;
    text-align: center
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content {
        font-size:14px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .icon {
    height: 21px;
    width: 21px
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .content-image {
    left: -10px;
    position: relative;
    top: 60px;
    width: 275px
}

@media screen and (max-width: 369px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .content-image {
        left:80px;
        top: 0;
        width: 150px
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .content-image {
        left:70px;
        top: 15px;
        width: 200px
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .content-image {
        left:0;
        top: 70px;
        width: 225px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .content-image {
        left:0;
        top: 80px;
        width: 225px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .content-image img {
    max-width: 100%;
    width: auto
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-container {
    bottom: 150px;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    left: 250px;
    position: relative;
    width: 50%
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-container .promo-code {
    color: #ca7385;
    font-size: 22px;
    font-weight: 900;
    line-height: 140%;
    text-align: center
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-container {
        bottom:30px;
        left: 0;
        width: 100%
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-container {
        bottom:125px;
        left: 225px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-container {
        bottom:120px;
        font-size: 18px;
        left: 200px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .gif-confetti {
    height: 300px;
    left: -10px;
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 300px
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .gif-confetti {
        height:250px;
        left: 70px;
        top: 0;
        width: 250px
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .gif-confetti {
        height:275px;
        top: -25px;
        width: 275px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .gif-confetti {
        top:-20px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer {
    bottom: 200px;
    left: 250px;
    position: relative;
    width: 50%
}

@media screen and (max-width: 369px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer {
        bottom:200px;
        left: 0;
        width: 100%
    }
}

@media screen and (min-width: 370px) and (max-width:575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer {
        bottom:235px;
        left: 0;
        width: 100%
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer {
        bottom:145px;
        left: 220px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer {
        bottom:145px;
        left: 200px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer-main {
    font-size: 22px
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer-main {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer-main {
        font-size:20px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer-additional {
    font-size: 15px
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer-additional {
        font-size:13px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-offer-additional {
        font-size:13px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-link {
    bottom: 100px;
    font-size: 14px;
    left: 250px;
    position: relative;
    width: 50%
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-link {
        bottom:25px;
        left: 0;
        width: 100%
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-link {
        bottom:115px;
        font-size: 13px;
        left: 200px;
        width: 55%
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-link {
        bottom:105px;
        font-size: 12px;
        left: 175px;
        width: 60%
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content .promo-link {
        left:250px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .promo-btn {
    background: 0 0;
    border: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    padding: 0
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content-footer {
    bottom: 0;
    color: #27251f;
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    opacity: .5;
    padding: 4px;
    position: absolute;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .calendar-item-today .today-content-footer {
        font-size:8px;
        left: 20px
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .blurred {
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .blurred .gif-confetti {
    display: none
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .blurred-background {
    background: #fdf0f2
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .text-overlay {
    -webkit-filter: blur(0);
    filter: blur(0);
    position: absolute;
    right: 35%;
    top: 50%
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .text-overlay {
        right:25%;
        top: auto
    }
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .blur-text {
    color: #27251f;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .is-right {
    right: 0
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .is-bottom {
    bottom: 0
}

.page-advent-dec-wrapper #new-year-calendar-wrapper .day-number {
    color: #6c6864;
    font-family: Mplus\ 1p Bold,sans-serif;
    font-size: 66.6667px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    position: relative;
    text-align: center
}

@media screen and (max-width: 575px) {
    .page-advent-dec-wrapper #new-year-calendar-wrapper .day-number {
        bottom:5px;
        font-size: 50px
    }
}


.calendar-item-day:hover {

}


.advent-prize {
    width: 266px;
    height: 266px;
    background-color: #FFCAD4;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    font-weight: 500;
    font-family: 'M PLUS 1p';
    position: relative;
}

.advent-prize__main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advent-prize__img {
    margin-bottom: 11px;
}

.advent-prize__count {
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    color: #CA7385;
    margin-bottom: 2px;
}

.advent-prize__title {
    margin-bottom: 2px;
}

.advent-prize__promo {
    font-size: 22px;
    color: #CA7385;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.advent-prize__promo::after {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3286 14.875V9.625C15.3286 7.692 13.7616 6.125 11.8286 6.125H6.57861M15.3286 14.875C15.3286 16.808 13.7616 18.375 11.8286 18.375H6.57861C4.64562 18.375 3.07861 16.808 3.07861 14.875V9.625C3.07861 7.692 4.64562 6.125 6.57861 6.125M15.3286 14.875C17.2616 14.875 18.8286 13.308 18.8286 11.375V6.125C18.8286 4.192 17.2616 2.625 15.3286 2.625H10.0786C8.14562 2.625 6.57861 4.192 6.57861 6.125' stroke='%236C6864' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.advent-prize--copys .advent-prize__main {
    filter: blur(8px);
}


.advent-prize__copy-text {
    position: absolute;
    font-weight: 500;
}


@media screen and (max-width:767px) {
    .page-advent-dec-wrapper #banner {
        height: auto;
        background-image: none;
    }
}


@media screen and (max-width: 575px) {
    .advent-prize {
        width: 150px;
        height: 150px;
        padding: 0 15px;
    }

    .advent-prize__count {
        font-size: 30px;
        font-size: 17px;
    }

    .advent-prize__promo {
        font-size: 16px;
    }
}


.advent-prize__img img {
    max-height: 41px;
}