

/* Start:/local/templates/codeking/components/bitrix/system.pagenavigation/ajax/style.css?17568017581015*/
.ajax_load_btn
{
    opacity: 0;
    /* text-align: center;
    margin: 0px 0px 20px;
    border: 1px solid #f2f2f2;
    cursor: pointer; */
}
.ajax_load_btn:hover {
    /* border-color: #d2d2d4; */
}


/* .load-more-items:after {
    background-color: #1771ca;
}
.load-more-items:after {
    width: 19px;
    height: 19px;
    left: 5px;
    margin-top: -10px;
    top: 50%;
    background: #ddd url('/local/templates/codeking/images/svg/Show_more.svg') center no-repeat;
    -webkit-transition: background 0.7s ease-in-out;
    -moz-transition: background 0.7s ease-in-out;
    -o-transition: background 0.7s ease-in-out;
    transition: background 0.7s ease-in-out;
}
.load-more-items:after {
    content: "";
    display: block;
    position: absolute;
}

.load-more-items
{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 0px 15px 34px;
    color: #333;
} */
/* End */


/* Start:/local/templates/codeking/components/bitrix/news.list/school/style.css?17549818633341*/
.school-list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (max-width: 1200px) {
  .school-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .school-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 565.98px) {
  .school-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .school-list__item {
    height: 332px;
  }
}

.school-item {
  background: transparent;
  border: 1px solid #1e1e1e;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.school-item:hover {
  background: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.school-item:hover .school-item__img {
  transform: scale(1.05);
}
.school-item:hover .school-item__title {
  max-height: 6em;
}
.school-item:hover .school-item__desc {
  max-height: 12em;
}
.school-item__img-wrap {
  height: 0;
  overflow: hidden;
  padding-top: 160px;
  position: relative;
}
.school-item__img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  transform: scale(1);
  width: 100%;
}
.school-item__cont {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  flex: 1;
  width: 100%;
}
.school-item__title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  max-height: 2.4em;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 565.98px) {
  .school-item__title {
    max-height: none;
  }
}
.school-item__desc {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
  max-height: 3.6em;
  margin-bottom: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 565.98px) {
  .school-item__desc {
    max-height: none;
  }
}
.school-item__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25em;
  text-align: center;
}

.news-item {
  box-shadow: 0 0 0 1px #f2f2f2;
  margin: 0 0 0 0;
  position: relative;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 15px;
  line-height: 17px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.news-item:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.news-item_img a {
  line-height: 0;
  font-size: 0;
}

.news-item_img {
  height: 310px;
  overflow: hidden;
}

.news-item_desc {
  padding: 10px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.6) 70%, transparent 100%);
  height: -moz-fit-content;
  height: fit-content;
  min-height: 110px;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  color: #222;
  cursor: pointer;
  padding-top: 30px;
}

.news-item_desc p {
  margin: 5px 0;
}

.news-item_desc b,
.news-item_desc a {
  color: inherit;
}

.news_preview_text {
  display: none;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/codeking/components/bitrix/system.pagenavigation/ajax/style.css?17568017581015 */
/* /local/templates/codeking/components/bitrix/news.list/school/style.css?17549818633341 */
