.dp-xmas-hc {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  --COLOR-RED: #b40024;
  --FONT-SIZE: 16px;
  position: relative;
}

.dp-xmas-reassurance {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .dp-xmas-hc {
    margin-left: -175px;
    width: 1600px;
  }
}
.dp-xmas-hc * {
  box-sizing: border-box;
}

.dp-xmas-hc::before,
.dp-xmas-hc::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.dp-xmas-hc::before {
  top: 0;
  left: 0;
  background-image: url(../img/holidays-calendar-background-top.jpg);
  background-position: top left;
}

.dp-xmas-hc::after {
  bottom: 0;
  left: 0;
  background-position: bottom left;
  background-image: url(../img/holidays-calendar-background-bottom.jpg);
}

/************/
/** HEADER **/
/************/

.dp-xmas-hc-header {
  position: relative;
  padding-bottom: 70px;
}

.dp-xmas-hc-header__title {
  position: relative;
  line-height: 1em;
}

.dp-xmas-hc-header__title span {
  display: inline;
}

.dp-xmas-hc-header__title > span {
  font-size: 60px;
  position: relative;
  right: 180px;
}

.dp-xmas-hc-header__title > strong > span {
  font-size: 110px;
  position: relative;

  /*left: 50px;*/
  top: 23px;
}

.dp-xmas-hc-header__content {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 20px;
}

.dp-xmas-hc-header__text {
  margin-top: 70px;
  font-size: var(--FONT-SIZE);
}

/***********/
/** BLOCK **/
/***********/

.dp-xmas-hc-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.dp-xmas-hc-block:nth-child(odd) {
  flex-direction: row-reverse;
  margin-bottom: 70px;
}

.dp-xmas-hc-header + .dp-xmas-hc-block:before {
  content: "";
  display: block;
  position: absolute;
  left: -47px;
  top: -101px;
  width: 254px;
  height: 215px;
  background-image: url(../img/snowflake.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
}

.dp-xmas-hc-header + .dp-xmas-hc-block .dp-xmas-hc__date-container:before {
  content: "";
  display: block;
  position: absolute;
  right: -87px;
  top: 0;
  width: 55px;
  height: 65px;
  background-image: url(../img/little-star.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
}

.dp-xmas-hc-block .dp-xmas-hc-block__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  flex: 1;
}

.dp-xmas-hc-block .dp-xmas-hc__text {
  max-width: 380px;
  width: 100%;
  font-size: var(--FONT-SIZE);
  font-family: var(--GOTHAM-BOOK);
  text-align: center;
  margin: 0;
}

.dp-xmas-hc__date-container {
  border: solid 2px var(--COLOR-RED);
  position: relative;
  padding: 0;
  width: 360px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dp-xmas-hc-header__date {
  text-transform: uppercase;
  text-align: center;
}

.dp-xmas-hc-header__date > span:first-of-type {
  font-size: 200px;
  line-height: 165px;
}

.dp-xmas-hc-header__date > span:nth-of-type(2) {
  font-size: 40px;
  line-height: 50px;
}

/*.dp-xmas-hc-header__date > span:nth-of-type(3) {
  font-size: 40px;
  line-height: 50px;
}*/

.dp-xmas-block-hc__img {
  flex-basis: 50%;
  width: 50%;
  max-width: 560px;
  position: relative;
  display: block;
}

.dp-xmas-block-hc__img img {
  width: 100%;
  display: block;
}

.dp-xmas-block-hc__anim,
.dp-xmas-block-hc__anim > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
}
.dp-xmas-block-hc__anim > div {
  opacity: 0;
}
.dp-xmas-block-hc__anim[data-inviewport="0"] > div:nth-child(1) {
  opacity: 1;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] div {
  animation-duration: 5s;
  animation-fill-mode: both;
  /* animation-direction: alternate-reverse;
  animation-iteration-count: infinite;*/
}

@keyframes AnimGIF_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_4 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_5 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_6 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_7 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_8 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimGIF_9 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(1) {
  animation-name: AnimGIF_1;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(2) {
  animation-name: AnimGIF_2;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(3) {
  animation-name: AnimGIF_3;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(4) {
  animation-name: AnimGIF_4;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(5) {
  animation-name: AnimGIF_5;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(6) {
  animation-name: AnimGIF_6;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(7) {
  animation-name: AnimGIF_7;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(8) {
  animation-name: AnimGIF_8;
}
.dp-xmas-block-hc__anim[data-inviewport="1"] > div:nth-child(9) {
  animation-name: AnimGIF_9;
}
/*-------------------------------------------------------------*/
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(1) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-01.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(2) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-02.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(3) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-03.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(4) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-04.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(5) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-05.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(6) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-06.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(7) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-07.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(8) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-08.jpg);
}
.dp-xmas-block-hc__anim[data-anim="1"] > div:nth-child(9) {
  background-image: url(../img/anim-gif-1/holidays-calendar-anim-09.jpg);
}
/*-------------------------------------------------------------*/

.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(1) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-01.jpg);
}
.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(2) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-02.jpg);
}
.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(3) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-03.jpg);
}
.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(4) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-04.jpg);
}
.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(5) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-05.jpg);
}
.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(6) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-06.jpg);
}
.dp-xmas-block-hc__anim[data-anim="2"] > div:nth-child(7) {
  background-image: url(../img/anim-gif-2/holidays-calendar-anim-07.jpg);
}

/*-------------------------------------------------------------*/

.dp-xmas-hc .dp-xmas-hc-block:last-of-type {
  padding-bottom: 96px;
  margin-bottom: 0;
}

.dp-xmas-hc .dp-xmas-hc-block:last-of-type::before {
  content: "";
  display: block;
  position: absolute;
  right: -122px;
  bottom: 45px;
  width: 202px;
  height: 153px;
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 1024px) {
  /***********/
  /** BLOCK **/
  /***********/

  .dp-xmas-hc-header + .dp-xmas-hc-block:before,
  .dp-xmas-hc .dp-xmas-hc-block:last-of-type::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .dp-xmas-hc-header__date > span:first-of-type {
    font-size: 100px;
    line-height: 110px;
  }

  .dp-xmas-hc-header__date > span:nth-of-type(2) {
    font-size: 35px;
    line-height: 40px;
  }
  .dp-xmas-hc-header__date > span:nth-of-type(3) {
    font-size: 35px;
    line-height: 40px;
  }

  .dp-xmas-hc__date-container {
    width: 247px;
    height: 247px;
  }
}

@media (max-width: 761px) {
  .dp-xmas-hc {
    --FONT-SIZE: 14px;
  }

  /************/
  /** HEADER **/
  /************/

  .dp-xmas-hc::before {
    background-image: url(../img/holidays-calendar-background-top-mobile.jpg);
  }

  .dp-xmas-hc::after {
    background-image: url(../img/holidays-calendar-background-bottom-mobile.jpg);
  }

  .dp-xmas-hc-header {
    padding-bottom: 0;
  }

  .dp-xmas-hc-header__title > span {
    font-size: 35px;
    right: 0;
  }

  .dp-xmas-hc-header__title > strong > span {
    font-size: 75px;
    left: 0;
    top: 0;
    line-height: 70px;
  }
  .dp-xmas-hc-header__content {
    padding-top: 80px;
  }

  .dp-xmas-hc-header__text {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /***********/
  /** BLOCK **/
  /***********/

  .dp-xmas-hc
    .dp-xmas-hc-block:nth-last-of-type(2)
    .dp-xmas-hc__date-container::before {
    content: "";
    display: block;
    position: absolute;
    left: -24px;
    top: -17px;
    width: 38px;
    height: 38px;
    background-image: url(../img/little-star-2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    z-index: 1;
  }
  .dp-xmas-block-hc__img {
    flex-basis: unset;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
  }
  .dp-xmas-hc-block .dp-xmas-hc-block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dp-xmas-hc-header + .dp-xmas-hc-block:before {
    display: none;
  }

  .dp-xmas-hc-block {
    flex-direction: column;
  }

  .dp-xmas-hc-block__content {
    padding: 40px 0;
  }
  .dp-xmas-hc-block:nth-child(even) .dp-xmas-hc-block__content {
    width: 100vw;
    height: 100vw;
    flex-basis: 100vw;
  }
  .dp-xmas-hc-header + .dp-xmas-hc-block .dp-xmas-hc__date-container:before {
    right: -25px;
    top: auto;
    bottom: -34px;
  }

  .dp-xmas-hc-block:nth-child(odd) {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .dp-xmas-hc__text {
    padding: 0 20px;
  }

  .dp-xmas-hc .dp-xmas-hc-block:last-of-type {
    padding-bottom: 75px;
  }
}
/*=======================================*/
.dp-xmas-hc-header__title > strong > span{
  left: 0;
  top: 40px;
}
.dp-xmas-hc-header__date > span:nth-of-type(3){
  font-size: 35px;
  line-height: 40px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-xmas-hc-header__title > strong > span{
    left: -40px;
    top: 40px;
  }
  .dp-xmas-hc-header__date > span:nth-of-type(3){
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  #YTvideobox{
    left: 7%;
  }
}

@media (max-width: 480px) {
  .dp-xmas-hc-header__title > strong > span{
    font-size: 50px;
    line-height: 100px;
  }
  .dp-xmas-hc-header__date > span:nth-of-type(3){
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 320px){
  .dp-xmas-hc-header__title > strong > span,
  .dp-xmas-video .dp-xmas-title{
    font-size: 45px;
  }
}