@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

body {
  font-family: "Geometria";
  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;
  max-width: 400px;
  display: block;
  margin: 0 auto !important;
}
ul{margin: 0;padding: 0;list-style: none;}
a, button{outline: none;}
h1, h2, h3, p{margin: 0;}

h1{
  font-family: "Unbounded", serif;
  font-weight: 400;
  font-size: 33px;
  margin-bottom: 11px;
  text-transform: uppercase;
  line-height: 1.2;
}
h2{
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 1.2;
}
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']{
  background: #CA0003;
  padding: 15px 80px;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Unbounded", serif;
  font-weight: 400;
}
button{
  display: block;
  margin: 0 auto;
}
input[type='submit']{
  width: 100%;
}
section{
  padding: 25px 0;
  position: relative;
}
img{
  max-width: 100%;
}

/*boxmodal*/
.box-modal{
  font-family: "Geometria";
  position:relative;
  text-align:center;
  line-height: 1.3;
  background:#000;
  border-radius: 0;
  color: #fff;
  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 h2{
  margin-bottom: 13px;
}
.box-modal h2+p{
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 14px;
}
.box-modal .date{
  display: block;
  margin: 0 auto;
  width: max-content;
  padding: 8px;
  background: #fff;
  color: #000;
  font-size: 10px;
  margin-bottom: 9px;
  font-weight: 500;
}
.box-modal .price{
  margin: 0 auto;
  width: max-content;
  margin-bottom: 20px;
}
.box-modal .price div:first-child{
  background: #CA0003;
  padding: 2px 17px;
  font-size: 15px;
  font-weight: 700;
}
.box-modal .price div:last-child{
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  padding: 7px 4px;
  font-size: 7px;
}
.box-modal .desklaimer{
  margin-top: 16px;
}
.box-modal .desklaimer h4{
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Unbounded", serif;
}

.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
  padding: 0;
}
.accordion .title_block {
  cursor:pointer;
  padding:32px 10px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.20);
  position: relative;
}
.accordion .accordion_item:last-child .title_block{
  border-bottom: none;
}
.accordion .title_block:before {
  content:'';
  height:20px;
  width:20px;
  position:absolute;
  right:0;
  top:calc(50% - 10px);
  background: url('../img/plus.png') no-repeat;
  background-size: 100% 100%;
}
.accordion .active_block .title_block:before {
  background: url('../img/minus.png') no-repeat;
  background-size: 100% 100%;
}
.accordion .info {
  display:none;
  padding: 32px 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #575050;
  border-bottom: solid 1px rgba(0, 0, 0, 0.20);
}
.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: #000;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 11px;
    padding: 5px 20px;
}
.getting-started .text-timer{
    font-size:11px;
}

.slick-slide img {
    width: 100%;
}
.slick-prev, .slick-next{
  content: '';
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  z-index: 99;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
  background: url('../img/left.png') no-repeat;
  left: 0;
  background-size: 100% 100%;
}
.slick-next,.slick-next:hover, .slick-next:focus{
  background: url('../img/right.png') no-repeat;
  right: 0;
  background-size: 100% 100%;
}
.slick-prev:before{
  content: '';  
}
.slick-next:before{
  content: '';
}

#menu{
  width:100%;
  background: #F8F8F8;
  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;
  align-items: center;
}
.red{
  color: #CA0003;
}

.s1{
  padding-top: 10px;

background: #F5F5F5;
}
.s1 .pretitle{
  color: #000;
text-align: center;
font-family: Geometria;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 145.455% */
text-transform: uppercase;
margin-bottom: 15px;
}
.s1 .start{
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.s1 .start div{
  padding: 10px 15px;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.s1 .start div:first-child{
color: #FFF;
border-radius: 2px;
border: 1px solid #CA0003;
background: #CA0003;
}
.s1 h1+p{
  color: #000;
font-family: Geometria;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 20px;
}
.s1 .info{
  border-radius: 5px;
border: 1px solid #CA0003;
background: rgba(255, 255, 255, 0.40);
backdrop-filter: blur(5px);
padding: 15px 20px;
margin-bottom: 30px;
color: #000;
font-family: Geometria;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.s1 .info+p{
  color: #898989;
text-align: center;
font-family: Geometria;
font-size: 9px;
font-style: normal;
font-weight: 500;
line-height: 10.048px; /* 111.648% */
text-transform: uppercase;
text-align: center;
margin-bottom: 15px;
}
.s1 .price{
  color: #000;
font-family: Geometria;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 10px;
margin-bottom: 20px;
text-align: center;
}
.s1 .price del{
  font-size: 15px;
}
.s1 .price span{
  font-size: 20px;
  color: #CA0003;
  font-weight: 700;
}
.s1 button{
  padding: 15px 0 15px 45px;
}
.s1 button span{
  color: #CA0003;
text-align: center;
font-family: Unbounded;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
background: #F5F5F5;
padding: 20px 10px 17px 10px;
    margin-left: 20px;
    border-radius: 2px;
    border: 1px solid #CA0003;
    background: #F5F5F5;
}
.s1 button+p{
  color: #898989;
text-align: center;
font-family: Geometria;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: max-content;
display: block;
margin: 0 auto;
margin-top: 8px;
margin-bottom: 19px;
padding-left: 20px;
position: relative;
}
.s1 button+p::before{
  position: absolute;
  content: '';
  background: url('../img/shield.png') no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
}
.s1 .bonus{
  margin: 0 auto;
  margin-top: 11px;
  width: 85%;
}
.s1 .bonus img{
  width: 15%;
}
.s1 .bonus p{
  width: 80%;
  font-size: 10px;
}
.s2 h3{
  font-family: "Unbounded", serif;
  font-weight: 400;
  margin-top: 44px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.s2 img+p{
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.s3 .title{
  position: relative;
  margin-bottom: 35px;
}
.s3 .title h2{
  color: #fff;
  position: absolute;
  bottom: 23px;
  left: 16px;
  margin-bottom: 0;
}
.s3 ul>li{
  position: relative;
  margin-bottom: 18px;
  padding-left: 47px;
}
.s3 ul>li::before{
  position: absolute;
  content: '';
  background: url('../img/mark.png') no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  left: 5px;
  top: 2px;
}
.s3 .red{
  background: #CA0003;
  margin-top: 25px;
  color: #fff;
  padding: 15px 0;
}
.s3 .red ul>li{
  margin-bottom: 0;
}
.s3 .red ul>li::before{
  background: url('../img/mark2.png') no-repeat;
  background-size: 100% 100%;
}
.s4 h2+p{
  font-weight: 500;
  margin-bottom: 30px;
}
.s4 .timeline{
  position: relative;
}
.s4 .timeline::before{
  position: absolute;
  content: '';
  background: url('../img/line.png') no-repeat;
  background-size: 100% 100%;
  width: 2px;
  height: 71%;
  top: 0;
  left: 22px;
  z-index: -1;
}
.s4 .items{
  margin-bottom: 45px;
  align-items: flex-start;
}
.s4 .items .num{
  background: #F8F8F8;
  border: solid 0.5px #000;
  border-radius: 50%;
  text-align: center;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 20px;
}
.s4 .content{
  width: 80%;
}
.s4 .content h3{
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.s4 .content .example{
  border-radius: 100px;
  background: #CA0003;
  width: max-content;
  color: #fff;
  padding: 8px 18px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 21px;
}
.s4 .content .example+p{
  font-size: 12px;
}
.s5{
  background: #F8F8F8;
}
.s5 .items{
  margin-bottom: 45px;
  align-items: flex-start;
}
.s5 .items div:first-child{
  width: 10%;
  height: 50px;
}
.s5 .items div:first-child img{
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.s5 .items div:last-child{
  width: 85%;
}
.s5 .items div:last-child p:first-child{
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.s6{
  background: #CA0003;
  color: #fff;
  padding: 50px 20px;
}
.s7 img{
  display: block;
  margin: 0 auto;
  width: 80%;
}
.s8{
  background: #F8F8F8;
}
.s8 .item{
  background: #FFF;
  padding: 25px 15px;
  margin-bottom: 10px;
}
.s8 .items{
  margin-bottom: 25px;
}
.s8 .items div{
  border-radius: 100px;
  background: #CA0003;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
  width: max-content;
}
.s8 .items p{
  width: 70%;
  font-weight: 500;
  text-transform: uppercase;
}
.s9 .items{
  margin-bottom: 40px;
  align-items: flex-start;
}
.s9 .items div:first-child{
  width: 10%;
  height: 50px;
}
.s9 .items div:first-child img{
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.s9 .items div:last-child{
  width: 85%;
}
.s9 .items div:last-child p:first-child{
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.s10{
  background: #F5F5F5;
}
.s10 .items{
  margin-bottom: 23px;
}
.s10 .items img{
  width: 20%;
}
.s10 .items h3{
  width: 75%;
  text-transform: uppercase;
  font-weight: 500;
}







footer{
  background: #000;
  padding: 15px 0 75px;
  color: #fff;
  font-size: 14px;
}
footer a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}
footer p{
  margin-bottom: 10px;
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 420px) {
  button{
    padding: 15px 45px;
    font-size: 17px;
  }
  input[type='submit']{
    padding: 15px 25px;
    font-size: 17px;
  }
}