.offer_sec {
  padding: 20px 0 5px;
  background: url("../img/header.png") center top no-repeat #010335;
  position: relative;
}

.offer_sec .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.giff {
  width: 480px;
  display: block;
}
.tit {
  background: linear-gradient(86.98deg, #F1FF00 21.93%, #56FE17 44.75%, #01E2F7 64.67%, #E40FFE 96.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  margin-right: 10px;
  font-weight: 900;
font-size: 34px;
line-height: 50px;
}
.logo {
  margin-left: 10px;
}
.sub {
  font-size: 22px;
    color: #ffffff;
    /* text-shadow: 2px 2px 1px rgb(255 255 255 / 53%); */
    font-weight: 900;
    line-height: 30px;
    background: #7878cc;
    padding-bottom: 2px;
    /* text-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    padding: 5px 0;
    text-transform: uppercase;
}
.offer_sec .top .button {
  width: 210px;
  height: 45px;
  font-size: 18px;
}
.offer_sec h1 {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 380px;
  filter: drop-shadow(0 0 20px #100742);
}
.block-gif {
  position: relative;
}
.offer_sec h1 span {
  color: #57ccff;
  font-weight: 900;
}
.offer_sec .arr {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  font-family: cursive;
  top: 368px;
  left: 190px;
}
.offer_sec .arr p {
  transform: rotate(-10deg);
  line-height: 1;
}
.offer_sec .arr p:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #100742;
  position: absolute;
  filter: blur(10px);
  z-index: -1;
}
.offer_sec .benef1 {
  margin-bottom: 30px;
  padding-top: 40px;
}
.offer_sec .gif {
  border-radius: 50px;
}

.sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
    left: 15px;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  text-align: center;
  background: linear-gradient(to bottom, #fc087e, #b8025b);
}
.sale span {
  font-weight: 900;
font-size: 39px;
line-height: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sale span:nth-child(2) {
  font-size: 25px;
  line-height: 30px;
  text-shadow: none;
}

.price-bl {
  background: #6D6DC1;
  padding: 0px 0px;
  display: flex;
  justify-content:center;
}
.old-pr p{
  font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #000000;
text-decoration: line-through;
margin: 20px 10px 15px 0;
text-align: center;
}
.skidka {
  background: linear-gradient(to bottom, #fc087e, #b8025b);
  font-size: 26px;
padding: 9px 15px 0;
text-align: center;
font-weight: 900;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.new-pr p {
  font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #FFFFFF;
margin: 20px 0px 15px 10px;
}

.block1 {
  background: #000000;
  padding: 15px 15px 25px;
}

.block1 a {
  margin: 0 auto;
}
.block1 p {
  font-weight: 400;
font-size: 25px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
margin-top: 30px;
margin-bottom: 47px;
}

.block1 video {
  width: 450px;
}

.benef1 li {
  font-size: 21px;
  margin-bottom: 25px;
  padding-left: 65px;
  position: relative;
}
.benef1 li span {
  color: #57ccff;
}
.benef1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  height: 65px;
  width: 65px;
  background: url("../img/bul.png");
  flex-shrink: 0;
}

.sec1 {
  padding-top: 6px;
}
.sec1 h2 {
  font-size: 38px;
  margin: 0 -5px 15px;
}
.sec1 h2 span {
  color: #ff4aa1;
}
.sec1 .button {
  margin-bottom: 30px;
}

.prices {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 90%;
  margin-bottom: 15px;
}
.prices .old {
  font-size: 27px;
  position: relative;
}
.prices .old:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  height: 3px;
  width: 110%;
  background: #ff4aa1;
  transform: rotate(-15deg);
}
.prices .new {
  font-size: 50px;
  font-weight: 800;
}

.reminder {
  font-size: 23px;
}
.reminder span {
  color: black;
  background: white;
  font-weight: 800;
  padding: 3px 15px;
  margin: 0 5px;
  border-radius: 25px;
}

.sec2 {
  background: url("../img/s2_bg.jpg");
  padding-bottom: 10px;
}
.sec2 h2 {
  margin-bottom: 60px;
}
.sec2 p span {
  color: #ff077e;
}
.sec2 .button {
  margin-bottom: 60px;
}
.sec2 > img {
  border-radius: 50px;
  margin-bottom: 30px;
}
.sec2 > p {
  margin-bottom: 30px;
}

.benef2 li {
  display: flex;
  position: relative;
}
.benef2 li p {
  text-align: left;
  position: relative;
  margin-right: -20px;
  left: -25px;
}
.benef2 li p span {
  color: #ff077e;
}
.benef2 li:nth-child(1) {
  padding-left: 20px;
  margin-bottom: 100px;
}
.benef2 li:nth-child(1):after {
  height: 170px;
  bottom: -75px;
  right: 76px;
}
.benef2 li:nth-child(2) {
  margin-bottom: 145px;
}
.benef2 li:nth-child(2) p {
  left: 70px;
    top: -27px;
}
.benef2 li:nth-child(2):after {
  left: 35px;
  bottom: -125px;
}
.benef2 li:nth-child(3) {
  margin-bottom: 170px;
}
.benef2 li:nth-child(3) img {
  border-radius: 50px;
}
.benef2 li:nth-child(3) p {
  margin-right: -155px;
  left: -166px;
  top: -130px;
}
.benef2 li:nth-child(3):after {
  transform: rotate(25deg);
  right: 11px;
  bottom: -173px;
}
.benef2 li:nth-child(4) {
  flex-direction: column;
  align-items: center;
  margin-top: -127px;
  margin-bottom: 40px;
}
.benef2 li:nth-child(4) .sale {
  top: 122px;
    left: 3px;

}
.benef2 li:nth-child(4) p {
  margin-bottom: 27px;
  margin-left: 23px;
}
.benef2 li:nth-child(4):after {
  right: auto;
  left: -6px;
    bottom: -6px;
    height: 167px;
    transform: scale(-1, 1) rotate(31deg) !important;
}
.benef2 li:after {
  content: "";
  position: absolute;
  right: 56px;
  bottom: -93px;
  height: 182px;
  width: 128px;
  background: url("../img/arrow2.png") center bottom;
}
.benef2 li:nth-child(even) img {
  order: 2;
}
.benef2 li:nth-child(even):after {
  transform: scale(-1, 1);
}
.sec4 {
  padding-bottom: 0;
}
.sec4 table {
  width: 480px;
}
.sec4 table tr td {
  padding: 10px 20px;
}
.sec4 table tr:nth-child(even) {
  background: #0c0c40;
}
/* .sec4 .slider_block {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.sec4 .slider_block .slider {
  max-width: 100%;
}
.sec4 .slider_block .slider img {
  border-radius: 50px;
  margin: 20px;
}
.sec4 .slider_block .arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 47%;
  cursor: pointer;
  position: absolute;
}
.sec4 .slider_block .arrows > div {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url("../img/slide-arr.png") center center no-repeat #fa077c;
}
.sec4 .slider_block .arrows .next {
  transform: rotate(180deg);
} */

.sec5 .video_block {
  margin-bottom: 50px;
}

.grad_bg {
  background: linear-gradient(179.83deg, #0A0B00 48.57%, #11104C 89.28%);
}

.sec6 {
  padding-bottom: 0;
}
.sec6 > p {
  margin-bottom: 30px;
}
.sec6 .reviews .rev {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  border-radius: 50px;
  background: white;
  padding: 30px 24px;
  margin-bottom: 30px;
}
.sec6 .reviews .rev > img {
  border-radius: 40px;
  margin-bottom: 20px;
}
.sec6 .reviews .rev p {
  color: black;
  text-align: left;
  font-size: 17px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sec6 .reviews .rev .face {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.sec6 .reviews .rev .face img {
  border-radius: 100%;
  margin-right: 10px;
}
.sec6 .reviews .rev .face span {
  color: black;
  font-weight: 800;
  font-size: 17px;
}

.sec7 h2 {
  margin-bottom: 80px;
}
.sec7 .benef2 li:nth-child(1) p {
  left: -61px;
  top: -27px;
}
.sec7 .benef2 li:nth-child(2) p {
  left: 47px;
  top: -66px;
}
.sec7 .benef2 li:nth-child(3) {
  margin-bottom: 20px;
}
.sec7 .benef2 li:nth-child(3) p {
  left: -158px;
    top: -139px;
}
.sec7 .benef2 li:nth-child(3):after {
  background: none;
}

.bottom {
  display: block;
  padding: 0 20px 40px;
}
.bottom .action_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .action_block h2 {
  color: #FF0D81;
  font-weight: 800;
  margin-bottom: 15px;
}
.bottom .action_block > p {
  font-size: 18px;
  margin-bottom: 15px;
}
.bottom .action_block form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
