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

}
ul{margin: 0;padding: 0;list-style: none;}
a, button{outline: none;}
h1, h2, h3, p{margin: 0;}

h1{
  font-family: "DrukCyr";
   font-size: 40px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4; /* 72.072px */
  letter-spacing: -0.649px;
  margin-bottom: 0;
  background: F10707;
  background: radial-gradient(29.69% 50.00% at 49.38%  50.00%, rgb(241, 7, 7) 0%, rgb(252, 117, 2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

h1 span{
  font-size: 100px; 
  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:#E11F1F;
  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(180deg, #ff0404 0%, #7b0404 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;
}
.container_btn{
    display: inline-block;
    position: relative;
}
.main_btn{
  border-radius: 130.342px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.33), inset 0 0 8px 0 rgba(0, 0, 0, 0.58);
  background: linear-gradient(184deg, #f10707 0%, #ff8c00 100%);
  padding: 18px 57px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.btn_sell {
            position: absolute;
            top: -8px;
            right: -35px;
            font-size: 22px;
            font-weight: 500;
            padding: 8px 12px;
            border-radius: 40px;
             background-color: white;
            text-align: center;
            z-index: 10;
            color:black;
            box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.68);

}

.zagolovok{
 font-family: "DrukCyr";
 font-size: 41px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
   text-transform: uppercase;
  background: radial-gradient(29.69% 50.00% at 49.38%  50.00%, rgb(241, 7, 7) 0%, rgb(252, 117, 2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_percent {
 color:red; 
}
.zagolovok2{
    opacity: 0;
    margin-bottom: 390px;
    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: 600;
font-size: 32px;
line-height: 90%;
text-transform: uppercase;
text-align: center;
color: #ed470b;
}

.cents{
    font-weight: 600;
font-size: 16px;
line-height: 110%;
text-transform: uppercase;
text-align: center;
  color: black;
}
.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:  #ed470b;
  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, #ed470b 0%, #ffab1a 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;
}
.price_img{
    width: 325px;

}
.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: #ed470b;
  color: #fff;
}
.s1 .items div:last-child{
  border: 1px solid #ED470B;
  color: black;
}
.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 .info2{
  border-radius: 10px;
  border: 1px solid #ED470B;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
}
.s1 .info1 {
  border-radius: 10px;
  border: 1px solid #ED470B;
  background: linear-gradient(180deg, #ed470b 0%, #d13700 100%);
  color:white;
  font-size: 2rem;
}
.s1 .info1{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  top: 64%;
  left: 59%;
  line-height: 100%;
  padding: 20px 30px 5px 30px;
}
.s1 .info2{
  z-index: 9;
  top: 57%;
  right: 20px;
  padding: 12px 12px 5px;
  width: 158px;
height: 66px;
}
.s1 .info2 strong{
font-weight: 600;
font-size: 24px;
line-height: 92%;
text-transform: uppercase;

}
.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;
  top: 33%;
  left: 10px;
  z-index: 9;
  padding: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.179px;
  transform: rotate(-4deg);
}
.info4{
 padding-top: 2rem;
 color: #ED470B;
 text-align: center;
 padding-right: 2rem;
 font-weight: bold;
 font-size: 14px;
}
.s1 .info3 strong{
  font-size: 32px;
  font-weight: 700;
}
.s2{
    
  position: relative;
  z-index: 9;
  margin-top: -7px;
}
.s2 h2{
  margin-bottom: 35px;
  font-size: 30px;
}
.s2 .item{
    color: white;
  padding: 50px 50px 75px 50px;
  border-radius: 50px;
  background: -webkit-linear-gradient(90deg, #2f485c,#ff4c29);
    background: linear-gradient(90deg, #2f485c,#8B0000);
  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%;
}
.s2 .it1 img{
  width: 50%;
  right: 0;
}
.s2 .it3 img{
  width: 40%;
  left: 5%;
}
.s2 .it4 img{
  width: 55%;
  right: 0;
}
.s2 .it5 img{
  width: 38%;
  left: 5%;
}
.s2 .it2 img{
  width: 57%;
  right: 0;
}
.s2 .it5 p{
  width: 45%;
}
.s2 .it5{
  padding-bottom: 40px; 
}
.s2 .it6 img{
  width: 60%;
  left: 0;
}


.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%;
      font-size: 11px;
}
.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{
  padding: 60px 0;
  border-radius: 100px;
  background: url('../img/s4_bg.png') no-repeat;
  background-size: 100% 100%;
  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{
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  margin-top: -130px;
  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{
  border-radius: 50px;
  background:  linear-gradient(357deg,rgba(241, 7, 7, 1) 17%, rgba(255, 140, 0, 1) 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;
}
.s8 .items p{
  width: 90%;
}
.s9{
  padding-bottom: 70px;
}
.s9 h2{
  margin-bottom: 30px;
}
.s10{

  background-size: 119%;
    background-position: center bottom 200%;
}
.s10 h2{
  margin-bottom: 40px;
}
.s10 .content{
  background-image: url('../img/join_bg.png');
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  padding: 30px;
  text-align: center;
}
.s10 .info{
  border-radius: 50px;
  border: 1px solid red;
  background: #FFF;
  backdrop-filter: blur(5px);
  padding: 15px;
  margin-top: 22px;
}
.s10 .info span{
  color: #ED470B;
}
.s11 h2{
  margin-bottom: 25px;
  font-size: 30px;
}

.s12 .items{
  border-radius: 50px;
  background: linear-gradient(90deg, #2f485c, #8B0000);
  margin-bottom: 15px;
  padding: 40px;
} 
.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{
  border-radius: 50px;
  background-color: #242424;
}
.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;
}
.mainTitle{
    font-family: "Steelfish";
    text-align: center;
    font-size: 5rem;
 background: linear-gradient(174deg, #ff4000 0%, #fa0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.mainTitle2{
    font-family: "Steelfish";
    text-align: center;
    font-size: 5rem;
    margin-top: -4rem;
    color:white;
}
.mainText span{
    font-family: "Montserrat";
    text-align: center;
    font-size: 2rem;
}
.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.mainText {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}
.contact-box-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact-box img{
    width: 23px;
    height: 23px;
}
.contactlink {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #cacaca;
    padding-bottom: 10px;
}
.support_link{
    text-align: center;
    color: #cacaca;
    font-weight: 400;
    padding-bottom: 10px;
}

.contact{
    border: 2px solid white;
    border-radius: 30px;
    margin: 15px;
}
footer{
  background: #000;
  padding: 15px 0 75px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 100px;
}
footer a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}
footer p{
  margin-bottom: 10px;
  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: 7rem;

}
.zagolovok {
    font-size: 3rem;
    margin-top: -15px;
}
.zagolovok2 {
    margin-bottom: 355px;
}
.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: 1rem;
}

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

}

.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;
}
        .s12-new {
  padding: 50px 0 0 0;
}

.s12-new-elements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.s12-new-elements-box {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 10px;
}

.s12-new-elements-item {
  width: 201px;
  height: 181px;

  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0 10px 0;
}
.h_item3 {

  margin-top: 1rem;
}

.s12-new-plus {
  width: 60px;
  height: 60px;
  margin-bottom: -2px;
  position: absolute;
  background: none;
}

.s12-new-elements-item:nth-child(1) {
  background-image: url(../img/phoneFon-1.png);
}

.s12-new-elements-item:nth-child(2) {
  background-image: url(../img/phoneFon-2.png);
}

.s12-new-elements-item:nth-child(3) {
  background-image: url(../img/phoneFon-3.png);
}

.s12-new-elements-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.s12-new-elements-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 136%;
  text-align: center;
  color: #fff;
}
@media(max-width: 425px) {
  .s12-new-elements-item {
    width: 180px;
    height: 160px;
    padding: 20px 0 10px 0;
  }


  .h_item1, .h_item2{
   font-size: 16px;
    margin-top: -9px; 
  }
.h_item3{
      font-size: 16px;
    margin-top: -3px; 
} 


  .s12-new-elements-item p {
    font-size: 12px;
  }

  .smallTitle {
    font-size: 14px !important;
  }
}
@media(max-width: 380px) {

  .s12-new-elements-item {
    width: 150px;
    height: 130px;

    padding: 20px 0 10px 0;
  }

  .s12-new-elements-item h3 {
    font-size: 13px;
  }

  .s12-new-elements-item p {
    font-size: 10px;
  }
  .s12-new-elements-item {
      padding: 15px 0 10px 0;
  }


}