body {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  overflow: visible !important;
  color: #000;
  font-weight: 400;
}
ul{margin: 0;padding: 0;list-style: none;}
a, button{outline: none;}
h1, h2, h3, p{margin: 0;}

h1{
  font-family: "DINCondensed";
  font-size: 70px;
  background: linear-gradient(180deg, #FDA3C6 1.3%, #EF2674 88.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
}
h1 span{
  text-transform: none;
  font-size: 39px;
  display: block;
}
h2:not(.s2 h2){
  font-family: "DINCondensed";
  text-transform: uppercase;
  font-size: 60px;
  background: linear-gradient(180deg, #FDA3C6 1.3%, #EF2674 88.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
input[type='text']{
	width: 100%;
	color: #333;
	height: 55px;
  border: solid 1px #cccccc;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
button, input[type='submit']{
  font-family: "DINCondensed";
	background: #3461FF;
  border-radius: 70px;
	padding: 15px 60px;
  border: none;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 999;
}
section{
	padding: 50px 0;
	position: relative;
}
img{
  max-width: 100%;
}

/*boxmodal*/
.box-modal{
  font-family: "Gilroy";
  position:relative;
  text-align:center;
  line-height: 1.3;
  background: #F05D9B;
  border-radius: 10px;
}
.box-modal_close{
  position:absolute;
  right:-40px;
  top:6px;
  font-size:60px;
  line-height:15px;
  color:#fff;
  cursor:pointer;
  transform:rotate(45deg);
}

/* Lazyload iframe YOUtube */
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
.youtube img {width: 100%; top: -16.82%; left: 0; opacity: 0.7;}
.youtube .play-button {
    width: 128px;
    height: 128px;
    background: url('../img/play.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img, .youtube .play-button {cursor: pointer;}
.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}
.youtube .play-button, .youtube .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}
.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}

.accordion {
  width:70%;
  display: block;
  margin: 0 auto;
}
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
  padding: 0;
}
.accordion .title_block {
  cursor:pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding:32px 24px 32px 10px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  font-size: 18px;
}
.accordion .title_block:last-child{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion .title_block:before {
  content:'+';
  height:20px;
  width:20px;
  border-radius: 50%;
  position:absolute;
  right:0;
  top:37px;
  font-size: 20px;
  color: #fff;
  background: #3461FF;
  text-align: center;
  line-height: 20px;
}
.accordion .active_block .title_block:before {
  content:'-';
}
.accordion .active_block .title_block{
  border: none;
}
.accordion .info {
  display:none;
  padding:10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.accordion .info p{
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  margin: 0;
}

.getting-started{
    display:inline-block;
    margin: 5px 0;
    width: 48%;
}
.getting-started:after{
    content:"";
    display:block;
    clear:both
}
.getting-started>div{
    float:left;
    text-align:center;
    margin-left:10px;
    line-height: 1;
}
.getting-started>div:first-child{
    margin-left:0
}
.getting-started .dial{
  font-family: "digital";
  font-size: 70px;
  text-align: center;
  color: #F05D9B;
  margin-bottom: 5px;
}
.getting-started .text-timer{
    font-size:14px;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    width: 90%;
}

#menu{
  width:100%;
  background: #F05D9B;
  padding:5px 0
}
#menu.default{
  width:920px;
  display:none;
}
#menu.fixed{
  display:block;
  position:fixed;
  bottom:0;
  left:0;
  z-index:999
}
#menu button{
  display: block;
  margin: 0 auto;
}

.form{
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 35px;
  text-align: center;
}
.s7 .form{
  background: transparent;
  padding: 0;
  margin-top: 25px;
  box-shadow: none;
}
.form p{
  font-size: 13px;
  margin-bottom: 10px;
}
.form .price{
  font-size: 22px;
  margin-bottom: 15px;
}
.form .price span{
  color: #F05D9B;
  font-size: 30px;
  font-weight: 700;
}
.form .timer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.form .timer h3{
  text-align: left;
  font-family: "DINCondensed";
  width: 48%;
  font-size: 14px;
  text-transform: uppercase;
}
.form small{
  font-size: 8px;
  font-style: italic;
}

.mob{
  display: none !important;
}
.hidd{
  display: none;
}
.items{
  display: flex;
  flex-wrap: wrap;
}

.s1{
	background-image: url('../img/s1_bg.png');
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  padding-bottom: 200px;
}
.s1 .items.date{
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 30px;
  width: 100%;
}
.s1 .items.date div{
  width: 45%;
  text-align: center;
  font-size: 14px;
  border:solid 1px rgba(202, 19, 96, 0.4);
  border-radius: 10px;
  padding: 4px 10px;
}
.s1 p:not(.form p){
  font-size: 20px;
}
.s1 p span{
  color: #EF2674;
}
.s1 .descriptor{
  font-size: 25px;
  margin-bottom: 10px;
}
.s1 .form{
  margin-top: 30px;
  width: 70%;
  position: relative;
  z-index: 10;
}
.s1 .items{
  position: relative;
}
.s1 .descr1{
  width: 290px;
  padding: 25px 40px;
  color: #FFFFFF;
  background: rgba(202, 19, 96, 0.4);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 55px;
}
.s1 .descr1 ul{
  list-style: disc;
}
.s1 .img{
  position: absolute;
  width: 50%;
  bottom: 100px;
  right: 0;
  max-width: 850px;
}
.s1 .descr2{
  width: 435px;
  padding: 30px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
  border-radius: 80px;
  position: absolute;
  right: -75%;
  bottom: 15%;
  color: #000;
  z-index: 10;
}
.s1 .descr2 h3{
  font-family: "DINCondensed";
  font-size: 25px;
  margin-bottom: 15px;
  color: #EF2674;
}
.s1 .descr2 ul{
  padding-left: 20px;
  list-style: disc;
  font-weight: 500;
}
.s1 .bonus {
    margin-top: 17px;
    border-radius: 1000px;
    border: 0.3px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 5px;
}
.s1 .bonus img {
    width: 42px;
}

.s2{
  background: url('../img/s2_bg.png') no-repeat;
  background-size: 120%;
  background-position: center top 30%;
  margin-top: -325px;
  padding-top: 285px;
  text-align: center;
  color: #fff;
  padding-bottom: 100px;
}
.s2 h2{
  color: #fff;
  font-family: "DINCondensed";
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 20px;
}
.s2 h2 span{
  background: linear-gradient(180deg, #FDA3C6 1.3%, #EF2674 88.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.s2 img{
  width: 100%;
  margin-bottom: 15px;
}
.s2 p strong{
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.s2 ul{
  padding-left: 20px;
  list-style: disc;
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 50%;
}
.s2 .content{
  min-height: 240px;
}
.s2 button{
  width: 100%;
  padding: 24px 0;
}
.s3{
  background-image: url('../img/s3_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.s3 img{
  position: absolute;
  width: 19%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 290px;
}
.s3 h2{
  margin-bottom: 10px;
}
.s3 h3{
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 40px;
}
.s3 .quote {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 20px;
}
.s3 .quote p{
  position: relative;
  z-index: 9;
}
.s3 .quote::before {
    position: absolute;
    content: '';
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    width: 87px;
    height: 67px;
    left: 0;
    bottom: 45px;
    z-index: 1;
}
.s3 .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s3 .item{
  width: 35%;
}
.s3 ul>li{
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  width: 100%;
  padding: 16px 30px 16px 70px;
  margin-bottom: 11px;
  position: relative;
  font-size: 16px;
}
.s3 ul>li:before{
  position: absolute;
  content: '';
  background: url('../img/check.png') no-repeat;
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  top: 15px;
  left: 22px;
}
.s4{
  background: #1E1E1E;
  text-align: center;
  padding: 24px 0 50px;
  color: #fff;
}
.s4 h3{
  font-family: "DINCondensed";
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.s4 h3 span{
  background: linear-gradient(180deg, #FDA3C6 1.3%, #EF2674 88.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 50px;
  display: block;
}
.s4 p{
  display: block;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 30px;
  width: 60%;
}
.s4 button{
  position: relative;
}
.s4 button:after{
  position: absolute;
  content: '';
  background: url('../img/arrow.png') no-repeat;
  width: 27px;
  height: 69px;
  transform: rotate(30deg);
  background-size: 100% 100%;
  right: -75px;
  top: -45px;
}
.s5{
  background: url('../img/s5_bg.png') no-repeat;
  background-size: 100%;
  background-position: center top;
}
.s5 .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s5 .item{
  width: 24%;
}
.s5 h2{
  text-align: center;
  margin-bottom: 30px;
}
.s5 .block{
  background: #fff;
  border-radius: 70px;
  font-family: "DINCondensed";
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  padding: 10px 45px;
  width: max-content;
  text-transform: uppercase;
}
.s5 .content{
  background: linear-gradient(178.6deg, #EF2674 1.13%, rgba(239, 38, 116, 0.2) 98.77%);
  border-radius: 20px;
  padding: 37px 28px;
  color: #fff;
}
.s5 .image{
  position: relative;
  background: #FFFFFF;
  border-radius: 26.4444px 26.4444px 0px 0px;
  width: 100%;
  margin-bottom: 20px;
}
.s5 .day{
  color: #EF2674;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 21px;
}
.s5 p strong{
  display: block;
  margin-bottom: 10px;
}
.s5 ul{
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}
.s5 button{
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}
.s6{
  background-image: url('../img/s6_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 200px;
}
.s6 img{
  position: absolute;
  width: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
  max-width: 660px;
}
.s6 h2{
  margin-bottom: 67px;
  text-align: center;
}
.s6 h3{
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 40px;
}
.s6 .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s6 .item{
  width: 35%;
}
.s6 ul>li{
  padding: 16px 30px 16px 70px;
  margin-bottom: 11px;
  position: relative;
  font-size: 16px;
  width: max-content
}
.s6 ul>li:before{
  position: absolute;
  content: '';
  background: url('../img/check.png') no-repeat;
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  top: 15px;
  left: 22px;
}
.s6 .it2{
  margin-left: 10px;
}
.s6 .it1{
  margin-left: 50px;
}
.s6 .it3{
  margin-left: 30px;
}
.s6 .it5{
  margin-left: 20px;
}
.s6 .it6,.s6 .it7{
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.s6 .it7{
  margin-left: 30px;
}
.s6 .it8{
  margin-left: 60px;
}
.s7{
  background: url('../img/s2_bg.png') no-repeat;
  background-size: 120%;
  background-position: center top 30%;
  margin-top: -145px;
  padding-top: 135px;
  color: #fff;
}
.s7 h2{
  text-align: center;
}
.s7 ul>li{
  padding: 16px 16px 16px 40px;
  position: relative;
  margin-bottom: 15px;
}
.s7 ul>li:before {
    position: absolute;
    content: '';
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    top: 15px;
    left: 22px;
}
.s7 .info{
  margin-top: 30px;
  background: #EF2674;
  border-radius: 40px;
  width: 100%;
  padding: 30px 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s7 .info .item:first-child{
  width: 65%;
}
.s7 .info .item:last-child{
  width: 30%;
}
.s7 .info p{
  font-size: 20px;
}
.s7 .info p span{
  font-size: 30px;
  font-weight: 700;
  display: block;
}
.s7 .info p span span{
  color: rgba(255, 244, 186, 1);
  display: inline;
}
.s7 button{
  background: #fff;
  color: #EF2674;
}
.s8{
  background: url('../img/s5_bg.png') no-repeat;
  background-size: 100%;
  background-position: center top;
  text-align: center;
}
.s9 h2{
  text-align: center;
}



footer{
  background: #000;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
footer a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}
footer p{
  margin-bottom: 10px;
}