body {
    --small-text: 14px; 
    --main-text: 50px;
    --regular-text: 20px; 
    --middle-text: 16px; 
    --header-text: 30px; 
}
.fix-height {height: 80px;}

header {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
   }


.btn-header {
    background-color: var(--help-color);
    color: var(--white-color);
    padding: 5px;
    margin: 5px;
    width: 135px;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
     }
 
.products {
    height: 650px;
       }

.card-picture {
    width: auto;
    height: 300px;

    background-position: center;

}

.swiper {
    width: 85%;
}

.fix-height {
    height: 65px;}


.d-flex-evenly {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 25px;
}
.flex-1 {
    flex: 1 0 auto;
    }

.numbers {
    /* flex-direction: column; */
    height: 250px;
}

.feedback {
    flex-direction: column-reverse;
    margin: 10px 0px;
    height: auto;
}

.fieldset {
    padding: 10px;
    width: 60%;
}

.feedback-info {
    width: 90%;
}

.info-cards>figure {
    width: 100%;
}

footer {
    height: auto;
}

.map {
    height: 200px;
    width: 100%;
}

.basket {
    z-index: 110;
}

.content {
    width: 100%;
    height: 100%;
}

.btn-close {
    top: auto;
    left: 10px;
    bottom: 10px;
}

td {
    vertical-align: top;
    width: 50px;
}

.small-picture {
    width: 48px;
}

footer {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;}

.d-flex-evenly {
        flex-wrap: wrap;
        flex-direction: row;
        height: auto;
        padding-top: 10px;
       }

.d-flex {flex-wrap: wrap;
    flex-direction:row;}


.d-flex-column {flex-wrap: wrap;
    flex-direction:row;}

