/*@green: #01ad6e;*/
.MyLPs {
  color: white;
  overflow: hidden;
  background: #14151a;
  background-size: 100%;
  padding-bottom: 30px;
  position: relative;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  color: #2d2b41;
  /*background-color: @green;*/
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 10px auto;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  margin: 20px 0;
  font-size: 40px;
  line-height: 45px;
  color: white;
  font-weight: 800;
}
.MyLPs p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 25px;
}
.MyLPs .f26 {
  font-size: 26px;
  line-height: 32px;
}
.clrWhite {
  color: white !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.weight_lighter {
  font-weight: 200;
}
.cyber_logo {
  margin: 0 auto -60px auto;
  position: relative;
}
.week {
  margin: -186px auto 0 auto;
  animation: week ease infinite 1.5s;
  position: relative;
  z-index: 1;
}
.week_black {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 1;
}
@keyframes week {
  /* 0%, 40%, 59% {
        opacity: 10%;
    }

    20%, 39%, 60%, 74% {
        opacity: 30%;
    }

    75% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }*/
  0%,
  28%,
  35% {
    opacity: 10%;
  }
  29%,
  36%,
  100% {
    opacity: 100%;
  }
}
.neon1 {
  position: absolute;
  top: -200px;
  left: 10%;
  animation: neon1 linear infinite 10s;
}
.neon2 {
  left: unset;
  right: 10%;
  animation: neon1 linear infinite 10s 2s;
}
.neon3 {
  left: unset;
  right: 40%;
  animation: neon1 linear infinite 10s 4s;
}
.neon4 {
  left: unset;
  right: 60%;
  animation: neon1 linear infinite 10s 6s;
}
.neon5 {
  left: unset;
  right: 10%;
  width: 70px;
  animation: neon1 linear infinite 10s 8s;
}
.neon5 {
  left: unset;
  right: 90%;
  width: 50px;
  animation: neon1 linear infinite 10s 12s;
}
@keyframes neon1 {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.decor_left_top {
  position: absolute;
  top: 200px;
  left: 0;
  width: 30% !important;
}
.decor_right_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 30% !important;
}
.decor_left_middle {
  position: absolute;
  left: 0;
  top: 60%;
  width: 25% !important;
}
.decor_right_middle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 10% !important;
}
.decor_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15% !important;
}
.arrow_wrapper {
  margin-top: 60px;
}
.scrollarrow {
  margin: -25px auto;
  animation: scroll ease infinite 1s;
}
#arrow2 {
  animation-delay: 0.2s;
}
#arrow3 {
  animation-delay: 0.4s;
}
@keyframes scroll {
  0%,
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 100%;
  }
}
.ProductWrapper {
  /*background: #282930;*/
  border-radius: 10px;
  padding: 20px 15px 40px 15px;
  position: relative;
  transition: all linear 0.08s;
  /*margin-bottom: 8px;*/
  margin: 0 5px 15px 5px;
  border: solid 3px rgba(7, 237, 255, 0.05);
  /*background: rgba(7,237,255,0.85);*/
  -webkit-box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  -moz-box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.ProductWrapper .productTitle {
  font-size: 26px;
  line-height: 30px;
  color: white;
  font-weight: 800;
  height: 64px;
  position: relative;
}
.ProductWrapper img {
  margin: 0 auto;
}
.ProductWrapper .btnCommon {
  border: solid 3px rgba(7, 237, 255, 0.85);
  background: transparent;
  color: rgba(7, 237, 255, 0.75);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  -moz-box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  text-shadow: 0px 0px 15px hsl(0 0% 5000%), 0px 0px 15px rgba(7, 237, 255, 0.02);
  transition: all linear 0.08s;
}
.ProductWrapper:hover {
  background-color: transparent;
  border: solid 3px rgba(7, 237, 255, 0.6);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(7, 237, 255, 0.8), inset 0px 0px 20px 0px rgba(7, 237, 255, 0.8);
  -moz-box-shadow: 0px 0px 20px 0px rgba(7, 237, 255, 0.8), inset 0px 0px 20px 0px rgba(7, 237, 255, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(7, 237, 255, 0.8), inset 0px 0px 20px 0px rgba(7, 237, 255, 0.8);
}
.ProductWrapper:hover .btnCommon {
  background: #07edff;
  opacity: 1;
  color: #282930;
  -webkit-box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  -moz-box-shadow: 0px 0px 11px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
  box-shadow: 0px 0px 21px 0px #07eeff, inset 0px 0px 11px 0px #07eeff;
}
.ProductWrapper_hoz {
  /*background-color: #3b3d45;*/
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 350px;
}
.ProductWrapper_hoz .btnCommon {
  position: absolute;
  right: 18px;
  bottom: 10px;
  padding: 15px 45px;
}
.ProductWrapper_full {
  background-color: #14151a;
  background-position: center top;
  background-repeat: repeat-x;
  background-size: unset !important;
}
.ProductWrapper_full .productImg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: auto;
}
.youClub_banner {
  background: #485ff1 !important;
  padding: 10px 40px 30px 40px;
}
.youClub_banner .delivery_icon {
  position: absolute;
  right: 10px;
  top: -40px;
}
.youClub_banner .youClub_icon {
  position: relative;
  margin: 0 auto -15px -15px;
}
.youClub_banner div {
  font-size: 30px;
  line-height: 35px;
  position: relative;
  font-weight: 700;
  width: calc(100% - 270px);
}
.youClub_banner .btnCommon {
  margin: 10px 0;
  background: white;
  font-weight: 800;
  position: relative;
}
.youClub_banner .btnCommon:hover {
  background: #ffc439;
}
.Thlefwnikes_paraggelies {
  background: #191a1e;
  border: solid thin white;
  border-radius: 10px;
  margin: 40px auto;
  padding: 10px 15px;
}
.Thlefwnikes_paraggelies .f30 {
  color: #ffc439;
  font-weight: 800;
  margin-bottom: 10px;
}
.Thlefwnikes_paraggelies p {
  font-size: 28px;
  line-height: 32px;
}
.Ups_bottom {
  border-right: solid thin white;
  padding: 15px;
  height: 100%;
}
.Ups_bottom .desc1 {
  color: #ffc439;
  font-size: 23px;
  line-height: 26px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 5px;
}
.Ups_bottom .desc2 {
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
@media (max-width: 1530px) {
  .ProductWrapper_hoz {
    background-size: 100%;
  }
  .ProductWrapper_full .productImg {
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  .ProductWrapper {
    /*background: #3b3d45 url('images/productsBg.png') center center no-repeat;*/
    background-size: 95%;
  }
}
@media (max-width: 991px) {
  .ProductWrapper_hoz {
    background-size: unset;
  }
  .youClub_banner .delivery_icon {
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
  }
  .youClub_banner div {
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .cyber_logo {
    margin: 0 auto -60px auto;
    max-width: 500px;
  }
  .week {
    margin: -156px auto 0 auto;
  }
  .ProductWrapper_hoz {
    background-size: 95%;
  }
  .ProductWrapper_full .productImg {
    background-size: 100%;
    background-position: center center;
  }
  .Ups_bottom {
    padding: 15px 5px;
  }
  .Ups_bottom .desc1 {
    font-size: 18px;
    line-height: 22px;
  }
  .Ups_bottom .desc2 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 35px;
  }
  .cyber_logo {
    margin: 0 auto -30px auto;
    max-width: 350px;
  }
  .week {
    margin: -100px auto 0 auto;
    width: 230px !important;
  }
  .week_black {
    width: 230px !important;
  }
  .neon1 {
    width: 50px!important;
  }
  .ProductWrapper {
    padding: 20px 15px;
  }
  .ProductWrapper .productTitle {
    font-size: 22px;
    line-height: 26px;
    height: 56px;
  }
  .ProductWrapper .btnCommon {
    font-size: 15px;
    line-height: 20px;
    border: solid 2px rgba(7, 237, 255, 0.85);
  }
  .ProductWrapper_hoz {
    background-size: 100%;
    background-position: center;
    height: 320px;
  }
  .ProductWrapper_hoz .btnCommon {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 80%;
  }
  .Thlefwnikes_paraggelies p {
    font-size: 20px;
    line-height: 23px;
  }
  .Ups_bottom img {
    height: 35px;
  }
  .youClubIcon {
    height: 35px !important;
    width: 110px !important;
  }
  .youClub_banner {
    text-align: center;
  }
  .youClub_banner .delivery_icon {
    top: 60%;
    left: 50%;
    right: unset;
    opacity: 0.3;
    transform: translate(-50%, -50%);
    width: 150px;
  }
  .youClub_banner .youClub_icon {
    margin: 0 auto -15px auto;
  }
  .youClub_banner div {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
  }
  .youClub_banner .btnCommon {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 400px) {
  .MyLPs .btnCommon {
    font-size: 14px;
  }
  .ProductWrapper {
    padding: 20px 10px;
  }
  .ProductWrapper .productTitle {
    font-size: 18px;
    line-height: 22px;
    height: 50px;
  }
  .Ups_bottom {
    border-right: solid thin rgba(255, 255, 255, 0.2);
  }
  .Ups_bottom .desc1 {
    font-size: 15px;
    line-height: 19px;
  }
  .Ups_bottom .desc2 {
    font-size: 13px;
    line-height: 17px;
  }
}