.article_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.article_table th,
td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.article_table th {
    background-color: #f2f2f2;
}

            /* Основной контейнер */

            .catalog_section__wrap {
                display: grid;
                grid-template-columns: repeat(3, 1fr);

            }

            @media (max-width:991px) {
                .catalog_section__wrap {
                    grid-template-columns: 1fr;

                }
            }

            /* Стилизация каждого элемента */
            .catalog_section__item {
                position: relative;
                display: block;
                text-decoration: none;
                color: #fff;
                overflow: hidden;
            }

            .section-item__image {
                width: 100%;
                height: auto;
                display: block;
            }

            /* изображение занимает всю доступную высоту */
            .catalog_section__wrap .catalog_section__item img {
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 0;
                object-fit: cover;

            }

            /* Затемненный фон через ::before */
            .catalog_section__item::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.4);
                z-index: 1;
                transition: background 0.2s ease-in-out;

            }

            .catalog_section__item:hover::before {
                background: rgba(0, 0, 0, 0);
            }


            .section-item__title {
                position: absolute;
                font-weight: 700;
                font-size: 25px;
                color: #fff;
                text-transform: uppercase;

                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding: 20px;
                text-align: center;
                box-sizing: border-box;
                width: 100%;
                z-index: 2;
            }
            
            
.cookie_alarmm
{
  position:fixed;
  bottom:12%;
  background:white;
  padding:15px;
  display:flex;
  flex-wrap:wrap;
  width:100%;
  border:1px solid lightgrey;
  z-index:20;
  left:0;
}
.cookie_alarmm .text
{
  max-width:1190px;
  width:100%;
}
.cookie_alarmm .btn
{
  max-width:280px;
  width:100%;
}
.cookie_alarmm button 
{
    cursor:pointer;
}
.cookie_alarmm a
{
    color: black;
    text-decoration: underline; 
}

#cookie-alarmmm button
{
    margin: 0 auto;
    margin-top: 15px;
}
#cookie-alarmmm .modal__close
{
  right: 5px;
  top: 10px;
}


@media(max-width:768px)
{
    .cookie_alarmm
    {
        padding:2px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .cookie_alarmm button 
    {
        margin-top:15px;
    }
}




.serv_form_wrapper
{
  max-width:440px;
  width:100%;
}
.send_contacts_serv 
input[type="text"]
{
  width:100%;
  height:40px;
  border:1px solid grey;
  max-width:440px;
  margin-top:5px;
  padding:5px;
}
.send_contacts_serv .form_block_title
{
  margin-top:10px;
}
.send_contacts_serv select 
{
  width:100%;
  height:40px;
  border:1px solid grey;
  max-width:440px;
  padding:5px;
}
.send_contacts_serv textarea
{
  max-width:440px;
  width:100%;
  border:1px solid grey;
  margin-top:10px;
  min-height:100px;
  padding:5px;
}
.send_contacts_serv .agreement
{
  max-width:440px;
  width:100%;
  margin-top:10px;
}
.send_contacts_serv button
{
  margin-top:10px;
}
.main_title_form_serv
{
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #323232;
  font-size:40px;
}

.hidden_vin
{
  display: none;
}