

/* Start:/local/templates/gotoural/components/bitrix/system.pagenavigation/ajax/style.css?17352906282233*/
.pagination__container {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 20px;
}
.events-cards__more-btn {
    width: 100%;
    background: #fff;
    border: 1px solid #8c959c33;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 16px;
    padding: 18px 0;
    margin-bottom: 40px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #000;
}
.events-cards__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.events-cards__li-next {
}
.events-cards__li {
}
.events-cards__link.prev-link,
.events-cards__link.next-link {
    background: #f1f1f1;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 17px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.events-cards__link-comma {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.events-cards__link {
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.events-cards__pagination .active {
    border-radius: 50%;
    border: 1px solid #8c959c33;
}

@media (max-width: 550px) {
    .events-cards__pagination {
        gap: 4px;
    }
    .events-cards__more-btn {
        margin-bottom: 24px;
    }
    .events-cards__link.prev-link,
    .events-cards__link.next-link {
        margin: 0 10px;
    }
    .events-cards__li.hide-on-mob {
        display: none;
    }
}

@media (any-hover: hover) {
    .events-cards__more-btn:hover {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        background: #dddddd;
    }
    a.events-cards__link.prev-link:hover,
    a.events-cards__link.next-link:hover {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        background: #dddddd;
    }
    a.events-cards__link:hover {
        background: #f1f1f1;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
}
/* End */


/* Start:/local/templates/gotoural/components/bitrix/news.list/blog-list/style.css?17369482944047*/
.cards__events {
  margin-bottom: 100px;
}
.events-cards__body {
  display: flex;
}
.right {
  padding-left: 48px;
  padding-right: 0px;
  position: sticky;
  z-index: 5;
}
.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events-cards__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  position: relative;
}
.events-cards__item {
  position: relative;
  transition: all 0.3s ease 0;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}
.item-card__iamge {
  border-radius: 30px;
  position: relative;
  height: auto;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 16px;
}
.item-card__iamge img {
  width: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.item-card__info {
  position: absolute;
  right: 16px;
  top: 16px;
}
.item-card__date {
  padding: 8px 16px;
  background: #009474;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.item-card__city {
  position: relative;
  right: 16%;
  top: -7px;
  padding: 5px 12px;
  background: #fff;
  color: #8c959c;
  font-size: 14px;
  line-height: 18px;
  border-radius: 40px;
  text-align: center;
}
.item-card__title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.about-list__item-section {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #a2a2a2;
  margin-bottom: 10px;
}
.side-menu {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  width: max-content;
}
.side-menu > li .top-level-link {
  display: block;
  color: #000;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.side-menu__link-text {
  margin-right: 5px;
}
.side-menu > li .top-level-link.link--active {
  color: #fff;
  background: #009474;
  border-bottom: none;
}
.side-menu li {
  width: 100%;
}
.pagination__container {
   margin: 0;
   padding: 0;
}

@media (max-width: 1240px) {
  .events-cards__items {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .item-card__iamge {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 30px;
  }
  .item-card__iamge img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 35px;
  }
  .item-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .right {
    display: none;
  }
  .events-cards__items {
    gap: 15px;
    grid-template-columns: repeat(3, minmax(234px, 1fr));
  }
  .events-cards__item {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .events-cards__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .events-cards__item.hide-on-tablet {
    display: none;
  }
  .item-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .item-card__iamge {
    height: 185px;
  }
  .item-card__iamge img {
    width: 100%;
    height: auto;
    border-radius: 35px;
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .cards__events {
    margin-bottom: 64px;
  }
  .events-cards__items {
    gap: 20px;
    margin-bottom: 24px;
    grid-template-columns: 1fr;
  }
  .events-cards__item {
    padding: 16px;
  }
  .events-cards__item.hide-on-mob {
    display: none;
  }
  .item-card__title {
    font-size: 20px;
    line-height: 25px;
  }
  .events-cards__li.hide-on-mob {
    display: none;
  }
}

@media (any-hover: hover) {
  .events-cards__item:hover {
    transition: all 0.4s ease 0s;
    transform: translateY(-10px);
    -webkit-transition: all 0.4s ease 0s;
  }
}
/* End */
/* /local/templates/gotoural/components/bitrix/system.pagenavigation/ajax/style.css?17352906282233 */
/* /local/templates/gotoural/components/bitrix/news.list/blog-list/style.css?17369482944047 */
