.c-cite {
  margin-bottom: 64px !important;
}



.auto-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
.search-tags-cloud {
  background-color: #8b0e04;
  padding: 16px 32px 24px 32px;
}
.card-block {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.card-block:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-block a {
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.card-block a:hover {
  /* color: #fff; */
}
.card_image {
  aspect-ratio: 16 / 9;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: relative;
}
.card-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  transition: transform 1s ease;
}
.card-block:hover img {
  transform: scale(1.05);
}
.card_text {
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  flex-grow: 1;
  padding: 12px 0px 16px 0px;
}
.meta_card_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 16px;
  margin-right: 16px;
}
.c-cite__subtitle {
  font-family: SF Pro Display !important;
}
.author_time {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.author {
  display: flex;
  align-items: start;
  justify-content: start;
}
.author_time .author p {
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.time {
  display: flex;
  align-items: start;
  justify-content: end;
  min-width: 25%;
}
.time p {
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
}
.meta_card_info .tags {
  width: auto;
  display: flex;
  align-items: start;
  justify-content: start;
  color: #0072b7;
}
.meta_card_info .tags p {
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  padding: 0px;
}
.card_text_border {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}
.card_text_border p {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #8b0e04;
}
.card_text p {
  text-decoration: none;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  width: 100%;
  word-break: break-word;
}
.small_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
}
.small_desc p {
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-top: 12px;
}

@media (min-width: 0px) {
  .c-cite__banner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .c-cite__banner {
    max-width: 90%;
  }
}




@media (min-width: 1279px) {
  .c-container {
    padding: 0 64px !important;
    max-width: none !important;
  }
}

@media (max-width: 1400px) {
  .auto-grid {
    column-gap: 30px;
    grid-template-columns: repeat(8, 1fr);
  }
  .auto-grid {
    gap: 34px;
  }
  .c-cite__subtitle {
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .small_desc p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 9px;
  }
  .search-tags-cloud {
    background-color: #8b0e04;
    padding: 11px 23px 17px 23px;
  }
  .section__title {
    margin-top: 0px;
    font-size: 32px;
  }
  .section__caption {
    font-size: 18px;
  }
  .card_text p {
    font-size: 16px;
    padding: 0 16px;
  }
  .c-cite {
    margin-bottom: 34px !important;
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }
  .auto-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .card-block {
    /* max-height: 373px; */
  }
  .small_desc p {
    font-size: 16px !important;
    line-height: 16px;
    margin-top: 9px;
  }
  .c-cite {
    margin-bottom: 27px !important;
  }
  .section__title {
    margin-top: 0px;
    font-size: 30px;
  }
  .card_text p {
    font-size: 18px;
  }
  .meta_card_info .tags p {
    font-size: 16px;
  }
  .card_text_border {
    margin-top: 16px;
  }
  .card_text {
    padding: 10px 0px 13px 0px;
  }
  .auto-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    margin-bottom: 28px;
  }
  main .b-consult-form {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .auto-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 5px;
  }
  .card-block {
    grid-column: span 3 !important;
  }
  .card_text p {
    font-size: 18px;
  }
  main .b-consult-form {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  main .b-consult-form {
    margin-top: 50px;
  }
  main .breadcrumb {   
    padding: 2px 1rem;  
  }
  .c-cite {
    padding: 18px 16px !important;
  }
  .search-tags-cloud {
    padding: 11px 23px 16px 23px;
  }
  .breadcrumb {
    /* display: none !important; */
  }
  .c-header__mobile-line {
    font-size: 14px !important;
    line-height: 100%;
  }
  .c-container.inner--page {
    padding: 0 16px !important;
  }
  div .inner--page p {
    font-size: 18px;
    line-height: 100%;
  }
  .meta_card_info {
    margin-left: 13px;
    margin-right: 13px;
  }
  .section__title {
    margin-top: 0px;
    font-size: 22px;
  }
  .section__caption {
    font-size: 14px;
    line-height: 100%;
  }
  .contacts {
    margin-top: 30px;
  }
  .auto-grid {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .card-block {
    grid-column: span 1 !important;
  }
  .card_text p {
    font-size: 16px;
  }
}

.pager-top,
.pager-bottom {
  margin: 20px 0;
  text-align: center;
}
.no-items {
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px dashed #ddd;
}
.no-items p {
  font-size: 18px;
  color: #777;
  font-family: "Merriweather", serif;
}
.card_text_border p {
  max-lines: 4;
}
.inner--page {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.text {
  display: no;
}
