/******************************/
/*********   cards   **********/
.main-cards__show-more {
  display: block;
  margin: 0 auto;
  padding: 10px 65px;
  border-radius: 10px;
  cursor: pointer;
  width: max-content;
  line-height: 18px;
}
.main-cards .card__sticker {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 160px;
  height: 152px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3C933D;
  color: #fff;
  line-height: normal;
  font-family: "Gotham-Bold";
  font-weight: bold;
  font-size: 16px;
}

.main-cards .main-card {
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  background-color: #E3F0FF;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.main-cards .main-card:last-child {
  margin-bottom: 30px;
}
.main-cards .main-card__status_blue {
  background-color: #E3F0FF;
}
.main-cards .main-card__status_orange {
  background-color: orange;
}
.main-cards .main-card__body {
  width: 100%;
}
.main-cards .main-card__img-box {
  margin-right: 1rem;
  position: relative;
}
.main-cards .main-card__img-box img {
  object-fit: cover;
  width: 178px;
  height: 242px;
}
@media (max-width: 992px) {
  .main-cards .main-card__img-box img {
    width: 110px;
    height: 150px;
  }
}
.main-cards .main-card__img {
  border-radius: 10px;
}
.main-cards .main-card__img-price {
  text-align: center;
  padding: 12px 2px;
  background-color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border-radius: 30px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  margin-top: -24px;
  position: relative;
  z-index: 11;
  max-width: 154px;
}
.main-cards .main-card__img-price_orange {
  background-color: orange;
  color: white;
}
@media (max-width: 992px) {
  .main-cards .main-card__img-price {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.main-cards .main-card__title-group {
  margin-bottom: 20px;
}
.main-cards .main-card__title-group_sections {
  margin-bottom: 0;
}
.main-cards .main-card__title {
  font-weight: 700;
  font-size: 18px;
  max-width: 520px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main-cards .main-card__title {
    max-width: 390px;
  }
}
@media (max-width: 992px) {
  .main-cards .main-card__title {
    font-size: 16px;
    word-break: break-word;
  }
}
.main-cards .main-card__num {
  width: max-content;
  line-height: 110%;
  color: #515151;
}
.main-cards .main-card__text {
  font-size: 14px;
  line-height: 150%;
  color: #515151;
  width: 65%;
  margin-right: 85px;
}
.main-cards .main-card__tag {
  /* width: max-content;*/
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  padding: 10px 16px;
  border-radius: 20px;
  margin-right: 10px;
  /*&:last-child {
    margin-right: 0;
  }*/
}
@media (max-width: 992px) {
  .main-cards .main-card__tag {
    text-align: center;
  }
}
.main-cards .main-card__tag_footer {
  margin-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .main-cards .main-card__tag_footer {
    /* width: 100%;
     margin-right: 0;*/
  }
}
.main-cards .main-card__tag_hide {
  display: none;
}
.main-cards .main-card__tag_show-more_func {
  cursor: pointer;
  background: transparent;
  border: 1px solid black;
}
.main-cards .main-card__tag-span {
  font-weight: 400;
  color: #515151;
}
.main-cards .main-card__footer-tags-title {
  font-family: "Gotham-Bold";
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.main-cards .main-card__info {
  width: 100%;
  border-bottom: 1px solid #B3C1D2;
}
.main-cards .main-card__info-el {
  margin-bottom: 1rem;
}
.main-cards .main-card__info-title-group {
  width: 35%;
}
.main-cards .main-card__info-title-group img {
  width: 20px;
}
.main-cards .main-card__info-title {
  margin-left: 12px;
  margin-right: 16px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .main-cards .main-card__info-title {
    display: none;
  }
}
.main-cards .main-card__info-map-flag {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  fill: black;
}
.main-cards .main-card__link {
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
}
.main-cards .main-card__link:hover {
  text-decoration: none;
  color: blue;
}
.main-cards .main-card__btn-bar {
  margin-top: 15px;
}
.main-cards .main-card__btn-bar .main-card__tags {
  margin-bottom: 0;
}
.main-cards .main-card__btn-bar .main-card__tags .main-card__tag {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .main-cards .main-card {
    flex-direction: column;
  }
  .main-cards .main-card__img {
    margin-bottom: 20px;
  }
  .main-cards .main-card__info-title-group {
    width: 15%;
  }
  .main-cards .main-card__text {
    width: 100%;
    margin: 0;
  }
  .main-cards .main-card__btn-bar .main-card__tags .main-card__tag {
    margin-top: 10px;
  }
}
.main-cards .main-card .a-start {
  align-items: flex-start !important;
}
.main-cards .main-card--custom {
  padding: 20px;
  font-size: 16px;
  line-height: normal;
}
.main-cards-with-date .main-card__img-box img {
  height: 285px;
}
.main-cards-with-date .main-card__info {
  border-bottom: none;
}
.main-cards-with-date .main-card__info-title-group {
  width: 25%;
}
.main-cards-with-date .main-card__text {
  width: 75%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .main-cards-with-date .main-card__text {
    width: 100%;
  }
}
.main-cards-with-date .main-card__date-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
  min-width: 80px;
}
@media (max-width: 992px) {
  .main-cards-with-date .main-card__date-item {
    width: 37px;
    min-width: auto;
  }
}
.main-cards-with-date .main-card__date-item:last-child {
  margin-right: 0;
}
.main-cards-with-date .main-card .custom-hr-gray {
  margin-top: 0;
}
.main-cards-with-date .main-card__ellipse {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #9F9F9F;
}
.main-cards-with-date .main-card__ellipse_active {
  background-color: white;
}
.main-cards-with-date .main-card__day {
  font-weight: 700;
  margin: 0.5rem 0;
}
.main-cards-with-date .main-card__day, .main-cards-with-date .main-card__time {
  color: #515151;
  font-size: 14px;
}
@media (max-width: 992px) {
  .main-cards-with-date .main-card__day, .main-cards-with-date .main-card__time {
    font-size: 12px;
  }
}
.main-cards-with-date .main-cards__back {
  margin: 0;
  background-color: white;
  padding: 10px 32px;
}

@media (max-width: 992px) {
  #organizations-list .main-card, #sections-list .main-card {
    padding: 0 0 10px 0;
  }
  #organizations-list .main-card__body, #sections-list .main-card__body {
    padding: 0 20px;
  }
  #organizations-list .main-card__img-box, #sections-list .main-card__img-box {
    width: 100%;
  }
  #organizations-list .main-card__img-box img, #sections-list .main-card__img-box img {
    width: 100%;
  }
  #organizations-list .card__sticker, #sections-list .card__sticker {
    z-index: 100;
  }
}

.text-darkGray {
  color: #333333 !important;
}

.text-lightGray {
  color: gray !important;
}

.text-mainColor {
  color: black !important;
}

.custom-card .main-card__title {
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.custom-card .main-card__text {
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0.5rem;
}

.custom-card-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 2rem;
  place-content: start;
  place-items: start;
  margin-bottom: 1rem;
}

.custom-card-item {
  display: grid;
  grid-auto-flow: column;
  gap: 0.5rem;
}

.custom-card-item__text {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #000000;
}
.custom-card-item__text--bold {
  font-weight: 600;
}

.custom-row-element {
  display: grid;
  grid-auto-flow: column;
  gap: 2rem;
  margin-top: 1rem;
  place-content: start;
  place-items: start;
}

.custom-accordion-arrow .btn-link {
  position: relative;
}

.custom-accordion-arrow .btn-link::before {
  content: "";
  border: none;
  display: block;
  position: absolute;
  right: -25px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/i-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0);
  transition: 0.3s ease-in-out all;
}

.custom-accordion-arrow .btn-link[aria-expanded=true]::before {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out all;
}

@media (max-width: 1023px) {
  .custom-main-cards .main-card__info {
    padding: 0 20px;
  }
  .custom-card-grid {
    grid-template-columns: 1fr;
  }
  .custom-card .main-card__title {
    padding-top: 20px;
  }
  .custom-main-cards .main-card__btn-bar {
    width: 100%;
    padding: 0 20px;
  }
  .custom-main-cards .main-card__link {
    width: 100%;
  }
  .commission-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .custom-row-element {
    grid-auto-flow: row;
    gap: 0;
  }
}