body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #100E13;
    background-color: #000;
    font-family: 'Roboto', sans-serif;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 58px;
}



sub {

    margin-bottom: 27px;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    height: 100vh;
    background-size: cover;
    position: relative;
    background-image: url('../img/fon1.png');
    overflow: hidden;
    background-repeat: no-repeat;
}



.header__wrapper {
    display: flex;
    width: 70%;
    flex-direction: column;
}

.header__img {
    display: flex;
}

.header__img img {
    margin-bottom: -5px;
    display: block;
    margin-top: auto;
}

.pc.header__img {
    width: 30%;
}

.header__content {
    height: 100%;
    display: flex;
    gap: 20px;
}

.header__container {

    max-width: fit-content;
    margin: 0 auto;

    height: 100%;
    display: flex;

    justify-content: center;
    gap: 10px;
    padding: 0px 15px 0px;
    align-items: flex-end;


}

.header__logo {
    height: 38px;
    width: auto;

}


.header__wrap {
    flex: 1;
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-direction: column;
    max-width: 450px;
}

.header__wrap p {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.header__logo img {

    height: 100%;

}

sub {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px;
}

.header__wrapper {
    display: flex;
    flex-direction: column;
}

.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 {
    position: relative;
    padding: 0px;
    padding-top: 15px;
    display: flex
;
    width: fit-content;
    gap: 15px;
    /* flex-direction: column; */
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.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: 18px;
    line-height: 21px;
}

.price .dis {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 36px;
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    padding: 12px 19px;
}

.price__old {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-decoration: line-through;
    text-align: center;
    color: #fff;
}

.button {
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto;
    width: fit-content;
    display: block;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.8);
    background: #fff;
    border-radius: 29px;
    padding: 18px 33px;
}
.button:hover{
    background: #e9e8e8;
}
.footer .button{
    width: -webkit-fill-available;
}


.footer {
  padding: 65px 0 0 0;
    background-size: cover;
    position: relative;
    background-image: url('../img/fon5.png');
    overflow: hidden;
    background-repeat: no-repeat;
}
.footer__container{
    max-width: 880px;
    margin: 0 auto;
    gap: 30px;
    padding: 0 15px;
    justify-content: space-between;
    display: flex;
}
.footer__wrap{
    max-width: 267px;
    display: flex;
    flex-direction: column;
    
    gap: 8px;
    padding-bottom: 65px;
}
.footer__img img{
    margin-bottom: -5px;
}
form#customForm {
    display: flex
;
    gap: 8px;
    flex-direction: column;
}
/* section3 */
.section3 {
    background-size: cover;
    position: relative;
    padding: 40px 0 50px;
    background-image: url('../img/fon3.png');
    overflow: hidden;
    background-repeat: no-repeat;
  
}

.section3 h3 {
    font-weight: 700;
    font-size: 18px;
    max-width: 637px;
    margin: 0 auto;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.section3 h3 span{
    font-weight: 300;
    text-transform: capitalize;
}
.section3__container {
    max-width: 1080px;
    margin: 0 auto;
display: flex;
flex-direction: column;
gap: 15px;
    padding: 0 15px;
}

.section3__wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.section3__item {
    flex: 1;
    margin-top: 15px;
    position: relative;
    
    display: flex
;
    flex-direction: column;
    align-items: center;
    min-height: 156px;
    justify-content: flex-start;
    padding: 20px 18px 15px;
    border: 2px solid #ffffff8f;
    gap: 0;

}
.section3__item h3{
    font-weight: 700;
font-size: 16px;
line-height: 120%;
text-transform: uppercase;
text-align: center;
color: #fff;
}
.section3__item p{
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
   
    text-align: center;
    color: #fff;
}
.section3__img {
    height: 20px;
    width: 20px;
position: absolute;
top: -15px;
left: 50%;
transform: translate(-50%,0);
    display: flex;
    align-items: center;
    justify-content: center;


}

.section3__img img {
    width: min-content;
    height: auto;


}



/* .section4 */
.section4 {

    background-size: cover;
    position: relative;
    padding: 50px 0;
    background-image: url('../img/fon2.png');
    overflow: hidden;
    background-repeat: no-repeat;
}

.section4__container {
    max-width: 966px;
    padding: 0px 15px;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    gap: 25px;




}

.tabs {
    display: flex;
    gap: 30px;
    cursor: pointer;
}

.tab {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    filter: blur(1px);
    padding: 15px;
    border: 1px solid #fff;
}

.tab.active {
    filter: blur(0px);
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.details {
    display: none;
    margin-top: 20px;
}

.details.active {
    display: block;
}

.product-list {
    display: flex;
    margin-bottom: 50px;
}

.product {
    cursor: pointer;
    filter: blur(1px);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    padding: 17px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ffffffbe;
}

.product.active {
    filter: blur(0px);
    background: rgba(255, 255, 255, 0.1);
}

.swiper {
    width: 100%;
}

.slider-nav {
    min-width: 70px;
    max-width: 70px;
    height: 100%;

    max-height: 300px;
}
.swiper-slide{
    display: flex
    ;
        align-content: center;
        align-items: center;
    background-color: #fff;
}
.slider-nav .swiper-slide {
background-color: #fff;
    height: 33%;
    width: auto;
    opacity: 1;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 101%;
    object-fit: cover; /* Обрезает видео, чтобы заполнить контейнер */
}
.slider-for .swiper-slide img {
    height: auto;
    width: 100%;
}

.slider-nav img {
    height: auto;
    width: -webkit-fill-available;
    margin: auto;
    cursor: pointer;
}

@media (max-width: 768px) {
    .slider {
        display: none;
    }

    .product-list {
        display: flex;
    }
}

@media (min-width: 769px) {
    .slider {
        display: none;
    }

    .product-list {
        display: flex;
    }
}

.section4__wrap {
    display: flex;
    width: 100%;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 33px;
    max-width: 687px;
    gap: 28px;
    justify-content: space-between;
}

.section4__slider {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 54%;
    gap: 10px;
    flex-direction: row-reverse;
    max-height: 277px;
}

.slider-for {
    width: 75%;
    height: -webkit-fill-available;
}

.slider-for.slick-initialized.slick-slider {
    width: 68%;
    height: fit-content;
    margin-top: 5px;
    overflow: hidden;
}

.slider-for .slick-slide {

    height: 100%;
   

}


.section4__content {
    width: 44%;
    padding: 0px 0 0px;
}

.section4 p {
    font-weight: 300;
    font-size: 14px;
    margin-top: 14px;
    color: #fff;
}

.section4 h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
}

.section4 .price {
    color: #000;
    margin: 0px auto 20px;
}

.details-list {
    width: 100%;
    margin: 0 auto;
}

.details-item {
    display: table;
    margin: -2px 0;
    padding: 0 0;

    overflow: hidden;
}

.details-item:last-child {
    border-bottom: none;
}

.details-item .label {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
}



.value {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;

    overflow: hidden;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: auto;
}

select {
    width: 100%;
    padding: 10px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    border-radius: 11px;
    color: #fff;
    background-color: transparent;
    padding: 10px 10px 10px 17px;


    cursor: pointer;
}
select#ad {
    color: #ffffff8c;
}
option {
    color: #000;
}

select:focus {
    outline: none;

}


.section4 form {
    display: flex;
    width: 100%;
    margin-top: 12px;
    gap: 9px;
    flex-direction: column;
}

.section4 .button {
    margin: 14px 0 0;
}

.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: 12px;
    outline: none;
    line-height: 12px;
    color: #fff;
    background-color: transparent;
    padding: 10px 10px 10px 21px;
    border: 1px solid #fff;
    border-radius: 11px;


}

input::placeholder {
    color: #ffffff9c;
text-align: center;
}


input::-webkit-input-placeholder {
    color: #ffffff9c;
}

input::-moz-placeholder {
    color: #ffffff9c;
}

input:-ms-input-placeholder {
    color: #ffffff9c;
}

input:-moz-placeholder {
    color: #ffffff9c;
}

.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: 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: 5px 0;
    border: 1px solid transparent;
}

.slider-nav .slick-slide {
    height: 123px;

    overflow: hidden;
}



.slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/* section6 */
.section6 {
    background-size: cover;
    position: relative;
    padding: 46px 0 62px;
    background-image: url('../img/fon4.png');
    overflow: hidden;
    background-repeat: no-repeat;
}

.section6__container {
    max-width: 780px;
    padding: 0 15px;
    margin: 0 auto;

}

.section6__container h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}

.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: -20px;
    color: transparent;

}

.section6 .slick-slide {
    position: relative;
}

.section6 .slick-slide img {
   width: auto;
}

.section6 button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
   
    background-position: center;
    border: none;
  
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

.section6 button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
   
    cursor: pointer;
   

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 24px;
    content: '';
    position: absolute;
    width: 24px;
    border: none;

}

.section6 .slide {
    display: flex
    ;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 20px;
        min-height: 131px;
        gap: 0px;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;

}



.section6 .slide h3 {
    font-weight: 700;
    font-size: 16px;
    display: flex
;
    gap: 5px;
    line-height: 120%;
    color: #fff;
    align-items: center;
}

.section6 .slide p {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;

    color: #fff;
}

.section6 .slick-slider {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .section7 */
.section7 {
    padding: 58px 0px;

}

.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;

}


.hide {
    display: none;
}






.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: 0px;
    }
    .header__content {
        height: 100%;
        display: flex
    ;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .header__logo {
        height: 38px;
        width: auto;
        margin: 0 auto;
    }

    .header__img img {
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
        right: 0;
    }

    .header__container {
        gap: 15px;
        padding: 0 15px;
    }

    .header__wrap {
        margin: 0 auto;
        width: -webkit-fill-available;
        max-width: 100%;
    }

    sub {

        text-align: center;

        margin-top: 10px;
    }

    .header__wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .header__wrap p span {
        font-weight: 500;
        font-size: 14px;
        text-align: center;

        color: #fff;
    }

    .slider-nav {
        width: 100%;
        max-width: fit-content;
    }

    .timer {
        margin-bottom: 0;
    }

    .section3__wrap {

        flex-direction: column;
        align-items: center;
    }

    .slider-for .slick-slide {

        height: 100%;
        height: 262px;

    }

    .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 {
        background-position: top;
        padding: 43px 0 53px;

    }

    .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 h2 {

        font-size: 32px;
        margin-bottom: 0;
        line-height: 38px;

    }
    .tabs {
        display: flex
    ;
        gap: 10px;
        cursor: pointer;
        flex-direction: column;
        align-items: flex-start;
    }

    .section4 {
        padding: 0px 0 0px;

    }

    .section4__wrap {
        display: flex
;
        background: none;
        padding: 0;
        width: 100%;
        gap: 26px;
        justify-content: space-between;
        flex-direction: column;
    }
    .slider-for .swiper-slide img {
        height: auto;
        width: auto;
    }
    /* .slider-for .swiper-slide  {
      
      height: auto;
    } */
 
    .slider-for   .swiper-slide {
        display: flex
    ;
    max-height: 298px;
    height: auto;
        align-content: center;
        align-items: center;
        background-color: #fff;
    }
    .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;
        display: flex
;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .slider-for.slick-initialized.slick-slider {
        width: 100%;

    }

    .section4__slider {
        width: 100%;
        height: 100%;
        max-height:fit-content;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
    }
    .slider-for {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }
    .section5 {
        flex-wrap: wrap;
        margin-top: 39px;
    }

    .section4 p {
        text-align: center;
        color: #fff;
    }

    .section5__header {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .section5__img {
        min-height: 298px;
    }

    .section5 h2 {
        max-width: 100%;
        line-height: 38px;
        font-size: 32px;
        text-align: center;
    }

    .section5__img img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .section5 h2::after {

        opacity: 0;

    }

    .section5__header p {
        text-align: center;
        max-width: 100%;
    }

    .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;

    }

    .details-item {
        justify-content: center;
        text-align: center;

    }

    .slider-nav .slick-slide {
        display: block;
        margin: 0 2px;
        height: 85px;
    }

    .section6 .slide {
        margin: 0 0 0 0px;
        height: auto;
        order: 1;
        padding: 25px;
        padding-top: 40px;

    }

    .section6 button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 45%;
        transform: translate(-45%, 0);
    }

    .section6 button.slick-next.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 36%;
        margin-left: 80px;
        transform: translate(-36%, 0);
    }

    .section6 .wrapper {
        padding-top: 0;
    }

    .section6 .slick-slide img {

        top: -75px;

    }

    .section7__wrap h2 {

        font-size: 4vw;

    }

    .section7 {
        padding: 40px 20px;
    }

    .section7 h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        margin: 0;
        margin-bottom: 0px;
        text-transform: uppercase;
        text-align: center;
        color: #252e43;
    }

    .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;
    } */
    .product-list .swiper-slide {
        display: flex
    ;
    width: 100%;
        align-content: center;
        align-items: center;
        background-color: #ffffff69;
    }
    .section7__item p {

        font-size: 14px;
        line-height: 18px;

    }

    .section7__wrap img {
        max-height: 124px;
        width: -webkit-fill-available;

        margin: 20px 0;
    }

    .section7__items {
        flex-wrap: wrap;
    }

    .section7__item {
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .footer__container {
align-items: center;
        padding: 0px 15px 0px;
        flex-direction: column;
    }
    .tab-content {
        display: none;
        margin-top: 0px;
    }
    .footer {
        background-position: top;
        padding: 50px 0 0 0;
        background-size: cover;
        position: relative;
        background-image: url(../img/fon5.png);
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .footer__wrap {
        max-width: 267px;
        display: flex
    ;
        flex-direction: column;
        gap: 8px;
        padding-bottom: 0px;
    }
    .footer__head img {
        max-height: 33px;
    }

    .footer__head h2 {
        font-size: 32px;

        line-height: 40px;

    }

    .section4__container {
        padding: 40px 15px;
        gap: 20px;

    }

    .footer__container::after,
    .footer__container::before {
        display: none;
    }

    .footer__container .hide {
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .product-list {
        width:100%;
        flex-wrap: wrap;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .product-list   .swiper-wrapper {
        display: flex;
    }
   /* .product-list .swiper-slide {
        display: flex
    ;
        align-content: center;
        align-items: center;
       
    } */
    /* .product-list  .swiper-slide {
        width: auto;
        flex-shrink: 0;
        text-align: center;
        background: #f5f5f5;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
    }

    .product-list  .swiper-slide.active {
        background: #ddd;
    } */
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 30px;  /* Размер изображения */
  height: auto;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}
@media screen and (max-width:355px) {

    .form-group,
    .form-group1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section4 {}
}