header .header-menu__wrapper .font_13 {
    font-size: 14px;
    line-height: calc(1em + 5px);
}

aside.sidebar {
    background-color: #1e1e1e;
    border-radius: 20px;
    padding: 25px;
}
#headerfixed .header__main-part {
    background: transparent !important;
}

.header__main-part {
box-shadow: 0px -12px 10px rgba(0, 0, 0, 0.1);
background: #0a0a0a;
}

header.fixed, #headerfixed.fixed {
    width: 100% !important;
}

.slide-block__body {
    height: 300px;
    overflow: auto;
}

.dropdown-menu-wrapper .dropdown-menu-inner {
    background: #1e1e1e !important;
}

@media (min-width: 992px) {
    #headerfixed .header {
        background-color: black !important;
    }
}

.catalog_icons_ {
    margin-left: 20px !important;
}

.header__inner--shadow-fixed {
    box-shadow: none !important;
}

.header__top-part {
    --menu-height: 44px !important;
}

.header__top-part.header__section--transparent {
    padding-bottom: 13px !important;
}

/* .reviews-info {
    margin-top: -48px;
} */

.popup_regions .items.ext_view {
    background: transparent !important;
}

.popup_regions .items.ext_view .block.cities {
    background: transparent !important;
}

.logo {
    max-width: 250px !important;
    height: auto !important;
}

a.scroll-to-top {
    right: 62px !important;
    bottom: 150px !important;
}

header .header__icon-name {
    display: none;
}

.slogan__text {
    width: 170px;
    opacity: 1;
    color: white;
}

.banners-big__inner {
    width: 100%;
    margin-top: -110px;
}

.banners-big__text {
    width: 100%;
}

.footer__main-part {
    box-shadow: inset 0 20px 20px 0 rgb(0 0 0 / 25%);
}

.footer__divider--bottom {
    border: none !important;
}

.banners-big__title {
    /* font-family: "Unbounded"; */
    font-size: 42px;
    width: 65%;
    margin: 28px auto;
}

.banners-big__text-block {
    font-size: 20px;
    width: 65%;
    margin: 0px auto 45px;
}

.banners-big--normal {
    --big-banner-height: 680px !important; 
}

#footer {
    margin-top: 50px;
    background-image: linear-gradient(280deg, #0a0a0a, #111111);
    border-top: none !important;
}

.right_block.narrow_N .detail-maxwidth {
    max-width: 100% !important;
}


.services-detail__bottom-info #dops {
    display: none;
}
.catalogService {
    display: grid;
    contain: layout;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 260px 145px;
    padding: 30px 0;
    position: relative;
}

.catalogService .items {
    grid-gap: 5px;
    align-content: start;
    background-color: #1e1e1e;
    border-radius: 20px;
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr;
    grid-template-rows: 56px auto auto;
    padding: 20px 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.catalogService .items:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    background-color: #161616;
}

.catalogService .items:first-child {
    grid-area: 1 / 1 / 3 / 2;
}

.footer__divider--top {
    border: none !important;
}

.footer__bottom-part {
    background-image: linear-gradient(62deg, #000000, #000000);
}

.header--fixed-1 {
    display: flex;
    justify-content: center;
}

.catalogService .items .icon {
    display: block;
    height: calc(100% - 20px);
    width: 35px;
}
.catalogService .items .icon svg path {
    fill: white;
}

.catalogService .items .title {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.catalogService .items .desc {
    color: white;
    font-size: 12px;
    line-height: normal;
}

.switcher-heading {
    font-size: 32px;
    display: block;
}
.switcher-info {
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 5px 0 45px;
    font-weight: 100;
}

.boxCase {
    --theme-page-width: 1280px;
    border-radius: 24px;
    box-shadow: 0 24px 40px 0 rgba(0, 0, 0, .051);
    background: #1e1e1e;
    padding: 60px 66px 60px;
}


/* Новые стили для страницы "контакты"*/
/* .contacts-detail__item {
    height: 142px;
} */

/* .contacts-detail__item-custom{
    width: 380px;
} */

.contacts-detail__item-custom .flexbox{
    justify-content: flex-start;
}
.grid-list--items-2 {
    grid-template-columns: 1fr !important; 
    max-width: 100% !important;
}

.bx-yandex-map{
    height: 580px !important;
}
.map-view{
    margin-top: 100px;
}

/* Стили для страницы о компании */
.company-list-wrapper{
    display: flex;
    align-items: center;
}
.company-list-img{
    margin: 0 50px;
}
.company-list{
    width: 65%;
}
.company-list-type--dots::before{
    background-color: #7b7b7b;
}
.company-list-item{
    list-style: decimal;
    
}
.list-img{
    display: flex;
    flex-wrap: wrap;
}
.list-img-item{
    margin: 5px 1.5rem;
}
.company-img{
    width: 360px;
}

.company-list-item::before{
    display: none;
}

/* ТЕСТОВАЯ ТЕМА */
/* #search-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.9); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1002; 
}
.preloader-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #444; 
    border-top: 6px solid #3498db; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.preloader-text {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-family: Arial, sans-serif; 
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.error-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff4d4d; 
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 1003;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.error-message button {
    margin-top: 10px;
    padding: 5px 15px;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.error-message button:hover {
    background: #e0e0e0;
} */

#search-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    display: none;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.header-menu__dropdown-item-img-inner a{
    object-fit: contain;
    background: #fff;
    border-radius: 20px;
    width: auto;
    height: auto;
}
