

/* Start:/local/templates/general/css/news-post.css?176295955318526*/
@charset "UTF-8";
/* Страница Новостей */
.main-wrapper--has-sticky {
  overflow-x: visible; }

.news-aside {
  padding: 32px;
  line-height: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.08); }
  .news-aside__title {
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    .news-aside__title:focus, .news-aside__title[href]:hover {
      color: #1fbcee; } }
  .news-aside__item:not(:last-of-type) {
    margin-bottom: 10px; }
  .news-aside__link-date {
    font-size: 15px;
    opacity: 0.4; }
  .news-aside__link-title {
    font-size: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    .news-aside__link:focus .news-aside__link-title,
    .news-aside__link[href]:hover .news-aside__link-title {
      color: #1fbcee; } }

.news-post {
  padding-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .news-post {
      padding-bottom: 4.0625rem; } }
  @media (min-width: 1025px) {
    .news-post {
      padding-bottom: 10.625rem; } }
  @media (min-width: 1500px) {
    .news-post {
      padding-bottom: 11.25rem; } }

.news-post:not(:last-child) {
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .news-post:not(:last-child) {
      padding-bottom: 3.125rem; } }
  @media (min-width: 1025px) {
    .news-post:not(:last-child) {
      padding-bottom: 3.75rem; } }
  @media (min-width: 1500px) {
    .news-post:not(:last-child) {
      padding-bottom: 5rem; } }

@media (min-width: 960px) {
  .news-post__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 960px) and (max-width: 1199px) {
  .news-post__aside {
    width: 20rem;
    margin-left: 2.5rem; } }

@media (min-width: 1200px) {
  .news-post__aside {
    width: 23.75rem;
    margin-left: 3.75rem; } }

@media (min-width: 960px) and (max-width: 1199px) {
  .news-post__content {
    width: calc(100% - 22.5rem); } }

@media (min-width: 1200px) {
  .news-post__content {
    width: calc(100% - 27.5rem); } }

.news-post__date {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.3; }

.news-post__title {
  margin-bottom: 1.875rem; }
  @media (min-width: 1025px) {
    .news-post__title {
      margin-bottom: 3.75rem; } }

.news-post__text > :first-child {
  margin-top: 0; }

.news-post__text > :last-child {
  margin-bottom: 0; }

.news-post__cover {
  margin-bottom: 3.75rem; }
  @media (max-width: 959px) {
    .news-post__cover {
      display: none; } }

@media (max-width: 1199px) {
  .news-post__gallery-slider {
    margin: 1.875rem 0; } }

@media (min-width: 1200px) {
  .news-post__gallery-slider {
    margin: 3.75rem 0; } }

.news-post__gallery-slider:last-child {
  margin-bottom: 0; }

@media (max-width: 959px) {
  .news-post__social-block {
    margin-top: 1.875rem; } }

.news-post__social-block ~ * {
  margin-top: 1.25rem; }

.news-post__news-aside {
  margin-top: 2.5rem; }

@media (min-width: 960px) {
  .news-post__aside > *:last-child:not(:first-child) {
    position: sticky;
    top: 3.75rem; } }

.cover-block {
  position: relative;
  padding-top: 55%;
  border-radius: 0.375rem;
  background-color: #EBF0F7;
  overflow: hidden; }

.cover-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.social-block {
  padding: 2.5rem 2rem 2rem;
  background-color: #EEF1F2;
  border-radius: 0.375rem;
  text-align: center; }

.social-block__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.33;
  color: #3A3A3A;
  opacity: 0.5; }

.social-block-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.social-block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .social-block-icon:hover, .social-block-icon:focus {
    background-color: #1fbcee; }

.social-block-icon__svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #3A3A3A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain; }
  .social-block-icon:hover .social-block-icon__svg,
  .social-block-icon:focus .social-block-icon__svg {
    fill: #fff; }

.social-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #EEF0F2;
  border-radius: 0.375rem; }
  @media (max-width: 959px) {
    .social-one {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .social-one__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
  .social-one__content-part > *:not(:last-child) {
    margin-bottom: 0.125rem; }
  .social-one__text {
    display: block; }
  .social-one__link {
    display: inline-block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #1fbcee; }
    @media (hover: hover) and (pointer: fine) {
      .social-one__link {
        -webkit-transition: color 0.3s;
        transition: color 0.3s; } }
  @media (hover: hover) and (pointer: fine) {
    .social-one__link:focus, .social-one__link:hover {
      color: #28af6c; } }
  .social-one__icon-part {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .social-one__icon {
    display: block;
    width: 3.5rem;
    height: 3.5rem; }
  @media (min-width: 568px) and (max-width: 1199px) {
    .social-one--in-card {
      padding: 2rem 1.5rem; } }
  @media (min-width: 568px) and (max-width: 1199px) {
    .social-one--in-card .social-one__inner {
      text-align: center; } }
  .social-one--lg {
    text-align: center;
    font-size: 20px;
    line-height: 28px; }
    @media (max-width: 1199px) {
      .social-one--lg {
        padding: 2rem 1.5rem; } }
  .news-main .social-one--lg {
    height: 100%; }
  .social-one--lg .social-one__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px; }
  .social-one--lg .social-one__top {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .social-one--lg .social-one__icon-part {
    margin-bottom: 8px; }
  .social-one--lg .social-one__icon {
    width: 6.25rem;
    height: 6.25rem; }
  .social-one--lg .social-one__text:not(:last-child) {
    margin-bottom: 8px; }
  .social-one--lg .social-one__link {
    font-size: 24px;
    line-height: 32px; }
  @media (min-width: 1025px) {
    .news-main .social-one--lg {
      -webkit-perspective: 5000px;
              perspective: 5000px; }
      .news-main .social-one--lg::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        background-color: transparent;
        border-radius: .375rem;
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: rotateX(24deg);
                transform: rotateX(24deg);
        opacity: 0;
        -webkit-perspective-origin: 50% 50%;
                perspective-origin: 50% 50%;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-box-shadow: 0 0.5rem 1.875rem 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 0.5rem 1.875rem 0 rgba(0, 0, 0, 0.08);
        -webkit-transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s; }
      .news-main .social-one--lg:hover::before {
        opacity: 1;
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
        -webkit-transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s; } }
  @media (min-width: 1366px) {
    .news-main .social-one--lg::before {
      left: -2.5rem;
      right: -2.5rem;
      top: -2.5rem;
      bottom: -2.5rem; } }
  @media (min-width: 960px) {
    .news-grid .social-one--lg::before {
      content: "";
      position: absolute;
      top: -1.875rem;
      left: -1.875rem;
      right: -1.875rem;
      bottom: -1.875rem;
      opacity: 0;
      -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
      transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
      border-radius: 0.5rem;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      z-index: -1; }
    .news-grid .social-one--lg:hover::before, .news-grid .social-one--lg:focus::before {
      opacity: 1;
      -webkit-box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
              box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
      -webkit-transform: scale(1);
              transform: scale(1); } }

.subscribe-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding: 2.5rem 2rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #EEF0F2;
  border-radius: 6px; }
  .subscribe-sm__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
    @media (max-width: 959px) {
      .subscribe-sm__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .subscribe-sm__content-part > *:not(:last-child) {
    margin-bottom: 0.125rem; }
  .subscribe-sm__text {
    display: block; }
  .subscribe-sm__icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    border-radius: 50%; }
  .subscribe-sm__icon {
    display: block;
    margin: auto;
    width: 1.875rem;
    height: 1.875rem; }
  .subscribe-sm__btn {
    width: 100%;
    height: auto;
    min-height: 3.5rem;
    padding: 13px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem; }
  @media (min-width: 568px) and (max-width: 1199px) {
    .subscribe-sm--in-card {
      padding: 32px 24px; } }
  @media (min-width: 568px) and (max-width: 1199px) {
    .subscribe-sm--in-card .subscribe-sm__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.gallery-slider {
  overflow: hidden; }

.gallery-slider__slide {
  position: relative;
  padding-top: 66.667%;
  background-color: #EBF0F7;
  overflow: hidden; }

.gallery-slider__slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.gallery-slider__thumbs {
  width: 100%;
  margin-top: 0.25rem; }

.gallery-slider__thumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gallery-slider__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  cursor: pointer; }
  .gallery-slider__thumb:not(:last-child) {
    margin-right: 0.25rem; }
  @media (max-width: 567px) {
    .gallery-slider__thumb {
      width: 50px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .gallery-slider__thumb {
      width: 59px; } }
  @media (min-width: 768px) {
    .gallery-slider__thumb {
      width: calc((100% - 2.5rem) / 11); } }
  .gallery-slider__thumb::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .gallery-slider__thumb.swiper-slide-thumb-active {
    background-image: -webkit-gradient(linear, left top, right top, from(#1FBCEE), to(#24AC6E));
    background-image: linear-gradient(to right, #1FBCEE, #24AC6E); }
  .gallery-slider__thumb.swiper-slide-thumb-active::before {
    position: relative;
    margin: 1px;
    padding-top: calc(100% - 2px);
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1; }

.gallery-slider__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; }
  .swiper-slide-thumb-active .gallery-slider__thumb-img {
    padding: 1px; }

.gallery-slider .gallery-slider__thumb-img {
  max-width: none;
  width: 100%;
  height: 100%; }

.gallery-slider__container {
  position: relative; }

.gallery-slider__slides {
  width: 100%; }

.gallery-slider__slides-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gallery-slider__slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.gallery-slider__zoom-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none; }
  .gallery-slider__zoom-icon::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.72' d='M10 0L12.3 2.3L9.41 5.17L10.83 6.59L13.7 3.7L16 6V0H10ZM0 6L2.3 3.7L5.17 6.59L6.59 5.17L3.7 2.3L6 0H0V6ZM6 16L3.7 13.7L6.59 10.83L5.17 9.41L2.3 12.3L0 10V16H6ZM16 10L13.7 12.3L10.83 9.41L9.41 10.83L12.3 13.7L10 16H16V10Z' fill='%23232323'/%3E%3C/svg%3E%0A");
    background-size: 1rem 1rem;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.72;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .gallery-slider__container:hover .gallery-slider__zoom-icon::after {
      opacity: 1; }

.gallery-slider__controls {
  display: none; }
  .gallery-slider__controls--active {
    display: block; }

.gallery-slider__control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }
  .gallery-slider__control--left {
    left: 0.5rem; }
  .gallery-slider__control--right {
    right: 0.5rem; }

.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer; }
  .slider-control::after {
    content: "";
    width: 1.125rem;
    height: 0.875rem;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2929 1.70711C9.90237 1.31658 9.90237 0.683417 10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L11.7071 13.7071C11.3166 14.0976 10.6834 14.0976 10.2929 13.7071C9.90237 13.3166 9.90237 12.6834 10.2929 12.2929L14.5858 8H1C0.447716 8 0 7.55228 0 7C0 6.44772 0.447716 6 1 6H14.5858L10.2929 1.70711Z' fill='%23232323'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 1.125rem 0.875rem;
    opacity: 0.72;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .slider-control--left::after {
    -webkit-transform: scale(-1);
            transform: scale(-1); }
  .slider-control:hover::after, .slider-control:focus::after {
    opacity: 1; }

/* End */
/* /local/templates/general/css/news-post.css?176295955318526 */
