body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #100E13;
    font-family: 'Roboto', sans-serif;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}



sub {

    margin-bottom: 27px;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    position: relative;
    border-bottom: 3px solid #000;
    overflow: hidden;
}

.header::before {
    content: '';
    position: absolute;
    background-size: cover;
    background-image: url(../img/bgl.png);
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 680px;
}

.header::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/bgr.png);
    right: 0;
    top: 0;
    height: 100%;
    width: 680px;
    background-size: cover;
}

.header__wrapper {
    display: flex;
    width: 53%;
    flex-direction: column;
}

.pc.header__img {
    width: 47%;
}

.header__content {
    display: flex;
}

.header__container {
    z-index: 4;
    flex-direction: column;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 10px;
    padding: 35px 15px 0px;


}

.header__logo {
    height: 29px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 43px;
}


.header__wrap {
    max-width: 305px;
}

.header__logo img {
    width: auto;
    height: 100%;

}

sub {
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    line-height: 38px;
    margin-bottom: 39px;
}

.header__wrap h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
}

.timer {
    font-weight: 800;
    font-size: 40px;
    color: #000;
    line-height: 47px;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-box span {
    font-weight: 800;
    font-size: 40px;
    color: #000;
    line-height: 47px;
}

.label {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.price {
    display: flex;
    gap: 15px;
    max-width: 255px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 14px;

}

.price__new {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000;
    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: #000;
}

.button {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    justify-content: center;
    border-radius: 30px;
    background-color: #000;

    margin-bottom: 0px;
}

.pc.header__img {
    width: 47%;
    position: relative;
}

.header__img img {
    width: auto;
    position: absolute;
    height: 100%;
    top: -14%;
    right: 14%;
}

.header__container::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 720px;
    max-height: 480px;
    height: 100%;
    bottom: 60px;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url('../img/group.png');
}


/* section3 */
.section3 {

    margin-top: 62px;
}

.section3 h2 {
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: center;
}

.section3__container {
    max-width: 807px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.section3__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 45px;
    row-gap: 29px;
}

.section3__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 19px 28px;
    min-height: 230px;
    border-radius: 24px;
    gap: 15px;
    background-color: #f7f7f7;
}

.section3__img {
    height: 48px;
    width: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;

}

.section3__img img {
    width: min-content;
    height: auto;


}

.section3__item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.section3__item p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 19px;
}

/* .section4 */
.section4 {
    margin-top: 48px;
    margin-bottom: 54px;
}

.section4__container {
    max-width: 960px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;

    display: flex;
    gap: 10px;

    align-items: flex-start;
    justify-content: space-between;


}

.section4__slider {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 58%;
    gap: 40px;
    flex-direction: row-reverse;

}

.slider-for {
    width: 68%;
}

.slider-for.slick-initialized.slick-slider {
    width: 72%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.slider-for .slick-slide {
 
 height: 100%;
    height: 400px;
  
}
.slider-nav.slick.slick-initialized.slick-slider.slick-vertical {
    width: 20%;
    height: fit-content;
}

.slider-nav {
    width: 32%;
}

.section4__content {
    width: 34%;
    padding: 0px 0 0px;
}

.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 {
    max-width: 400px;
    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: #000;
    position: relative;
}

.details-item .label::before {
    bottom: 0;
    left: 103%;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    z-index: -1;
    position: absolute;
    content: '............................................................................................................................';
}

.value {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    background-color: #fff;
    overflow: hidden;
}

.section4 form {}

.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-size: 14px;

    padding: 10px 10px 10px 17px;
    border: 1px solid #878787;
    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;
}

/* .slick-slider{
    display: flex;
    gap: 10px;
    align-items: center;
    height: fit-content;
    margin-top: auto;
} */
button.slick-prev.slick-arrow {
    right: 70px;
}

button.slick-next.slick-arrow {
    right: 40px;
}

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: 33px;
    color: transparent;

}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
 
    margin: 10px 0;
    border: 1px solid transparent;
}
.slider-nav  .slick-slide {
    height: 107px;
    border-radius: 10px;
    overflow: hidden;
}
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%;
object-fit: cover;
    height: 100%;
}

/* section5 */
.section5 {
    display: flex;
    margin-top: 60px;
}

.section5__img {
    max-width: 464px;
    max-height: 404px;
}

.section5__img img {
    width: 100%;
    height: 100%;
}

/* section6 */
.section6 {
    padding: 45px 0 90px;
    background-color: #f7f7f7;
    background-image: url(../img/bg5.png);
}

.section6__container {
    max-width: 880px;
    padding: 0 15px;
    margin: 0 auto;

}

.section6__container h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    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/left2.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #000;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

.section6 button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #000;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right2.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.section6 .slide {
    margin: 0 20px;
    height: 150px;
    position: relative;
    background-color: #fff;
    padding: 37px 34px 20px;
    border-radius: 30px;
}

.section6 .slide h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #100e13;
    margin-bottom: 15px;
}

.section6 .slide p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;

    color: #100e13;
}

.section6 .slick-slider {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .section7 */
.section7 {
    padding: 58px 0px;
    border-bottom: 3px solid #000;
}

.section7__container {
    max-width: 844px;
    margin: 0 auto;
    padding: 0 15px;
}

ul.custom-list {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    /* Тип маркерів — крапка */
    font-weight: 300;
    padding: 0;
    margin: 0;
    gap: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #252e43;
}

ul.custom-list li {
    margin-bottom: 0px;
    /* Відступ між елементами списку */
}

.section7__wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 0px;
    justify-content: space-between;

}

.section7 h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #252e43;
}

.section7__wrap img {
    max-height: 124px;

}

.section7__items {
    display: flex;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-between;

}

.section7__item {
    width: 19%;
    display: flex;
    flex-direction: column;
}

.section7__item h3 {
    color: #F32727;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section7__item p {
    color: #252E43;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}

.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%;
    display: flex;
    flex-direction: column;
    justify-content: center;
padding-bottom: 50px;
}

.header__footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252e43;
}

.header__footer a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252e43;
}

.pc {
    display: block;
}

.mob {
    display: none;
}
footer.header{
    border-bottom: 0;
}
@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: 70%;
    }

    .timer {
        margin-bottom: 0;
    }

    .section3__wrap {

        flex-direction: column;
    }
    .slider-for .slick-slide {
 
        height: 100%;
           height: 330px;
         
       }
       .slider-nav  .slick-slide img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .section3__col {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }

    .section3__col.img {
        width: 100%;
        order: 3;

    }

    .section3 {
        margin-top: 52px;
        padding: 0;

    }

    .section3 h2 {
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        color: #000;
        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;

    }

    .section4 {
        padding: 0px 0 0px;

    }

    .section4 .dis {}

    .section4__container {
        flex-direction: column;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .section4__content {
        width: 90%;
        margin: 0 auto;
        padding: 36px 20px 30px;
        -webkit-box-shadow: 1px 1px 17px 5px rgba(229, 229, 229, 1);
        -moz-box-shadow: 1px 1px 17px 5px rgba(229, 229, 229, 1);
        box-shadow: 1px 1px 17px 5px rgba(229, 229, 229, 1);
    }

    .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__img {
        max-width: 50%;
        max-height: 50%;
    }

    .section6 {
        padding: 35px 0 80px;
        position: relative;
       
    }
    .form__button p {
        text-transform: uppercase;
        font-size: 12px;
    }
    .section6__container h2 {

        font-size: 32px;
        margin-bottom: 20px;
    }

    .section6 .slick-slider {
        display: block;

    }
    .slider-nav .slick-slide {
        display: block;
        margin: 0 2px;
    }
    .section6 .slide {
        margin: 0 0 0 0px;
        height: auto;
        order: 1;
        padding: 25px;

    }

    .section6 button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 46%;
        transform: translate(-46%, 0);
    }

    .section6 button.slick-next.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 36%;
        margin-left: 80px;
        transform: translate(-36%, 0);
    }

    .section7__wrap h2 {

        font-size: 4vw;

    }
    .header__footer {
       margin-top: 50px;
       padding-bottom: 0;
    }
    .section7 {
        padding: 40px 20px;
    }

    .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 {
        flex-wrap: wrap;
    }

    .section7__item {
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .footer__container {

        padding: 33px 15px 5px;
    }

    .footer__head img {
        max-height: 33px;
    }

    .footer__head h2 {
        font-size: 32px;

        line-height: 40px;

    }
    .section4__container {
     
        gap: 20px;
       
    }
    .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 {
      
    }
}