

/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/objects_list/css/pagespeed.css?178175328913676*/
.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.slider-arrow--prev, .slider-arrow--next {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: rgba(61, 80, 110, 0.76);
  cursor: pointer;
  transition: 0.2s background-color linear;
}
.slider-arrow--prev:before, .slider-arrow--next:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 3px solid #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider-arrow--prev:hover, .slider-arrow--next:hover {
  background-color: rgba(100, 119, 149, 0.76);
}
.slider-arrow--prev.swiper-button-disabled, .slider-arrow--next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.35);
}
.slider-arrow--prev.swiper-button-disabled:before, .slider-arrow--next.swiper-button-disabled:before {
  border-color: #d1d5d9;
}
.slider-arrow--prev.swiper-button-disabled:hover, .slider-arrow--next.swiper-button-disabled:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.slider-arrow--prev {
  border-radius: 50% 0 0 50%;
}
.slider-arrow--prev:before {
  border-right: none;
  border-top: none;
}
.slider-arrow--next {
  border-radius: 0 50% 50% 0;
}
.slider-arrow--next:before {
  border-left: none;
  border-bottom: none;
}
.slider-arrow--pagepiling {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 100;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.slider-arrow--pagepiling.hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .slider-arrow--pagepiling {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.slider-arrow--pagepiling.dark .slider-arrow--prev:before,
.slider-arrow--pagepiling.dark .slider-arrow--next:before {
  border-color: #d1d5d9;
}
.slider-arrow--pagepiling .slider-arrow--prev,
.slider-arrow--pagepiling .slider-arrow--next {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  transform: rotate(90deg);
  background: none;
  opacity: 1;
  visibility: visible;
  transition: 0.3s opacity linear;
}
.slider-arrow--pagepiling .slider-arrow--prev:hover,
.slider-arrow--pagepiling .slider-arrow--next:hover {
  background-color: rgba(61, 80, 110, 0.8);
}
.slider-arrow--pagepiling .slider-arrow--prev.hide,
.slider-arrow--pagepiling .slider-arrow--next.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .slider-arrow--pagepiling .slider-arrow--prev {
    background-color: rgba(61, 80, 110, 0.8);
    border-radius: 50% 0 0 50%;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .slider-arrow--pagepiling .slider-arrow--prev {
    bottom: -72px;
  }
  .slider-arrow--pagepiling .slider-arrow--prev:before {
    left: calc(50% - 10px);
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .slider-arrow--pagepiling .slider-arrow--next {
    background-color: rgba(61, 80, 110, 0.8);
    border-radius: 50% 0 0 50%;
  }
}
@media screen and (max-width: 500px) {
  .slider-arrow--pagepiling .slider-arrow--next {
    bottom: -20px;
  }
  .slider-arrow--pagepiling .slider-arrow--next:before {
    left: calc(50% - 10px);
    top: 50%;
  }
}

.index-objects {
  background-color: #262731;
  background-size: cover;
}
.index-objects:hover .slider-arrow {
  opacity: 1;
}
.index-objects .container {
  padding-left: 166px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .index-objects .container {
    padding-left: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .index-objects .container {
    padding-left: 20px;
  }
}
.index-objects__wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .index-objects__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.index-objects--page {
  width: 100vw;
  height: auto;
  margin-left: -245px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1680px) {
  .index-objects--page {
    margin-left: -205px;
  }
}
@media screen and (max-width: 1366px) {
  .index-objects--page {
    margin-left: -110px;
  }
}
@media screen and (max-width: 1024px) {
  .index-objects--page {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .index-objects--page {
    margin-left: -20px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .index-objects--page .objects-slider__item:before {
    height: 224px;
  }
}
@media screen and (max-width: 500px) {
  .index-objects--page .index-objects__wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1680px) {
  .index-objects--page .container {
    padding-left: 205px;
  }
}
@media screen and (max-width: 1366px) {
  .index-objects--page .container {
    padding-left: 110px;
  }
}
@media screen and (max-width: 500px) {
  .index-objects--page .container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .index-objects--page .objects-slider__pagination {
    width: calc(50% - 232px);
  }
}
@media screen and (max-width: 1280px) {
  .index-objects--page .objects-slider__pagination {
    width: calc(50% - 218px);
  }
}
@media screen and (max-width: 1024px) {
  .index-objects--page .objects-slider__pagination {
    left: 0;
    width: 100%;
  }
}
.index-objects--page .objects-slider__pagination .swiper-pagination {
  top: calc(50% - 50px);
  transform: translateY(-50%);
  left: 50px;
}
@media screen and (max-width: 1024px) {
  .index-objects--page .objects-slider__pagination .swiper-pagination {
    top: 0;
    left: 0;
    transform: none;
  }
}
.index-objects--page .object-card__content {
  bottom: auto;
  padding: 20px;
}
.index-objects--page .object-card__content .location:before {
  content: none;
}
.index-objects--page .object-card__wrap {
  height: 224px;
  position: relative;
}
.index-objects--page .object-card__wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .index-objects--page .object-card__desc {
    height: 100%;
  }
}
.index-objects--page .object-card__title {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  .index-objects--page .object-card__title {
    padding-left: 20px;
  }
}
.index-objects--page .object-card__logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  min-width: 230px;
  height: auto;
}
.index-objects--page .object-card__logo img {
  max-width: 80%;
}
.index-objects--page h2 {
  font-size: 48px;
  color: #d2ddeb;
  font-weight: 100;
  font-family: "Alumni Sans", Arial, sans-serif;
}
@media screen and (max-width: 500px) {
  .index-objects--page h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.index-objects__tab {
  display: none;
}
.index-objects__tab.active {
  display: block;
}
.index-objects .slider-arrow {
  position: absolute;
  right: 80px;
  top: -10px;
  z-index: 5;
  opacity: 0;
  transition: 0.3s opacity linear;
}
@media screen and (max-width: 500px) {
  .index-objects .slider-arrow {
    display: none;
  }
}

.objects-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 500px) {
  .objects-slider {
    margin-left: -20px;
  }
}
.objects-slider__item {
  width: 460px;
  margin-right: 15px;
  position: relative;
}
.objects-slider__item.swiper-slide-active:before {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .objects-slider__item.swiper-slide-active .object-card__desc {
    background-color: transparent;
  }
}
.objects-slider__item.active .object-card__wrap .object-card__desc {
  left: 0;
}
.objects-slider__item.active .object-card__link {
  pointer-events: none;
}
.objects-slider__item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .objects-slider__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e293b;
    z-index: 10;
    opacity: 0.7;
    transition: 0.3s opacity linear;
  }
}
@media screen and (max-width: 500px) {
  .objects-slider__item {
    width: 320px;
  }
}
.objects-slider__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .objects-slider__item .object-card__desc {
    background-color: transparent;
    transition: 0.3s background-color linear;
  }
}
.objects-slider__pagination {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 10px;
  right: 0;
  width: 230px;
  background-color: rgba(30, 32, 44, 0.87);
  padding-left: 90px;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .objects-slider__pagination {
    width: calc(50% - 425px);
  }
}
@media screen and (max-width: 1440px) {
  .objects-slider__pagination {
    width: calc(50% - 365px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .objects-slider__pagination {
    width: calc(50% - 345px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .objects-slider__pagination {
    width: calc(50% - 325px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .objects-slider__pagination {
    width: 100%;
    height: 20px;
    bottom: 0;
    top: inherit;
    background-color: transparent;
  }
}
@media screen and (max-width: 500px) {
  .objects-slider__pagination {
    display: none;
  }
}
.objects-slider__pagination .swiper-pagination {
  bottom: initial;
}
@media screen and (max-width: 1024px) {
  .objects-slider__pagination .swiper-pagination {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.objects-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #55669b;
  opacity: 0.6;
  margin-right: 10px;
}
.objects-slider__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.objects-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.object-card {
  position: relative;
}
.object-card:hover .object-card__desc {
  left: 0;
}
.object-card__wrap {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .object-card__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .object-card__wrap {
    height: 350px;
  }
}
.object-card__img {
  width: 100%;
  height: 100%;
}
.object-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
.object-card__title {
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .object-card__title {
    padding: 5px 15px 15px 15px;
  }
}
.object-card__title p {
  font-size: 24px;
  color: white;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .object-card__title p {
    font-size: 16px;
  }
}
.object-card__title span {
  font-size: 18px;
  color: #86859c;
}
@media screen and (max-width: 500px) {
  .object-card__title span {
    font-size: 14px;
  }
}
.object-card__desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(40, 45, 70, 0.7);
  left: -100%;
  transition: 1s left ease-in-out;
}
@media screen and (max-width: 999px) {
  .object-card__desc {
    left: 0;
    top: inherit;
    bottom: 0;
    height: 50%;
    background-color: transparent;
  }
}
.object-card__desc a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.object-card__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .object-card__content {
    padding: 15px;
    background-color: rgba(40, 45, 70, 0.7);
  }
}
.object-card__content .location,
.object-card__content .deadline {
  position: relative;
}
.object-card__content .location span,
.object-card__content .deadline span {
  font-size: 18px;
  color: #a8a7b5;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 500px) {
  .object-card__content .location span,
.object-card__content .deadline span {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.object-card__content .location p,
.object-card__content .deadline p {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .object-card__content .location p,
.object-card__content .deadline p {
    font-size: 18px;
  }
}
.object-card__content .location {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .object-card__content .location {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.object-card__content .location:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: white;
  left: 0;
  bottom: 0;
}
.object-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*# sourceMappingURL=pagespeed.css.map */

/* End */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/objects_list/css/pagespeed.css?178175328913676 */
