html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

main {
    flex: 1;
    min-height: 0;
}

.footer {
    margin-top: auto;
    position: static;
    background-color: #383838;
    padding-bottom: 55px;
    font-size: 16px;
    font-weight: 200;
}

a {
    text-decoration: none;
    color: white;
}

.footer-box {
    display: flex;
    justify-content: flex-start;
    gap: 94px;
}

/*Левый контент футера*/
.content-right {
    margin-top: 56px;
}

.logo-text {
    display: flex;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 28px;
}

.pink-part {
    color: #EACBD3;
}

.white-part {
    color: white;
}

.content-right--text p {
    margin-bottom: 45px;
}

.content-right p,
.content-left p {
    color: white;
    font-size: 16px;
    font-weight: 200;
}

.content-right-contacts {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.content-right-contacts-number,
.content-right-contacts-email,
.content-right-contacts-location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-right-contacts-number p,
.content-right-contacts-email p,
.content-right-contacts-location p {
    margin-left: 10px;
}

/*Централный контент футера*/

.content-center-top-section {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 71px;
    margin-bottom: 120px;
    margin-left: 94px;
    margin-right: 100px;
}

.content-center-top-section p {
    color: #EACBD3;
    margin-bottom: 24px;
}

.content-center-help-section a,
.content-center-account-section a,
.content-center-care-section a {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.content-center-bottom-section {
    display: flex;
    justify-content: center;
    gap: 60px;
}

/*Правая часть*/

.content-left--text {
    display: flex;
    flex-direction: column;
}

.content-left--text span {
    font-weight: 400;
    margin-top: 70px;
    margin-bottom: 28px;
}

.content-left--button button {
    width: 230px;
    height: 40px;
    margin-top: 30px;
    font-weight: 400;
    border-radius: 5px;
}