body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    background-color: #000;
    color: #100E13;
    font-family: 'Roboto', sans-serif;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}



sub {

    margin-bottom: 27px;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    position: relative;
    border-bottom: 3px solid #000;
    overflow: hidden;
}



.header__wrapper {
    display: flex;
    width: 53%;
    flex-direction: column;
}

.header__img {
    width: 100%;
    margin-bottom: 25px;
}

.header__content {
    display: flex;
}

.header__container {
    z-index: 4;
    flex-direction: column;
    max-width: 620px;
    margin: 0 auto;
    display: flex;
  
    position: relative;
    justify-content: center;
    gap: 0px;
    padding: 38px 15px 60px;


}

.header__logo {
    height: 60px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 12px;
}

.header__logo img {
    width: auto;
    height: 100%;

}

sub {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}




.price {
    display: flex;
    gap: 15px;
    max-width: 255px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 40px;

}

.price__new {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    display: flex;
    gap: 1px;
    align-items: flex-end;
}

.price__new span:last-child {
    font-size: 24px;
    line-height: 28px;
}

.price__old {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-decoration: line-through;
    text-align: center;
    color: #fff;
}

.button {
    display: block;
    outline: 0;
    border: 0;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 23px;
    padding: 16px 0;
    width: 289px;
    border-radius: 30px;
    background-color: #ffea00;
}
.button:hover{
    background-color: #f5e645;
    color: #aca4a4;
}


.header__img img {
    width: auto;
  
    height: 100%;
   
}



/* section3 */
.section3 {
    background-color: #202020;
padding: 52px 0 58px;
    margin-top: 62px;
}

.section3 h2 {
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    margin-bottom: 46px;
    text-align: center;
}

.section3__container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.section3__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    column-gap: 38px;
    row-gap: 26px;
}

.section3__item {
    display: flex;
    border-radius: 24px;  
    min-height: 201px;
    border-radius: 24px;
    gap: 34px;
    background-color: #f7f7f7;
}

.section3__img {
    height: 100%; 
    max-height: 201px;
    width: auto;
}

.section3__img img {
    height: 100%;
    width: 100%;  
}

.section3__item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000;
     
}
.section3__content{
    display: flex;
    flex-direction: column;
    gap: 10px;   
    width: 64%; 
    padding:18px 27px 18px 0;
}
.section3__item p {
    font-weight: 300;
    font-size: 16px;
    color: #000;    
    line-height: 19px;
}

/* .section4 */
.section4 {
    margin-top: 48px;
  padding: 44px 0;
    background: #202020;
}

.section4__container {
    max-width: 1050px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;

    display: flex;

flex-direction: column;
   


}
.section4__wrap{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.section4 h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 38px;
}
.slider-for {
    width: 44%;
    padding-bottom: 30px;
}

.section4__slider{
width: 55%;
}
.section4__slider img{
    width: 100%;
    height: 100%;
    }


.section4__content {
    width: 31%;
    padding: 23px 20px 30px;
    border: 1px solid #fff;
    border-radius: 28px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.section4 .dis {
    top: 0;
    left: 0;
    margin-left: 20px;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
}

.section4 .dis::before {
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}

.section4 .price {
    color: #000;
    margin: 0px auto 20px;
}

.details-list {
    width: 314px;
    margin: 0 auto;
}

.details-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0;

    overflow: hidden;
}

.details-item:last-child {
    border-bottom: none;
}

.details-item .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    position: relative;
}

.section4 .label::before {
    bottom: 0;
    left: 103%;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff9f9;
    z-index: 0;
    position: absolute;
    content: '............................................................................................................................';
}

.value {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    z-index: 1;
   background-color: #202020;
    overflow: hidden;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: auto;
}

select {
    width: 100%;
    padding: 10px;   
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    line-height: 150%;
    color: #969696;
    background-color: #272525;
        padding: 10px 10px 10px 17px;
        border: 1px solid #fff;
        border-radius: 20px;
    cursor: pointer;
}

select:focus {
    outline: none;

}

.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex
;
    width: 18px;
    height: 18px;
    background-position: center;
    z-index: 1;
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    color: white;
    border-radius: 100%;
    background-color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.section4 form {
    display: flex;
    width: 100%;
    margin-top: 12px;
    gap: 9px;
    flex-direction: column;
}
.section4 .button{
    width: 100%;
}
.form-group {
    display: flex;
    gap: 10px;
}

label {
    font-weight: 700;
}

.button-group {
    max-width: 320px;

    display: flex;

}

.button-group button {
    flex: 1;
    margin: 0 5px;
    padding: 5px 5px !important;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #000;
    padding: 3px;
    transition: background-color 0.3s;
}

.button-group button.selected {
    background-color: #000;
    color: white;
}

input[type="text"],
input[type="phone"] {
    width: auto;
    font-weight: 300;
font-size: 14px;
line-height: 150%;
color: #969696;
    background-color: transparent;
    padding: 10px 10px 10px 17px;
    border: 1px solid #fff;
    border-radius: 20px;
   

}

.form-group2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.form-group .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.form-group1 {
    margin: 0 auto;
    margin-top: 26px;
    display: flex;
    gap: 10px;
    max-width: 380px;

    align-items: center;
    justify-content: space-between;
}

.form__button {
    padding: 15px;
    border-radius: 9px;
    background-color: #000;
    display: flex;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.form__button img {
    width: 25px;
    height: 35px;
}

.form__button p {
    text-transform: uppercase;
}


button.slick-prev.slick-arrow {
    right: 55%;
    transform: translate(-55%, 0);
}

button.slick-next.slick-arrow {
    right: 40%;
    transform: translate(-40%, 0);
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    height: 0px;
    width: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: 50px;
    color: transparent;

}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    margin: 10px 0;
    border: 1px solid transparent;
}

button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.slick-slide img {
    width: 100%;

    height: 100%;
}

/* section5 */
.section5 {
    display: flex;
    margin-top: 60px;
}
.section5__container{
    max-width: 815px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.section5__content{
    max-width: 285px;
    display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.section5__content p{
    font-weight: 300;
font-size: 18px;
text-align: center;
color: #fff;
line-height: 21px;
}
.section5__content img {
    width: fit-content;
    height:60px ;
}

/* section6 */
.section6 {
    margin-top: 50px;
    padding-bottom: 50px;
}

.section6__container {
    max-width: 880px;
    padding: 0 15px;
    margin: 0 auto;

}

.section6__container h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}

.section6 button.slick-prev.slick-arrow {
    right: 52%;
    transform: translate(-52%, 0);
}

.section6 button.slick-next.slick-arrow {
    right: 47%;
    transform: translate(-47%, 0);
}

.section6 button.slick-prev.slick-arrow,
.section6 button.slick-next.slick-arrow {
    height: 0px;
    width: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: -25px;
    color: transparent;

}

.section6 button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #ffffff;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

.section6 button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.section6 .slide {
    margin: 0 20px;
    min-height: 180px;
    position: relative;
    background-color: #fff;
    padding: 37px 34px 20px;
    border-radius: 30px;
}

.section6 .slide h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #100e13;
    margin-bottom: 15px;
}

.section6 .slide p {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 16px;

    color: #100e13;
}

.section6 .slick-slider {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .section7 */
.section7 {
    margin-top: 40px;
    padding: 53px 0px;
    background-color: #202020;
}

.section7__container {
    max-width: 967px;
    margin: 0 auto;
    padding: 0 15px;
}





.section7 h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 38px;
}


.section7__items {
    display: flex;
  justify-content: space-between;
gap: 20px;
}

.section7__item {
    width: 18%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    border-radius: 23px;
    background-color: #fff;
}

.section7__item h3 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.section7__item p {
    font-weight: 300;
font-size: 16px;
text-align: center;
color: #000;
line-height: 19px;

}

.footer {

    background-image: url('../img/bg6.png');
    background-repeat: no-repeat;
    background-color: #00447A;
    background-size: cover;
}

.footer__container {
    overflow: hidden;
    max-width: 1549px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: center;
    gap: 10px;
    padding: 45px 15px 75px;

}

.footer__container::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 580px;
    max-height: 357px;

    height: 100%;
    bottom: -0px;
    left: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer3.png');
}

.footer__container::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 570px;
    max-height: 430px;
    height: 100%;
    bottom: -0px;
    right: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer.png');
}

.footer__head {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    max-width: 643px;
    margin-bottom: 15px;
}

.footer__head img {
    max-height: 43px;
}

.footer__head h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}

.footer__content {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;

    max-width: 300px;
}

.footer .dis {

    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
    margin-bottom: 35px;
}

.footer .dis::before {
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}

.footer .price {
    margin-bottom: 15px;
}

.footer__text {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
}

.footer__text span {
    font-weight: 600;
}

.hide {
    display: none;
}

.header__footer {
    width: 100%;
    padding: 100px 0 38px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;

}

.header__footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

.header__footer a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

.pc {
    display: block;
}

.mob {
    display: none;
}

@media screen and (max-width:768px) {
    h1 {
        text-align: center;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    body {
        font-size: 16px;
    }

    .hide {
        display: block;
    }

    .hide img {
        height: 100%;
        width: 100%;
    }

    .header {
        padding: 18px 0 52px;
    }

    .header::before,
    header::after {
        opacity: 0;
    }

    .header__img img {
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
        right: 0;
    }

    .header__container {
        gap: 0;
        padding: 0 15px;
    }

    .header__wrap {
        margin: 0 auto;
    }

    .header__wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .slider-nav {
        width: 50%;
    }

    .timer {
        margin-bottom: 0;
    }

    .section3__wrap {

        flex-direction: column;
    }

    .section3__col {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }

    .section3__col.img {
        width: 100%;
        order: 3;

    }

    

    .section3 h2 {
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        color: #fff;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .section3__wrap {

        row-gap: 18px;
    }

    .section3__col.img img {
        position: relative;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 0;

    }
    .section3__wrap {

        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        
    }
    .section3__item {
        display: flex
    ;
    overflow: hidden;
        border-radius: 24px;
        min-height: 201px;
        border-radius: 24px;
        gap: 12px;
        background-color: #f7f7f7;
    }
    .section3__img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .section3__item p {
        font-weight: 300;
        font-size: 14px;
        color: #000;
        line-height: 18px;
    }
    .section3 {
        background-color: #202020;
        padding: 52px 0 58px;
        margin-top: 0;
    }
    .section3__item h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        color: #000;
    }
    .section3__img {
        height: 100%;
        width: 45%;
    }
    .section3__content {
        display: flex
    ;
        flex-direction: column;
        gap: 0px;
        width: 55%;
        padding: 12px 10px 10px 0;
    }
   

    .section4 .dis {}

    .section4__container {
        flex-direction: column;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .section4__content {
        width: -webkit-fill-available;
        margin: 0 auto;
        padding: 36px 20px 30px;
       
    }
    .details-list {
        width: -webkit-fill-available;
        margin: 0 auto;
    }
    .section4__wrap {
      
        flex-direction: column;
    }
    .slider-for.slick-initialized.slick-slider {
        width: 100%;

    }

    .section4__slider {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .section5 {
        flex-wrap: wrap;
        margin-top: 39px;
    }
    .section5__content {
   
        margin: 0 auto;
      
    }
    .section5__img {
        max-width: -webkit-fill-available;
        max-height: -webkit-fill-available;
    }
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    
        bottom: 17px;
    
    }
    .section5__container {
        gap: 25px;
        max-width: -webkit-fill-available;
        flex-direction: column;
    }
    .section6 {
        margin-top: 0;
        padding: 35px 0 80px;
        position: relative;
       
    }
    .form__button p {
        text-transform: uppercase;
    }
    .section6__container h2 {

        font-size: 32px;
        margin-bottom: 20px;
    }

    .section6 .slick-slider {
        display: block;

    }
    .slider-nav .slick-slide {
        display: block;
        margin: 0 10px;
    }
    .section6 .slide {
        margin: 0 0 0 0px;
        height: auto;
        order: 1;
        padding: 25px;

    }

    .section6 button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 42%;
        transform: translate(-48%, 0);
    }

    .section6 button.slick-next.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 33%;
        margin-left: 80px;
        transform: translate(-38%, 0);
    }
footer.header{
    border-bottom: 0;
}
    .section7__wrap h2 {

        font-size: 4vw;

    }
    .header__footer {
       margin-top: 50px;
       padding: 0px 0 38px;
    }
    .section7 {
        margin-top: 0;
        padding: 40px 0px;
    }

    .section7__wrap {
        gap: 10px;
        flex-direction: column;
    }
    .header::after {
 
        opacity: 0;
        
    }

 h2{
    text-align: center;
 }
    /* ul.custom-list {
     
        align-items: center;
    }
    ul.custom-list li {
        margin-bottom: 0px;
        text-align: center;
    } */
    .section7__item p {

        font-size: 14px;
        line-height: 18px;

    }
    .section7__wrap img {
        max-height: 76px;
        width: auto;
        margin: 20px 0;
    }
    .section7__items {
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .section7__item {
        width: 33%;
        padding: 25px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section7__item h3 {
        color: #000;
        font-size: 16px;
    
        margin-bottom: 10px;
    }
    .footer__container {

        padding: 33px 15px 5px;
    }

    .footer__head img {
        max-height: 33px;
    }

    .footer__head h2 {
        font-size: 32px;

        line-height: 40px;

    }

    .footer__container::after,
    .footer__container::before {
        display: none;
    }

    .footer__container .hide {
        margin-top: 40px;
    }
}

@media screen and (max-width:355px) {

    .form-group,
    .form-group1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section4 {
      
    }
}