

/* Start:/local/templates/dev/components/bitrix/news.list/proizvod-uchast/style.css?17516125698051*/
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
.news-date-time {
  color: #486daa;
}
/* /////////////////////////////////////////////// КОМПОНЕНТ ЧАСТОГО СВАЙПЕРА //////////////////////////////////////////////////// */
.swiper-block {
  gap: 12px;
  height: 77vh;
  max-height: 77vh;
  margin-bottom: 4.16vw;
  margin-left: auto;
  width: 100%;
}
.swiper-block-box {
  width: 100%;
}
.swiper-block-content {
  width: calc(50% - 6px - 16px);
  background: #d9e2d8;
  border-radius: 8px;
  gap: 12px;
  justify-content: space-between;
  margin-left: 16px;
  height: 100%;
}
.swiper-block-top {
  padding: 2.63vw 6.2vw 0 7.03vw;
  gap: 2.6vw;
}
.swiper-block-top h3 {
  font-size: clamp(25px, 3vw, 96px);
  text-transform: uppercase;
  font-weight: 400;
  color: #020f29;
  transition: .3s;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.swiper-block-top a:hover h3{
  color: #4b81f6;
}
.swiper-block-top h3 span {
  color: #4b81f6;
}
.swiper-block-top-description {
  width: 100%;
  font-size: clamp(15px, 1.53vw, 28px);
  font-weight: 400;
  color: #020f29;
}
.swiper-block-top-description .swiper-slide,
.swiper-block-bottom-description .swiper-slide {
  background: #d9e2d8;
  height: auto;
  display: flex;
}
.swiper-block-top-description .swiper-slide.column-flex {
  gap: 2.6vw;
}
.swiper-block-bottom-description .swiper-slide {
  align-items: end;
  justify-content: end;
}
.swiper-block-top-description .swiper-slide {
  align-items: top;
  justify-content: top;
}
.swiper-block-top-description .swiper-slide > div,
.swiper-block-bottom-description .swiper-slide > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
}
.swiper-block-top .swiper-pagination.swiper-pagination-fraction {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: max-content;
  letter-spacing: -5px;
  font-size: clamp(25px, 3.33vw, 64px);
  text-transform: uppercase;
  font-weight: 400;
  color: #020f29;
}
.swiper-block-bottom {
  gap: 8.5vw;
  justify-content: space-between;
  flex-wrap: nowrap !important;
  align-items: end;
}
.swiper-block-bottom-text {
  width: calc(100% - 8.5vw - 16px - 3.33vw - 5vw - 7.03vw);
  padding: 0 0 2.3vw 7.03vw;
  gap: 8px;
}
.swiper-block-bottom-description,
.swiper-block-bottom-description a {
  width: 100%;
  font-size: clamp(18px, 1.53vw, 28px);
  text-transform: uppercase;
  font-weight: 400;
  color: #020f29;
  transition: .3s;
}
.swiper-block-bottom-description a:hover{
  color: #4b81f6;
}
.swiper-block-bottom-description .date {
  width: 100%;
  color: #020F29;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 600;
  text-transform: uppercase;
}
.swiper-block-bottom-nav-swiper {
  padding: 0 16px 16px 0;
  width: max-content;
  flex-wrap: nowrap !important;
  gap: 8px;
  align-items: center;
  height: max-content;
  justify-content: end;
  width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.swiper-block-bottom-nav-swiper .swiper-button-next {
  width: 5vw;
  height: 5vw;
}
.swiper-block-bottom-nav-swiper .swiper-button-prev {
  width: 3.33vw;
  height: 3.33vw;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-block-bottom-nav-swiper .swiper-button-prev path,
.swiper-block-bottom-nav-swiper .swiper-button-prev rect,
.swiper-block-bottom-nav-swiper .swiper-button-next path,
.swiper-block-bottom-nav-swiper .swiper-button-next rect {
  transition: 0.3s;
}
.swiper-block-bottom-nav-swiper .swiper-button-prev:hover path {
  stroke: white;
}
.swiper-block-bottom-nav-swiper .swiper-button-prev:hover rect {
  fill: #020f29;
}
.swiper-block-bottom-nav-swiper .swiper-button-next:hover path {
  stroke: #4b81f6;
}
.swiper-block-bottom-nav-swiper .swiper-button-next:hover rect {
  fill: white;
}
.swiper-block-swiper {
  height: calc(100% + 4.16vw);
  width: calc(50% - 6px);
}
.swiper-block-swiper .swiper-slide {
  background: white;
  height: 60%;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.5s;
}
.swiper-block-swiper .swiper-slide.swiper-slide-active {
  background: white;
  height: 100%;
}
.reserve .swiper-block-content {
  margin-right: 16px;
  margin-left: 0;
  order: 1;
}
.reserve .swiper-block-top {
  align-items: end;
}
.reserve .swiper-block-top h3 {
  text-align: end;
}
.reserve .swiper-block-top-description {
  width: 100%;
  text-align: end;
}
.reserve .swiper-block-bottom-text {
  width: calc(100% - 2.3vw - 8.5vw - 5vw - 3.33vw - 6.2vw);
  padding: 0 0 2.3vw 2.3vw;
}
.reserve .swiper-block-bottom-nav-swiper {
  padding: 0 6.2vw 2.3vw 0;
}
/*@media (max-width: 1200px) {
  .swiper-block {
    height: 35vw;
    max-height: 35vw;
  }
}*/
@media (max-width: 1200px) {
  .swiper-block {
    gap: 0px;
    height: max-content;
    max-height: max-content;
    margin-bottom: 0;
  }
  .swiper-block-content {
    width: calc(100% - 15vw);
    background: #d9e2d8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    gap: 30px;
    justify-content: space-between;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
    height: 100%;
    position: relative;
    top: -8px;
  }
  .swiper-block-top {
    padding: 28px 13px 0 13px;
    gap: 20px;
  }
  .swiper-block-top .swiper-pagination.swiper-pagination-fraction {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: max-content;
    letter-spacing: -5px;
    font-size: clamp(25px, 3.33vw, 64px);
    text-transform: uppercase;
    font-weight: 400;
    color: #020f29;
  }
  .swiper-block-bottom {
    gap: 8.5vw;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    align-items: end;
  }
  .swiper-block-bottom-text {
    width: calc(100% - 8.5vw - 16px - 40px - 60px - 13px);
    padding: 0 0 13px 13px;
    gap: 8px;
  }
  .swiper-block-bottom-nav-swiper {
    padding: 0 13px 13px 0;
    width: max-content;
    flex-wrap: nowrap !important;
    gap: 8px;
    align-items: center;
    height: max-content;
    width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .swiper-block-bottom-nav-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .swiper-block-bottom-nav-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }
  .swiper-block-swiper {
    height: calc(80vw);
    width: calc(100%);
    padding-left: 7.5vw !important;
    order: -1;
    direction: ltr !important;
  }
  .swiper-block-swiper .swiper-slide {
    height: 100%;
    width: calc(100vw - 15vw) !important;
  }
  .swiper-block-swiper .swiper-slide.swiper-slide-active {
    height: 100%;
    background: transparent;
  }
  .swiper-block-swiper .swiper-slide.swiper-slide-prev {
    transform: translateX(-200px);
  }
  .swiper-block-swiper .swiper-slide.swiper-slide-next {
    transition: margin-left 0.01s;
    margin-left: 9px;
  }
  .reserve .swiper-block-content {
    margin-right: 7.5vw;
    margin-left: 7.5vw;
    order: 1;
  }
  .reserve .swiper-block-bottom-text {
    width: calc(100% - 13px - 8.5vw - 60px - 40px - 13px);
    padding: 0 0 13px 13px;
  }
  .reserve .swiper-block-bottom-nav-swiper {
    padding: 0 13px 13px 0;
  }
  .reserve .swiper-block-top {
    align-items: start;
  }
  .reserve .swiper-block-top h3 {
    text-align: start;
  }
  .reserve .swiper-block-top-description {
    width: 100%;
    text-align: start;
  }
}

/* End */
/* /local/templates/dev/components/bitrix/news.list/proizvod-uchast/style.css?17516125698051 */
