
@media screen and (max-width: 990px)
{
    
    body{
        margin: 0;
    }
    /* Скрываем выпадающее меню по умолчанию */
.dropdown-content {
    display: none; /* Скрываем по умолчанию */
    position: absolute;
    background-color: orange; /* Цвет фона для выпадающего меню */
    z-index: 10; /* Убедитесь, что оно отображается над другими элементами */
}

/* Показываем выпадающее меню при активации бургер-меню */
.burger-checkbox:checked + .burger + .menu-list .dropdown-content {
    display: block; /* Показываем при активации бургер-меню */
}

.burger-checkbox {
    position: absolute;
    visibility: hidden;
}

.burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
}

.burger::before,
.burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000;
}

.burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}

.burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
}

.burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0,0,0,0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
}

.burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
}

.menu-list {
    position: fixed; /* Фиксируем меню на экране */
    top: 68px; /* Начинаем от верхней части экрана */
    left: 0; /* Начинаем от левой стороны экрана */
    width: 100%; /* Занимаем всю ширину экрана */
    height: 100%; /* Занимаем всю высоту экрана */
    background: rgb(255, 255, 255); /* Цвет фона */
    display: grid; /* Используем грид для расположения элементов */
    gap: 0px;
    padding: 0px 0;
    margin: 0;
    list-style-type: none;
    transform: translateX(-100%); /* Скрываем меню за пределами экрана */
    transition: .3s; /* Плавный переход */
    z-index: 10; /* Высокий z-index для отображения над другими элементами */
}

.menu-list li{
padding: 0px;
padding: 4px 0; /* Уменьшите верхний и нижний отступы */
    margin: 2px 0; /* Уменьшите расстояние между элементами */
    height: auto; /* Убедитесь, что высота автоматически подстраивается под содержимое */
}

.menu-item {
    display: block;
    padding: 8px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    border-top: 1px solid #ebebeb;
}

.menu-item:hover {
    background: rgba(255, 255, 255, .2);
}

/* Показываем меню при активации бургер-меню */
.burger-checkbox:checked ~ .menu-list {
    transform: translateX(0);
}
    
    .conteiner{
        max-width: 950px;
        width: 100%;
        padding: 0;
        margin: auto;
        height: auto;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
    }
    
    .header{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 5px;
        justify-content: left;
    }
    .logo img{
        width: 100px;
        height: 60px;
    }
    .logo {
        padding-left: 10px;
    }
    
  
    
    .nev_servis{
        margin-top: 35px;
        font-size: 14px;
        text-align: center;
        color: #888;
        padding-left: 4%;
        padding-right: 4%;
    }
    .nev_servis button {
        margin-top: 5px;
        padding: 10px 25px 10px;
        font-size: 14px;
        line-height: 15px;
        color: red;
        background: transparent;
        border: 1px solid red;
        border-radius: 3px;
        text-align: center;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
    }
    @media screen and (max-width:1200px)
    {.nev_servis{display:none;}}
    
    
    
    .with_dropdown_header a{
        display: none;
        text-align: left;
        color: #000;
        font-size: 20px;
        font-weight: 900;
        text-decoration: none;
    }
    
    .pochta a{
        display: none;
        color: #0088cc;
        text-decoration: none;
    }
    
    .inner-table-block {
        display: none;
        padding-left: 4%;
        margin-top: 35px;
        padding-right: 5%;
    }
    .nev_servis button:hover{
        background-color: red;
        color: #fff;
    }
    .address-block {
        display: none;
        padding-left: 0em;
        margin-top: 37px;
        font-size: 17px;
    }
    .button_header{
        margin-top: 10px;
    }
    .nav {
        display: none;
        padding: 20px 20px 18px;
        text-align: center;
        margin-top: 10px;
        border-top: 1px solid #e0dada;
        flex-wrap: nowrap;
        border-bottom: 1px solid #eceaea;
        justify-content: left;
        transition: top 1.5s; /* Плавное появление */
    }
    .dropdown {
      position: relative;
      display: inline-block;
      padding-left: 1%;
      white-space: nowrap;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        justify-content: center;
        background-color: #ffffff;
        min-width: 230px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        left: 20%;
        margin-top: 6px;
        overflow: hidden;
      }
    
      .dropdown-content1 {
        display: none;
        position: absolute;
        justify-content: center;
        background-color: #ffffff;
        min-width: 150px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        left: -100%;
        margin-top: 6px;
      }
      .dropdown:hover .dropdown-content1 {
        display: block; /* Показываем подменю при наведении на родительский элемент */
    }
    
    
    .dropdown-content2 {
        display: none;
        position: absolute;
        justify-content: center;
        background-color: #ffffff;
        max-width: 1350px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        left: -160%;
        margin-top: 6px;
      }
      .dropdown:hover .dropdown-content2 {
        display: block; /* Показываем подменю при наведении на родительский элемент */
    }
    
    
    
      .dropdown-content a {
        padding: 10px 35px; /* Отступы внутри подменю */
        text-decoration: none; /* Убираем подчеркивание */
        display: block; /* Делаем ссылки блочными */
    }
    
    
    .dropdown:hover .dropdown-content {
        display: block; /* Показываем подменю при наведении на родительский элемент */
    }
    
    .nav a {
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        color: black;
        text-align: center;
        position: relative; /* Для позиционирования псевдоэлемента */
        white-space: nowrap;
        
    }
    .block_goods1 {
        display: flex; /* Гибкое расположение в строки */
        flex-wrap: nowrap;
        text-align: left;
        padding: 5px; /* Отступы вокруг блока */
        width: 35%;
        justify-content: left;
      }
    .dropbtn::after {
        content: ""; /* Создаем пустой контент для псевдоэлемента */
        display: block; /* Делаем его блочным элементом */
        height: 2px; /* Высота линии */
        background: #0088cc; /* Цвет линии */
        width: 0px; /* Начальная ширина линии */
        transition: width 0.3s; /* Плавный переход ширины */
        position: absolute; /* Абсолютное позиционирование */
        left: 50%; /* Центрирование по горизонтали */
        bottom: -5px; /* Расположение под текстом */
        transform: translateX(-50%); /* Центрирование линии */
    }
    .nav a:hover::after {
        width: 100%; /* Ширина линии при наведении */
    }
    .nav a:hover{
        color: #0088cc;
    }
    
    .text-content1 li {
        font-size: 14px;
        text-align: left;
        list-style: none;
        margin-left: -30px;
        color: #0088cc;
    }
    .text-content1 ul {
       margin-top: -9px;
    }
    
    .text-content1 h2 {
        font-size: 15px;
        text-align: left;
        list-style: none;
        margin-left: 10px;
    }
    
    .dropdown-content_flex{
        display: flex;
        flex-wrap: wrap;
        width: 1000px;
        
    }
    
    .dropdown-content a{
        font-size: 18px;
        color: #474747;
        border-top: 1px solid #e9e9e9;
        text-align: left;
    }
    
    /*Раздел наши услуги*/
    
    .col-md-2{
        margin-top: 50px;
        padding: 15px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .schedule {
    width: 200px;
    color: #888;
    margin-top: 5px;
    }
    
    .pochta a{
    color: #0088cc;
    text-decoration: none;
    }
    .svg-inline-address{
        padding-right: 10px;
    }
    
    .button1{
    display: none;
    color: rgb(30, 117, 199);
    font-weight: normal;
    border: 1px solid rgb(22, 120, 201);
    background-color: #fff;
    padding: 15px 20px 15px;
    font-size: 17px;
    line-height: 10px;
    }
    
    .button2 {
    display: none;
    color: rgb(30, 117, 199);
    font-weight: normal;
    border: 1px solid rgb(22, 120, 201);
    background-color: #fff;
    margin: 7px 0 0;
    padding: 15px 23px 15px;
    font-size: 13px;
    line-height: 10px;
    }
    
    .button1:hover, .button2:hover {
        background-color: #0088cc;
        color: #fff;
    }
    
    /* Стили модельных окон */
    .myModal_servic {
        display: none; /* Скрыть модальное окно по умолчанию */
        position: fixed; /* Окно фиксируется на экране */
        z-index: 1; /* На переднем плане */
        left: 0;
        top: 0;
        width: 100%; /* Полная ширина */
        height: 100%; /* Полная высота */
        overflow: auto; /* Включает прокрутку, если необходимо */
        background-color: rgb(0,0,0); /* Черный фон */
        background-color: rgba(0,0,0,0.4); /* Полупрозрачный черный фон */
    }
    
    .modal-content_servis {
        background-color: #fefefe;
        margin: 15% auto; /* 15% сверху и по центру */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Ширина окна */
    }
    
    .close {
        color: #686868;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    
    
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    .modal2 {
        display: none; /* Скрыть модальное окно по умолчанию */
        position: fixed; /* Окно фиксируется на экране */
        z-index: 1; /* На переднем плане */
        left: 0;
        top: 0;
        width: 100%; /* Полная ширина */
        height: 100%; /* Полная высота */
        overflow: auto; /* Включает прокрутку, если необходимо */
        background-color: rgb(0,0,0); /* Черный фон */
        background-color: rgba(0,0,0,0.4); /* Полупрозрачный черный фон */
    }
    
    .modal-content2 {
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 100%; /* Устанавливаем ширину на 100% */
        max-width: 396px; /* Максимальная ширина по-прежнему 600px */
        border-radius: 0px;
        position: fixed; /* Фиксируем позицию */
        top: 50%; /* Центруем по вертикали */
        left: 50%; /* Центруем по горизонтали */
        transform: translate(-50%, -50%); /* Сдвигаем окно для центрирования */
        height: auto; /* Убираем фиксированную высоту */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Добавляем тень для лучшего визуального эффекта */
        padding: 20px; /* Отступы внутри окна */
        box-sizing: border-box; /* Учитываем отступы и границы в ширине */
    }
    
    .modal-content2 p{
        color: #888;
    }
    .required {
        color: red; /* Задаем красный цвет для звездочки */
        font-size: 1.1em; /* Увеличиваем размер шрифта */
    }
    
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    form {
        display: flex;
        flex-direction: column;
    }
    
    form label {
        color: #888;
        font-size: 14px;
    }
    
    .obrabotka{
        text-decoration: none;
        color: #0088cc;
    }
    
    label {
        margin-top: 10px;
    }
    
    form input {
        padding: 15px;
        margin-top: -10px;
        background-color: #fbfbfc;
        border: 1px solid #dadada; /* Добавляем цвет, стиль и ширину границы */
        border-radius: 1px; /* Опционально: закругляем углы */
    }
    
    form button{
        background-color: #0088cc;
        font-weight: 600;
        color: #fff;
        border: #0088cc;
        font-size: 14px;
        padding: 10px;
        width: 170px;
        border-radius: 3%;
    }
    
    .close2 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .modal3 {
        display: none; /* Скрыть модальное окно по умолчанию */
        position: fixed; /* Окно фиксируется на экране */
        z-index: 1; /* На переднем плане */
        left: 0;
        top: 0;
        width: 100%; /* Полная ширина */
        height: 100%; /* Полная высота */
        overflow: auto; /* Включает прокрутку, если необходимо */
        background-color: rgb(0,0,0); /* Черный фон */
        background-color: rgba(0,0,0,0.4); /* Полупрозрачный черный фон */
    }
    
    .modal-content3 {
        background-color: #fefefe;
        margin: 15% auto; /* 15% сверху и по центру */
        padding: 20px;
        border: 1px solid #888;
        width: 20%; /* Ширина окна */
    }
    
    .close3 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .fixed {
    position: fixed; /* Фиксированное положение */
    top: -10px; /* Прикрепить к верхней части */
    left: 0;
    right: 0;
    z-index: 1000; /* На переднем плане */
    background-color: #fff;
    justify-content: center;
    }
    
    
    .nav-buttons {
        display: none;
        top: 50%;
        width: 100%;
        justify-content: space-between;
        transform: translateY(-50%);
        opacity: 0; /* Скрываем кнопки по умолчанию */
        transition: opacity 0.3s ease;
    }
    .nav-button {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border: none;
        border-radius: 50%; /* Круглая форма */
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        transition: background-color 0.3s ease;
        margin: auto;
    }
    
    .slide:hover .nav-buttons {
        opacity: 1; /* Показываем кнопки при наведении на слайд */
    }

    .text_slide {
        position: absolute;
        top: 50%; /* Центрируем по вертикали */
        left: 50%; /* Центрируем по горизонтали */
        transform: translate(-50%, -50%); /* Сдвигаем текст на 50% его ширины и высоты для центрирования */
        color: rgb(0, 0, 0);
        text-align: center;
        width: 100%; /* Задаем ширину 100% */
        height: auto;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        padding: 0 10px; /* Отступы по бокам для лучшего отображения текста */
        box-sizing: border-box; /* Учитываем отступы в общей ширине */
    }
    
    
    
    
    
    /*стили новигации сейчас буду исправлять*/
    
    
    
    .text_uslugi span{
        font-size: 20px; 
    }
    .uslugi_img img {
        padding: 10px;
        flex: 1 1 auto; /* Позволяем изображению сжиматься */
        max-width: 100%; /* Ограничиваем максимальную ширину изображения */
        width: 300px;
        height: 230px;
    
    }
    
  
    .uslugi_text p{
        margin-top: 50px;
        font-size: 20px;
        text-align: left;
        padding-left: 10px;
    }
    
    
    .uslugi_text span{
        margin-top: 50px;
        font-size: 18px;
        color: #888;
        padding-left: 10px;
    }
    .no_conteiner1{
        background-color: #f4f5f7;
    
    }
    .uslugi_img{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        
    }
    
    
    
    
    .btn_uslugi button{
        display: none;
        color: rgb(30, 117, 199);
        font-weight: normal;
        border: 1px solid rgb(22, 120, 201);
        background-color: #fff;
        margin: 7px 0 0;
        padding: 15px 20px 15px;
        font-size: 16px;
        line-height: 10px;
        font-weight: 500;
    }
    
    a {
        text-decoration: none;
    }
    
    .btn_uslugi button:hover{
        background-color: #0088cc;
        color: #fff;
    }
    
    
    
    .uslugi_img img:hover {
        transform: scale(1.1); /* Увеличиваем масштаб при наведении */
        filter: brightness(1.2);
    }
    
    .main{
        background-color: #eceaea;
    }
    .slaid img{
        max-width: 100%;
    }
    
    .blok_glav2{
        display: inline-block;
        width: 500px;
        margin: 0px 0px 0px 70px;
    }
    
    .blok_glav {
        margin-left: -50px;
        margin-top: 70px;
    }
    .block1{
        display: flex;
        background-color: rgb(255, 255, 255);
        height: 200px;
        border: 1px solid #dad7d7;
        width: 600px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    
    :hover.block1{
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Увеличиваем тень при наведении */
    }
    


    .statistics-block__item {
        flex-basis: 25%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 10px;
    }
    
    .statistics-info__animate {
        margin-left: 10px;
        font-size: 45px;
        color: #888;
    }
    
    
    .statistics-info__text {
        margin-top: 10px;
        color: #888;
        font-size: 14px;
        line-height: 14px;
    }
    
    .statistics-block{
        display: none;
        display: block;
        margin-top: 60px;
       
    }
    
    .statistics-info__number {
        display: flex;
    }
   
    
    .title_block .right_link_block {
        float: right;
        position: relative;
        z-index: 1;
        color: #0088cc;
        text-decoration: none;
        font-size: 18px;
    }
    
    .title_block h3{
        padding: 0px 0px 34px;
        margin: 0px;
        font-size: 1.733em;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    
    .container_block {
        display: flex; /* Используем flexbox для контейнера */
        margin: auto; /* Центрируем контейнер */
        background-color: white; /* Цвет фона контейнера */
        border-radius: 8px; /* Закругляем углы */
        
    }
    
    .large-block {
        flex: 2; /* Большой блок занимает 2/3 пространства */
        width: 50%;
    }
    
    .large-block img {
        width: 100%; /* Изображение занимает 100% ширины блока */
        border-top-left-radius: 8px; /* Закругляем верхний левый угол */
        border-bottom-left-radius: 8px; /* Закругляем нижний левый угол */
    }
    
    .small-blocks {
        flex: 1; /* Маленькие блоки занимают 1/3 пространства */
        display: flex; /* Используем flexbox для маленьких блоков */
        flex-wrap: wrap; /* Позволяем обертывание, чтобы блоки располагались в два ряда */
        justify-content: space-between; /* Распределяем блоки по горизонтали */
        padding: 10px; /* Отступы внутри маленьких блоков */
        margin-right: 0;
        
    }
    
    .small-block {
        width: 48%; /* Задаем ширину маленьких блоков, чтобы они вмещались в два ряда */
        margin-bottom: 10px; /* Отступы между маленькими блоками */
        height: 200px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    
    }
    
    .small-block img {
        width: 100%; /* Изображение занимает 100% ширины блока */
        border-radius: 4px; /* Закругляем углы маленьких изображений */
    }
    
    .small-block h5 {
        padding-left: 15px;
    }
    
    .large-block h3 {
        padding-left: 15px;
    }
    
    .small-block img:hover {
        filter: brightness(1.1); /* Увеличиваем яркость изображения при наведении */
    }
    .large-block img:hover {
        filter: brightness(1.1); /* Увеличиваем яркость изображения при наведении */
    }
    
    .large-block h3:hover {
    color: #0088cc;
    }
    
    .small-block h5:hover {
        color: #0088cc;
    }
    
    .small-block:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); 
    }
    
    .large-block:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); 
    }
    
    .no_conteiner_border{
        border-top: 1px solid #e2dddd;
        margin-top: 100px;
    }
    
    .no_conteiner{
        margin-top: 100px;
    }
    
    .block_bob {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .block_bob1{
        border: 1px solid #ececec;
        margin: 10px;
        text-align: center;
    }
    
    .block_bob1 img{
        max-width: 300px;
    }
    
    .block_bob1 h4:hover {
        color: #0088cc;
    }
    
    .block_bob1:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); 
    }
    .bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info {
        position: absolute;
        top: 92px;
        left: 16px;
        z-index: 2;
        background: #fff;
        width: 287px;
    }
    
    .bx-yandex-view-layout {
        padding: 24px 30px 22px;
        font-weight: bold;
        font-size: 1.467em;
        color: #333;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block {
        padding: 21px 30px 30px;
    }
    
    .block_goods {
        display: flex; /* Гибкое расположение в строки */
        flex-wrap: nowrap;
        align-items: center; /* Вертикальное выравнивание по центру */
        padding: 5px; /* Отступы вокруг блока */
        width: 48%;
        justify-content: center;
      }
    
      .block_goods{
        border: 1px solid #f3f3f3;
      }
    
      .block_goods:hover{
        box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
      transform: translateY(-1px);
      }
    
      .conteiner_razdel_main{
        justify-content: center;
        height: auto;
        display: flex;
        width: 1440px;
        flex-flow: row wrap;
        margin-top: 35px;
        max-width:100%;
        margin: 0 auto;
        padding: 0;
    }
    
    
    .li_razdel2 li{
        font-size: 15px;
        margin-top: 0px;
        color: #0088cc;
    }
    
    .text-content p{
        font-size: 14px;
        margin-left: 20px;
        color: #696969;
    }
    
    .text-content h2{
        color: #000000;
        margin-left: 30px;
        font-size: 18px;
    }
    
    /*Стили подвала сайта*/
    .footer {
        background: none repeat scroll 0 0 #373d44;
        clear: both;
        color: #ffffff;
        line-height: 18px;
        padding: 0;
        position: relative;
        
    }
    
    .conteiner_text{
        margin-left: 10px;
        display: flex;
        flex-wrap: nowrap;
        margin-right: 2%;
    }
    .col-md1 a{
        color: #888;
        font-size: 16px;
    }
    .col-md1 h2{
        color: #e0dede;
        font-size: 18px;
        text-align: left;
    }
    .col-md1 h2:hover{
        color: #a0a0a0;
        font-size: 18px;
    }
    .col-md1 a:hover{
        color: #f1f1f1;
    }
    .col-md1 li{
        list-style: none;
        padding-top: 0px;
        text-align: left;
    }
    .col-md1{
        width: 225px;
        margin-top: 20px;
        padding: 10px;
    }
    
    .col-md1 ul{
        padding: 0px;
    }
    .col-md2{
        width: 90%;
        margin-top: 0px;
        margin-bottom: 130px;
        background-color: #373d44;
        border-radius: 2px;
        padding: 10px;
        margin-left: 20px;
        
        
    }

    
    .title_block_footer{
        color: #ffffff;
        text-align: left;
        margin-top: 0px;
        font-size: 19px;
        font-weight: 700;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
        
    }
    
    .value-block_address {
        padding-left: 20em;
        margin-top: 10px;
        font-size: 14px;
        color: #ffffff;
        width: 173px;
    }
    .phones{
        margin-top: -44px;
    }
    
    .with_dropdown_footer a{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        
    }
    
    .with_dropdown_footer {
     padding-left: 0px;
     margin-top: -20px;
    }
    
    .schedule_footer{
        color: #aaa;
        font-size: 13px;
        padding-left: 1em;
        margin-top: 7px;
    }
    
    .pocjta_footer, a{
        color: rgb(30, 117, 199);
    }
    
    .pocjta_footer a:hover{
        color: #0088cc;
    }
    
    .pochta_footer_block{
        display: none;
        padding-left: 40px;
        margin-top: 10px;
    }
    .no-decript {
        display: none; /* Скрываем всплывающее окно по умолчанию */
        position: absolute; /* Позиционирование относительно родителя */
        margin-left: -90px; /* Позиционируем над номером */
        transform: translateX(-50%); /* Центрируем по горизонтали */
        background-color: #fff; /* Цвет фона всплывающего окна */
        border: 1px solid #ccc; /* Рамка */
        padding: 10px; /* Внутренний отступ */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Тень */
        z-index: 1; /* Чтобы всплывающее окно было выше других элементов */
    }
    
    .with_dropdown_footer:hover .no-decript   {
        display: block; /* Показываем всплывающее окно при наведении */
    }

    .svg-inline-phone {
        fill: white; /* Устанавливаем цвет заливки на белый */
    }
    .svg-inline-address {
        fill: white; /* Устанавливаем цвет заливки на белый */
    }
    
    .button_footer{
        color: rgb(30, 117, 199);
        font-weight: normal;
        border: 1px solid rgb(22, 120, 201);
        background-color: #fff;
        display: block;
        padding: 15px 26px 15px;
        font-size: 14px;
        line-height: 5px;
        
    }
    
    .btn-block{
        display: none;
        margin-left: 60px;
        margin-top: 20px;
        padding-bottom: 25px;
    }
    
    
    
    .btn_footer {
        display: none; /* Скрыть модальное окно по умолчанию */
        position: fixed; /* Окно фиксируется на экране */
        z-index: 1; /* На переднем плане */
        left: 0;
        top: 0;
        width: 100%; /* Полная ширина */
        height: 100%; /* Полная высота */
        overflow: auto; /* Включает прокрутку, если необходимо */
        background-color: rgb(0,0,0); /* Черный фон */
        background-color: rgba(0,0,0,0.4); /* Полупрозрачный черный фон */
    }
    
    .btn_footer-content2 {
        background-color: #fefefe;
        margin: 15% auto; /* 15% сверху и по центру */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Ширина окна */
    }
    
    .close {
        color: #686868;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    
    
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    .title_block_footer2 {
        clear: both;
        border-top: 1px solid #696969;
        margin-top: 30px;
        height: 5vh;
    }
    
    .title_block_footer2 .right_link_block {
        float: right;
        position: relative;
        z-index: 1;
        text-decoration: none;
        font-size: 18px;
        padding-right: 5px;
    }
    
    .title_block_footer2 p{
        padding: 0px 0px 0px;
        color: #696969;
        margin: 0px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }

 
    
       
}