.MyLPs {
  font-family: inherit;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.TopBanner {
  height: 500px;
  position: relative;
}
.TopBanner::before {
  content: "";
  position: absolute;
  height: 120px;
  background-color: #f0f0f2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.TopSection {
  background-color: #5a2086;
  height: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 0 15px;
}
.Clouds {
  position: absolute;
  top: 0;
  z-index: 2;
}
.Cloud1,
.Cloud2,
.Cloud3 {
  left: 0;
}
.Cloud2 {
  top: -30px;
}
.Cloud3 {
  z-index: 1;
}
.Cloud4 {
  left: 5%;
  z-index: 3;
}
.Cloud5,
.Cloud6,
.Cloud7 {
  top: 0;
  right: 0;
}
.Cloud6 {
  top: -30px;
  z-index: 3;
}
.Cloud7 {
  z-index: 1;
}
.spiderSmall {
  position: absolute;
  left: 15%;
  top: -30px;
  transition: all cubic-bezier(0.77, 1.14, 0.77, 0.96) 0.5s 1s;
}
.spiderBig {
  position: absolute;
  left: 20%;
  top: -100px;
  transition: all cubic-bezier(0.77, 1.14, 0.77, 0.96) 0.7s 1.2s;
}
.animateSpiders {
  top: 15%;
}
.TopTitle {
  margin-top: 130px;
  position: relative;
  z-index: 3;
}
.titles {
  text-align: center;
  color: white;
  font-size: 35px;
  line-height: 40px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
.cat {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-500px);
}
.tsikaliWrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 402px;
  height: 557px;
  z-index: 1;
}
#smoke {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 160px;
  left: 50%;
  bottom: 84px;
}
#smoke span {
  display: block;
  position: absolute;
  bottom: -35px;
  height: 0px;
  width: 0px;
  border: 35px solid #3fef7c;
  border-radius: 35px;
  opacity: 0;
  transform: scale(0.2);
}
.s0 {
  left: -90px;
}
.s1 {
  left: -50px;
}
.s2 {
  left: -30px;
}
@keyframes smokeL {
  0% {
    transform: scale(0.2) translate(0, 0);
  }
  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px);
  }
  100% {
    opacity: 0;
    transform: scale(1) translate(-20px, -130px);
  }
}
@keyframes smokeR {
  0% {
    transform: scale(0.2) translate(0, 0);
  }
  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px);
  }
  100% {
    opacity: 0;
    transform: scale(1) translate(20px, -130px);
  }
}
.s0 {
  animation: smokeL 12s 0s infinite;
}
.s1 {
  animation: smokeR 12s 4s infinite;
}
.s2 {
  animation: smokeL 12s 2s infinite;
}
.s3 {
  animation: smokeR 12s 6s infinite;
}
.MainSection {
  background: #5a2086 url('https://support3.you.gr/you/redesign/landing_pages/Halloween-2019/images/bg.jpg') center bottom no-repeat;
  background-size: auto;
  height: 900px;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 15px 0 15px;
  margin-top: 30px;
  position: relative;
}
.window {
  position: absolute;
  top: 28%;
  right: 9%;
  width: 290px !important;
}
.ObjectsLink {
  cursor: pointer;
  position: absolute;
}
.BookcaseWrapper {
  position: absolute;
  bottom: 60px;
  left: 6%;
}
.hat {
  position: absolute;
  left: 66px;
  bottom: 192px;
  animation: Hat infinite ease 3s 1s;
}
@keyframes Hat {
  30% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(-50px);
  }
  80% {
    transform: translateY(-50px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.book {
  left: 70px;
  bottom: 161px;
  animation: Book linear infinite 5s;
}
@keyframes Book {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.ShelvesWrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  /*border: solid thin red;*/
}
.shelves {
  width: 476px !important;
  max-width: 476px !important;
}
.hand {
  top: -70px;
  left: 10px;
}
.mantzouni {
  top: 18px;
  right: 16px;
}
.skull {
  bottom: 54px;
  left: 145px;
}
.mati {
  top: -4px;
  right: 150px;
}
.mpoukalia {
  top: -7px;
  left: 110px;
  width: 60px !important;
}
.BroomWrapper {
  position: absolute;
  bottom: 85px;
  left: 50%;
  cursor: pointer;
}
.stars {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0);
}
.star1 {
  top: -10px;
  animation: Star1 linear infinite 1.2s;
}
.star2 {
  left: 50px;
  animation: Star1 linear infinite 1.2s 1.5s;
}
.star3 {
  left: -50px;
  top: 30px;
  animation: Star1 linear infinite 1.2s 2.3s;
}
.star4 {
  left: 60px;
  top: 70px;
  animation: Star1 linear infinite 1.2s 1.7s;
}
@keyframes Star1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0.5);
    opacity: 1;
  }
}
/******************Pop up window************************/
.Overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all linear 0.2s;
  display: none;
}
.animateOverlay {
  display: block;
}
.PopUpWindow {
  background-color: black;
  position: fixed;
  left: 50%;
  top: -600px;
  transform: translate(-50%, 0);
  background-color: #5c2b76;
  max-width: 650px;
  width: 87%;
  padding: 100px 25px 25px;
  opacity: 0;
  z-index: 7;
  text-align: center;
  transition: all linear 0.35s;
}
.PopUpWindow p {
  color: white;
  font-size: 20px;
}
.PopUpWindow a {
  display: block;
  background: #190b21;
  padding: 25px 15px;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  margin-top: 50px;
  position: relative;
}
.PopUpWindow a:hover {
  background-color: #341a42;
}
.animatePopUpWindow {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.PopUpSpider {
  width: 60px;
  height: 90px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/Halloween-2019/images/spider_Big.gif') center -190px no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.PopupTitle {
  color: white;
  font-size: 31px;
  line-height: 35px;
  word-spacing: -3px;
}
.DiscountWrapper {
  position: relative;
  background-color: #5c2b76;
}
.PopUpProduct {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5c2b76;
  overflow: hidden;
  opacity: 1;
  transition: ease all 0.5s;
}
.PopUpProduct img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.PopupDiscount {
  font-size: 100px;
  font-weight: bolder;
  color: white;
  margin-top: 20px;
}
.PopupDiscount span {
  font-size: 50px;
}
.DiscountCode {
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  padding: 15px 35px;
  background-color: #7d5591;
  border: dotted 2px #421f55;
  display: inline-block;
}
.CopyPasteNote {
  font-size: 15px;
  line-height: 20px;
  color: white;
  margin-top: 20px;
  font-style: italic;
}
.closeIcon {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 20000;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: solid 2px white;
  border-radius: 50%;
  transition: all linear 0.1s;
}
.closeIcon:hover {
  background-color: #d40000;
  border: solid 2px #d40000;
}
.CloseIconLinesWrapper {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.CloseIconLines {
  height: 2px;
  width: 45px;
  background-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.CloseIconLine1 {
  transform: rotate(-45deg);
}
.CloseIconLine2 {
  transform: rotate(45deg);
}
/******************************************/
@media (max-width: 1630px) {
  .window {
    right: 10px;
  }
  .BookcaseWrapper {
    left: 10px;
  }
}
@media (max-width: 1300px) {
  .window {
    right: 10px;
    width: 150px !important;
    display: none;
  }
  .ShelvesWrapper {
    left: unset;
    transform: unset;
    right: 50px;
  }
  .BookcaseWrapper {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .TopTitle img {
    width: 350px !important;
  }
  .titles {
    font-size: 25px;
    line-height: 30px;
  }
  .Cloud1 {
    width: 250px !important;
  }
  .Cloud2 {
    width: 300px !important;
  }
  .Cloud3 {
    width: 400px !important;
  }
  .Cloud4 {
    width: 600px !important;
  }
  .Cloud5 {
    width: 500px !important;
  }
  .Cloud6 {
    width: 350px !important;
  }
  .Cloud7 {
    width: 300px !important;
  }
  .MainSection {
    background: #623a83 url('https://support3.you.gr/you/redesign/landing_pages/Halloween-2019/images/MainBg_mobile.jpg') center center no-repeat;
    background-size: cover;
    height: 1041px;
    border-radius: 15px;
    padding: 120px 15px 0 15px;
  }
  .ShelvesWrapper {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .HatWrapper {
    position: absolute;
    top: 13px;
    left: 200px;
    height: 90px;
    width: 150px;
  }
  .HatWrapper img {
    position: absolute;
    bottom: 0;
  }
  .HatWrapper img:last-child {
    left: 20px;
  }
  .HatWrapper img:first-child {
    width: 50px;
    bottom: 15px;
    left: 50%;
  }
  .mati {
    top: 141px;
    right: unset;
    left: 10px;
    width: 60px !important;
  }
  .book {
    left: unset;
    right: 20px;
    bottom: 56px;
  }
  .BroomWrapper {
    transform: translateX(-50%);
    bottom: 30%;
    animation: Broom infinite linear 4s;
  }
  @keyframes Broom {
    0% {
      transform: translateX(-50%) rotate(10deg);
    }
    50% {
      transform: translateX(-50%) rotate(0);
    }
    100% {
      transform: translateX(-50%) rotate(10deg);
    }
  }
}
@media (max-width: 768px) {
  .TopSection {
    height: 500px;
  }
  .TopTitle {
    margin-top: 80px;
  }
  .cat {
    transform: translate(-333px);
    width: 200px !important;
  }
  .tsikaliWrapper {
    width: 302px;
    height: 433px;
  }
  .PopUpWindow a img {
    display: none;
  }
}
@media (max-width: 576px) {
  .TopTitle img {
    width: 300px !important;
  }
  .spiderSmall {
    top: -100px;
  }
  .spiderBig {
    top: -130px;
  }
  .animateSpiders {
    top: 10%;
  }
  .Cloud1 {
    width: 120px !important;
  }
  .Cloud2 {
    width: 200px !important;
  }
  .Cloud3 {
    width: 210px !important;
  }
  .Cloud4 {
    width: 400px !important;
  }
  .Cloud5 {
    width: 400px !important;
  }
  .Cloud6 {
    width: 250px !important;
  }
  .Cloud7 {
    width: 200px !important;
  }
  .cat {
    transform: translate(-243px);
    width: 150px !important;
  }
  #smoke span {
    bottom: -48px;
  }
  .tsikaliWrapper {
    width: 250px;
    height: 360px;
  }
  .MainSection {
    background: #623a83 url('https://support3.you.gr/you/redesign/landing_pages/Halloween-2019/images/MainBg_mobile576.jpg') center center no-repeat;
    background-size: cover;
    height: 700px;
    padding-top: 30px;
  }
  .titles {
    font-size: 16px;
    line-height: 20px;
  }
  .shelves {
    width: 320px !important;
  }
  .hand {
    width: 60px !important;
    top: -37px;
  }
  .HatWrapper {
    width: 100px;
    height: 58px;
    left: 130px;
  }
  .HatWrapper img:last-child {
    left: 15px;
  }
  .HatWrapper img:first-child {
    width: 30px !important;
  }
  .mpoukalia {
    width: 50px !important;
    left: 80px;
    top: -19px;
  }
  .mati {
    width: 50px !important;
    right: 5px;
    top: 84px;
  }
  .mantzouni {
    width: 50px !important;
    bottom: 35px;
  }
  .skull {
    width: 80px !important;
    bottom: 36px;
    left: 110px;
  }
  .book {
    bottom: 38px;
    width: 80px !important;
  }
  .star1 {
    top: -50px;
  }
  .star3 {
    top: -10px;
  }
  .star4 {
    top: 10px;
    left: 10px;
  }
  @keyframes Star1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(0.2);
      opacity: 1;
    }
  }
  /********************/
  .PopupTitle {
    font-size: 20px;
    line-height: 25px;
  }
  .PopupDiscount {
    font-size: 49px;
    margin-top: 10px;
  }
  .PopupDiscount span {
    font-size: 20px;
  }
  .PopUpProduct img {
    max-width: 200px;
  }
  .PopUpWindow {
    padding: 100px 15px 15px;
  }
  .PopUpWindow p {
    font-size: 15px;
    line-height: 20px;
  }
  .PopUpWindow a {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 15px;
  }
  .DiscountCode {
    font-size: 17px;
  }
  .CopyPasteNote {
    font-size: 12px;
    line-height: 18px;
  }
  .closeIcon {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
  .CloseIconLinesWrapper {
    width: 24px;
    height: 24px;
  }
  .CloseIconLines {
    width: 24px;
  }
}
@media (max-height: 700px) {
  /********************/
  .PopupTitle {
    font-size: 20px;
    line-height: 25px;
  }
  .PopUpProduct img {
    max-width: 200px;
  }
  .PopupDiscount {
    font-size: 49px;
    margin-top: 10px;
  }
  .PopupDiscount span {
    font-size: 20px;
  }
  .PopUpWindow {
    padding: 100px 15px 15px;
  }
  .PopUpWindow p {
    font-size: 15px;
    line-height: 20px;
  }
  .PopUpWindow a {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 15px;
  }
  .DiscountCode {
    font-size: 17px;
  }
  .CopyPasteNote {
    font-size: 12px;
    line-height: 18px;
  }
  .closeIcon {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
  .CloseIconLinesWrapper {
    width: 24px;
    height: 24px;
  }
  .CloseIconLines {
    width: 24px;
  }
}