

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17890206692792*/
.bx-pagination {
  margin-top: 40px;
  height: auto;
  position: relative;
  text-align: center;
}
.bx-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.bx-pagination ul:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c5dee5;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.bx-pagination ul li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  margin-right: -4px;
}
.bx-pagination ul li:last-child {
  margin-right: 0;
}
.bx-pagination ul li:not(.bx-pag-prev):not(.bx-pag-next):after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #2b555f;
  bottom: -2px;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.bx-pagination ul li span, .bx-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(43, 85, 95, 0.6);
  font-size: 13px;
  font-family: "Ubuntu Medium";
  text-transform: uppercase;
  text-decoration: none;
}
.bx-pagination ul li:hover:not(.noHover):not(.bx-pag-prev):not(.bx-pag-next):not(.dots) span, .bx-pagination ul li:hover:not(.noHover):not(.bx-pag-prev):not(.bx-pag-next):not(.dots) a, .bx-pagination ul li.bx-active:not(.bx-pag-prev):not(.bx-pag-next):not(.dots) span, .bx-pagination ul li.bx-active:not(.bx-pag-prev):not(.bx-pag-next):not(.dots) a {
  color: #2b555f;
  font-size: 15px;
}
.bx-pagination ul li:hover:not(.noHover):not(.bx-pag-prev):not(.bx-pag-next):not(.dots):after, .bx-pagination ul li.bx-active:not(.bx-pag-prev):not(.bx-pag-next):not(.dots):after {
  opacity: 1;
}
.bx-pagination ul li.bx-pag-next, .bx-pagination ul li.bx-pag-prev {
  width: 25px;
}
.bx-pagination ul li.bx-pag-next {
  background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/../../../../img/plus-icon-min.png") right center no-repeat;
}
.bx-pagination ul li.bx-pag-prev {
  background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/../../../../img/minus-icon-min.png") left center no-repeat;
}
.bx-pagination ul .dots {
  width: 22px;
  font-size: 0;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #2b555f;
  font-size: 13px;
  font-family: "Ubuntu";
  text-transform: uppercase;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?17890206697324*/
.news-list-wrap {
  position: relative;
  padding-bottom: 45px; }
  .news-list-wrap .news-list {
    background: white;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1216px) {
      .news-list-wrap .news-list {
        -webkit-flex-wrap: "wrap";
        -moz-flex-wrap: "wrap";
        -ms-flex-wrap: "wrap";
        flex-wrap: "wrap"; } }
    @media screen and (max-width: 720px) {
      .news-list-wrap .news-list {
        padding: 20px 0 35px 0; } }
    .news-list-wrap .news-list .new {
      flex: 1 50%;
      max-width: 570px;
      max-height: 170px;
      margin: 0 0 30px 0;
      white-space: nowrap;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 1216px) and (min-width: 961px) {
        .news-list-wrap .news-list .new {
          max-height: 140px; } }
      @media screen and (max-width: 1216px) {
        .news-list-wrap .news-list .new {
          flex: 1 100%;
          max-width: 100%;
          margin: 0 0 20px 0; } }
      @media screen and (max-width: 720px) {
        .news-list-wrap .news-list .new {
          margin: 0 0 40px 0; } }
      .news-list-wrap .news-list .new:nth-child(even) {
        margin: 0 0 30px 30px; }
        @media screen and (max-width: 1216px) and (min-width: 721px) {
          .news-list-wrap .news-list .new:nth-child(even) {
            margin: 0 0 20px 0; } }
        @media screen and (max-width: 720px) {
          .news-list-wrap .news-list .new:nth-child(even) {
            margin: 0 0 40px 0; } }
      .news-list-wrap .news-list .new:last-child {
        margin-bottom: 0; }
      .news-list-wrap .news-list .new .image-wrap, .news-list-wrap .news-list .new .info {
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease; }
        @media screen and (min-width: 721px) {
          .news-list-wrap .news-list .new .image-wrap, .news-list-wrap .news-list .new .info {
            display: inline-block;
            vertical-align: top;
            white-space: normal; } }
      .news-list-wrap .news-list .new .image-wrap {
        flex: 1 170px;
        max-width: 170px;
        height: 170px;
        position: relative;
        overflow: hidden;
        margin: 0 30px 0 20px; }
        @media screen and (max-width: 1216px) and (min-width: 961px) {
          .news-list-wrap .news-list .new .image-wrap {
            height: 140px;
            max-width: 140px;
            margin: 0 20px; } }
        @media screen and (max-width: 960px) and (min-width: 721px) {
          .news-list-wrap .news-list .new .image-wrap {
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px; } }
        @media screen and (max-width: 720px) {
          .news-list-wrap .news-list .new .image-wrap {
            display: none;
            margin: 0 20px; } }
        .news-list-wrap .news-list .new .image-wrap img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          max-width: 100%;
          z-index: 0; }
          .news-list-wrap .news-list .new .image-wrap img:hover:not(.noHover) {
            -moz-transform: scale(1.05, 1.05);
            -webkit-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
      .news-list-wrap .news-list .new .info {
        flex: 1 340px;
        max-width: 340px; }
        @media screen and (max-width: 1216px) and (min-width: 961px) {
          .news-list-wrap .news-list .new .info {
            flex: 1 740px;
            max-width: 740px; } }
        @media screen and (max-width: 960px) and (min-width: 721px) {
          .news-list-wrap .news-list .new .info {
            flex: 1 450px;
            max-width: 450px; } }
        @media screen and (max-width: 720px) {
          .news-list-wrap .news-list .new .info {
            flex: 1 100%;
            max-width: 100%;
            padding: 0 25px;
            white-space: normal;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        .news-list-wrap .news-list .new .info .name {
          overflow: hidden;
          display: block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #2b555f;
          font-size: 15px;
          font-family: "Ubuntu Medium";
          text-transform: uppercase;
          line-height: 18px;
          transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
          .news-list-wrap .news-list .new .info .name:hover:not(.noHover) {
            text-decoration: none;
            color: #43d080; }
        .news-list-wrap .news-list .new .info .data {
          color: #8ea0a4;
          font-size: 12px;
          font-family: "Ubuntu Light Italic";
          text-transform: uppercase;
          margin-top: 8px; }
        .news-list-wrap .news-list .new .info .preview-text {
          height: 100px;
          color: #2b555f;
          font-size: 14.5px;
          font-family: "Ubuntu";
          text-transform: uppercase;
          text-transform: none;
          line-height: 20px;
          position: relative;
          overflow: hidden;
          margin: 5px 0 0 0; }
          @media screen and (max-width: 1216px) and (min-width: 961px) {
            .news-list-wrap .news-list .new .info .preview-text {
              height: 80px; } }
          @media screen and (max-width: 720px) {
            .news-list-wrap .news-list .new .info .preview-text {
              height: auto;
              max-height: 100px; } }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17890206692792 */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?17890206697324 */
