@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  overflow: visible !important;
  color: #000;
  font-weight: 400;
  max-width: 428px;
  display: block;
  margin: 0 auto !important;
  background-color: black;
}
ul{margin: 0;padding: 0;list-style: none;}
a, button{outline: none;}
h1, h2, h3, p{margin: 0;}

h1{
  font-family: "Avignon_Modern";
  font-size: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4; /* 72.072px */
  letter-spacing: -0.649px;
  margin-bottom: 0;
  background-color: red;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

h1 span{
  font-size: 95px; 
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -1.44px;
}
h1 div{
  color: white; 

}
h2{
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%; /* 34.3px */
  letter-spacing: -0.35px;
  text-transform: uppercase;
  text-align: center;
}
h2 span{
  background-color:white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
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']{
  border-radius: 130.342px;
  background: linear-gradient(to bottom, #990000 0%, #ff0000 100%);
  padding: 18px 57px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
button{
  display: block;
  margin: 0 auto;
}
input[type='submit']{
  width: 100%;
}
section{
  padding: 25px 0;
  position: relative;
}
img{
  max-width: 100%;
}


p span strong{
  color: #ED470B;
}
.main_btn{
    background: url(../img/btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 80px;
    width: 27rem;
    height: 7rem;

}
.footer_btn{
    background: url(../img/footer_btn.png) no-repeat;
    background-size: 100% 100%;
    width: 35rem;
    height: 12rem;
    margin-left: 4rem;

}

.zagolovok{
 font-family: "Avignon_Modern";
 font-size: 65px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.8;
 letter-spacing: -1.44px;
 color: white;
 margin-top: -4rem;
}
.zagolovok2{

    margin-bottom: 345px;
    background-color: red;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.25px;
    margin-top: -15px;
}

.price_top{
  font-weight: bold;
  color: red;
  font-size: 30px;
}
.white-text{
  color: white;
}
.black_text{
  color: black;
}

/*boxmodal*/
.box-modal{
  font-family: "Manrope", sans-serif;
  position:relative;
  text-align:center;
  line-height: 1.3;
  background:#F0F0F0;
  border-radius: 10px;
  color: #000;
  width: 100%;
}
.box-modal_close{
  position:absolute;
  right:0px;
  top:-40px;
  font-size:60px;
  line-height:15px;
  color:#fff;
  cursor:pointer;
  transform:rotate(45deg);
}
.box-modal .deskr{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.box-modal .date{
  font-size: 13px;
  margin-bottom: 18px;
  font-weight: 700;
}
.box-modal .date span{
  color: #ED470B;
}
.box-modal .price{
  font-size: 12px;
  margin-bottom: 14px;
}
.box-modal del{
  font-weight: 700;
}
.box-modal .price span{
  border-radius: 100px;
  background: #ED470B;
  padding: 2px 15px;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
.box-modal .desklaimer{
  margin-top: 10px;
}
.box-modal .desklaimer .info {
    font-size: 9px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.box-modal .desklaimer .info img{
  margin-right: 5px;
}
.box-modal .desklaimer h4{
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-modal .desklaimer .ps{
  margin-top: 20px;
  font-size: 10px;
}

.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
  padding: 0;
}
.accordion .title_block {
  cursor:pointer;
  border-radius: 18px;
border: 1px solid rgba(0, 0, 0, 0.02);
background: #F3F3F3;
  padding:20px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  margin-bottom: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion .title_block .num{
  border-radius: 10px;
  background: red;
  padding: 4px 10px 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: max-content;
}
.accordion .title_block div:last-child{
  padding-left: 24px;
  width: 85%;
}
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  position:absolute;
  right:20px;
  top:30px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.accordion .active_block .title_block:before {
  transform: rotate(135deg);
}
.accordion .active_block .title_block{
  border: none;
}
.accordion .info {
  display:none;
  padding: 10px 40px 15px 80px;
  overflow: hidden;
  font-size: 13px;
  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;
}
.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-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    background: #171717;
    border-radius: 11px;
    padding: 5px 20px;
}
.getting-started .text-timer{
    font-size:11px;
}

.slick-slide img {
    width: 100%;
}
.slick-prev, .slick-next{
  content: '';
  width: 41px;
  height: 41px;
  bottom: -70px;
  top: auto;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
  background: url('../img/left.png') no-repeat;
  left: 35%;
  background-size: 100% 100%;
}
.slick-next,.slick-next:hover, .slick-next:focus{
  background: url('../img/right.png') no-repeat;
  right: 35%;
  background-size: 100% 100%;
}
.slick-prev:before{
  content: '';  
}
.slick-next:before{
  content: '';
}

#menu{
  width:100%;
  background: linear-gradient(180deg, #333300 0%, #666699 100%);
  padding:5px 0 15px
}
#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;
}

.container{
  width: 100%;
  padding: 0 15px;
}
.items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header{
  background: #F3F3F3;
  padding: 15px 0;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 16px */
  letter-spacing: 4.9px;
  text-transform: uppercase;
}
.s1{
  background-image: url('../img/s1_bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px 0;
  text-align: center;
  background-position: bottom;
}
.s1 .items div{
  border-radius: 100px;
  padding: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 17.68px */
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin: 0 2.5px;
}
.s1 .items{
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.s1 .items div:first-child{
  background: red;
  color: #fff;
}
.s1 .items div:last-child{
  border: 1px solid #ED470B;
  color: white;
}
.s1 .items+p{
  font-size: 15px;
  margin-bottom: 20px;
}
.s1 h1+p:not(.th h1+p){
  margin-bottom: 345px;
  background-color:red;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 1.2; /* 19.25px */
letter-spacing: -0.25px;
margin-top: -15px;
}
.s1 .bonus{
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(5px);
  padding: 0 50px;
  margin-top: 12px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.s1 .bonus img{
  width: 25%;
} 
.s1 .bonus p{
  width: 75%;
  font-size: 12px;
  text-align: left;
}
.s1 .bonus p span{
  color: #FFAB1A;
  font-weight: 700;
}
.s1 .img{
  position: absolute;
  bottom: -7%;
  width: 93%;
  z-index: 2;
  left: 0;
  right: 0;
}
.s1 .info1, .s1 .info2, .s1 .info3{
  position: absolute;
  text-align: left;
}
.s1 button{
  position: relative;
  z-index: 9;
}
.s1 .info1, .s1 .info2{
  border-radius: 10px;
  border: 1px solid #ED470B;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
}
.s1 .info1{
  font-size: 15px;
  z-index: 1;
  top: 38.5%;
  left: 15px;
  line-height: 136%;
  padding: 20px 27px 31px 27px;
}
.s1 .info2{
  z-index: 9;
  top: 70%;
  right: 20px;
  padding: 13px 20px 5px;
}
.s1 .info2 strong{
  color: #000;
}
.s1 .info2 img{
  margin-bottom: 6px;
  width: 15px;
}
.s1 .info3{
  background: url('../img/price_bg.png') no-repeat;
  background-size: 100% 100%;
  width: 132.007px;
  height: 78.007px;
  transform: rotate(-15deg);
  top: 47%;
  left: 5px;
  z-index: 9;
  padding: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.179px;
}
.info4{
 padding-top: 2rem;
 color: #fff;
 text-align: center;
 padding-right: 2rem;
 font-weight: bold;
 font-size: 14px;
}
.s1 .info3 strong{
  font-size: 32px;
  font-weight: 700;
}
.s2{
  background: url(../img/s2_bg.png) no-repeat;
  background-size: 100% 60%;
  position: relative;
  z-index: 9;
  margin-top: -7px;
}
.s2 h2{
  font-size: 30px;
}
.s2 .it1{
    color: white;
  padding: 50px 50px 55px 50px;
  position: relative;
  margin-bottom: 15px;
}
.s2 .it2{
    color: white;
  padding: 1px 50px 27px 48px;
  position: relative;
  margin-bottom: 15px;
}
.s2 .it3{
    color: white;
  padding: 50px 50px 75px 50px;
  position: relative;
  margin-bottom: 15px;
}
.s2 .it4{
    color: white;
  padding: 20px 52px 26px 50px;
  position: relative;
  margin-bottom: 15px;
}
.s2 .it5{
    color: white;
  padding: 50px 50px 75px 50px;
  position: relative;
  margin-bottom: 15px;
}
.s2 .it6{
    color: white;
  padding: 31px 10px 61px 50px;
  position: relative;
  margin-bottom: 15px;
}

.s2 .item img{
  position: absolute;
  bottom: 0;
}
.s2 .item p{
  width: 50%;
}
.s2 .it3 p,.s2 .it5 p,.s2 .it6 p{
  margin-left: 50%;
}
.it1{
  background: url('../img/it1_bg.png') no-repeat;
  background-size: 100% 100%;
}
.it2{
  background: url('../img/it2_bg.png') no-repeat;
  background-size: 100% 100%;
}
.it3{
  background: url('../img/it3_bg.png') no-repeat;
  background-size: 100% 100%;
}
.it4{
  background: url('../img/it4_bg.png') no-repeat;
  background-size: 100% 100%;
}
.it5{
  background: url('../img/it5_bg.png') no-repeat;
  background-size: 100% 100%;
}
.it6{
  background: url('../img/it6_bg.png') no-repeat;
  background-size: 100% 100%;
}
.it1 p{
    margin-top: 70px;
}
.it2 p{
    margin-top: 70px;
}
.sit1{
  background: url('../img/sit1_bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 75px 40px 50px 40px;
}
.sit2{
  background: url('../img/sit2_bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 115px 50px 43px 45px;
  margin-top: -4rem;
}
.sit3{
  background: url('../img/sit3_bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 65px 50px 50px 50px;
}
.s2 .it1 img{
  width: 45%;
  right: 0;
}
.s2 .it3 img{
  width: 40%;
  left: 5%;
  top: 17%;
}
.s2 .it4 img{
    width: 37%;
    right: 8%;
    top: 3%;
}
.s2 .it5 img{
  width: 35%;
  left: 5%;
}
.s2 .it2 img{
  width: 42%;
  right: 5%;
}
.s2 .it5 p{
  width: 45%;
}
.s2 .it5{
  padding-bottom: 40px; 
}
.s2 .it6 img{
  width: 37%;
  left: 27px;
}
.s3{
  background: url('../img/s3_bg.png') no-repeat;
  background-size: 100%;
  background-position: right bottom;
  padding-top: 115px;
  z-index: 12;
}
.s3 .container{
  padding-bottom: 100px;
}
.s3 h2{
  margin-bottom: 42px;
}
.s3 .content{
  width: 55%;
}
.s3 .items{
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.80);
  background: rgba(243, 243, 243, 0.80);
  backdrop-filter: blur(5px);
  margin-bottom: 8px;
  padding: 12px 20px;
  align-items: center;
}
.s3 .items img{
  width: 22px;
}
.s3 .items p{
  width: 80%;
}
.s3 .info{
  border-radius: 70px;
  border: 1px solid #ED470B;
  background: #EDEDED;
  padding: 25px;
  align-items: flex-start;
}
.s3 .info img{
  width: 15%;
}
.s3 .info div{
  width: 80%;
}
.s3 .info div h3{
  background: linear-gradient(180deg, #ED470B 0%, #FFAB1A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 104%; /* 20.8px */
  text-transform: uppercase;
}
.s3 .info div p{
  width: 100%;
}
.s4{
 margin-top: -4rem;

  padding-bottom: 125px;
}
.s4 .container{
  padding: 0 30px;  
}
.s4 h2{
  color: #fff;
  margin-bottom: 18px;
}
.s4 h2+p{
  color: #fff;
}
.s4 h2+p span{
  font-size: 20px;
  font-weight: 700;
}
.s4 .info{
  border-radius: 30px;
  background: #FFF;
  padding: 40px;
  margin-top: 25px;
}
.s4 ul{
  list-style: disc;
  padding-left: 15px;
}
.s4 img{
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
.s5{
    background: url(../img/s5_bg.png) no-repeat;
    background-size: 100% 100%;
  margin-top: -160px;
  position: relative;
  z-index: 10;
}
.s5{
  padding: 40px 0;
}
.s5 .container{
  padding: 0 50px;
}
.s5 p span{
  color: #ED470B; 
}
.s6{
  padding: 50px 0;
}
.s6 h2{
  margin-bottom: 40px;
}
.s6 .items{
  border-radius: 100px;
  border: 0.5px solid #D3D3D3;
  background: #FFF;
  margin-bottom: 12px;
  align-items: center;
  padding: 20px;
}
.s6 .items img{
  width: 15%;
}
.s6 .items p{
  width: 80%;
}
.s7 .items{
  margin-bottom: 11px;
  border-radius: 20px;
  background: #F9F9F9;
  align-items: flex-start;
  padding: 20px;
}
.s7 .items div{
  width: 30%;
}
.s7 .items div img{
  border-radius: 10px;
}
.s7 .items p{
  width: 65%;
}
.s7 .items div div{
  margin-top: 7px;
  border-radius: 10px;
  background: #ED470B ;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 2px 0;
  width: 100%;
}
.s7 .hidd{
  display: none;
}
.s8{
  background: url('../img/s8_bg.png') no-repeat;
  background-size: 100% 100%;
}
.s8 h2{
  color: #fff;
  margin-bottom: 40px;
}
.s8 .items{
  border-radius: 40px;
  background: #FFF;
  margin-bottom: 15px;
  padding: 25px;
  align-items: flex-start;
}
.s8 .items img{
  width: 25px;
      margin-top: 15px;
}
.s8 .items p{
  width: 90%;
}
.s9{
  padding-bottom: 70px;
  background: url(../img/s9_bg.png) no-repeat;
  background-size: 100% 100%;
}
.s9 h2{
  margin-bottom: 30px;
}
.s10{
  background: url('../img/s10_bg.png') no-repeat;
  background-size: 119%;
  padding-bottom: 150px;
    background-position: center bottom 200%;
}
.s10 h2{
  margin-bottom: 40px;
}
.s10 .content{
  border-radius: 50px;
  border: 1px solid #FFF;
  backdrop-filter: blur(5px);
  padding: 30px;
  text-align: center;
}
.s10 .info{
  border-radius: 50px;
  background: url('../img/info_bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 25px;
  margin-top: 22px;
}
.s10 .info span{
  color: #ED470B;
}
.s11 h2{
  margin-bottom: 25px;
  font-size: 30px;
}
.s12{
  background: url('../img/s12_bg.png') no-repeat;
  background-size: 100% 100%;
}
.s12 h2{
  margin-bottom: 45px;
}

.s12 .items img{
    height: 100%;
    width: 40%;
    margin-top: -25px;
    margin-bottom: -35px;
}
.s12 .items div{
  width: 55%;
}
.s12 .items div .tit{
  color: white;
font-size: 13px;
font-weight: 700;
line-height: 18px; /* 112.5% */
text-transform: uppercase;
margin-bottom: 22px;
}

.s13 h2{
  color: #fff;
  margin-bottom: 40px;
}
.s13 .items{
  border-radius: 40px;
  background: #FFF;
  margin-bottom: 15px;
  padding: 25px;
  align-items: flex-start;
}
.s13 .items img{
  width: 25px;
}
.s13 .items p{
  width: 90%;
}
.foot_text{
  font-size: 20px;
}




footer{
    background: url(../img/footer_bg.png) no-repeat;
    background-size: 100% 100%;
  padding: 150px 5px 5px 35px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 150px;
}
footer a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}
footer p{
  margin-bottom: 20px;
  font-size: 15px;
  margin-top: 10px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {

  .s3 .content {
    width: 60%;
}
  .s10 {
   padding-bottom: 2rem;
}
.s1 .items div{
  padding: 7px 5px;
  font-size: 11px;
}
h1{
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.351px;
}
h1 span {
    font-size: 6rem;

}
.s1 h1+p:not(.th h1+p){
  margin-bottom: 300px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {


.s1 h1+p:not(.th h1+p){
  margin-bottom: 280px;
}
.s12 .items div {
    width: 60%;
}
.s12 .items div .tit{
  margin-bottom: 15px;
}

}

.timer {
    display: flex;
   
}

.fixed-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    margin-bottom: -4rem;
}

.fixed-timer .timer {
    margin: 0;
}

.fixed-timer .hours,
.fixed-timer .minutes,
.fixed-timer .seconds {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 3rem;
    line-height: 117%;
    text-align: center;
    color: #141414;
    border-radius: 15rem;
    width: 6.7rem;
    height: 3.8rem;
    padding-top: 0.5rem;
}

.fixed-timer p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 125%;
    color: #fff;
}

.timer {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.hours-wrap p,
.minutes-wrap p,
.seconds-wrap p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 77%;
    text-align: center;
    color: #a5e8e4;
    margin-top: 1.2rem;
}

.hours,
.minutes,
.seconds {
    background-color: #ffff;
    border-radius: 1rem;
    width: 10.6rem;
    height: 7.2rem;
    font-family: 'Steelfish';
    font-weight: 400;
    font-size: 5rem;
    line-height: 92%;
    text-align: center;
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 390px) {
   .zagolovok {
    font-size: 60px;
 }
 .zagolovok2 {
    margin-bottom: 320px;
 }
 .s2 .it2 {

    padding: 1px 40px 20px 48px;
    margin-top: -3rem;
 }
 .s2 .it3 {
     padding: 25px 50px 41px 50px;
 }
}