

/* Start:/local/templates/.default/components/bitrix/news/news-main/bitrix/news.list/.default/style.css?16868408487255*/
.news {
  position: relative; }
  .news__grid {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px; }
    @media only screen and (max-width: 767px) {
      .news__grid {
        margin: 0; } }
    .news__grid--four {
      margin-bottom: 65px; }
      @media only screen and (max-width: 1199px) {
        .news__grid--four {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 991px) {
        .news__grid--four {
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        .news__grid--four {
          margin-bottom: 30px; } }
      .news__grid--four .news__item {
        width: calc(100% / 4 - 32px); }
        @media only screen and (max-width: 1199px) {
          .news__grid--four .news__item {
            width: calc(100% / 3 - 32px); } }
        @media only screen and (max-width: 991px) {
          .news__grid--four .news__item {
            width: calc(100% / 2 - 32px); } }
        @media only screen and (max-width: 767px) {
          .news__grid--four .news__item {
            width: 100%; } }
  .news__item {
    width: calc(100% / 3 - 32px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin: 0 16px 32px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    @media only screen and (max-width: 1199px) {
      .news__item {
        width: calc(100% / 2 - 32px); } }
    @media only screen and (max-width: 767px) {
      .news__item {
        width: 100%;
        margin: 0 0 25px; } }
    .news__item.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .news__item:before {
      content: '';
      position: absolute;
      top: 10px;
      bottom: -10px;
      right: 0;
      left: 0;
      opacity: 0.1;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      background-color: #0a8bae;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .news__item:hover:before {
      opacity: 0.2; }
    .news__item:hover .news__info {
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
      @media only screen and (max-width: 767px) {
        .news__item:hover .news__info {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
    .news__item:hover .all-link {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      @media only screen and (max-width: 767px) {
        .news__item:hover .all-link {
          opacity: 0; } }
      .news__item:hover .all-link__text {
        color: #bb5789; }
        .news__item:hover .all-link__text:after {
          opacity: 1;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
  .news__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    z-index: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      .news__content {
        -webkit-border-radius: 5px;
        border-radius: 5px; } }
    .news__content .all-link {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity .5s ease, -webkit-transform .3s ease;
      transition: opacity .5s ease, -webkit-transform .3s ease;
      -o-transition: opacity .5s ease, transform .3s ease;
      transition: opacity .5s ease, transform .3s ease;
      transition: opacity .5s ease, transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
  .news__image {
    position: relative;
    padding: 50% 0 0 0; }
    @media only screen and (max-width: 767px) {
      .news__image {
        display: none; } }
  .news__image-bg {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .news__info {
    position: relative;
    padding: 12px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .news__info {
        padding: 12px; } }
  .news__info-item {
    position: relative;
    height: auto;
    display: block; }
  .news__date {
    position: relative;
    color: #758cad;
    font: bold 12px/150% "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .news__name {
    position: relative;
    color: #2c323a;
    font: 400 16px/150% "Open Sans", sans-serif; }
    @media only screen and (max-width: 767px) {
      .news__name {
        font: 400 14px/150% "Open Sans", sans-serif; } }
  .news__tag {
    position: relative;
    margin: 20px 0;
    color: #a1a1a1;
    font: 400 10px/150% "Open Sans", sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .news__tag {
        margin: 12px 0 0 0; } }
    .news__tag span {
      position: relative;
      display: inline-block;
      margin: 0 8px 0 0; }

/* End */


/* Start:/node_modules/slick-carousel/slick/slick.css?16558006101776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/.default/components/bitrix/news/news-main/bitrix/news.list/.default/style.css?16868408487255 */
/* /node_modules/slick-carousel/slick/slick.css?16558006101776 */
