/* Для оформления новых таблиц в 3 столбца */
.table-col-3 { column-count: 3; column-gap: 16px; margin-top: 25px; margin-bottom: 25px; }
.table-col-3 h3 { margin: 0 0 10px 0; font-size: 22px; }
.table-col-3 div { break-inside: avoid; margin-bottom: 16px; background-color: #f0f0f0; padding: 16px; border-radius: 8px; }
.table-col-3 div ul { margin: 0!important; }
@media(max-width: 1060px) {
 .table-col-3 { column-count: 2; }
}
@media(max-width: 674px) {
 .table-col-3 { column-count: 1; }
}

/* Новая шапка */
.header_new {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 190px;
 background-color: #063323;
 color: #fff4e2;
 padding: 0 20px 10px;
}
.header_new div {
 display: flex;
 flex-direction: column;
}
.header_new div label span {
 margin-right: 10px;
 text-wrap: nowrap;
}
.header_new .phone_block {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 210px;
}
.header_new .logo_block {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 800px;
 position: relative;
}
.header_new .logo_block .license {
 position: absolute;
 bottom: 15px;
 font-size: 10px;
}
.header_new .online_block {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 210px;
}
.header_new .btn {
 border: 1px solid #fff4e2;
 width: 210px;
 height: 36px;
 padding: 7px 10px;
 text-align: center;
 background-color: #fff4e2;
 color: #063323;
 border-radius: 20px;
 display: flex;
 justify-content: center;
}
.header_new .btn img {
 margin-right: 10px;
}
@media(max-width: 600px) {
 .header_new {
 display: grid;
 grid-template-columns: 120px 1fr;
 grid-template-rows: 1fr 1fr;
 gap: 15px;
 width: 100%;
 height: auto;
 padding-bottom: 0;
 padding-right: 60px;
 }
 .header_new div label {
 display: none;
 }
 .header_new .logo_block {
 order: 1;
 grid-row: span 2;
 width: 120px;
 }
 .header_new .logo_block img {
 height: 120px;
 }
 .header_new .logo_block .license {
 bottom: 8px;
 }
 .header_new .phone_block {
 order: 2;
 align-self: end;
 justify-self: right;
 }
 .header_new .online_block {
 order: 3;
 align-self: start;
 justify-self: right;
 }
 .header_new .btn img {
 display: none;
 }
}
@media(max-width: 430px) {
 .header_new .phone_block {
 font-size: 15px;
 text-wrap: nowrap;
 width: 170px;
 & a {
 width: 170px; 
 }
 }
 .header_new .online_block {
 font-size: 15px;
 text-wrap: nowrap;
 width: 170px;
 & a {
 width: 170px; 
 }
 }
 .header_new .btn {
 width: 100%;
 }
}

@media(max-width: 400px) {
 .header_new .online_block {
 width: auto;
 & a {
 width: auto;
 }
 }
 .header_new .phone_block {
 width: auto;
 & a {
 width: auto;
 }
 }
 .header_new .btn {
 font-size: 14px;
 width: 100%;
 }
}

/* Изменения для иконки мобильного меню (для новой шапки) */
.header-newuh__mobile-burger {
position: fixed;
top: 10px;
right: 10px;
width: 25px;
height: 25px;
background: #063323;
}
.header-newuh__mobile-burger:before, .header-newuh__mobile-burger:after, .header-newuh__mobile-burger span {
width: 16px;
height: 2px;
}
.header-newuh__mobile-burger:before {
content: '';
position: absolute;
display: block;
top: 6px;
left: calc(50% - 8px);
}
.header-newuh__mobile-burger:after {
content: '';
position: absolute;
display: block;
bottom: 6px;
left: calc(50% - 8px);
}
.header-newuh__mobile-burger.active:before {
top: 12px;
}
.header-newuh__mobile-burger.active:after {
bottom: 11px;
}

/* Выключение старой верстки + новые стили меню */
.header-newuh .header-newuh__top { display: none; }
.header-newuh .header-newuh__nav { background: #fff4e2; }
.header-newuh .header-newuh__nav .header-newuh__center .nav-menu .nav-menu_link a { color: #063323; }
.header-newuh .header-newuh__nav .header-newuh__center .nav-menu .nav-menu_link .nav-menu__submenu .nav-menu_link a { background: #fff4e2; color: #063323; }
.header-newuh .header-newuh__nav .header-newuh__center .nav-menu .nav-menu_link .nav-menu__submenu .nav-menu_link a:hover { background: #ffcca2; }
