﻿.MyLPs {
  color: #2b2d40;
  overflow-x: hidden;
  background: #f0f0f2;
  /*.col_xs_4, .col_xs_6, .col_xs_8, .col_xs_12 {
        padding: 10px;
    }*/
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 14px;
  font-weight: 600;
  color: #2b2d40;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  transition: all linear 0.2s;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  height: 0 !important;
  overflow: hidden;
  display: block;
}

.MyLPs .f18 {
  font-size: 18px;
}
.MyLPs .f36 {
  font-size: 36px;
  line-height: 40px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 36px;
}

.MyLPs .f32 {
  font-size: 32px;
  line-height: 36px;
}

.MyLPs .f24 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.clrWhite {
  color: white !important;
}
.clrOrange {
  color: #ffc439 !important;
}
.clrPurple {
  color: #2b2d40 !important;
}
.clrBlue {
    color: #4960f2 !important;
  }
.weight_bold {
  font-weight: 800;
}
.margin_top_bottom_50 {
    margin: 50px 0;
}
.weight_light {
  font-weight: 300;
}
.topBanner {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2020_AfterBlackFriday/images/balloon1.png') top left no-repeat, #282828 url('https://support3.you.gr/you/redesign/landing_pages/2020_AfterBlackFriday/images/balloon2.png') top right no-repeat;
  background-size: auto, 200px;
  text-align: center;
  padding: 70px 15px;
  border-radius: 60px;
  margin-top: 15px;
}
.MiddleText {
    margin-top: 40px !important;
    background: url('https://support3.you.gr/you/redesign/landing_pages/2020_AfterBlackFriday/images/people_right.png') right bottom no-repeat;
    background-size: 300px;
    padding-bottom: 50px;
    position: relative;
  }
.BubbleText {
  border-radius: 20px;
  background-color: #4960f2;
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}
.BubbleText img {
  position: absolute;
  right: 100px;
  bottom: -13px;
}
.people_left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 240px;
}
.IconsSection {
  background-color: #ffc439;
}
.IconsWrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
.IconsContainer {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 5px;
    color: #000;
    width: 100px;
  }
  .IconsContainer span.imgWrapper {
    max-width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 8px auto;
    position: relative;
  }
  .IconsContainer span.imgWrapper img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7500%) hue-rotate(256deg) brightness(91%) contrast(99%);
    position: relative;
    z-index: 2;
  }
  .IconsContainer span.imgWrapper span {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 77px;
    height: 77px;
    background: transparent;
    border-radius: 55%;
    display: block;
  }

.IconsContainer span.imgWrapper:hover img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(60%) saturate(881%) hue-rotate(325deg) brightness(101%) contrast(101%);;
  }
  .IconsContainer span.imgWrapper:hover span {
    background: #000;
  }
.BFCarousel .IconsContainer {
  margin: auto;
}
.BFCarousel .owl-item {
  text-align: center !important;
}
.BFCarousel .owl-item img {
  max-width: 79px;
}

.BFCarousel .owl-nav button {
    height: 45px !important;
    width: 45px !important;
    position: relative;
    background-color: #b98e2a !important;
    border-radius: 50% !important;
    opacity: 0.8;
  }
  .BFCarousel .owl-nav button span {
    font-size: 25px !important;
    line-height: 20px;
    font-weight: 700;
    display: none;
  }
  .BFCarousel .owl-nav button:hover {
    opacity: 1;
  }
  .BFCarousel .owl-nav button::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    background: url('https://support3.you.gr/you/redesign/landing_pages/2020_AfterBlackFriday/images/left.svg') center center no-repeat;
    background-size: 30px;
  }
  .BFCarousel .owl-nav .owl-prev {
    left: 0;
  }
  .BFCarousel .owl-nav .owl-next {
    right: 0;
  }
  .BFCarousel .owl-nav .owl-next::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .padding_top_60 {
    padding-top: 60px;
  }

  
.InputWrapper {
    max-width: 768px;
    display: block;
    margin: 20px auto;
    width: 100%;
    text-align: left;
  }
  .InputWrapper input {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-family: Arial;
    color: #000;
    opacity: 1;
    display: block;
  }
  .InputWrapper label {
    color: white;
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
  }
  .EditingFormErrorLabel{
      margin-top:10px;
      color:#ffd9d9!important;
      font-style: italic!important;
  }
  .consent {
    color: #0af568;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
  }
  .Timer {
    display: flex;
    justify-content: center;
    font-size: 60px;
    font-weight: 800;
    margin-top: 40px;
  }
  .Timer div {
    padding: 0 50px;
    position: relative;
  }
  .Timer div::after {
    content: '';
    background: url('https://support3.you.gr/you/redesign/landing_pages/2022_BlackFriday/images/seperator.png') center center no-repeat;
    background-size: auto;
    width: 5px;
    height: 79px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .Timer div:last-child::after {
    content: unset;
  }
  .Timer span {
    display: block;
    font-size: 20px;
    font-weight: 400;
  }
  .ChkBoxesWrapper {
    overflow: hidden;
    display: flex;
    text-align: left;
    max-width: 800px;
    margin: 0 auto 10px auto;
  }
  .ChkBoxesWrapper .EditingFormControlNestedControl {
    width: 20px;
    float: left;
  }
  .ChkBoxesWrapper label {
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    display: block;
  }

  .MyLPs button,
.MyLPs input[type=submit] {
  background-color: #ffc539;
  border: none;
  border-radius: 8px;
  max-width: 350px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  margin: 20px auto 0 auto;
  transition: all linear 0.1s;
  font-family: 'Proxima Nova', sans-serif !important;
}
.MyLPs button:hover,
.MyLPs input[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .people_left {
    top: unset;
    bottom: 0;
    max-width: 130px!important;
  }
  .MiddleText {
    background-size: 250px;
  }
}
@media (max-width: 991px) {
  .people_left {
    position: relative;
    left: 10%;
    max-width: 90px !important;
  }
  .MiddleText {
    background: none;
    background-size: 200px;
    padding-bottom: 20px;
  }

  .BubbleText {
    padding: 10px 35px;
  }

  .padding_top_60 {
    padding-top: 20px;
  }

  .margin_top_bottom_50 {
    margin: 30px 0;
}

.Timer {
    font-size: 50px;
  }

}
@media (max-width: 768px) {
  .MyLPs .f36 {
    font-size: 30px;
    line-height: 35px;
  }

  .Timer {
    font-size: 40px;
  }
  .Timer div {
    padding-inline: 30px;
  }

  .topBanner {
    background: none, #282828 url('https://support3.you.gr/you/redesign/landing_pages/2020_AfterBlackFriday/images/balloon2.png') right bottom no-repeat;
    border-radius: 15px;
  }

  .people_left {
    display: none!important;
  }

  .display_mobile_none {
    display: none;
  }

  .BFCarousel .owl-nav button span {
    font-size: 25px !important;
    line-height: 20px;
    font-weight: 700;
    display: block!important;
  }
}
@media (max-width: 576px) {
  .topBanner {
    padding: 30px 15px;
  }
  
  .MyLPs .f30 {
    font-size: 20px;
    line-height: 22px;
  }

  .MyLPs .f36 {
    font-size: 22px;
    line-height: 24px;
}

.MyLPs .f24 {
  font-size: 18px;
  line-height: 24px;
}

.MyLPs .f32 {
  font-size: 28px;
  line-height: 32px;
}

.MiddleText {
  margin-top: 30px !important;
  margin-bottom: 20px;
}

.BubbleText {
  margin-top: 30px;
  margin-bottom: 35px;
}

.MyLPs .btnCommon {
    font-size: 18px;
  }
  .Timer div {
    padding-inline: 25px;
  }
  .Timer span {
    font-size: 15px;
  }
  .GDPR {
    max-height: 180px;
    overflow-y: auto;
    margin-block: 30px !important;
  }
  .ChkBoxesWrapper label {
    font-size: 14px;
  }
}