/* Responsive fixes kept separate from the bundled Tilda styles. */

#rec_t431 .t431__mobile-cards {
  display: none;
}

#rec_t418 .t418__gallery,
#rec_t418 .t418__slidecontainer {
  cursor: pointer;
}

.t015__title,
.t225__title {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  #rec_t214 .t214 > .t-container,
  #rec_t692 .t692 > .t-container:not(.t-section__container) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    box-sizing: border-box;
    gap: 40px 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  #rec_t214 .t214 > .t-container::before,
  #rec_t214 .t214 > .t-container::after,
  #rec_t692 .t692 > .t-container:not(.t-section__container)::before,
  #rec_t692 .t692 > .t-container:not(.t-section__container)::after {
    display: none;
  }

  #rec_t214 .t214 > .t-container > .t-col,
  #rec_t692 .t692__col {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  #rec_t214 .t214__blockimg {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
  }

  #rec_t692 .t692__separator {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #rec_t228 .t228__burger {
    right: 12px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  #rec_t228 .t228__burger span {
    left: 8px;
    width: 28px;
  }

  #rec_t228 .t228__burger span:nth-child(1) {
    top: 12px;
  }

  #rec_t228 .t228__burger span:nth-child(2),
  #rec_t228 .t228__burger span:nth-child(3) {
    top: 20px;
  }

  #rec_t228 .t228__burger span:nth-child(4) {
    top: 28px;
  }

  #rec_t228 .t228_opened .t228__burger span:nth-child(1),
  #rec_t228 .t228_opened .t228__burger span:nth-child(4) {
    top: 20px;
  }

  #rec_t228 .t228 .t228__list_item {
    padding: 0 !important;
  }

  #rec_t228 .t228__list_item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
  }

  #rec_t499 .t499__blockdescr a,
  #rec_t499_1 .t499__blockdescr a,
  #rec_t134 .t134__descr a {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    min-width: 44px;
    min-height: 44px;
  }

  #rec_t431.t431--cards-ready .t431__wrapper-for-mobile {
    display: none;
  }

  #rec_t431.t431--cards-ready .t431__mobile-cards {
    display: grid;
    gap: 16px;
    padding: 0 20px;
    text-align: left;
  }

  #rec_t431 .t431__mobile-card {
    box-sizing: border-box;
    min-width: 0;
    padding: 20px;
    border-radius: 8px;
  }

  #rec_t431 .t431__mobile-card_odd {
    background: #dfd4ef;
  }

  #rec_t431 .t431__mobile-card_even {
    background: #fcede7;
  }

  #rec_t431 .t431__mobile-card-title {
    margin: 0 0 16px;
    color: #4f3f67;
    font-size: 18px;
    line-height: 1.3;
  }

  #rec_t431 .t431__mobile-card-details {
    margin: 0;
  }

  #rec_t431 .t431__mobile-card-details dt {
    margin-top: 12px;
    color: #4f3f67;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
  }

  #rec_t431 .t431__mobile-card-details dt:first-child {
    margin-top: 0;
  }

  #rec_t431 .t431__mobile-card-details dd {
    margin: 3px 0 0;
    color: #212121;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .field--name-body,
  .field--name-body > *,
  .t422__descr,
  .t422__descr > * {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
