/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 60px; }
  @media (min-width: 990px) {
    body {
      padding-top: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Arial Black", sans-serif;
  line-height: 1.2; }

table,
img {
  max-width: 100%; }

p {
  margin: 0 0 1em 0; }

.about__head {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 4px solid #cccccc; }
  .about__head p {
    margin: 0; }
@media (min-width: 990px) {
  .about__blocks {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap; } }
.about__block {
  padding: 7px 0;
  position: relative; }
  @media (min-width: 990px) {
    .about__block--left {
      width: 50%;
      padding-right: 40px; }
    .about__block--right {
      width: 50%; } }
  @media (min-width: 1200px) {
    .about__block--left {
      width: 58%;
      padding-right: 40px; }
    .about__block--right {
      width: 42%; } }
.about__em {
  color: #7c8387;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4; }
.about h2 {
  color: #0b76b8; }
  @media (min-width: 1200px) {
    .about h2 {
      font-size: 38px;
      text-transform: uppercase; } }
.about img {
  width: 300px; }
  @media (min-width: 990px) {
    .about img {
      width: auto; } }
.about__more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background-color: transparent;
  display: block;
  padding: 0;
  border: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%);
  font-family: inherit;
  text-align: left;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  color: #0b76b8;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .about__more {
      display: block; } }
  .about__hideme--visible .about__more {
    display: none; }
  .about__more__in {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 0; }
    .about__more__in:after {
      content: "";
      display: inline-block;
      background-image: url("../gfx/down-arrow.svg");
      width: 12px;
      height: 14px;
      margin-left: 10px;
      background-size: 12px 14px;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: transform 0.3s; }
      .about__more:hover .about__more__in:after {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px); }
.about__hideme {
  overflow: hidden;
  height: 200px; }
  @media (min-width: 1200px) {
    .about__hideme {
      height: 400px; } }
  .about__hideme--visible {
    height: auto;
    overflow: visible; }

.article {
  max-width: 900px;
  margin: 0px auto;
  padding-top: 40px; }
  @media (min-width: 990px) {
    .article {
      float: right;
      width: calc(100% - 270px);
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .article {
      width: calc(100% - 340px); } }
  .articleBig {
    float: none;
    margin: 0;
    padding: 10px 0 0 0; }
  .article h1 {
    font-size: 28px;
    color: #0b76b8;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    padding: 0; }
    @media (min-width: 750px) {
      .article h1 {
        font-size: 38px; } }
  .article h2 {
    font-size: 22px;
    color: #eb5f26;
    margin: 1em 0 0.9em 0;
    text-transform: uppercase;
    padding: 0; }
    @media (min-width: 750px) {
      .article h2 {
        font-size: 26px; } }
  .article--search h2 {
    font-size: 20px; }

.asidemob {
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  align-content: center;
  align-items: center;
  font-size: 14px; }
  @media (min-width: 990px) {
    .asidemob {
      display: none; } }
  .asidemob__select {
    max-width: calc(100% - 80px);
    flex-shrink: 0; }
  .asidemob__label {
    width: 80px; }

.aside {
  padding: 18px;
  background-color: #268dc7;
  color: #d1dce6;
  display: none; }
  @media (min-width: 990px) {
    .aside {
      float: left;
      width: 225px;
      display: block; } }
  @media (min-width: 1200px) {
    .aside {
      width: 282px; } }
  .aside h2 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 16px;
    color: #fff; }
  .aside__menu > ul {
    margin: 0;
    padding: 0; }
    .aside__menu > ul > li {
      padding: 10px 5px; }
      .aside__menu > ul > li:not(:last-child) {
        border-bottom: 1px solid #68afd8; }
      .aside__menu > ul > li > a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        padding: 3px;
        position: relative; }
        .aside__menu > ul > li > a:hover {
          color: #c6e1f1; }
        .aside__menu > ul > li > a.active {
          padding-left: 22px; }
          .aside__menu > ul > li > a.active:before {
            position: absolute;
            top: calc(50% - 6px);
            left: 5px;
            content: "";
            width: 0;
            height: 0;
            box-sizing: content-box;
            border-left: 10px solid currentColor;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent; }
      .aside__menu > ul > li > ul {
        padding: 10px 30px;
        margin: 0; }
        .aside__menu > ul > li > ul > li > a {
          color: #fff;
          text-transform: uppercase;
          font-size: 13px;
          text-decoration: none; }
          .aside__menu > ul > li > ul > li > a.active {
            text-decoration: underline; }

.burger {
  position: absolute;
  top: 17px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 100;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer; }
  .burger:after, .burger:before, .burger__inside {
    background-color: #fff;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 4px;
    transition: transform 0.3s, opacity 0.3s; }
  .burger:before {
    top: 7px; }
    .menu-active .burger:before {
      -webkit-transform: translateY(7px) rotate(45deg);
      -moz-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      -o-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
  .burger__inside {
    top: 14px; }
    .menu-active .burger__inside {
      opacity: 0; }
  .burger:after {
    top: 21px; }
    .menu-active .burger:after {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -moz-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
      -o-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); }
  @media (min-width: 990px) {
    .burger {
      display: none; } }

.calendar {
  position: relative;
  overflow: visible; }

.calendar .nav {
  list-style-type: none !important;
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  max-width: 756px;
  margin: 10px 0 30px 0;
  padding: 0; }

.calendar .nav li {
  text-transform: uppercase;
  list-style-type: none !important;
  display: inline-block;
  margin: 0 20px; }

.calendar .nav li a {
  color: #585858;
  text-decoration: none;
  display: block; }

.calendar .nav li a:hover {
  color: #eb5f26; }

.calendar .nav li a.prev {
  background: url(../gfx/arrow-left.png) no-repeat 0 3px;
  padding: 0 0 0 18px; }

.calendar .nav li a.next {
  background: url(../gfx/arrow-right.png) no-repeat right 3px;
  padding: 0 18px 0 0; }

.calendarIn {
  max-width: 756px;
  margin: 0 -3px; }

.calendar .day {
  display: block;
  border: 1px solid #d9d9d9;
  border-top: 0;
  margin: 0 3px 10px 3px;
  position: relative;
  font-size: 9px;
  color: #666666;
  line-height: 1.2;
  z-index: 1;
  width: 100%; }
  @media (min-width: 600px) {
    .calendar .day {
      width: calc(14.28% - 6px);
      height: 140px;
      float: left;
      padding: 0 0px 10px; } }
  .calendar .day--cloned {
    display: none; }
    @media (min-width: 600px) {
      .calendar .day--cloned {
        display: block; } }

.calendar .day p {
  padding: 0 0 10px; }

.calendar .day a {
  color: inherit !important;
  text-decoration: underline !important; }

.calendar .day .in {
  padding: 9px 9px 0; }

.calendar .day .title {
  color: #0076b8;
  font-size: 11px;
  width: 100%;
  position: relative;
  line-height: 18px;
  padding: 0 0 5px; }

.calendar .day .title .num {
  color: #0076b8;
  font-size: 16px;
  text-align: right;
  float: right;
  line-height: 16px; }

.calendar .day .line {
  width: calc(100% + 2px);
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  background: #c7c7c7;
  float: left; }

.calendar .day .line.darkOrange {
  background: #754a11; }

.calendar .day .line.orange {
  background: #eb5f26; }

.calendar .day .line.darkBlue {
  background: #2f5d8b; }

.calendar .day .line.blue {
  background: #0076b8; }

.calendar .day .line.lightBlue {
  background: #1aadff; }

.calendar .twoEvents .line {
  width: 50px;
  float: left; }

.calendarLegend .legendItem {
  display: block;
  padding: 0 0 0 28px;
  position: relative;
  color: #ffffff;
  text-transform: uppercase; }

.calendarLegend .legendItem .line {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 3px;
  border: 1px solid #e5eef7; }

.calendarLegend .darkOrange .line {
  background: #754a11; }

.calendarLegend .orange .line {
  background: #eb5f26; }

.calendarLegend .darkBlue .line {
  background: #2f5d8b; }

.calendarLegend .blue .line {
  background: #0076b8; }

.calendarLegend .lightBlue .line {
  background: #1aadff; }

.calendar .day .bubble {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  background: #d1dce6;
  padding: 15px 18px 18px;
  font-size: 11px;
  color: #585858;
  width: 200px;
  display: none; }

.calendar .day .bubble .arrow {
  display: block;
  width: 15px;
  height: 24px;
  background: url(../gfx/bubble-arrow.png) no-repeat;
  position: absolute;
  top: 15px;
  right: -15px; }

.calendar .day .bubble .title {
  font-size: 11px;
  text-transform: uppercase;
  color: #585858; }

.calendar .day .bubble h3 {
  font-size: 14px;
  color: #0076b8;
  text-transform: uppercase;
  font-weight: normal; }

.calendar .day .bubble p {
  margin: 0; }

.calendar .day .bubble .btn {
  background: #7faad6;
  color: #fff;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
  padding: 6px 6px; }

.clegend {
  padding: 5px; }
  .clegend__menu {
    padding: 0;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    text-align: left;
    border-bottom: 1px solid #fff; }
    .clegend__menu a {
      color: #fff;
      text-decoration: none; }
  .clegend__items {
    margin: 0;
    padding: 0; }
  .clegend__item {
    color: #fff;
    display: block;
    margin: 5px 0; }
  .clegend__line {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-color: currentColor; }

#content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px; }
  @media (min-width: 750px) {
    #content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 990px) {
    #content {
      padding-top: 40px;
      min-height: calc(100vh - 302px);
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    #content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1400px) {
    #content {
      padding-top: 80px;
      padding-bottom: 80px; } }

.cis {
  width: 192px;
  position: absolute;
  top: 15px;
  right: 0;
  display: none; }
  @media (min-width: 990px) {
    .cis {
      display: block; } }
  @media (min-width: 1200px) {
    .cis {
      top: 52px; } }
  .cis__button {
    display: block;
    width: 100%;
    text-decoration: none;
    background-image: url(../gfx/login-box-title.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 34px 0 0 0;
    color: #585858;
    text-transform: uppercase; }
    .cis__button__in {
      padding: 8px 15px;
      font-size: 10px;
      background-color: #fff;
      display: block;
      position: relative; }
      .cis__button__in:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 11px;
        right: 15px;
        border-left: 6px solid currentColor;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; }
  .cis__reg {
    font-size: 13px;
    text-align: right;
    padding: 10px 0 0 0;
    display: block; }
    .cis__reg a {
      color: #9fd3f1 !important; }

.footer {
  background-color: #0b76b8;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px; }
  .footer p {
    margin: 0; }

.header {
  background-color: #0b76b8;
  background-image: linear-gradient(to right, #0b76b8, #188ac6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  z-index: 100; }
  @media (min-width: 990px) {
    .header {
      position: relative; } }
  .header__top {
    padding: 0 10px; }
    @media (min-width: 990px) {
      .header__top {
        padding: 0 20px; } }
    .header__top__in {
      max-width: 1200px;
      margin: 0px auto;
      position: relative;
      height: 70px; }
      @media (min-width: 990px) {
        .header__top__in {
          height: 180px; } }
  .header__bottom {
    padding: 15px 20px 20px 20px;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
    .menu-active .header__bottom {
      display: block;
      animation-name: fadeIn;
      animation-duration: 0.5s; }
    @media (min-width: 990px) {
      .header__bottom {
        padding: 0 20px;
        display: block; } }
    .header__bottom__in {
      position: relative;
      max-width: 1200px;
      margin: 0px auto; }
  .header__menu ul {
    padding: 0;
    margin: 0; }
  .header__menu li {
    display: block; }
    @media (min-width: 990px) {
      .header__menu li {
        display: inline-block; } }
  .header__menu a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px; }
    @media (min-width: 990px) {
      .header__menu a {
        border-bottom: 3px solid #fff;
        padding: 20px 5px 17px 5px; } }
    .header__menu a:hover, .header__menu a.active {
      color: #eb5f26;
      border-bottom-color: #eb5f26; }
  .header__logo {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: 55px 55px;
    background-image: url("../gfx/header-logo-cpfs-new.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 10px 0 10px 63px; }
    @media (min-width: 990px) {
      .header__logo {
        background-size: 105px 105px;
        padding: 20px 0 20px 130px;
        top: 32px; } }
    .header__logo:hover {
      color: #fff; }
    .header__logo__title {
      text-transform: uppercase;
      font-family: "Montserrat", "Arial Black", sans-serif;
      font-weight: bold;
      font-size: 10px;
      line-height: 1.15;
      max-width: 20em;
      margin-bottom: 0.3em !important; }
      @media (min-width: 990px) {
        .header__logo__title {
          font-size: 23px; } }
    .header__logo__subtitle {
      color: #9fd3f1; }
    .header__logo p {
      margin: 0;
      font-size: 10px; }
      @media (min-width: 990px) {
        .header__logo p {
          font-size: 16px; } }

@media (min-width: 750px) {
  .hpblocks {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap; } }
.hpblocks__block {
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
  margin: 0 0 30px 0; }
  @media (min-width: 750px) {
    .hpblocks__block {
      width: calc(50% - 40px);
      margin: 0 20px 60px 20px; }
      .hpblocks__block:last-child {
        margin-bottom: 0; } }
  @media (min-width: 990px) {
    .hpblocks__block {
      width: calc(33.33% - 40px);
      margin: 0 20px; } }
.hpblocks__title {
  background-color: #e9f4fa;
  font-family: inherit;
  color: #0b76b8;
  font-size: 14px;
  border-bottom: 3px solid currentColor;
  text-transform: uppercase;
  padding-bottom: 6px; }
.hpblocks__content {
  padding: 8px 18px; }
.hpblocks__more {
  margin: 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #0b76b8 !important;
  padding: 28px 0 8px 0;
  background-color: #e9f4fa;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%; }
  .hpblocks__more:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 8px;
    background-image: url("../gfx/right-arrow.svg");
    background-size: 16px 14px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: transform 0.3s; }
  .hpblocks__more:hover:after {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }

.hpcal__event {
  padding: 20px 5px;
  display: flex;
  align-content: center;
  align-items: center; }
  .hpcal__event:not(:last-child) {
    border-bottom: 1px solid #cccccc; }
.hpcal__date {
  width: 85px;
  height: 85px;
  border: 1px solid #bfbfbf;
  position: relative;
  background-color: #fff;
  box-shadow: 5px 5px 0 0px #ededed;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  padding-top: 9px;
  flex-shrink: 0; }
  .hpcal__date:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #eb5f26;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 5px; }
  .hpcal__date__day {
    display: block;
    font-family: "Montserrat", "Arial Black", sans-serif;
    font-size: 34px;
    font-weight: bold; }
.hpcal__text {
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-weight: bold;
  padding: 6px 0 0 20px; }
  .hpcal__text p {
    margin: 0; }
  .hpcal__text a {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    color: #eb5f26;
    display: block;
    padding: 4px 0 8px 0; }

.hpmedia__block {
  padding: 20px 5px; }
  @media (min-width: 1200px) {
    .hpmedia__block {
      padding: 20px 15px; } }
  .hpmedia__block:not(:last-child) {
    border-bottom: 1px solid #cccccc; }
.hpmedia__img {
  width: 85px;
  height: 85px;
  border: 1px solid #bfbfbf;
  position: relative;
  background-color: #fff;
  box-shadow: 5px 5px 0 0px #ededed;
  line-height: 1.3;
  flex-shrink: 0;
  text-align: center; }
  .hpmedia__img__el {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%; }
.hpmedia__text {
  font-weight: bold;
  font-family: "Montserrat", "Arial Black", sans-serif; }
  .hpmedia__text a {
    color: #0b76b8; }
  .hpmedia__text p {
    margin-bottom: 0; }
.hpmedia__info p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0.5em; }

.hpslider {
  background-color: #fff;
  padding: 20px;
  max-width: 620px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 990px) {
    .hpslider {
      padding: 40px 50px; } }
  .hpslider__title {
    font-family: inherit;
    font-size: inherit;
    border-bottom: 3px solid currentColor;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 3px 0;
    margin: 0 0 20px 0; }
  .hpslider__slide h3 {
    text-transform: uppercase;
    color: #eb5f26;
    margin: 0 0 0.5em 0;
    font-size: 1.1em; }
    @media (min-width: 990px) {
      .hpslider__slide h3 {
        font-size: 1.9em; } }
  .hpslider__slide p {
    font-size: 14px;
    margin-bottom: 0; }
  .hpslider__slide a {
    color: #eb5f26;
    text-decoration: none; }
    .hpslider__slide a:hover {
      text-decoration: underline; }
  .hpslider .slick-dots {
    margin: 0;
    padding: 0; }
    .hpslider .slick-dots li {
      display: inline-block;
      margin: 0 5px 0 0; }
    .hpslider .slick-dots button {
      cursor: pointer;
      width: 10px;
      height: 10px;
      padding: 0;
      font-size: 0;
      background-color: #b2bcc3;
      border: none;
      border-radius: 50%; }
    .hpslider .slick-dots button:hover,
    .hpslider .slick-dots .slick-active button {
      background-color: #eb5f26; }

.hpnews__block {
  padding: 20px 15px; }
  .hpnews__block:not(:last-child) {
    border-bottom: 1px solid #cccccc; }
  .hpnews__block h3 {
    font-size: inherit;
    margin: 0.2em 0 0.4em 0; }
  .hpnews__block a {
    color: #0b76b8; }
.hpnews__perex {
  height: 3em;
  overflow: hidden; }
.hpnews__date {
  font-size: 12px;
  margin-bottom: 0.5em; }

.modal-bg {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0.9; }

.modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .modal__in {
    width: 600px;
    background: #252525;
    border-radius: 3px;
    border: 1px solid #666666;
    padding: 20px;
    color: #f1f1f1; }
  .modal form {
    text-align: left;
    margin-top: 15px; }
  .modal__buttons {
    padding-top: 15px;
    text-align: center;
    margin: auto; }
    .modal__buttons input {
      width: 150px; }
  .modal h1 {
    font-size: 20px; }

.news {
  padding: 20px 0; }
  .news__item {
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .news__item h2 {
      margin: 0.3em 0 0.5em 0;
      padding: 0;
      font-size: 18px; }
    .news__item:not(:last-child) {
      border-bottom: 1px solid #ccc; }
  .news__date {
    font-size: 14px; }

.newsdetail__date {
  font-size: 14px; }
@media (min-width: 1200px) {
  .newsdetail__image {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px; } }
.newsdetail__archive {
  clear: both;
  padding-top: 20px; }
  .newsdetail__archive:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 480px) {
  .people {
    display: flex;
    flex-wrap: wrap; } }
.people__item {
  margin-bottom: 40px; }
  @media (min-width: 480px) {
    .people__item {
      width: 50%; }
      .people--alt .people__item {
        width: 100%;
        display: flex; } }
  @media (min-width: 750px) {
    .people__item {
      width: 33.33%; }
      .people--alt .people__item {
        width: 50%; } }
.people__image {
  flex-shrink: 0; }
  .people__image img {
    width: 158px; }
    .people--alt .people__image img {
      width: 106px;
      margin-right: 20px; }
.people__text h2 {
  font-size: 14px;
  font-weight: bold;
  color: #585858;
  text-transform: uppercase;
  margin: 1em 0 0.8em 0; }
  .people--alt .people__text h2 {
    margin-top: 0; }
.people__text h3 {
  font-size: 15px;
  font-weight: normal;
  color: #eb5f26;
  margin: 0.3em 0 0.8em 0;
  text-transform: none !important; }
.people__text h3 span {
  text-transform: uppercase; }
.people__text p {
  font-size: 14px; }

.search {
  height: 37px;
  width: 192px;
  position: relative;
  margin-top: 10px; }
  @media (min-width: 990px) {
    .search {
      position: absolute;
      top: -50px;
      right: 0;
      margin: 0; } }
  @media (min-width: 1200px) {
    .search {
      top: 12px; } }
  .search__form {
    width: 100%;
    height: 100%; }
  .search__input {
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    padding: 3px 40px 3px 10px;
    border-radius: 0;
    border: 1px solid #ccc; }
  .search__button {
    background-image: url("../gfx/search-icon.svg");
    width: 37px;
    height: 37px;
    cursor: pointer;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0; }

.section {
  background-size: cover;
  padding: 0 20px;
  background-position: 50% 50%; }
  @media (min-width: 990px) {
    .section {
      padding: 0 40px; } }
  .section--slider {
    background-image: url(../img2/slider.jpg); }
  .section--blue {
    background-color: #e9f4fa; }
  .section--darkblue {
    background-color: #57acda; }
  .section--white {
    background-color: #fff; }
  .section--padded {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 990px) {
      .section--padded {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (min-width: 1200px) {
      .section--padded {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .section__inside {
    max-width: 1200px;
    margin: 0px auto; }

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