#rec1161139011 .t995__wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}




@media screen and (min-width: 981px) {
  a.t-popup__close-text.t-popup__button.t-btn.t-btn_sm {
    font-size: 18px !important;
    color: #7c7771 !important;
  }
}





  #rec1152717131 .t-sociallinks__item {
    margin-right: 0px !important; /* было, скорее всего, 20–30px */
  }

  @media (max-width: 640px) {
    #rec1152717131 .t-sociallinks__item {
      margin-right: 1px !important;
    }
  }
  
  
  #rec1152717131 .t-btn {
  margin-left: 0 !important;
}



  #rec1152717016 {
    position: relative;
    z-index: 1;
  }

  #rec1152717016::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 0;
    background-color: #7c7771; /* Тёмно-зелёный, можешь поменять */
    border-radius: 20px;
    z-index: -1;
  }

  @media (max-width: 640px) {
    #rec1152717016::before {
      left: 20px;
      right: 20px;
      border-radius: 16px;
    }
  }



  #rec1152717016 .t-sociallinks__item {
    transform: scale(1.3);
    transform-origin: center;
    display: inline-block;
    margin-right: calc(13px / 1.3); /* компенсируем увеличение */
  }

  @media (max-width: 640px) {
    #rec1152717016 .t-sociallinks__item {
      transform: scale(1.2);
      margin-right: calc(13px / 1.2);
    }
  }






@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #7c7771;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 8px;
        /* Укажи высоту горизонтального скроллбара */
        height: 8px;
        /* Укажи цвет фона под скроллбаром */
        background: #f4f0ed;
    }
}





  /* Растягиваем контейнер */
  #rec1036382821 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

  /* Ряды с wrap и минусами на отступ */
  #rec1036382821 .t-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    row-gap: 16px !important; /* вертикальные отступы между рядами */
  }

  /* Карточки по 2 в ряд, с горизонтальными отступами */
  #rec1036382821 .t-col {
    width: calc(50% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    float: none !important;
    max-width: unset !important;
    box-sizing: border-box !important;
  }

  /* Адаптив: 1 колонка и меньше отступы */
  @media (max-width: 640px) {
    #rec1036382821 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    #rec1036382821 .t-col {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 16px !important;
    }

    #rec1036382821 .t-col:last-child {
      margin-bottom: 0 !important;
    }
  }



  /* Контейнер блока */
  #rec1036381801 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

Кристина Ламмерт | Разработка сайтов по технике 5 единичек, [15.07.2025 21:17]
/* Строка с отзывами — flex, wrap, аккуратные отступы */
  #rec1036381801 .t-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  
  
 /* Карточки: 3 в ряд, одинаковой высоты, с отступами */
  #rec1036381801 .t-col,
  #rec1036381801 [class*="t-col_"] {
    width: calc(33.333% - 20px) !important;
    margin: 0 10px 20px 10px !important;
    float: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Внутренний контейнер карточки, чтобы всё тянулось */
  #rec1036381801 .t-col > div {
    flex: 1 1 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  /* Кнопка "Читать ещё" — прижать к низу */
  #rec1036381801 .t-btn {
    align-self: flex-start !important;
    margin-top: auto !important;
  }

  /* Адаптив: на мобилке одна карточка в ряд */
  @media (max-width: 960px) {
    #rec1036381801 .t-col {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    #rec1036381801 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }


.tl-title.t-title.t-title_md {
  margin-bottom: 40px !important; /* или сколько тебе нужно */
}




  /* Растягиваем контейнер блока */
  #rec1158980736 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

  /* Адаптив: на мобилке меньшие отступы */
  @media (max-width: 640px) {
    #rec1158980736 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  } 
  
  
  
  
  #rec1036428301 .t-map {
    width: calc(100vw - 80px) !important;
    margin: 0 auto !important;
    display: block !important;
  }

  

  @media (max-width: 640px) {
    /* Убираем жесткую ширину контейнера */
    #rec1036381801 .t-container,
    #rec1150438996 .t-container {
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    /* Сами колонки отзывов */
    #rec1036381801 .t-col,
    #rec1150438996 .t-col {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box;
    }

    /* Внутренние блоки внутри карточек — чтобы не прилипали к краям */
    #rec1036381801 .t-col > div,
    #rec1150438996 .t-col > div {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }






  @media (max-width: 640px) {
    /* Добавим нижний отступ каждой карточке */
    #rec1036381801 .t-col,
    #rec1150438996 .t-col {
      margin-bottom: 24px !important; /* Можно 30px или любое другое значение */
    }

    /* У последней карточки убираем отступ, если нужно */
    #rec1036381801 .t-col:last-child,
    #rec1150438996 .t-col:last-child {
      margin-bottom: 0 !important;
    }
  }




  @media (max-width: 640px) {
    /* Тянем контейнер и карточки */
    #rec1036382821 .t-container {
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      box-sizing: border-box;
    }

    #rec1036382821 .t-col {
      width: 100% !important;
      max-width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      box-sizing: border-box;
    }

    /* Точное уменьшение отступа между плашками */
    #rec1036382821 .t-accordion__wrapper:not(:last-child) {
      margin-bottom: 16px !important;
    }

Кристина Ламмерт | Разработка сайтов по технике 5 единичек, [15.07.2025 21:17]
/* У последней плашки убираем отступ, если надо */
    #rec1036382821 .t-accordion__wrapper:last-child {
      margin-bottom: 0 !important;
    }

    /* Иногда у внутренних элементов тоже стоит bottom-margin — убираем */
    #rec1036382821 .t-accordion__content,
    #rec1036382821 .t-accordion__title {
      margin-bottom: 0 !important;
    }
  }





  .yandex-rating-align-right {
    display: flex;
    justify-content: flex-end;
  }

  /* на мобилке по центру, если хочешь */
  @media (max-width: 640px) {
    .yandex-rating-align-right {
      justify-content: center;
    }
  }



  /* === ОБЩИЕ СТИЛИ ДЛЯ ОБОИХ БЛОКОВ === */
  #rec1036381801 .t-container,
  #rec1150438996 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

  #rec1036381801 .t-row,
  #rec1150438996 .t-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  #rec1036381801 .t-col,
  #rec1036381801 [class*="t-col_"],
  #rec1150438996 .t-col,
  #rec1150438996 [class*="t-col_"] {
    width: calc(33.333% - 20px) !important;
    margin: 0 10px 60px 10px !important; /* ← вот тут задаём вертикальный отступ */
    float: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #rec1036381801 .t-col > div,
  #rec1150438996 .t-col > div {
    flex: 1 1 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  #rec1036381801 .t-btn,
  #rec1150438996 .t-btn {
    align-self: flex-start !important;
    margin-top: auto !important;
  }

  /* === АДАПТИВ === */
  @media (max-width: 960px) {
    #rec1036381801 .t-col,
    #rec1036381801 [class*="t-col_"],
    #rec1150438996 .t-col,
    #rec1150438996 [class*="t-col_"] {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 20px !important;
    }

    #rec1036381801 .t-container,
    #rec1150438996 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }





  /* Внутренние отступы для контента в подвале */
  @media (max-width: 960px) {
    #rec1152717016 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }

  @media (max-width: 480px) {
    #rec1152717016 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }
  
  
@media (max-width: 640px) {
  body {
    overflow-x: hidden !important;
  }
}


@media (min-width: 961px) {
  #rec1037296646 .t-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  /* Центрируем 4 и 5 карточки, если их всего 5 */
  #rec1037296646 .t-col:nth-child(4),
  #rec1037296646 .t-col:nth-child(5) {
    order: 1;
  }

  #rec1037296646 .t-col:nth-child(4) {
    margin-left: calc(16.666%) !important; /* Сдвигаем четвёртую вправо, чтобы обе были по центру */
  }
}


@media screen and (max-width: 640px) {
  #rec1036362531 .t-btn {
    margin-bottom: 5px !important; /* или меньше, если кнопки стоят друг под другом */
  }
  #rec1036362531 .t-btn:last-child {
    margin-bottom: 0 !important;
  }
}



  /* === ОБЩИЕ СТИЛИ ДЛЯ ОБОИХ БЛОКОВ === */
  #rec1036381801 .t-container,
  #rec1150438996 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

  #rec1036381801 .t-row,
  #rec1150438996 .t-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  #rec1036381801 .t-col,
  #rec1036381801 [class*="t-col_"],
  #rec1150438996 .t-col,
  #rec1150438996 [class*="t-col_"] {
    width: calc(33.333% - 20px) !important;
    margin: 0 10px 60px 10px !important; /* ← вот тут задаём вертикальный отступ */
    float: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #rec1036381801 .t-col > div,
  #rec1150438996 .t-col > div {
    flex: 1 1 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  #rec1036381801 .t-btn,
  #rec1150438996 .t-btn {
    align-self: flex-start !important;
    margin-top: auto !important;
  }

  /* === АДАПТИВ === */
  @media (max-width: 960px) {
    #rec1036381801 .t-col,
    #rec1036381801 [class*="t-col_"],
    #rec1150438996 .t-col,
    #rec1150438996 [class*="t-col_"] {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 20px !important;
    }

    #rec1036381801 .t-container,
    #rec1150438996 .t-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }



@media screen and (max-width: 640px) {
  /* Убираем глобальный горизонтальный скролл по сайту */
  html, body {
    overflow-x: hidden !important;
  }

  /* Убираем вылезающий блок */
  #rec1147640426 .t-container {
    width: 100%;
    padding-left: 20px; /* чуть меньше отступ на мобиле */
    padding-right: 20px;
    box-sizing: border-box;
    overflow-x: hidden;
  }


@media screen and (max-width: 640px) {
  /* Уменьшаем расстояние между карточками */
  #rec1036382821 .t-container .t-col {
    margin-bottom: 10px !important; /* или 5px, если надо ещё меньше */
  }

  /* Последней карточке обнуляем отступ, чтобы не было лишнего внизу */
  #rec1036382821 .t-container .t-col:last-child {
    margin-bottom: 0 !important;
  }
}


#rec1147640426 [class*="ab"] {
  letter-spacing: 0.1em !important;
}




@media screen and (max-width: 640px) {
  #rec1177270231 .t-btn {
    width: 90% !important;
    max-width: 320px;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
  }

  #rec1177270231 .t-col {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 12px;
  }

  #rec1177270231 .t-col:last-child {
    margin-bottom: 0;
  }
}






@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #9B9690 !important;
    }
    .t-popup__close-icon rect {
        fill: #f4f0ed !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
}




#rec1161139011 .t995__wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}




/* Десктоп: 3 отзыва в ряд, с отступами */
@media (min-width: 961px) {
  #rec1165912771 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

  #rec1165912771 .t-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  #rec1165912771 .t-col,
  #rec1165912771 [class*="t-col_"] {
    width: calc(33.333% - 20px) !important;
    margin: 0 10px 60px 10px !important;
    float: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #rec1165912771 .t-col > div {
    flex: 1 1 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  #rec1165912771 .t-btn {
    align-self: flex-start !important;
    margin-top: auto !important;
  }
}

/* Мобилка: 1 в ряд, адаптивные отступы */
@media (max-width: 960px) {
  #rec1165912771 .t-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  #rec1165912771 .t-col,
  #rec1165912771 [class*="t-col_"] {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  #rec1165912771 .t-col > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #rec1165912771 .t-col:last-child {
    margin-bottom: 0 !important;
  }
}





@media screen and (max-width: 640px) {
  /* Контейнер с отзывами */
  #rec1036381801 .t-container,
  #rec1150438996 .t-container,
  #rec1165912771 .t-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  /* Карточки отзывов */
  #rec1036381801 .t-col,
  #rec1150438996 .t-col,
  #rec1165912771 .t-col {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Внутренние отступы карточки (контент не прилипал к краям) */
  #rec1036381801 .t-col > div,
  #rec1150438996 .t-col > div,
  #rec1165912771 .t-col > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


