@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

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

h1{
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 700;
}
h2{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}
input[type='text']{
  width: 100%;
  color: #333;
  height: 55px;
  border: solid 1px #cccccc;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
}
input[type='submit']{
  border-radius: 200px;
  background: #B5BDDC;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 20px 0;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}
section{
  padding: 25px 0;
  position: relative;
}
img{
  max-width: 100%;
}
hr{
  margin: 0;
  border: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  margin-bottom: 18px;
}

/*boxmodal*/
.box-modal{
  font-family: "Raleway", 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 .price{
  font-size: 12px;
  margin-bottom: 14px;
}
.box-modal del{
  font-weight: 700;
}
.box-modal .price span{
  border-radius: 100px;
  background: #B5BDDC;
  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: #fff;
  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;
  color: #000;
}
.accordion .title_block .num{
  border-radius: 10px;
  background: #B5BDDC;
  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;
  color: #fff;
}
.accordion .info p{
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  margin: 0;
}

.timer{
  border-radius: 20px;
  background: #0C0C0C;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 25px;
  width: 100%;
  text-align: center;
}
.timer h4{
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 600;
}
.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: 15px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 11px;
    padding: 10px 20px;
}
.getting-started .text-timer{
    font-size:11px;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
    width: 100%;
}
.slick-prev, .slick-next{
  content: '';
  width: 41px;
  height: 41px;
  bottom: -80px;
  top: auto;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
  background: url('../img/arr.png') no-repeat;
  left: 35%;
  background-size: 100% 100%;
  transform: rotate(180deg);
  bottom: -60px;
}
.slick-next,.slick-next:hover, .slick-next:focus{
  background: url('../img/arr.png') no-repeat;
  right: 35%;
  background-size: 100% 100%;
}
.slick-prev:before{
  content: '';  
}
.slick-next:before{
  content: '';
}

#menu{
  width:100%;
  background: #B5BDDC;
  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;
}
.blue{
  color: #A1B3F2;
}
.blue2{
  color: #3D52A2;
}
.btn{
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 200px;
  background: #FFF;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 21px 5px 21px 21px;
  font-size: 18px;
  color: #000;
  border: none;
  position: relative;
}
.btn span{
  position: absolute;
  right: 5px;
  top: calc(50% - 27.5px);
  background: #383838;
    border-radius: 50%;
    padding: 15px 0;
    font-size: 16px;
    width: 55px;
    height: 55px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.rel{
  position: relative;
  z-index: 9;
}
.slider{
  position: relative;
  z-index: 99;
  margin-left: 15px;
  margin-bottom: 30px;
}
.slider .sld{
  position: absolute;
  bottom: -28px;
  right: 15px;
  animation-name: moveSideToSide;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.slider .sld p{
  display: block;
  width: max-content;
  position: relative;
  padding-left: 28px;
}
.slider .sld p::before{
  position: absolute;
  content: '';
  background: url('../img/sld.png') no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.gallery .items{
  border-radius: 10.992px;
border: 0.916px solid rgba(123, 123, 123, 0.26);
background: rgba(123, 123, 123, 0.26);
backdrop-filter: blur(6.4122138023376465px);
padding: 12px;
margin-right: 8px;
}
.gallery .items img{
  width: 45px;
  height: 45px;
}
.gallery .items p{
  width: max-content;
  margin-left: 8px;
}
.gallery .items p span{
  color: rgba(255, 255, 255, 0.70);
}

.s1 .pretitle{
  position: relative;
  padding-left: 35px;
  margin-bottom: 32px;
}
.s1 .pretitle::before{
  position: absolute;
  content: '';
  background: url('../img/icon.png') no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: -10px;
  top: -5px;
}
.s1 .start{
  justify-content: flex-start;
  margin-bottom: 14px;
  align-items: center;
}
.s1 .start div{
  padding: 5px 15px;
}
.s1 .start div:first-child{
  border-radius: 100px;
  background: #383838;
}
.s1 .start div:first-child p{
  position: relative;
  padding-left: 17px;
}
.s1 .start div:first-child p::before,.s15 .start::before{
  background: url('../img/clock.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  left: 0;
  top: 2px;
}
.s1 .start div:last-child{
  border-radius: 91.603px;
border: 0.916px solid #383838;
margin-left: 6px;
}
.s1 h1+div{
  border-radius: 1000px;
  background: #A1B3F2;
  padding: 11px 25px;
  color: #000;
  font-weight: 500px;
  margin-bottom: 29px;
  width: max-content;
}
.s1 .benefits,.s1_4 .benefits{
  justify-content: flex-start;
}
.s1 .cross, .s1 .check,.s1_4 .cross, .s1_4 .check{
  width: max-content;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}
.s1 .cross:last-child,.s1_4 .cross:last-child{
  margin-left: 13px;
}
.s1 .cross::before,.s1_4 .cross::before{
  position: absolute;
  content: '';
  background: url('../img/cross.png') no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 9px;
  left: 0;
  top: 4px;
}
.s1 .check::before,.s1_4 .check::before{
  position: absolute;
  content: '';
  background: url('../img/check2.png') no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 9px;
  left: 0;
  top: 4px;
}
.s1 .check+p,.s1_4 .check+p{
  font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 130%;
margin-top: 18px;
margin-bottom: 22px;
}
.s1 .price{
  margin-top: 18px;
  font-size: 18px;
  margin-bottom: 22px;
}
.s1 .price strong{
  font-size: 30px;
}
.s1 .bonus{
  border-radius: 200px;
  background: #0C0C0C;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  margin: 0 auto;
  width: 90%;
  padding: 12px 30px;
  margin-top: 16px;
}
.s1 .bonus img{
  width: 10%;
}
.s1 .bonus p{
  width: 85%;
  font-size: 10px;
}
.s1 .img{
  position: absolute;
  z-index: 1;
  right: 0;
  width: 45%;
  bottom: 0;
    width: 53%;
  bottom: 10%;
}
.s2{
  padding-bottom: 70px;
}
.s2 h2{
  margin-bottom: 43px;
  text-align: center;
}
.s2 .content{
  border-radius: 18.321px;
background: #F3F5FE;
padding: 22px 24px;
margin-bottom: 28px;
}
.s2 .content img{
  display: block;
  margin: 0 auto;
  margin-top: -45px;
  margin-bottom: 15px;
  width: 57px;
}
.s2 .content p{
  font-size: 13px;
  margin-bottom: 12px;
  color: #000;
}
.s2 .content p:last-child{
  margin-bottom: 0;
}
.s2 h3{
    font-size: 16px;
font-style: normal;
font-weight: 600;
text-align: center;
margin-bottom: 14px;
}
.s2 h3+p{
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.s2 .gallery1{
  margin-bottom: 28px;
}
.s3 h2{
  margin-bottom: 31px;
  text-align: center;
}
.s3 .item{
  margin-bottom: 8px;
  border-radius: 10px;
  background: #F3F5FE;
  padding: 13px;
  text-align: center;
  color: #000;
}
.s3 .item img{
  margin-bottom: 20px;
}
.s3 h3{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
.s4{
  text-align: center;
}
.s4 h2{
  margin-bottom: 24px;
}
.s4 h2+p{
  margin-bottom: 27px;
}
.s4 .item{
  border-radius: 18.321px;
background: #1C1C1C;
  margin-bottom: 24px;
  padding: 30px;
}
.s4 .item img{
  width: 58px;
  margin-bottom: 11px;
}
.s4 .item p{
  font-size: 13px;
  margin-top: 7px;
}
.s4 .item p strong{
  font-size: 16px;
}
.s5 h2{
  margin-bottom: 32px;
}
.s5 .check{
  background: url('../img/receipt.png') no-repeat;
  background-size: 100% 100%;
  padding: 93px 43px 36px 42px;
  color: #000;
}
.s5 .check h3{
  text-align: center;
  font-size: 14px;
}
.s5 .check hr{
  background: rgba(20, 20, 20, 0.12);
  margin: 0;
  border: 0;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.s5 .check img{
  margin: 22px auto;
}
.s5 .item{
  margin-top: 38px;
  border-radius: 14.656px;
border: 0.916px solid #2E2E2E;
background: #1C1C1C;
padding: 14px 18px;
}
.s5 .item .items{
  align-items: center;
}
.s5 .item .items div{
  width: 33%;
}
.s5 .item .items img{
  width: 19px;
}
.s5 .item .items p{
  font-size: 11px;
}
.s5 .item .items p span{
  font-size: 14px;
  font-weight: 500;
}
.s5 .item .items p span span{
  font-size: 24px;
}
.s5 .item .items .green{
  color: #26DB4D;
}
.s5 .info p{
  position: relative;
  padding-left: 35px;
  font-size: 11px;
}
.s5 .info p::before{
  position: absolute;
  content: '';
  background: url('../img/info.png') no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
}
.s6 h2{
  margin-bottom: 25px;
}
.s6 .items{
  border-radius: 18.321px;
background: #F3F5FE;
  margin-bottom: 10px;
  padding: 14px;
  align-items: center;
  color: #000;
}
.s6 .items img{
  width: 76px;
}
.s6 .items p{
  width: 75%;
}
.s7 h2{
  margin-bottom: 24px;
  text-align: center;
}
.s7 .item{
  border-radius: 18px;
background: #1C1C1C;
  margin-bottom: 12px;
  padding: 18px;
}
.s7 hr{
  margin-top: 14px;
  margin-bottom: 14px;
}
.s7 .item img{
  margin-bottom: 14px;
}
.s7 ul{
  padding-left: 15px;
  list-style: disc;
}
.s7 .hidd{
  display: none;
}
.s7 .showmore{
  background: #fff;
  color: #000;
  padding: 20px 40px;
  font-size: 22px;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 100px;
  font-weight: 700;
}
.s8{
  font-size: 13px;
}
.s8 h2{
  margin-bottom: 24px;
}
.s8 .item{
  border-radius: 18px;
background: #1C1C1C;
margin-bottom: 14px;
padding: 24px;
}
.s8 .it img{
  width: 90px;
  margin-bottom: -24px;
}
.s8 .it p{
  width: 60%;
}
.s8 .it div{
  width: 70%;
}
.s8 .it div p{
  width: 100%;
}
.s8 .auth{
  width: 100% !important;
  align-items: flex-start;
  margin-top: 11px;
}
.s8 .auth img{
  width: 38px;
}
.s8 .auth div{
  width: 75%;
}
.s8 .auth .inst{
  position: relative;
  padding-left: 15px;
}
.s8 .auth .inst::before{
  position: absolute;
  content: '';
  background: url('../img/inst.png') no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 13px;
  left: 0;
  top: 2px;
}
.s8 .bonus img{
  width: 33px;
}
.s8 .bonus p{
  width: 85%;
}
.s8 h3{
  font-size: 22px;
font-style: normal;
font-weight: 500;
text-align: center;
margin-top: 24px;
margin-bottom: 27px;
}
.s9{
  border-radius: 20px;
  background: #FFF;
}
.s9 h2{
  margin-bottom: 20px;
  color: #000;
}
.s9 h2+p{
  margin-bottom: 29px;
  color: #000;
}
.s9 .items{
  align-items: flex-start;
  margin-bottom: 11px;
  border-radius: 10px;
  background: #1C1C1C;
  padding: 15px 20px;
}
.s9 .items div{
  width: 85%;
}
.s9 .items div p:first-child{
  margin-bottom: 8px;
}
.s9 .items .num, .s12 .items .num {
    width: 36px;
    height: 36px;
    background: #B5BDDC;
    border-radius: 50%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.s10{
  padding-bottom: 100px;
}
.s10 h2{
  margin-bottom: 33px;
}
.s10 .slick-prev,.s10 .slick-prev:hover, .s10 .slick-prev:focus,
.s8 .slick-prev,.s8 .slick-prev:hover, .s8 .slick-prev:focus{
  background: url('../img/arr2.png') no-repeat;
  left: 35%;
  background-size: 100% 100%;
  transform: rotate(180deg);
  bottom: -60px;
}
.s10 .slick-next,.s10 .slick-next:hover, .s10 .slick-next:focus,
.s8 .slick-next,.s8 .slick-next:hover, .s8 .slick-next:focus{
  background: url('../img/arr2.png') no-repeat;
  right: 35%;
  background-size: 100% 100%;
}
.s10 .slick-slide img{
  width: 90%;
}
.s11 .items{
  margin-bottom: 10px;
  align-items: center;
}
.s11 h2{
  text-align: left;
  font-size: 27px;
}
.s11 .items img{
  width: 100px;
}
.s11 p{
  font-size: 13px;
}
.s12{
  border-radius: 20px;
  background: #FFF;
  color: #000;
}
.s12 h2{
  margin-bottom: 15px;
}
.s12 h3{
  font-size: 20px;
  margin-bottom: 40px;
}
.s12 .items{
  margin-bottom: 45px;
}
.s12 .items p{
  width: 80%;
}
.s12 .items .num{
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.s12 .content{
  position: relative;
}
.s12 .content::before{
  position: absolute;
  content: '';
  background: url('../img/line.png') no-repeat;
  background-size: 100% 100%;
  width: 2px;
  height: 180px;
  left: 24px;
  z-index: 1;
  top: 25px;
}
.s13 h2{
  margin: 24px 0;
}
.s14{
  border-radius: 20px;
  background: #FFF;
  color: #000;
  padding-bottom: 100px;
}
.s14 h2{
  margin-bottom: 24px;
}
.s14 p{
  margin-bottom: 25px;
}
.s15{
  border-radius: 28px;
background: #F3F5FE;
margin: 30px 0;
}
.s15 h3{
  color: #000;
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
}
.s15 .offer img{
  width: 45%;
}
.s15 .offer div{
  width: 50%;
}
.s15 .offer div p{
  color: #000;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.s15 .offer .price{
  color: #5A72C8;
text-align: center;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 10px;
}
.s15 .offer .price del{
  display: block;
  color: rgba(0, 0, 0, 0.42);
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: line-through;
}
.s15 .offer .start{
  position: relative;
  padding-left: 17px;
  color: #000;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: max-content;
}
.s15 .start::before{
  background: url(../img/clock2.png) no-repeat;
    background-size: 100% 100%;
}
.s15 .btn{
  margin: 0;
  margin-bottom: 23px;
  border-radius: 183.206px;
  background: #A1B3F2;
  box-shadow: 0px -3.664px 9.16px 0px rgba(255, 255, 255, 0.25) inset;
  margin-top: 30px;
}
.s15 .time p{
  margin-top: 16px;
  font-size: 13px;
font-style: normal;
font-weight: 400;
margin-bottom: 12px;
text-align: center;
color: #000;
}
.s15 .getting-started{
      display: flex;
    align-items: center;
    justify-content: center;
}
.s15 .getting-started:after{
  display: none;
}
.s15 .getting-started .dial{
  border-radius: 5.259px;
    background: #1C1C1C;
    color: #fff;
    padding: 9px;
}
.s15 .getting-started .lbl{
  display: none;
}

.s16 h2{
  text-align: center;
  margin-bottom: 43px;
}
.s17{
  border-radius: 30px;
  background: #B5BDDC;
}
.s17 h2{
  margin-bottom: 42px;
}
.s17 .items{
  border-radius: 100px;
  background: #1C1C1C;
  margin-bottom: 10px;
  padding: 25px;
  align-items: center;
}
.s17 .items img{
  width: 8%;
}
.s17 .items p{
  width: 85%;
}
.s18 h2{
  margin-bottom: 22px;
}
.s18 .info1,.s18 .info2{
  width: max-content;
  color: #000;
  padding: 11px 15px;
  margin-bottom: 17px;
  border-radius: 100px;
  font-weight: 500;
}
.s18 .info1{
  background: #B5BDDC;
}
.s18 .info2{
  background: #fff;
  margin-top: 22px;
}
.s18 .items{
  border-radius: 100px;
  background: #1C1C1C;
  margin-bottom: 10px;
  padding: 25px;
  align-items: center;
}
.s18 .items img{
  width: 8%;
}
.s18 .items p{
  width: 85%;
}







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;
}




.s1_2{
  background-image: url(../img/s1_2_bg.png);
    background-size: 100%;
    color: #141414;
    background-color: #fff;
}
.s1_2 .pretitle{
  margin-bottom: 16px;
  text-align: center;
}
.s1_2 .start, .s1_6 .start{
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.s1_2 .start div, .s1_6 .start div{
  padding: 5px 15px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.12);
  width: 48%;
  text-align: center;
}
.s1_2 h1{
  font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 26px */
letter-spacing: -0.26px;
color: #141414;
margin-bottom: 16px;
}
.s1_2 h3{
  width: 70%;
  color: #2D2D2D;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 20.8px */
letter-spacing: -0.64px;
margin-bottom: 24px;
}
.s1_2 ul>li{
  position: relative;
  color: #2D2D2D;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 16.9px */
letter-spacing: -0.26px;
padding-left: 20px;
margin-bottom: 16px;
}
.s1_2 ul>li::before{
  position: absolute;
  content: '';
  background: url('../img/check3.png') no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
}
.s1_2 .content{
  border-radius: 20px;
background: #FFF;
box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.12);
padding: 20px;
margin-top: 32px;
margin-bottom: 50px;
}
.s1_2 .price{
  color: rgba(71, 95, 189, 0.60);
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s1_2 .price strong{
  color: #475FBD;
}
.s1_2 .content .info{
  display: block;
  margin: 0 auto;
  width: max-content;
  border-radius: 6px;
background: #FFF;
box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.06);
padding: 5px 10px;
color: #5D5D5D;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 15.6px */
letter-spacing: -0.24px;
margin-bottom: 24px;
margin-top: 10px;
}
.s1_2 .content .info span{
  color: #FF4747;
}
.s1_2 .btn{
  border-radius: 75px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #475FBD;
  box-shadow: -1px -1px 15px 0px rgba(255, 255, 255, 0.30) inset, 3px 3px 10px 0px rgba(255, 255, 255, 0.35) inset;
  margin-bottom: 24px;
  text-align: left;
  color: #FFF;
  padding-left: 42px;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 20.8px */
text-transform: uppercase;
}
.s1_2 .btn div:last-child{
  color: #141414;
  background: #fff;
  width: 60px;
  height: 60px;
  margin-top: 3px;
  padding: 20px 0;
}
.s1_2 .shield,.s15 .shield{
  display: block;
  margin: 0 auto;
  width: max-content;
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 16.9px */
letter-spacing: -0.26px;
position: relative;
padding-left: 20px;
}
.s1_2 .shield::before,.s15 .shield::before{
  position: absolute;
  content: '';
  background: url('../img/shield.png') no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.s1_2 .gallery .items{
  border-radius: 12px;
background: #FFF;
backdrop-filter: blur(7px);
}
.s1_2 .btn div:first-child{
  background: transparent;
  padding: 28px 40px;
  font-size: inherit;
  color: #fff;
}
.s1_2 .present,.s1_5 .present{
  border-radius: 24px;
  border: 1px solid rgba(213, 213, 213, 0.82);
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(8px);
}
.s1_2 .present .title,.s1_5 .present .title{
  display: block;
  margin: 0 auto;
  width: max-content;
  border-radius: 6px;
  border: 1px solid rgba(157, 157, 157, 0.26);
  background: rgba(232, 232, 232, 0.26);
  backdrop-filter: blur(7px);
  margin-bottom: 10px;
  padding: 6px 8px;
      margin-top: -14px;
    font-size: 13px;
    font-weight: 600;
}
.s1_2 .present .items img,.s1_5 .present .items img{
  width: 45%;
}
.s1_2 .present .items .cont,.s1_5 .present .items .cont{
  width: 50%;
}
.s1_2 .present .items p,.s1_5 .present .items p{
  color: #16242B;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.s1_2 .present .items p:last-child,.s1_5 .present .items p:last-child{
  color: rgba(22, 36, 43, 0.70);
  font-weight: 400;
}
.s1_2 .img{
  position: absolute;
  right: 0;
  top:18%;
  width: 55%;
}
.s1_2 .gallery .items p span{
  color: #000;
}
.s1_2 .img2{
  position: absolute;
  width: 100%;
  bottom: 15%;
}
.s1_2 .getting-started .dial,.s1_5 .getting-started .dial{
  border-radius: 5.259px;
border: 1px solid rgba(201, 201, 201, 0.80);
background: rgba(255, 255, 255, 0.32);
padding: 8px 6px;
font-size: 24px;
}
.s1_2 .getting-started .lbl,.s1_5 .getting-started .lbl{
  display: none;
}



.s1_3{
  background-image: url(../img/s1_3_bg.png);
    background-size: 100%;
    color: #141414;
    background-color: #fff;
}
.s1_3 .blue{
  color: #347AFB;
}
.s1_3 .pretitle{
  margin-bottom: 16px;
  text-align: center;
}
.s1_3 .start{
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.s1_3 .start div{
  padding: 5px 15px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.12);
  width: 48%;
  text-align: center;
}
.s1_3 h1,.s1_4 h1{
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 37px;
font-style: normal;
font-weight: 800;
line-height: 100%; /* 37px */
letter-spacing: -0.37px;
text-transform: uppercase;
margin-bottom: 290px;
}
.s1_3 h3{
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 133.333% */
}
.s1_3 h3+img{
  display: block;
  margin: 10px auto;
  width: 26px;
}
.s1_3 h3+img+p{
  display: block;
  margin: 0 auto;
  width: 80%;
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 146.154% */
}
.s1_3 .price{
  color: rgba(52, 122, 251, 0.50);
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
}
.s1_3 .price strong{
  color: #347AFB;
}
.s1_3 .content .info{
  display: block;
  margin: 0 auto;
  width: max-content;
  border-radius: 6px;
background: #FFF;
box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.06);
padding: 5px 10px;
color: #5D5D5D;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 15.6px */
letter-spacing: -0.24px;
margin-bottom: 24px;
margin-top: 10px;
}
.s1_3 .content .info span{
  color: #FF4747;
}
.s1_3 .btn{

  border-radius: 75px;
border: 1px solid rgba(255, 255, 255, 0.16);
background: #347AFB;
box-shadow: -1px -1px 15px 0px rgba(255, 255, 255, 0.30) inset, 3px 3px 10px 0px rgba(255, 255, 255, 0.35) inset, 0px 4px 0px 0px #4683F3;
  margin-bottom: 24px;
  text-align: center;
  color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 20.8px */
text-transform: uppercase;
}
.s1_3 .btn div:last-child{
  color: #141414;
  background: #fff;
  width: 60px;
  height: 60px;
  margin-top: 3px;
  padding: 20px 0;
}
.s1_3 .shield{
  display: block;
  margin: 0 auto;
  width: max-content;
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 16.9px */
letter-spacing: -0.26px;
position: relative;
padding-left: 20px;
}
.s1_3 .shield::before{
  position: absolute;
  content: '';
  background: url('../img/shield.png') no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.s1_3 .shield+p{
  margin-top: 8px;
  color: #595959;
text-align: center;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 16.9px */
letter-spacing: -0.26px;
margin-bottom: 40px;
}
.s1_3 .bonus{
  display: block;
  margin: 0 auto;
  width: max-content;
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 16.9px */
letter-spacing: -0.26px;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.s1_3 .bonus::before{
  position: absolute;
  content: '';
  background: url('../img/bonus2.png') no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.s1_3 .btn div:first-child{
  background: transparent;
  padding: 28px 40px;
  font-size: inherit;
  color: #fff;
}
.s1_3 .present{
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  padding: 20px 16px;
}
.s1_3 .present .title{
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
margin-bottom: 12px;
}
.s1_3 .present .items p{
  width: max-content;
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
}
.s1_3 .present .items p span{
  display: block;
  color: #141414;
text-align: center;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 26.4px */
}
.s1_3 .present .items img{
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.12);
  width: 60px;
  border-radius: 50%;
}
.s1_3 .present hr{
  background: #EBEBEB;
}
.s1_3 .img{
  position: absolute;
  right: 0;
  top:16%;
  width: 100%;
}
.s1_3 .getting-started{
  display: flex;
  align-items: center;
  justify-content: center;
}
.s1_3 .getting-started .dial{
  border-radius: 6px;
background: #EBEBEB;
padding: 10px 7px;
font-size: 24px;
margin-left: 5px;
margin-right: 5px;
}
.s1_3 .getting-started .lbl{
  display: none;
}
.s1_3 .getting-started:after{
  display: none;
}
.s1_3 .getting-started+p{
  color: rgba(20, 20, 20, 0.70);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 15.6px */
letter-spacing: -0.24px;
}


.s1_4 h1{
  text-align: left;
  margin-bottom: 16px;
}
.s1_4 .cross::before{
  background: url('../img/cross2.png') no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  left: -3px;
  top: 1px;
}
.s1_4 .check::before{
  background: url('../img/check4.png') no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  left: -3px;
  top: 1px;
}
.s1_4 h1 span{
  color: #475FBD;
}
.s1_4 .img2{
  bottom: 33%;
}

.s1_5{
  background: url('../img/s1_5_bg.png') no-repeat;
  background-size: 100% 100%;
  color: #16242B;
}
.s1_5 .title{
  border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.26);
background: rgba(255, 255, 255, 0.26);
backdrop-filter: blur(7px);
padding: 12px;
margin-bottom: 36px;
}
.s1_5 .title img{
  width: 52px;
}
.s1_5 .title div{
  width: 80%;
}
.s1_5 .title div p{
  font-size: 13px;
}
.s1_5 .title div p:first-child{
  position: relative;
  font-size: 15px;
  font-weight: 700;
  width: max-content;
}
.s1_5 .title div p:first-child::before{
  position: absolute;
  content: '';
  background: url('../img/check5.png') no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  top: 0;
  right: -20px;
}
.s1_5 h1{
  color: #16242B;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
letter-spacing: -0.8px;
margin-bottom: 8px;
}
.s1_5 h3{
  color: #16242B;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
margin-bottom: 16px;
}
.s1_5 .benefits{
  align-items: center;
  justify-content: space-around;
}
.s1_5 .benefits p{
  display: block;
  width: max-content;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(7px);
  padding: 6px 8px 6px 28px;
  position: relative;
  margin-bottom: 8px;
  color: #16242B;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 16.8px */
}
.s1_5 .benefits .cross::before{
  background: url('../img/cross3.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 8px;
  top: 8px;
}
.s1_5 .benefits .check::before{
  background: url('../img/check6.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 8px;
  top: 8px;
}
.s1_5 .benefits+p{
  color: #16242B;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 15.6px */
margin-top: 20px;
margin-bottom: 12px;
}
.s1_5 .gallery .items{
  border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.26);
background: rgba(255, 255, 255, 0.26);
backdrop-filter: blur(7px);
}
.s1_5 .gallery{
  margin-bottom: 55px;
}
.s1_5 .video{
  position: relative;
  width: max-content;
  color: rgba(22, 36, 43, 0.70);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
margin-bottom: 14px;
}
.s1_5 .video::before{
  background: url('../img/s1_5_arr.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 16px;
  height: 15px;
  right: -23px;
  top: 6px;
}
.s1_5 iframe{
  border-radius: 20px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.s1_5 .price{
  margin-bottom: 10px;
  justify-content: space-around;
}
.s1_5 .price p:first-child{
  color: #16242B;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
display: flex;
    align-items: center;
}
.s1_5 .price p:first-child span{
  margin-left: 14px;
  border-radius: 5px;
background: #FF2D2D;
padding: 6px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
}
.s1_5 .price p:last-child{
  color: rgba(22, 36, 43, 0.40);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
position: relative;
width: max-content;
}
.s1_5 .price p:last-child::before{
  background: url('../img/cross4.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 125px;
  height: 10px;
  left: 0px;
  top: 15px;
}
.s1_5 .info{
  color: #16242B;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 15.6px */
margin-top: 10px;
margin-bottom: 25px;
}
.s1_5 .info span{
  color: #FF2D2D;
}
.s1_5 .btn{
  border-radius: 22.462px;
  background: linear-gradient(139deg, #2C6FEB 12.96%, #5F97FF 90.19%);
  box-shadow: -0.281px -0.281px 0.562px 0px rgba(0, 0, 0, 0.10) inset, -1.123px -1.123px 1.123px 0px rgba(30, 30, 30, 0.20) inset, 1.123px 1.123px 0px 0px rgba(255, 255, 255, 0.50) inset;
  filter: blur(0.5615384578704834px);
  padding: 25px 0;
  width: 100%;
  color: #FFF;
text-align: center;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 18px */
letter-spacing: -0.3px;
text-transform: uppercase;
}
.s1_5 .btn2{
  border-radius: 22.462px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(90deg, #245ABD 0%, #2A68DB 9.02%, #0E419F 18.59%, #0E419F 83.1%, #2A68DB 92.41%, #245ABD 100%);
box-shadow: -0.562px -0.562px 1.123px 0px rgba(30, 30, 30, 0.20) inset, -1.123px -1.123px 2.246px 0px rgba(30, 30, 30, 0.20) inset;
padding-bottom: 8px;
height: 77px;
    border: none;
}
.s1_5 .btn3{
  border-radius: 24px;
box-shadow: 23.304px 27.235px 10.108px 0px rgba(0, 0, 0, 0.01), 14.881px 17.408px 9.265px 0px rgba(0, 0, 0, 0.04), 8.423px 9.827px 7.862px 0px rgba(0, 0, 0, 0.15), 3.65px 4.492px 5.615px 0px rgba(0, 0, 0, 0.26), 0.842px 1.123px 3.088px 0px rgba(0, 0, 0, 0.29), 0px 0px 0px 0px rgba(0, 0, 0, 0.30);
margin-bottom: 25px;
}
.s1_5 .gar .item{
  width: 49%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(7px);
  padding: 12px;
  text-align: center;
}
.s1_5 .gar .item p:last-child {
  color: rgba(22, 36, 43, 0.90);
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 15.6px */
margin-top: 2px;
}
.s1_5 .gar .shield2, .s1_5 .gar .star{
  display: block;
  margin: 0 auto;
  width: max-content;
  position: relative;
  font-size: 15px;
font-style: normal;
font-weight: 700;
color: rgba(22, 36, 43, 0.90);
}
.s1_5 .gar .shield2{
  padding-left: 21px;
}
.s1_5 .gar .star{
  padding-left: 18px;
}
.s1_5 .gar .shield2::before{
  background: url('../img/shield2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
.s1_5 .gar .star::before{
  background: url('../img/star.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0px;
  top: 0;
}
.s1_5 .gar{
  margin-bottom: 12px;
}
.s1_5 .gar+p{
  color: rgba(22, 36, 43, 0.90);
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 15.6px */
margin-bottom: 35px;
}
.s1_5 .present .title{
  border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.26);
background: rgba(255, 255, 255, 0.26);
backdrop-filter: blur(7px);
}
.s1_5 .present{
  border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.82);
background: rgba(255, 255, 255, 0.40);
backdrop-filter: blur(8px);
}
.s1_5 .gallery .items p span{
  color: rgba(22, 36, 43, 0.70);
}

.s1_6{
  background: #060C0F;
  color: #fff;
}
.s1_6 h1, .s1_6 h3, .s1_6 .benefits p,.s1_6 .benefits+p,.s1_6 .gallery .items p span,.s1_6 .price p:first-child,.s1_6 .gar .shield2, .s1_6 .gar .star,.s1_6 .present .items p,.s1_6 .present .items p:last-child, .s1_6 .getting-started .dial,.s1_6 .gar .item p:last-child{
  color: #fff;
}
.s1_6 .title{
  border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(7px);
margin-bottom: 10px;
}
.s1_6 .start{
  margin-bottom: 36px;
}
.s1_6 .start div{
  border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(7px);
}
.s1_6 .benefits p{
  border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(7px);
}
.s1_6 .video::before{
  background: url('../img/s1_6_arr.png') no-repeat;
  background-size: 100% 100%;
  top: -10px;
}
.s1_6 .video{
  color: rgba(255, 255, 255, 0.70);
}
.s1_6 .price p:last-child{
  color: rgba(255, 255, 255, 0.32);
}
.s1_6 .btn span {
    color: #16242B;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.35) inset;
    width: 54px;
    height: 54px;
    padding: 18px 0;
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: center;
    font-size: 15px;
font-style: normal;
font-weight: 700;
}
.s1_6 .price{
  justify-content: center;
}
.s1_6 .price p{
  margin-left: 10px;
  margin-right: 10px;
}
.s1_6 .gar .item{
  border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(7px);
margin-bottom: 60px;
}
.s1_6 .present{
  border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(8px);
}
.s1_6 .present .title{
  border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(7px);
}
.s1_6 .getting-started .dial{
  border-radius: 5.259px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.03);
}








/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
  .btn{
    width: 80%;
  }
  .s1 .bonus{
    width: 100%;
  }
  .s1 .info{
    width: 70%;
  }
  .btn div:first-child{
    padding: 21px 55px;
  }
}
@media only screen and (max-width : 380px) {
  .btn{
    width: 100%;
  }
  .s1 .info{
    width: 80%;
  }
  .s1 .bonus,.s11 .items{
    align-items: center;
  }
  .s7 .items p {
    width: 80%;
}
.s9 .items div {
    width: 80%;
}
.s11 .items h3{
  width: 70%;
}
.getting-started .dial{
  padding: 10px;
}
.start{
  align-items: stretch !important;
}
.start div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.s1_3 .img{
  top: 18%;
}
.s1_5 h1{
  font-size: 37px;
}
.s1_5 .gar .item{
  padding: 12px 8px;
}
.s8 .it div {
    width: 65%;
}
}
