
footer{
    background-color: var(--colorDarkGray);
    font-size: 16px;
    color: #ffffff;
}

.container_footer {
    /*max-width: 1315px;*/
    margin: 0 160px;
    padding: 60px 0;
}

.row {
    display: flex;
    justify-content: space-between;
}

.col_footer {
    width: 23%;
}

.contacts {
    width: 25%;
}

/* Заголовки колонок */
h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-size: 24px;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: var(--colorRed);
    margin-bottom: 20px;
}

/* Список ссылок */
ul {
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
}

ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

ul li a:hover {
    color: #CF2E2E;
}

/* Контактная информация */
.contact-info {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon-phone,
.icon-email,
.icon-clock,
.icon-location {
    font-size: 1.2rem;
    margin-right: 10px;
}

.icon-whatsapp,
.icon-vk,
.icon-mail {
    font-size: 1.5rem;
    margin-right: 20px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.icon-whatsapp:hover,
.icon-vk:hover,
.icon-mail:hover {
    color: #CF2E2E;
}

.social-icons {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.social-icons img {
    width: 25px;
    height: 25px;
}
.payment-methods {
    display: flex;
    gap: 10px;
}

.payment-methods img {
    width: 40px;
    height: 20px;
}

/* Логотип */
.logo {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo img {
    width: 30%;
}

/* Копирайт */
.copyright {
    text-align: left;
    font-size: 0.9rem;
    margin-top: 20px;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
}
.contact {
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
  }