@media screen and (max-width: 530px)
{
 
   
    .burger-checkbox {
        position: absolute;
        visibility: hidden;
      }
      .burger {
        display: block;
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        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 {
        top: 68px;
        left: 0;
        position: absolute;
        display: grid;
        gap: 0px;
        padding: 0px 0;
        margin: 0;
        background: rgb(255, 255, 255);
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
      }
      .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);
      }





    body{
        margin: 0;
    }
    
    .conteiner{
        max-width: 470px;
        width: 100%;
        margin: 0;
        height: auto;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
    }
    
    .header{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 5px;
        justify-content: left;
    }
    
    .flex_carta_сertificates{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
    .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;
    }

 

    .thead_bukhgalter {
        display: none; /* Скрываем заголовки таблицы на маленьких экранах */
    }

    .tbody_bukhgalter tr {
        display: block; /* Делаем строки блочными для мобильного отображения */
        margin-bottom: 15px; /* Добавляем отступы между строками */
    }

    .tbody_bukhgalter td {
        display: block; /* Делаем ячейки блочными */
        position: relative; /* Для абсолютного позиционирования меток */
        padding: 10px; /* Устанавливаем отступы */
        border: 1px solid #ccc; /* Граница для видимости */
        background-color: #f9f9f9; /* Фоновый цвет для ячеек */
    }

    .tbody_bukhgalter td::before {
        content: attr(data-label); /* Используем атрибут data-label для отображения заголовка */
        font-weight: bold; /* Выделяем метки */
        display: block; /* Делаем метки блочными */
        margin-bottom: 5px; /* Отступ снизу */
        color: #555; /* Цвет меток */
    }







    @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;
    }

    .dropdown {
      position: relative;
      display: inline-block;
      padding-left: 1%;
      white-space: nowrap;
    }
    
    .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;
        
    }
    
    
    /*Раздел наши услуги*/
    
    .col-md-2{
        margin-top: 20px;
       
    }
    .catalog_div{
        margin: 10px;
    }
    .company-image{
        width: 80px;
        height: 80px;
    }
    .burger {
        display: none; /* Скрываем бургер-меню по умолчанию */
        font-size: 30px;
        color: white;
        cursor: pointer;
        
    }
    .burger {
        display: block; /* Показываем бургер-меню */
    }

    .nav .dropdown {
        display: none; /* Скрываем обычное меню */
    }

    .nav.active .dropdown {
        display: block; /* Показываем меню при активации */
    }
    
  
    
    
    
    .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_uslugi span{
        font-size: 14px; 
    }
    .uslugi_img img {
        padding: 10px;
        flex: 1 1 auto; /* Позволяем изображению сжиматься */
        max-width: 100%; /* Ограничиваем максимальную ширину изображения */
        height: auto;
    
    }
    
  
    .uslugi_text p{
        margin-top: 10px;
        font-size: 15px;
        text-align: left;
        padding-left: 10px;
    }
    
    
    .uslugi_text span{
        margin-top: 10px;
        font-size: 13px;
        color: #888;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .no_conteiner1{
        background-color: #f4f5f7;
    
    }
    .uslugi_img{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        
    }
    
    
    
    
    .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: 14px;
    }
    
    .title_block h3{
        margin: 0px;
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    
    .container_block {
        display: block; /* Используем flexbox для контейнера */
        margin: auto; /* Центрируем контейнер */
        background-color: white; /* Цвет фона контейнера */
        border-radius: 8px; /* Закругляем углы */
        
    }
    
    .large-block {
        flex: 2; /* Большой блок занимает 2/3 пространства */
        width: 100%;
    }
    
    .large-block img {
        width: 100%; /* Изображение занимает 100% ширины блока */
        border-top-left-radius: 8px; /* Закругляем верхний левый угол */
        border-bottom-left-radius: 8px; /* Закругляем нижний левый угол */
    }
    
    .small-blocks {
        flex: 1; /* Маленькие блоки занимают 1/3 пространства */
        display: block; /* Используем flexbox для маленьких блоков */
        flex-wrap: wrap; /* Позволяем обертывание, чтобы блоки располагались в два ряда */
        justify-content: space-between; /* Распределяем блоки по горизонтали */
        padding: 10px; /* Отступы внутри маленьких блоков */
        margin-right: 0;
       
        
    }
    
    .small-block {
        width: 100%; /* Задаем ширину маленьких блоков, чтобы они вмещались в два ряда */
        margin-bottom: 80px; /* Отступы между маленькими блоками */
        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: 40px;
    }
    
    .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: 350px;
    }
    
    .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  {
        padding: 21px 30px 30px;
    }
    .info_block{
        display: grid;
        justify-content: center;
        width: 100%;
    }
    
      @media screen and (max-width:390px)
      {.block_goods{
        align-items: center; /* Вертикальное выравнивание по центру */
        padding: 5px; /* Отступы вокруг блока */
        width: 100%;
        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: 10px;
        margin-top: 0px;
        color: #0088cc;
    }
    .li_razdel2 {
        font-size: 13px;
        margin-top: -25px;
        padding: 0;
    }
    
    .text-content p{
        font-size: 10px;
        margin-left: 20px;
        color: #696969;
    }
    
    .text-content h2{
        color: #000000;
        margin-left: 30px;
        font-size: 14px;
    }
    
    /*Стили подвала сайта*/
    .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: grid;
        justify-content: center;
        flex-wrap: nowrap;
        margin-right: 10px;
    }
    .col-md1 a{
        color: #888;
        font-size: 16px;
        
    }
    .col-md1 h2{
        color: #e0dede;
        font-size: 20px;
        text-align: center;
    }
    .col-md1 h2:hover{
        color: #a0a0a0;
        font-size: 14px;
    }
    .col-md1 a:hover{
        color: #f1f1f1;
    }
    .col-md1 li{
        list-style: none;
        padding-top: 0px;
        text-align: center;
    }
    .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: 0px;
        margin-left: 20px;
        
        
    }
    
    .title_block_footer{
        color: #e0dede;
        text-align: center;
        margin-top: 0px;
        font-size: 20px;
        font-weight: 700;
        height: auto;
        border-bottom: 1px solid #373d44;
        
    }
    
    
    .value-block_address {
        display: flex;
        justify-content: center;
        padding-left: 0em;
        margin-top: 10px;
        font-size: 14px;
        color: #ffffff;
        width: 100%;
    }
    .phones{
        margin-top: -19px;
        display: grid;
        justify-content: center;
    }
    
    
    .with_dropdown_footer a{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        
    }
    
    .with_dropdown_footer {
     padding-left: 0px;
     margin-top: 40px;
    }
    
    .schedule_footer{
        color: #aaa;
        font-size: 13px;
        padding-left: em;
        margin-top: 7px;
    }
    
    .adress_teg_a{
        color: rgb(30, 117, 199);
        justify-content:center ;
        display: flex;
    }
    
    .pocjta_footer a:hover{
        color: #0088cc;
    }
    
    .pochta_footer_block{
        display: flex;
        justify-content: center;
        margin-top: 18px;
        padding: 0;
    }
    .no-decript {
        display: none; /* Скрываем всплывающее окно по умолчанию */
        position: absolute; /* Позиционирование относительно родителя */
        margin-left: -90px; /* Позиционируем над номером */
        transform: translateX(-50%); /* Центрируем по горизонтали */
        background-color: #000000; /* Цвет фона всплывающего окна */
        border: 1px solid #000000; /* Рамка */
        padding: 10px; /* Внутренний отступ */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Тень */
        z-index: 1; /* Чтобы всплывающее окно было выше других элементов */
    }
    
    .with_dropdown_footer:hover .no-decript   {
        display: block; /* Показываем всплывающее окно при наведении */
    }
    
    .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{
        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: flex;
        justify-content: center;
        position: relative;
    }

    .title_block_footer2 {
        padding: 0px 0px 0px;
        margin: 0px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .company_main{
        display: none;
        margin-top: 50px;
    }

   
    
       
}