@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700;800;900&display=swap');

.page {
margin: 0 auto !important;
font-family: 'Onest', sans-serif;
}

.header-new *,
.top-header * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 60px !important;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeff1;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1C2126;
    width: 100%;
    max-width: 1440px !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
    gap: 20px;
}

/* Основной контейнер для ссылок */
.top-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.emailblock {
    display: flex;
    align-items: center;
color: #2A85F7;
    text-decoration: none;
transition: color 0.2s ease;
white-space: nowrap;
font-size: 13px;
line-height: 20px;
font-weight: 500;
}

.emaillink {
color: #2A85F7;
transition: color 0.2s ease;
white-space: nowrap;
font-size: 13px;
line-height: 20px;
font-weight: 500;
}

.emaillink:hover {
    color: #2A85F7;    
}

.top-header__left-group {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: flex-start;
}

.top-header__center-group {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.top-header__right-group {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: flex-end;
}

.top-header__center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.6;
}

.top-header__link {
    color: #1C2126;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    font-size: 13px;
    line-height: 20px;
}

.top-header__link:hover {
    color: #2A85F7;
}

.top-header__contacts {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Иконки контактов */
.top-header__contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #1C2126;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 6px;
}

.top-header__contact-link:hover {
    color: #2A85F7;
    background-color: #f0f7ff;
}

.top-header__contact-icon {
    width: 16px;
    height: 16px;
}

.header-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 60px !important;
    background-color: #ffffff;
    font-family: 'Onest', sans-serif;
    gap: 17px;
    max-width: 1440px !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
}

/* Телефон */
.top-header__phone {
    font-weight: 500;
    white-space: nowrap;
}

.header-new__logo {
    width: 174px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-family: 'Century Gothic', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 20px;
}

.header-new__nav {
    display: flex;
    align-items: center;
    gap: 17px;
    flex: 1;
    max-width: 739px;
}

.header-new__catalog-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background-color: #2A85F7;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    height: 44px;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.header-new__catalog-btn:hover {
    background-color: #1a75e6;
}

/* Поиск */
.header-new__search {
    position: relative;
    width: 100%;
    max-width: 607px;
}

.header-new__search-input {
    width: 100%;
    height: 44px;
    padding: 0 50px 0 18px;
    border: 1px solid #93999e;
    border-radius: 11px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1c2126;
    outline: none;
    background: white;
}

.header-new__search-input:focus {
        border: 1px solid #2A85F7;
}

.header-new__search-input::placeholder {
    color: #93999e;
}

.header-new__search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 34px;
    height: 34px;
    background-color: #2A85F7;
    border: none;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.header-new__search-btn:hover {
    background-color: #1a75e6;
}

/* Действия (иконки) */
.header-new__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.header-new__action-items {
    display: flex;
    gap: 12px;
}

.header-new__action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 44px;
    text-decoration: none;
    color: #93999e;
    justify-content: center;
    transition: color 0.2s ease;
}

.header-new__action-item:hover {
    color: #2A85F7;
}

.header-new__action-item:hover .header-new__action-icon path {
    fill: #2A85F7;
}

.header-new__action-item:hover .header-new__action-icon {
    stroke: #2A85F7;
}

.header-new__action-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.header-new__action-text {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.header-new__login-btn {
    padding: 12px 16px;
    background-color: #eeeff1;
    border: none;
    border-radius: 12px;
    color: #1c2126;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    height: 44px;
    white-space: wrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.header-new__login-btn:hover {
    background-color: #e0e1e3;
}

/* Подменю */





.submenu-new {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 60px !important;
    background-color: #ffffff;
    min-height: 32px;
    overflow-x: auto;
    font-family: 'Onest', sans-serif;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-wrap: wrap;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.submenu-new::-webkit-scrollbar {
    display: none;
}

.submenu-new__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1c2126;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    height: 20px;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    flex-shrink: 0;
}

.submenu-new__item:hover,
.submenu-new__item:active,
.submenu-new__item--active {
    color: #2A85F7;
    border-bottom: 1px solid #2A85F7;
}

.submenu-new__item--special {
    background-color: #eaf5ff;
    border-radius: 12px;
    padding: 6px 10px;
    gap: 6px;
    height: 32px;
    border-bottom: none;
}

.submenu-new__item--special:hover {
    background-color: rgba(42, 133, 247, 0.2);
    border-color: white;
}

.submenu-new__item--special .submenu-new__text {
    font-weight: 400;
    color: #1c2126;
}

.submenu-new__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.submenu-new__text {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    transition: color 0.2s ease;
}

.submenu-new__promo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2A85F7;
    font-weight: 400;
    margin-left: -0.5px;
    text-decoration: none;
    padding-bottom: 1px;
    transition: all 0.2s ease;
}

.submenu-new__promo-icon {
    width: 15px;
    height: 14px;
}

/* Адаптивность */
@media (max-width: 1395px) {
    .header-new,
    .top-header {
        padding: 12px 15px;
    }
    
    
    .header-new__nav {
        gap: 15px;
    }
    
    .header-new__search {
        max-width: 500px;
    }
    
    .top-header__left,
    .top-header__right {
        gap: 20px;
    }
}


@media (max-width: 1200px) {
    .header-new__search {
        max-width: 400px;
    }

    .top-header__link {
        font-size: 13px;
    }
    
    
    .header-new__action-items {
        gap: 8px;
        max-width:200px;
    }
    
    .submenu-new {
        gap: 16px;
    }

     .top-header--unified {
        padding: 8px 30px !important;
    }
    
    .top-header--unified .top-header__nav {
        gap: 15px;
    }
    
    .top-header {
        flex-direction: row;
        padding: 8px 30px !important;
        gap: 15px;
    }

        .top-header__content {
        gap: 20px;
    }

    .top-header__left-group,
    .top-header__center-group,
    .top-header__right-group {
        gap: 20px;
    }
    
    .top-header__left,
    .top-header__center,
    .top-header__right {
        gap: 16px;
        justify-content: center;
        flex: none;
    }
}

@media (max-width: 768px) {
    .top-header--unified .top-header__content {
        flex-wrap: wrap;
    }
    
    .top-header--unified .top-header__nav {
        order: 1;
        flex: 1 1 100%;
        justify-content: center;
        margin-bottom: 8px;
    }
    
    .top-header--unified .top-header__contacts-wrapper {
        order: 2;
        flex: 1 1 100%;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .top-header {
        padding: 8px 20px !important;
    }
    
    .top-header__content {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .top-header__left-group,
    .top-header__center-group {
        flex: 1 1 calc(50% - 10px);
        justify-content: flex-start;
    }
    
    .top-header__right-group {
        flex: 1 1 100%;
        justify-content: center;
        order: 3;
        margin-top: 5px;
    }
    
    .top-header__contacts {
        gap: 8px;
    }
}


@media (max-width: 768px) {
    .header-new {
        flex-wrap: wrap;
        gap: 12px;
    }

    .top-header {
        padding: 8px 15px !important;
        font-size: 13px;
    }

    .top-header__left-group,
    .top-header__center-group {
        flex: 1 1 100%;
        justify-content: center;
    }


    .header-new__nav {
        order: 3;
        flex: 1 1 100%;
        max-width: none;
    }
    
    .header-new__search {
        max-width: none;
    }
    
    .top-header__left,
    .top-header__center,
    .top-header__right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-header__center {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .top-header__link {
        font-size: 12px;
    }

     .top-header__left-group {
        order: 1;
    }
    
    .top-header__center-group {
        order: 2;
    }
    
    .top-header__right-group {
        order: 3;
        margin-top: 8px;
    }

     .top-header__contacts {
        gap: 6px;
    }
    
    .top-header__contact-link {
        width: 28px;
        height: 28px;
    }

}

@media (max-width: 576px) {
    .top-header {
        flex-direction: column;
        gap: 10px;
        padding: 12px 15px !important;
    }
    
    .top-header__content {
        flex-direction: column;
        gap: 12px;
    }
    
    .top-header__left-group,
    .top-header__center-group,
    .top-header__right-group {
        flex: none;
        justify-content: center;
        width: 100%;
    }
    
    .top-header__left-group,
    .top-header__center-group {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .top-header__right-group {
        gap: 15px;
        margin-top: 5px;
    }
    
    .top-header__contacts {
        gap: 10px;
    }
}

.top-header--unified {
    padding: 8px 60px !important;
}

.top-header--unified .top-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.top-header--unified .top-header__nav {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: start;
}

.top-header--unified .top-header__contacts-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}


#mainMenu .modal-dialog {
    transform: translateY(105px);
    max-width: 1400px !important;
    padding: 0px !important;
}

.listtypepage {
width:100%;
display: flex;
flex-direction: column;
}

.active .header__nav-links {
    padding: 0px !important;
}

/* Основные стили модального окна */
.header__dropdown-menu.modal {
    font-family: 'Onest', sans-serif;
}

.header__dropdown-menu .modal-dialog {
    max-width: 1000px;
    margin: 0 auto;
}

.header__dropdown-menu .modal-content {
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 100%;
}

/* Контейнер модального окна */
.header__dropdown-menu-inner {
    display: flex;
    height: 100%;
    background: white;
}

/* Левая колонка - навигация */
.header__navs {
    min-width: 250px !important;
    background: white !important;
    padding: 15px 15px !important;
    border-right: 1px solid #eeeff1;
    gap: 6px;
}

.header__dropdown-menu .modal-dialog {
    border-radius: 15px !important;
}


.header__nav {
    background: transparent !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 12px 18px !important;
    text-align: left;
    color: #1C2126 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all 0.2s ease;
    position: relative;
    margin: 0 !important;
    width: 100%;
}

.header__nav:hover,
.header__nav:focus {
    background: #eaf5ff !important;
    color: #2A85F7 !important;
    transition: all 0.3s ease;
}

.header__nav.active {
    background: #eaf5ff !important;
    color: #2A85F7 !important;
    transition: all 0.3s ease;
}



/* Правая колонка - контент */
.header__tab-content {
    flex: 1;
    padding: 32px;
    background: white;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header__tab-content.active {
    opacity: 1;
}

.header__tab-pane {
    display: none;
}

.header__tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Сетка подкатегорий */
.header__nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: -10px;
}

.header__nav-subcategory {
    width: calc(24% - 20px) !important;
    margin: 10px;
    padding: 0;
}

.header__nav-subcategory-container {
    display: flex;
    flex-direction: column;
    gap: 2px; 
}

/* Основная подкатегория */

.header__nav-link.link-dark.first-item {
    font-size: 18px !important;  
    font-weight: 600 !important;  
    line-height: 24px !important;
    text-decoration: none;
    padding: 0px 0px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06); 
    transition: all 0.2s ease;
}

.header__nav-link.link-dark:hover {
    color: #2A85F7 !important;
}

/* Типы подкатегорий */
.header__nav-type {
    color: #5E666E !important;
    font-size: 13px; 
    font-weight: 400; 
    line-height: 18px; 
    text-decoration: none;
    padding: 4px 0; 
    transition: all 0.2s ease;
    position: relative;
    padding-left: 16px;
}


.header__nav-type:hover {
    color: #2A85F7 !important;
    padding-left: 20px;
    text-decoration: none; /* Убрано подчеркивание при наведении */
    border-bottom: none; /* Убрано подчеркивание */
}


/* Кнопка "еще" */
.header__nav__show-more {
    background: transparent !important;
    border: none;
    color: #2A85F7 !important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
margin-top: 15px;
    text-decoration: none; 
}

.header__nav__show-more:hover {
    gap: 8px;
    color: #1a75e6 !important;
    text-decoration: none; 
}

.header__nav__show-more .arrow-down {
    transition: transform 0.3s ease;
}

.header__nav__show-more:hover .arrow-down {
    transform: translateY(2px);
}


@keyframes slideDown {
    from { 
        opacity: 0;
        transform: translateY(-10px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 1200px) {
    .header__dropdown-menu .modal-dialog {
        max-width: 95%;
        margin: 20px auto;
    }

    
    .header__nav-subcategory {
        width: calc(33.333% - 20px) !important;
    }
}

@media (max-width: 992px) {
    .header__navs {
        width: 240px !important;
    }
    
    .header__tab-content {
        padding: 24px;
    }
    
    .header__nav-subcategory {
        width: calc(50% - 20px) !important;
    }
}

@media (max-width: 768px) {
    .header__dropdown-menu .modal-dialog {
        height: 90vh;
        margin: 10px auto;
    }
    
    .header__dropdown-menu-inner {
        flex-direction: column;
    }
    
    .header__navs {
        width: 100% !important;
        height: auto;
        max-height: 200px;
        overflow-y: auto;
        padding: 16px 0 !important;
    }
    
    .header__nav {
        padding: 10px 20px !important;
        font-size: 13px;
    }
    
    .header__tab-content {
        padding: 20px;
        height: calc(100% - 200px);
    }
    
    .header__nav-subcategory {
        width: calc(50% - 15px) !important;
        margin: 7px;
    }
}

@media (max-width: 576px) {
    .header__nav-links {
        gap: 15px;
        margin: -7px;
    }
    
    .header__nav-subcategory {
        width: 100% !important;
        margin: 7px 0;
    }
    
    .header__nav-link.link-dark {
        font-size: 15px;
    }
    
    .header__nav-type {
        font-size: 12px;
    }
}


.header__nav.active::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%232A85F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Убираем стандартную анимацию Bootstrap */
.header__tab-pane {
    display: none !important;
}

.header__tab-pane.active {
    display: block !important;
}

.header__tab-content {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header__tab-content.active {
    opacity: 1;
}

#typename {
    padding-left: 10px !important;
}

/* === ОБНОВЛЕННЫЕ СТИЛИ ПОДВАЛА === */

/* Основные стили подвала */
.footer-new {
    background: #262626;
    font-family: 'Onest', sans-serif;
    color: white;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
}

.footer-new__container {
    max-width: 1440px;
    margin-left: auto !important; 
    margin-right: auto !important; 
    padding: 0 60px;
}

/* Верхняя часть футера */
.footer-new__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 40px;
    flex-wrap: wrap;
}

/* Колонки */
.footer-new__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 180px;
}

.footer-new__column--subscribe {
    min-width: 280px;
    align-items: flex-end;
}

/* Заголовки колонок */
.footer-new__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}

/* Группы (для колонки с двумя группами) */
.footer-new__group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-new__group:first-child {
    margin-bottom: 10px;
}

/* Ссылки */
.footer-new__link {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-new__link:hover {
    color: #2A85F7;
}

/* Блок подписки */
.footer-new__subscribe {
    width: 100%;
    max-width: 459px;
    margin-top: 0px; 
}

.footer-new__subscribe-title {
    color: #C0C0C0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
}

.footer-new__subscribe-form {
    width: 100%;
}

.footer-new__input-group {
    position: relative;
    width: 100%;
}

.footer-new__input {
    width: 100%;
    height: 48px;
    padding: 0 50px 0 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C0C0C0;
    color: #C0C0C0;
    font-size: 14px;
    font-family: 'Onest', sans-serif;
    outline: none;
    transition: border-color 0.2s ease;
}

.footer-new__input::placeholder {
    color: #C0C0C0;
    opacity: 0.5;
}

.footer-new__input:focus {
    border-bottom-color: #2A85F7;
}

.footer-new__submit-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: transform 0.2s ease;
}

.footer-new__submit-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

/* Логотип с фоновым изображением */
.footer-new__logo {
    width: 100%;
    display: flex;
}

.footer-new__logo-link {
    display: block;
    width: 341px;
    height: 56px;
    text-decoration: none;
    position: relative;
    transition: opacity 0.2s ease;
}

.footer-new__logo-link:hover {
    opacity: 0.8;
}

.footer-new__logo-bg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.footer-new__logo-alt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Нижняя часть футера */
.footer-new__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.footer-new__legal {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-new__legal-link {
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-new__legal-link:hover {
    color: #2A85F7;
}

/* Адаптивность */

@media (max-width: 1200px) {
    .footer-new__main {
        gap: 30px;
    }
    
    .footer-new__column {
        min-width: 160px;
    }
    
    .footer-new__column--subscribe {
        min-width: 250px;
    }
}

@media (max-width: 1199px) {
    .header-new__action-text {
        display: none;
    }
}

@media (max-width: 992px) {
    .footer-new__main {
        justify-content: flex-start;
    }
    
    .footer-new__column {
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
    }
    
    .footer-new__column--subscribe {
        flex: 1 1 100%;
        align-items: flex-start;
        margin-top: 30px;
    }
    
    .footer-new__subscribe {
        max-width: 100%;
        margin-top: 20px;
    }

    .header-new__action-text {
        display: none;
    }
    
    .footer-new__logo {
        justify-content: flex-start;
    }
    
    .footer-new__logo-link {
        width: 300px;
        height: 49px;
    }
}

@media (max-width: 768px) {
    .footer-new {
        padding: 30px 0 15px;
    }
    
    .footer-new__main {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .header-new__action-text {
        display: none;
    }
    
    .footer-new__column {
        flex: 1 1 100%;
        min-width: auto;
    }
    
    .footer-new__group:first-child {
        margin-bottom: 30px;
    }
    
    .footer-new__legal {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-new__legal-link {
        font-size: 11px;
    }
    
    .footer-new__logo-link {
        width: 280px;
        height: 46px;
    }
}

@media (max-width: 480px) {
    .footer-new__container {
        padding: 0 15px;
    }
    
    .footer-new__title {
        font-size: 15px;
    }
    
    .footer-new__link {
        font-size: 15px;
    }
    
    .footer-new__subscribe-title {
        font-size: 13px;
    }
    
    .footer-new__logo {
        max-width: 280px;
    }
    
    .footer-new__logo-link {
        width: 250px;
        height: 41px;
    }
}

#companies {
margin-bottom: 0px !important;
}

/* Адаптивность для всего тела на страницах*/
.containermain {
    max-width: 1440px !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 20px;
    font-family: 'Onest', sans-serif !important;
}

.footer-rows {
 display: flex;
 justify-content: space-between;
 flex-wrap: nowrap;
 gap: 60px;
 flex-direction: row;
 align-items: end;
}

