@charset "UTF-8";
.news__title-container {
  margin: 80px 0 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #191B26;
}
.news__container {
  overflow: hidden;
}
.news__wrapper {
  position: relative;
  width: 100vw;
}
.news__control {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.news__control.news__control-min {
  display: none;
}
.news__control.hide-control {
  display: none;
  opacity: 0;
}
.news__control .owl-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 8px;
}
.news__control .owl-nav.disabled + .owl-dots {
  display: flex;
  margin-top: -74px;
  position: relative;
  z-index: 2;
}
.news__control .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.news__control .owl-nav button.owl-prev {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-left: 2px;
  font-size: 20px;
  color: #191B26;
}
.news__control .owl-nav button.owl-prev:hover {
  background: #FF862C;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.news__control .owl-nav button.owl-next {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-right: 2px;
  font-size: 20px;
  color: #191B26;
}
.news__control .owl-nav button.owl-next:hover {
  background: #FF862C;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.news__item {
  width: 446px;
  padding: 0 5px;
}
.news__item.hide {
  display: none;
}
.news__item .item__background {
  width: 100%;
  padding-top: 67%;
  /* 0.67 от ширины */
  position: relative;
  background: url("/themes/2024/assets/shared/page-main/press-bg.png") #FFFFFF no-repeat center/cover;
  border-radius: 12px;
  overflow: hidden;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.news__item .item__background a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
.news__item .item__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__item .item__date {
  font-size: 13px;
  font-weight: 600;
  line-height: 148%;
  text-align: right;
  color: #00B0FF;
  text-transform: uppercase;
  margin: 20px 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news__item .item__date span:first-of-type {
  margin-left: 10px;
}
.news__item .item__date a {
  text-decoration: none;
  color: #00B0FF;
}
.news__item .item__header span {
  display: inline-block;
}
.news__item .item__header span:first-of-type {
  font-size: 20px;
  font-weight: 400;
  line-height: 148%;
  color: #222433;
  margin-bottom: 8px;
}
.news__item .item__header span:last-of-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  color: #5C5E6D;
}
.news .news-slider {
  margin-bottom: 135px;
}
.news .news-slider.owl-carousel.owl-drag .owl-item .news__item {
  width: 100%;
  margin-right: 0;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 1200px   ***********************************************/
@media (max-width: 1199.98px) {
  .news__container .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .news__wrapper {
    margin-right: 19px;
  }
}
/*****************************************   Для экранов меньше 992px   ***********************************************/
@media (max-width: 991.98px) {
  .news__wrapper {
    margin-right: 20px;
  }
}
/****************************************   Для экранов меньше 768px   ***********************************************/
@media (max-width: 767.98px) {
  .news__title-container {
    margin-bottom: 40px;
  }
  .news .news-slider {
    margin-bottom: 80px;
  }
}
/****************************************   Для экранов меньше 576px   ***********************************************/
@media (max-width: 575.98px) {
  .news__title-container {
    margin-top: 60px;
  }
  .news__title {
    font-size: 20px;
  }
  .news__container .container {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }
  .news__wrapper {
    margin-right: 0;
  }
  .news .news-slider {
    margin-bottom: 40px;
  }
  .news__item .item__date {
    font-size: 10px;
  }
  .news__item .item__header span:first-of-type {
    font-size: 14px;
  }
  .news__item .item__header span:last-of-type {
    font-size: 13px;
  }
  .news__control {
    display: none;
    width: 100%;
  }
  .news__control.news__control-min {
    display: block;
    margin-bottom: 60px;
  }
  .news__btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news__btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

/*# sourceMappingURL=news-slider.css.map */
