.t-slds__bgimg, .t450__burger_bg, .t450__close, .t524__bgimg, .t843__blockimg, .t852__bgimg, .t979__image, .t527__bgimg, .t852__img, .t-feed__row-grid__post-wrapper .t-feed__post-bgimg, .t-feed__post-popup__img {
    border-radius: 15px;
}
.t450__close {
    top: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ffaa00 !important;
}
.t450__close span {
    background-color: #000 !important;
}

#rec618979102, #rec620569149 {
    padding-top: 10px;
}

/* Код для квиза с галочками */
.t-input-group ul.t-checkboxes__wrapper {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
}

/* Скрыть стандартные галочки */
.t-input-group input[type="checkbox"] {
  display: none;
}

/* Стиль кастомной галочки */
.t-input-group .t-checkbox__indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 8px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -2px;
}

/* Количество колонок в зависимости от ширины экрана */
@media screen and (max-width: 480px) {
  .t-input-group ul.t-checkboxes__wrapper li {
    width: 50%;
    margin-right: 0;
  }
  .t-input-group .t-checkbox__control {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    white-space: nowrap;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .t-input-group ul.t-checkboxes__wrapper li {
    width: 33.333%;
    margin-right: 0;
  }
  .t-input-group .t-checkbox__control {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1201px) {
  .t-input-group ul.t-checkboxes__wrapper li {
    width: 25%;
    margin-right: 0;
  }
  .t-input-group .t-checkbox__control {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    white-space: nowrap;
  }
}

/* Очистить отступ справа для последнего элемента, чтобы избежать лишних пробелов */
.t-input-group ul.t-checkboxes__wrapper li:last-child {
  margin-right: 0;
}

/*Выравнивание текста налево в поп-апе портфолио*/
.t-zoomer__comments {
    text-align: left !important;
}

/*Разме блока комментариев в блоке про тендер*/
@media screen and (min-width: 641px) {
.t396__elem .t-input-group_ta textarea.t-input {
    height: 145px !important;
}
}