

/* 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 */


/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/index_about/style.css?1781753289574*/
.b-readmore {
    padding: 0 0 0 0;
}
.b-readmore__link {
    color: #000;
    text-decoration: none;
}
.b-readmore__link:hover, .b-readmore__link:focus, .b-readmore__link:active {
    color: #4a4e64;
    text-decoration: none;
}
.b-readmore__open {
    display: inline-block;
}
.b-readmore__close {
    display: none;
}
.b-readmore--opened .b-readmore__open {
    display: none;
}
.b-readmore--opened .b-readmore__close {
    display: inline-block;
}

@media screen and (max-width: 999px) {

    .b-readmore {
        padding-top: 15px;
    }
}
/* End */


/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/index_about/css/pagespeed.css?178175328913516*/
.about-slider {
  background-color: #f1f5f8;
  position: relative; }
  @media screen and (max-width: 999px) {
    .about-slider {
      overflow: hidden; } }
  .about-slider:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
    bottom: 0; }
  .about-slider__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 2em;
    position: relative; }
    @media screen and (max-width: 500px) {
      .about-slider__wrap {
        width: 100%;
        height: 100%;
        padding-top: 0; } }
  .about-slider .container {
    padding-left: 240px;
    margin-top: 0;
    height: 100%;
    width: 100vw; }
    @media screen and (max-width: 1680px) {
      .about-slider .container {
        padding-left: 250px;
        width: 100vw; } }
    @media screen and (max-width: 1024px) {
      .about-slider .container {
        padding-left: 20px; } }
    @media screen and (max-width: 999px) {
      .about-slider .container {
        margin-top: 0; } }
    @media screen and (max-width: 500px) {
      .about-slider .container {
        height: 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;
        padding: 65px 0 0 0; } }
  .about-slider--page {
    margin-top: -30px;
    margin-left: -245px;
    padding-bottom: 20px; }
    .about-slider--page .about-small {
      position: relative; }
    .about-slider--page .about-big {
      margin-bottom: 8px; }
      @media screen and (max-width: 500px) {
        .about-slider--page .about-big {
          height: auto;
          margin-bottom: 0; } }
    .about-slider--page.section {
      height: auto; }
    @media screen and (max-width: 1680px) {
      .about-slider--page {
        margin-left: -205px; } }
    @media screen and (max-width: 1440px) {
      .about-slider--page {
        margin-left: -110px; } }
    @media screen and (max-width: 1024px) {
      .about-slider--page {
        height: auto;
        padding-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .about-slider--page {
        margin-left: -20px;
        margin-right: -20px; } }
    .about-slider--page .container {
      width: 100%;
      padding-left: 245px;
      margin-top: 0; }
      @media screen and (max-width: 1680px) {
        .about-slider--page .container {
          padding-left: 205px; } }
      @media screen and (max-width: 1440px) {
        .about-slider--page .container {
          padding-left: 110px; } }
      @media screen and (max-width: 500px) {
        .about-slider--page .container {
          padding-left: 20px;
          padding-top: 0; } }
    .about-slider--page .about-big .slider-arrow {
      right: 100px; }
    @media screen and (max-width: 500px) {
      .about-slider--page .about-small {
        height: 200px; } }
    @media screen and (max-width: 500px) {
      .about-slider--page .about-big .row .col--content {
        padding-left: 0; } }
  .about-slider--house {
    padding-top: 60px;
    margin-top: 0;
    margin-bottom: 110px; }
    @media screen and (max-width: 500px) {
      .about-slider--house {
        padding-top: 20px;
        margin-bottom: 0; } }
    .about-slider--house .about-big__title {
      padding-bottom: 40px; }
      @media screen and (max-width: 500px) {
        .about-slider--house .about-big__title {
          padding-bottom: 20px; } }
      .about-slider--house .about-big__title h3 {
        line-height: .8em; }
      .about-slider--house .about-big__title span {
        font-size: 48px; }
        @media screen and (max-width: 500px) {
          .about-slider--house .about-big__title span {
            font-size: 35px; } }
    .about-slider--house .about-big__head {
      margin-bottom: 30px; }
    .about-slider--house .about-big .slider-arrow {
      left: calc(40% - 80px);
      top: 60%;
      right: inherit; }
      @media screen and (max-width: 1680px) {
        .about-slider--house .about-big .slider-arrow {
          left: calc(50% - 80px); } }
    .about-slider--house .about-big__anons {
      padding-right: 80px; }
  .about-slider.pp-section .slider-arrow {
    display: none; }

.about-small {
  width: 100vw;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .about-small {
      position: relative; } }
  @media screen and (max-width: 500px) {
    .about-small {
      position: relative;
      bottom: 0;
      height: 30vh; } }
  .about-small__list {
    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; }
  .about-small__pics {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .about-small__pics img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      transition: 1s all ease-in-out; }
      @media screen and (max-width: 1024px) {
        .about-small__pics img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
  .about-small__item {
    width: 450px;
    height: 235px;
    background-size: cover;
    position: relative;
    padding: 30px;
    margin-right: 15px;
    cursor: pointer;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .about-small__item {
        height: 100%; } }
    .about-small__item:hover:before, .about-small__item.swiper-slide-active:before {
      opacity: .3; }
    .about-small__item:hover .about-small__pics img, .about-small__item.swiper-slide-active .about-small__pics img {
      transform: translate(-50%, -50%) scale(1.1); }
    @media screen and (max-width: 500px) {
      .about-small__item.swiper-slide-active:before {
        opacity: .3; }
      .about-small__item.swiper-slide-active .about-small__pics img {
        transform: translate(-50%, -50%) scale(1.1); } }
    .about-small__item:last-child {
      margin-right: 0; }
    .about-small__item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #0a1633;
      opacity: .8;
      transition: 1s opacity ease-in-out;
      z-index: 2; }
  .about-small__title {
    font-family: "Alumni Sans", Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 36px;
    position: relative;
    max-width: 60%;
    line-height: 1em;
    z-index: 3; }
    @media screen and (max-width: 1024px) {
      .about-small__title {
        font-size: 25px; } }
    @media screen and (max-width: 500px) {
      .about-small__title {
        max-width: 100%; } }

.about-big {
  position: relative;
  flex: 1 1 auto;
  z-index: 2; }
  @media screen and (max-width: 500px) {
    .about-big__content {
      min-height: 220px; } }
  @media screen and (max-width: 500px) {
    .about-big {
      height: calc(50vh - 40px); } }
  .about-big:hover .slider-arrow {
    opacity: 1; }
  .about-big.swiper-container {
    overflow: inherit; }
    @media screen and (max-width: 999px) {
      .about-big.swiper-container {
        overflow: hidden; } }
  .about-big .slider-arrow {
    position: absolute;
    top: calc(50% - 100px);
    right: 0;
    opacity: 0;
    transition: .3s opacity linear;
    z-index: 10; }
    @media screen and (max-width: 999px) {
      .about-big .slider-arrow {
        right: 0;
        height: 200px;
        opacity: 1;
        bottom: 0;
        top: inherit;
        display: none; } }
    @media screen and (max-width: 500px) {
      .about-big .slider-arrow--prev {
        display: none; } }
    @media screen and (max-width: 500px) {
      .about-big .slider-arrow--next {
        height: 100%;
        border-radius: 0;
        width: 20px;
        background-color: rgba(41, 53, 71, 0.8); } }
  .about-big__title {
    position: relative; }
    .about-big__title:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 1px;
      bottom: -10px;
      background-color: #c7cdda; }
      @media screen and (max-width: 500px) {
        .about-big__title:before {
          bottom: -15px; } }
    .about-big__title h3 {
      font-size: 55px;
      color: #4a4e64;
      font-weight: 100;
      font-family: "Alumni Sans", Arial, sans-serif;
      margin: 0;
      line-height: 1em; }
      @media screen and (max-width: 1680px) {
        .about-big__title h3 {
          font-size: 50px; } }
      @media screen and (max-width: 500px) {
        .about-big__title h3 {
          font-size: 35px;
          font-weight: 300; } }
  .about-big__logo {
    margin-bottom: 25px; }
    @media screen and (max-width: 1680px) {
      .about-big__logo {
        margin-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .about-big__logo {
        margin-bottom: 10px; } }
    @media screen and (max-width: 500px) {
      .about-big__logo img {
        max-width: 100%; } }
  .about-big__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1680px) {
      .about-big__head {
        margin-bottom: 20px; } }
  .about-big .slider-count {
    font-size: 173px;
    color: #545863;
    font-weight: 100;
    font-family: "Alumni Sans", Arial, sans-serif;
    line-height: .8em;
    opacity: .2; }
    @media screen and (max-width: 1680px) {
      .about-big .slider-count {
        font-size: 130px; } }
    @media screen and (max-width: 500px) {
      .about-big .slider-count {
        display: none; } }
  .about-big__anons {
    font-size: 17px;
    color: #4a4e64;
    line-height: 1.3;
    padding-bottom: 50px; }
    .about-big__anons h1 {
      font-size: 20px;
      color: #4a4e64;
      line-height: 1.3;
      font-weight: bold; }
    @media screen and (max-width: 500px) {
      .about-big__anons {
        padding-bottom: 0; } }
    .about-big__anons p {
      margin: 0 0 20px 0; }
      .about-big__anons p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 1366px) {
      .about-big__anons {
        font-size: 16px; } }
    @media screen and (max-width: 500px) {
      .about-big__anons {
        font-size: 14px; }
        .about-big__anons p {
          margin-bottom: 0; } }
    @media screen and (max-width: 500px) and (max-width: 500px) {
      .about-big__anons p {
        line-height: 1.4em; } }

  .about-big__pics {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden; }
    @media screen and (max-width: 999px) {
      .about-big__pics {
        width: 100%;
        position: relative; } }
    @media screen and (max-width: 999px) {
      .about-big__pics img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  .about-big .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 999px) {
      .about-big .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .about-big .row .col--content {
      width: 40%;
      padding-right: 50px; }
      @media screen and (max-width: 1680px) {
        .about-big .row .col--content {
          width: 50%; } }
      @media screen and (max-width: 999px) {
        .about-big .row .col--content {
          width: 100%;
          padding-right: 0;
          margin-bottom: 30px; } }
      @media screen and (max-width: 500px) {
        .about-big .row .col--content {
          padding: 0 20px 5px 20px; } }
    .about-big .row .col--pics {
      width: 60%;
      min-height: 680px;
      position: relative; }
      @media screen and (max-width: 1680px) {
        .about-big .row .col--pics {
          width: 50%;
          min-height: 500px; } }
      @media screen and (max-width: 999px) {
        .about-big .row .col--pics {
          display: none; } }
  .about-big__item {
    background-color: #f1f5f8; }
    .about-big__item.swiper-slide-active {
      z-index: 10; }
  .about-big .clearboth {
    margin-top: 15px; }
  .about-big .truncate_more_link {
    text-decoration: none;
    color: #59739d;
    font-size: 14px;
    font-weight: 500; }
  .about-big.swiper-creative .swiper-slide {
    overflow: inherit; }

/*# sourceMappingURL=pagespeed.css.map */

/* End */


/* Start:/local/templates/devvesna.ru_2026_opti/components/luxar/super/index_apartaments/style.css?178175329057*/
.apartments-slider .slider-arrow {
    display: none;
}
/* End */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/objects_list/css/pagespeed.css?178175328913676 */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/index_about/style.css?1781753289574 */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/index_about/css/pagespeed.css?178175328913516 */
/* /local/templates/devvesna.ru_2026_opti/components/luxar/super/index_apartaments/style.css?178175329057 */
