.container-grey {
  background: #b9b9b9;
  max-width: 1579px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  .container-grey .container-small .news-block {
    display: flex;
    flex-direction: column;
    min-height: 432px;
    justify-content: space-between;
    align-items: center; }
    .container-grey .container-small .news-block .top {
      width: 100%;
      display: flex;
      flex: 1 1 30%;
      min-height: 110px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .container-grey .container-small .news-block .top .title h1 {
        font-family: "MonterchiBold";
        font-size: 1.8em;
        text-transform: uppercase;
        color: #fff;
        padding-left: 0px; }
        .container-grey .container-small .news-block .top .title h1:before {
          content: '\2013'; }
      .container-grey .container-small .news-block .top .link {
        text-transform: uppercase;
        font-size: 0.8em; }
        .container-grey .container-small .news-block .top .link a {
          text-decoration: underline;
          color: #fff; }
    .container-grey .container-small .news-block .content {
      width: 100%;
      flex: 1 1 70%;
      max-height: 70%;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      min-height: 310px; }
      .container-grey .container-small .news-block .content .slider-news {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex: 1 1 60%;
        max-height: 224px; }
        .container-grey .container-small .news-block .content .slider-news .owl-item .item-class {
          background: #fff;
          height: 224px;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .img-block {
            flex: 1 1 50%;
            max-width: 243px; }
            .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .img-block img {
              width: 100%;
              object-fit: cover;
              min-height: 224px; }
          .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block {
            flex: 1 1 50%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start; }
            .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .date {
              width: 100%;
              flex: 1 1 14%;
              padding-left: 15px;
              display: flex;
              flex-direction: column;
              justify-content: flex-end;
              font-size: .7em;
              color: #085493;
              font-family: LiteralBold; }
            .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .content-announce {
              width: calc(100% + 70px);
              flex: 1 1 72%;
              background: #fff;
              margin-left: -70px;
              padding-left: 30px;
              padding-right: 20px;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              z-index: 2; }
              .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .content-announce .name {
                flex: 1 1 50%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-family: "MonterchiBold";
                font-size: 1.25em; }
              .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .content-announce .announce {
                flex: 1 1 50%;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                font-family: "Literal";
                font-size: .8em; }
            .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .link {
              width: 100%;
              flex: 1 1 14%;
              padding-left: 15px;
              flex-direction: column;
              justify-content: flex-start; }
              .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .link a {
                text-transform: uppercase;
                color: #000;
                font-size: .75em; }
                .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .link a:hover {
                  text-decoration: none; }
                .container-grey .container-small .news-block .content .slider-news .owl-item .item-class .content-block .link a:after {
                  content: '\003E';
                  color: #fac3bd; }
      .container-grey .container-small .news-block .content .nav-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex: 1 1 40%;
        min-height: 40px;
        width: 100%;
        position: absolute;
        bottom: 20px; }
        .container-grey .container-small .news-block .content .nav-block .navigation-news {
          flex: 1 1 50%;
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          align-items: center; }
          .container-grey .container-small .news-block .content .nav-block .navigation-news .owl-next,
          .container-grey .container-small .news-block .content .nav-block .navigation-news .owl-prev {
            display: flex;
            width: 30px;
            height: 20px; }
            .container-grey .container-small .news-block .content .nav-block .navigation-news .owl-next:hover,
            .container-grey .container-small .news-block .content .nav-block .navigation-news .owl-prev:hover {
              cursor: pointer; }
          .container-grey .container-small .news-block .content .nav-block .navigation-news .owl-next {
            margin-left: 10px;
            background: url("../../images/icons/slider-arrow-next-wt.svg") no-repeat 50% 50%; }
          .container-grey .container-small .news-block .content .nav-block .navigation-news .owl-prev {
            background: url("../../images/icons/slider-arrow-prev-wt.svg") no-repeat 50% 50%;
            margin-right: 70px; }
        .container-grey .container-small .news-block .content .nav-block .dots-container-news {
          flex: 1 1 50%;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; }
          .container-grey .container-small .news-block .content .nav-block .dots-container-news button:focus, .container-grey .container-small .news-block .content .nav-block .dots-container-news button:active {
            outline: none; }
          .container-grey .container-small .news-block .content .nav-block .dots-container-news button.owl-dot {
            display: inline-block;
            zoom: 1;
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit; }
            .container-grey .container-small .news-block .content .nav-block .dots-container-news button.owl-dot.active span {
              background: white; }
            .container-grey .container-small .news-block .content .nav-block .dots-container-news button.owl-dot span {
              width: 10px;
              height: 10px;
              margin: 5px 10px;
              display: block;
              -webkit-backface-visibility: visible;
              transition: opacity .2s ease;
              border-radius: 30px;
              border: 1px solid transparent;
              background: rgba(255, 255, 255, 0.3); }

@media (max-width: 768px) {
  .container-grey .container {
    padding: 0px; }
    .container-grey .container .container-small {
      padding: 0px; }
      .container-grey .container .container-small .news-block .top h1 {
        padding: 0px; }
      .container-grey .container .container-small .news-block .content {
        min-height: 380px;
        margin: 0px;
        padding-bottom: 40px; }
        .container-grey .container .container-small .news-block .content .slider-news {
          max-height: initial; }
        .container-grey .container .container-small .news-block .content .nav-block {
          flex-direction: row;
          justify-content: center;
          max-height: 90px; }
          .container-grey .container .container-small .news-block .content .nav-block .dots-container-news {
            flex: 0; }
          .container-grey .container .container-small .news-block .content .nav-block .navigation-news {
            flex: 1 1 100%;
            justify-content: center; }
        .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class {
          height: auto; }
          .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class .img-block {
            display: none; }
          .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class .content-block {
            width: initial;
            padding: 16px 15px; }
            .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class .content-block .date {
              flex: 0;
              padding: 0;
              font-size: 11px;
              line-height: 15px;
              margin-bottom: 16px; }
            .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class .content-block .name {
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 16px; }
            .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class .content-block .content-announce {
              width: 100%;
              flex: 0;
              margin: 0;
              padding: 0;
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 16px; }
            .container-grey .container .container-small .news-block .content #container-news-slider.slider-news .item-class .content-block .link {
              flex: 0;
              margin-top: 32px;
              padding: 0; } }

/*# sourceMappingURL=news-main.css.map */
