@media screen and (max-width: 1023px) {
  .blog_prev_text,
  .blog-prev_img {
    width: 100%;
  }
  .blog_prev_item:nth-child(even) .blog-prev_img {
    order: 0;
  }
  .blog-prev_img img {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
  .blog_prev_text {
    border-radius: 0 0 20px 20px;
  }
}

@media screen and (max-width: 991px) {
  .navbar--mod {
    border-radius: 30px;
  }

  .navbar--mod .burger-wr img {
    width: 40px;
    height: 40px;
  }
  .adaptive-menu {
    width: 100%;
  }
  .adaptive-menu__nav {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .adaptive-menu__link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .logo-text {
    font-size: 32px;
  }
  .map img {
    width: 275px;
  }
  .btn-header {
    width: 121px;
    height: 35px;
    font-size: 10px;
    text-wrap: nowrap;
    padding: 10px 0px 10px 8px;
    margin-left: 14px;
  }
  .btn-header .badge img {
    width: 13px;
  }
  .navbar {
    border-radius: 60px;
  }
  .navbar--mod {
    border-radius: 30px;
  }

  .main-text {
    font-size: 32px;
    padding-top: 0px;
  }
  .main-btn {
    font-size: 14px;
    padding: 10px 12px;
    text-wrap: nowrap;
  }
  .plus-btn {
    display: none;
  }
  .second-btns {
    margin-top: 0px;
  }
  .ttl {
    font-size: 18px;
    text-transform: uppercase;
  }
  .mt-155 {
    margin-top: 72px;
  }
  .hr {
    margin-top: 80px;
  }
  .ttl-coop {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .dscr-coop {
    font-size: 12px;
  }
  .mb-120 {
    margin-bottom: 30px;
  }
  .card-coop {
    border-radius: 10px;
    padding: 8px 5px;
  }
  .mt-110 {
    margin-top: 52px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .card-catalog {
    margin-top: 20px;
  }
  .mt-20 {
    margin-top: 0px;
  }
  .btn-process {
    width: 213px;
    height: auto;
    font-size: 14px;
    padding: auto;
    margin-left: 0px;
  }
  .nav-link {
    color: #252629;
  }
  .img-fluid {
    height: 48px;
    border-radius: 10px;
    width: 68px;
  }
  .table-ttl {
    font-size: 16px;
    font-weight: 600;
  }
  .table-txt {
    font-size: 14px;
  }
  .footer-wrap {
    padding: 14px;
  }
  .process-img {
    margin-top: -201px;
    width: 73px;
    margin-left: 293px;
  }
  .ttl-footer {
    font-size: 20px;
  }
  footer a {
    font-size: 14px;
  }
  .dscr-footer {
    font-size: 14px;
  }
  iframe {
    width: 302px;
    height: 318px;
  }
  .mt-55 {
    margin-top: 20px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  footer iframe {
    width: 100%;
    height: 175px;
    border-radius: 10px;
  }
  .submit-btn .badge img {
    width: 30px;
  }
  .submit-btn {
    width: 100%;
    padding: 5px 15px;
  }
  .arrows-img img {
    width: 40px;
  }
  .mt-130 {
    margin-top: 60px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .about-text {
    font-size: 14px;
  }
  .delivery-text h5 {
    font-weight: 300;
    font-size: 14px;
  }
  .map-delivery {
    width: 17px;
  }
  .contacts-delivery .adress-del::before {
    content: ""; /* Псевдоэлемент для маркера */
    position: absolute; /* Абсолютное позиционирование */
    left: 0; /* Сдвигаем его влево */
    top: 50%; /* Центрируем по вертикали */
    transform: translateY(-50%); /* Вертикальное выравнивание */
    width: 17px; /* Ширина маркера */
    height: 20px; /* Высота маркера */
    background-image: url("/src/img/map-point.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contacts-delivery h5 {
    position: relative; /* Устанавливаем относительное позиционирование для заголовка */
    padding-left: 25px; /* Оставляем место для маркера */
  }
  .contacts-delivery .phone-del::before {
    content: ""; /* Псевдоэлемент для маркера */
    position: absolute; /* Абсолютное позиционирование */
    left: 0; /* Сдвигаем его влево */
    top: 50%; /* Центрируем по вертикали */
    transform: translateY(-50%); /* Вертикальное выравнивание */
    width: 17px; /* Ширина маркера */
    height: 20px; /* Высота маркера */
    background-image: url("/src/img/phone-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cc-2 .ttl-c,
  .cc-1 .ttl-c {
    font-size: 14px;
    font-weight: 400;
  }
  .cc-2 .descr-c,
  .cc-1 .descr-c {
    font-size: 12px;
  }
  .mt-21 {
    margin-top: 20px;
  }
  .img-catalog {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .adaptive-menu__nav {
    padding: 20px 30px;
    margin-left: initial;
    margin-right: initial;
    gap: 10px;
    width: 100%;
  }

  .adaptive-menu__link {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
  }

  .navbar--mod .navbar-brand {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-left: 5px;
  }

  .navbar--mod .btn-header {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
