body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #100E13;
    font-family: 'Rubik', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h1 {
    font-weight: 700;
    color: #000;
    line-height: 76px;
    font-size: 64px;
    margin: 0 0 15px;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}
.header,
.section1,
.section2,
.section3,
.section4,
.section5{
    overflow: hidden;
}
.header {

    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.header__container {
    padding: 0 15px;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.header__content {
    max-width: 650px;
}

.header__wrap {
    max-width: 531px;
    z-index: 10;
    position: relative;
    padding: 74px 0px 72px;
    padding-right: 250px;
}

.header__wrap ul {
    display: flex;
    max-width: 360px;
    flex-direction: column;
    gap: 12px;
}

.header__wrap ul li {
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 15px;
    background: linear-gradient(-90deg, rgba(245, 235, 241, 0) 0%, #fff 100%);

}

.header__wrap ul li span {
    min-width: 54px;
    min-height: 54px;
    margin-left: -20px;
    border-radius: 100%;
    background-color: #ea60d4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__wrap ul li span img {
    width: auto;
    height: auto;
}

.header__sub {
    gap: 23px;
    align-items: center;
    border-radius: 40px;
    display: flex;
    margin-bottom: 43px;
    background: rgba(255, 255, 255, 0.54);
}

.header__sub h2 {
    font-weight: 700;
    text-wrap: nowrap;
    font-size: 30px;
    margin: 0;
    color: #fff;
    padding: 22px 31px;
    border-radius: 40px;
    background: #ea60d4;
}

.header__sub p {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.header__sub ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header__sub ul li {
    display: flex;
    background: linear-gradient(90deg, rgba(245, 235, 241, 0) 0%, #fff 100%);
    gap: 15px;
    padding: 15px 0;
}

.header__col1 {
    width: 66%;
}

.header__col2 {
    margin-top: auto;
    height: max-content;
    max-width: 362px;
    width: 33%;
    padding: 25px;
    border: 3px solid #ea60d4;
    border-radius: 38px;
    background: #fff;
    margin-bottom: 44px;
}

.header__discont {

    position: absolute;
    width: 130px;
    height: 130px;
    display: flex;
    right: 28%;
    z-index: 1;
    bottom: 33%;
    align-items: center;
    justify-content: center;
}

.header__discont img {
    position: absolute;
    width: 100%;
    height: 100%;

}

.header__discont p {
    font-weight: 700;
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.header__discont p span {
    font-weight: 700;

    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.price {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.price__old {
    display: flex;
    flex-direction: column;

}

.price__new {
    display: flex;
    flex-direction: column;

}

.price__old h3 {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.price__old span {
    font-weight: 300;
    text-wrap: nowrap;
    font-size: 40px;
    text-decoration: line-through;
    text-align: center;
    color: #000;
}

.price__new h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.price__new span {
    text-wrap: nowrap;
    font-weight: 700;
    font-size: 40px;

    text-align: center;
    color: #000;
}

input {
    width: -webkit-fill-available;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 11px;
}

button {
    border-radius: 15px;
    background: #ff1a37;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    padding: 12px;
    width: 100%;
    margin-bottom: 11px;
}

.mintext {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.offer {
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

/* section1 */
.section1 {
    padding: 65px 0;
    overflow: hidden;
}

.section1__container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 32px;
}

.section1__img,
.section1__wrap {
    width: 49.8%;
}

.section1__img img {
    width: 100%;
    height: auto;
}

.section1__wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.section1__wrap h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #100e13;
    margin-bottom: 40px;
    position: relative;
}

.section1__wrap h2::before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #EA60D4;
    width: 100vw;
    bottom: -20px;
    left: 0;
}

.section1__wrap p {
    font-weight: 400;
    line-height: 21px;
    font-size: 18px;
    color: #000;
}

/* section2 */
button.slick-prev.slick-arrow {
    top: 50%;
    left: -30px;
}

button.slick-next.slick-arrow {
    top: 50%;
    right: -30px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    height: 33px;
    width: 33px;
    border-radius: 100%;
    border: none;
    position: absolute;
    color: transparent;

}

button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 33px;
    width: 33px;
    cursor: pointer;

    background-position: center;
    border: none;
    border-radius: 100%;
    /* background-color: #14B2F9; */
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    /* background-color: #14B2F9; */
    cursor: pointer;
    border-radius: 100%;
    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 33px;
    content: '';
    position: absolute;
    width: 33px;
    border: none;

}

.section2 {
    background-repeat: no-repeat;
    padding: 45px 0;
}

.slick-initialized .slick-slide {
    display: flex;
}

.section2__container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 40px;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

/* section3 */
.section3 {
    padding: 65px 0;
    overflow: hidden;
}

.section3__container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    gap: 32px;
}

.section3__img,
.section3__wrap {
    width: 49.8%;
}

.section3__img img {
    width: 100%;
    height: auto;
}

.section3__wrap {
    align-items: flex-start;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.section3__wrap h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #100e13;
    margin-bottom: 40px;
    position: relative;
}

.section3__wrap h2::before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #EA60D4;
    width: 100vw;
    bottom: -20px;
    right: 0;
}

.section3__wrap p {
    font-weight: 400;
    line-height: 21px;
    font-size: 18px;
}

.section3__wrap ol {
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.section3__wrap ol li{
    margin: 0;
    padding: 0;
    line-height: 20px;
  text-align: end;
}
.section3__wrap ol li span {
    font-size: 24px;
    line-height: 5px;
    max-width: 489px;
    /* margin-top: 66px; */
}
/* section4 */
.section4{
padding: 45px 0;
background-color: #EA60D4;
}
.section4__container{
max-width: 1110px;
padding: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
gap: 30px;
}
.section4 h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 118%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.section4 ul{
display: flex;
gap: 40px;
}
.section4 ul li{
    display: flex;
    gap: 19px;
}
.text__number{
    height: fit-content;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 118%;
    text-transform: uppercase;
    text-align: center;
    color: #ea60d4;
    background: #fff;
    border-radius: 11px;
}
.text__box{
    flex-direction: column;
    display: flex;
gap: 11px;
}
.text__box h3{
    font-weight: 700;
    text-align: start;
    font-size: 20px;
    line-height: 118%;
    text-transform: uppercase;

    color: #fff;
}
.text__box p{
    font-weight: 400;
font-size: 16px;
line-height: 118%;
color: #fff;
}
.section4 ul li:first-child {
   width: 50%;
}
/* section5 */
.section5{
padding: 65px 0;
}
.section5__container{
max-width: 1150px;
padding: 0 45px;

margin: 0 auto;
}
.section5__container h2{
    text-align: center;
    font-weight: 700;
font-size: 30px;
text-transform: uppercase;
color: #000;
margin-bottom: 44px;
}
.section5 .slide{
    display:flex ;
    margin: 0 20px;
    padding: 34px;
    justify-content: space-between;
    flex-direction: column;
    height: 492px;
    border: 3px solid #ea60d4;
border-radius: 24px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
background: #fff7fe;
}

.slide__wrap{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-weight: 300;
font-size: 16px;
color: #100e13;
position: relative;
margin-bottom: 28px;
}
.slide__wrap::before{
position: absolute;
content: '';
background-color: #EA60D4;
height: 2px;
width: 100%;
bottom: -14px;
}
.slide__wrap img{
    height: 28px;
    width: auto;
}
.slide__text{
   
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.slide__text h3{
    font-weight: 700;
    font-size: 18px;
    color: #100e13;
}
.slide__text p{
    font-weight: 300;
    font-size: 16px;
    color: #100e13;
}
.section5 .slide__img{
    margin-top: 15px;
width: 100%;
height: auto;
}
.section5 .slide__img img{
height: 100%;
width: 100%;
}
.section5 button.slick-prev.slick-arrow {
    top: 50%;
    left: -35px;
}
.section5 button.slick-next.slick-arrow {
    top: 50%;
    right: -35px;
}
@media screen and (max-width:1200px)  {
    .header__wrap {
  
        padding-right: 19vw;
    }
}
@media screen and (max-width:992px) {
   
    .header__container {
       position: relative;
        flex-direction: column;
        padding-bottom: 74px;
    }
    
    .header__wrap {
       position: initial;
       padding-right: 0;
    }
    .offer {
   
        z-index: 0;
        width: 41vw;
       
    }
    .header__col1,
    .header__col2
     {
        width: 100%;
        margin: 0 auto;
        margin-right: 39vw;
    }
    .section5 .slide {
   
        height: 402px;
        
    }
}
@media screen and (max-width:768px){
    .section1 {
        padding: 35px 0;
       
    } 
    .section1__container {
      
        gap: 22px;
        flex-direction: column;
    }
    .section1__img, .section1__wrap {
        width: 100%;
    }
    .section1__wrap h2 {
       
        font-size: 28px;       
        margin-bottom: 30px;
      
    }
    .section1__wrap h2::before {
     
        width: 100%;
        bottom: -15px;
      
    }
    .section1__wrap p {
     
        font-size: 16px;
        
    }
    .section2 {
        background-repeat: no-repeat;
        padding: 35px 0;
        background-size: cover;
    }
    .section2 .slide{
        flex-direction: column;
    }
    .section2 button.slick-next.slick-arrow {
        top: 43%;
        right: -30px;
    }
    .section2 button.slick-prev.slick-arrow {
        top: 43%;
        z-index: 1;
        left: -30px;
    }
    .section3 {
        padding: 35px 0;
       
    }
    .section3__container {
       
        gap: 20px;
        flex-direction: column-reverse;
    }
    .section3__container img{
        width: 100%;
    }
    .section3__wrap h2 {
       text-align: center;
       width: 100%;
        font-size: 28px;       
        margin-bottom: 30px;
      
    }
    .section3__wrap h2::before {
     
        width: 100%;
        bottom: -15px;
      
    }
    .section3__wrap ol {
      
        gap: 15px;  
        align-items: center;
        flex-direction: column;
    }
    .section3__wrap ol li {
     
        line-height: 20px;
        text-align: center;
    }
    .section3__img, .section3__wrap {
        width: 100%;
    }
    .section4 {
        padding: 35px 0;       
    }
    .section4 h2 {
       
        font-size: 28px; 
        text-align: center;      
   
      
    }
    .section4 ul li:first-child {
        width: 100%;
    }
    .section4 ul li {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .section4 ul{
        max-width: 500px;
        margin: 0 auto;
        flex-direction: column;
    }
    .section5 {
        padding: 35px 0;
    }
    .section5__container h2 {
        text-align: center;
        font-size: 28px; 
        margin-bottom: 20px;
    }
    .text__box h3 {
        
        text-align: center;
       
    }

.section5 .slide {
    display: flex;
    margin: 0 5px;
    padding: 24px;
   
    height: auto;
  
}
/* header */
h1 {
   
    text-align: center;
    line-height: 54px;
    font-size: 48px;
    margin: 0 0 15px;
}
.header__wrap {
    max-width: 100%;
   display: flex;
   flex-direction: column;
    padding: 34px 0px 34px;
   
}
.header__sub h2 {
   
    font-size: 22px;
  
    padding: 22px 21px;
    border-radius: 40px;
    background: #ea60d4;
}
.header__discont {

    right: 10%;
    z-index: 1;
    top: 15%;
    bottom: auto;
   
}
.offer {
    order: 1;
    z-index: 0;
    position: relative;
    width: 56vw;
}
.header__wrap ul {   
    order: 3;   
}
.price {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.header__col1 {
    width: 100%;
    margin: 0 auto;
    margin-right: auto;
}
 .header__col2 {
    width: -webkit-fill-available;
    margin: 0 auto;
    margin-right: auto;
}
.header__container {
    position: relative;
    flex-direction: column;
    padding-bottom: 34px;
}
.slide__wrap img {
    height: 15px;
    width: auto;
}
}
@media screen and (max-width:420px){
    h1 {
        line-height: 40px;
        font-size: 34px;
    }
    .header__sub {
       
        flex-direction: column;
    }
    .header__sub h2 {
        font-size: 24px;
        text-align: center;
        padding: 15px 15px;
        width: -webkit-fill-available;
      
    }
    .header__sub {
        gap: 10px;
        background: transparent;
        
    }
    .header__discont {
      
        top: 17%;
       
    }
    .header__sub  p {
        text-align: center;
        margin: 0;
        background: rgba(255, 255, 255, 0.54);
        padding:  15px 15px;
        border-radius: 40px;
    }
}