@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 18px;
  font-family: 'Roboto Condensed';
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.color-gray {
  color: #a7a5a5;
}

.news-and-events-section {
  padding-bottom: 1px;
  background-color: #f3f4f5;
}

.title {
  font-size: 35px;
  font-weight: bold;
}

@media (max-width: 639px) {
  .title {
    font-size: 18px;
  }
}

.absolute-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.text-nowrap {
  white-space: nowrap;
}

.print {
  display: inline-block;
  width: 175px;
  height: 38px;
  padding-left: 41px;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 10px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  color: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 512 512'%3E%3Cpath fill='%23333333r' d='M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z'/%3E%3C/svg%3E");
  background-position: left 15px center;
  background-size: 15px 14px;
  background-repeat: no-repeat;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s;
}

.print:hover {
  background-color: #d7dbe1;
}

@media screen and (max-width: 767px) {
  .print {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 12px;
    background-size: 10px 10px;
    background-position: left 5px center;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1220px) {
  .container {
    max-width: 1180px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.header {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 121px;
  padding-right: 51px;
  padding-top: 25px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #064daa;
  transition: all 0.3s;
}

@media (max-width: 1699px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 20px;
    background-color: #fff;
  }
  .header--active {
    background-color: #053c85;
    color: #fff;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 3px 26px 0 10px;
  }
}

.header--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 68px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .header--main {
    padding-left: 20px;
    border-bottom: 2px solid #053c85;
  }
}

@media screen and (max-width: 575px) {
  .header--main {
    padding: 3px 26px 0 10px;
  }
}

.header--main .header__col--logo {
  box-shadow: none !important;
}

.header__col {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.header__col--logo {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header__col--logo {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 7px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 11px;
    box-shadow: 0 0 6px 1px rgba(154, 153, 153, 0.3);
  }
}

@media screen and (max-width: 575px) {
  .header__col--logo {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header__col--nav {
  position: relative;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header__col--nav {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .header__col--nav {
    position: static;
  }
}

.header__union-title {
  font-size: 30px;
  font-weight: 400;
  font-weight: bold;
  color: #000;
}

@media (max-width: 1699px) {
  .header__union-title {
    font-size: 24px;
  }
}

@media (max-width: 1459px) {
  .header__union-title {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .header__union-title {
    font-size: 13px;
    white-space: nowrap;
  }
}

.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 25px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 1699px) {
  .header__logo {
    font-size: 20px;
  }
}

@media (max-width: 1459px) {
  .header__logo {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .header__logo {
    font-size: 11px;
    margin-top: 2px;
  }
}

.header__logo span {
  padding-left: 12px;
}

.header__logo img {
  max-width: 144px;
}

@media (max-width: 1459px) {
  .header__logo img {
    max-width: 120px;
  }
}

@media (max-width: 639px) {
  .header__logo img {
    max-width: 63px;
  }
}

@media (max-width: 1199px) {
  .header__nav {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    will-change: transform, opacity;
  }
}

@media (max-width: 767px) {
  .header__nav {
    width: 100%;
    will-change: transform;
  }
}

@media (max-width: 1199px) {
  .header__nav--visible {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    pointer-events: auto;
  }
}

@media (max-width: 767px) {
  .header__nav--visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__burger {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .header__burger {
    margin-top: 0;
  }
}

.header__search {
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .header__search {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .header__search {
    margin-right: 14px;
  }
}

.header__disab {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 42px;
  height: 42px;
  padding: 10px;
  box-sizing: border-box;
}

.header__disab svg {
  max-width: 100%;
  max-height: 100%;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .header__disab--active svg {
    fill: #fff;
  }
}

.nav {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1459px) {
  .nav {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .nav {
    font-size: 17px;
    background-color: #053c85;
    color: #fff;
  }
}

.nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .nav__list {
    display: block;
  }
}

.nav__list a {
  text-decoration: none;
  color: inherit;
  padding: 9px 10px;
  display: block;
}

@media (max-width: 767px) {
  .nav__list a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
    padding-left: 36px;
  }
}

.nav__list > li {
  white-space: nowrap;
}

.nav__list li {
  position: relative;
  /* cursor: pointer; */
  /* margin-right: 17px; */
  /* padding: 9px 10px; */

  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  color: #403e3e;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .nav__list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: inherit;
    border-top: 1px solid #04326f;
  }
  .nav__list li:last-child {
    border-bottom: 1px solid #04326f;
  }
}

.nav__list li.current-menu-item {
  color: #000;
}
.nav__list .sub-menu li.current-menu-item{
  color: #fff;
  background-color: #054aa7;
}
@media (max-width: 767px) {
  .nav__list li.current-menu-item {
    color: inherit;
  }
}

.nav__list li.menu-item-has-children {
  margin-right: 0;
  padding-right: 28px;
}

.nav__list li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .nav__list li.menu-item-has-children::after {
    top: 1.3em;
    right: 46px;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' fill='%23fff'/%3E%3C/svg%3E");
  }
}

.nav__list li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 38px);
  margin: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
  background-color: #053c85;
  color: #fff;
}

@media (max-width: 767px) {
  .nav__list li ul {
    position: static;
    background-color: #1554a9;
  }
}

.nav__list li ul li {
  /* padding-top: 8px;
  padding-bottom: 8px; */
  border-bottom-color: #1e559e;
  color: inherit;
  white-space: normal;
}

@media (max-width: 767px) {
  .nav__list li ul li {
    min-height: 43px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    font-size: 14px;
    border-top: none;
    border-bottom: 1px solid #04326f;
  }
  .nav__list li ul li a {
    max-width: 78%;
    height: auto;
    padding-left: 28px;
  }
}

.nav__list li ul li:first-child {
  /* padding-top: 10px; */
}

@media (max-width: 767px) {
  .nav__list li ul li:first-child {
    padding-top: 0;
    border-top: 1px solid #04326f;
  }
}

.nav__list li ul li:last-child {
  border-bottom: none;
}

.nav__list li ul li:hover {
  background-color: #1554a9;
  background-image: radial-gradient(circle 33px at center, rgba(5, 60, 133, 0.35) 0%, rgba(85, 145, 227, 0) 100%);
}

.nav__list li:hover, .nav__list li.hover {
  border-bottom-color: #1e559e;
  background-color: #053c85;
  color: #fff;
}

.nav__list li:hover ul, .nav__list li.hover ul {
  display: block;
}

.nav__list li:hover::after, .nav__list li.hover::after {
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' fill='%23fff'/%3E%3C/svg%3E");
}

.burger {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 39px;
  height: 39px;
  padding: 10px;
  box-sizing: border-box;
}

.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 2px;
  background-color: #053c85;
  transition: all 0.3s;
  will-change: background-color;
}

.burger span::before {
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
}

.burger span::after {
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
}

.burger--transformed span {
  background-color: transparent;
}

.burger--transformed span::before {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .burger--transformed span::before {
    background-color: #fff !important;
  }
}

.burger--transformed span::after {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .burger--transformed span::after {
    background-color: #fff !important;
  }
}

.burger span::before, .burger span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #053c85;
  transition: all 0.3s;
  will-change: transform, background-color;
}

.search__button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
}

.search__button svg {
  max-width: 100%;
  max-height: 100%;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .search__button--active {
    fill: #fff;
  }
}

.search__button--trigger {
  width: 42px;
  height: 42px;
  padding: 10px;
  box-sizing: border-box;
}

.search__button--submit {
  width: 0;
  height: 50px;
  padding-top: 6px;
  padding-bottom: 8px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #f3f4f5;
  background-color: #053c85;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .search__button--submit {
    height: 45px;
  }
}

@media (max-width: 639px) {
  .search__button--submit {
    height: 35px;
  }
}

.search__button--submit svg {
  fill: #fff;
}

.search__button--submit:hover {
  background-color: #085dcf;
}

.search__input {
  width: 0;
  height: 50px;
  padding: 15px 20px;
  border: none;
  color: #a7a5a5;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box !important;
  line-height: 0;
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .search__input {
    height: 45px;
  }
}

@media (max-width: 639px) {
  .search__input {
    height: 35px;
    padding: 5px 10px;
    font-size: 12px;
  }
}

.search__input:focus {
  outline: none;
}

.search__input::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
}

.search__input:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
}

.search__input::placeholder {
  font-family: inherit;
  color: inherit;
}

.search__form {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .search__form {
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    height: 45px;
  }
}

@media (max-width: 639px) {
  .search__form {
    top: 6px;
    left: 5px;
    right: 5px;
    height: 35px;
  }
}

.search__form--visible {
  max-width: 950px;
  border: 1px solid #e0dfdf;
  box-shadow: 0 0 5px 2px rgba(224, 223, 223, 0.7);
}

.search__form--visible .search__input {
  width: calc(100% - 102px);
  opacity: 1;
}

.search__form--visible .search__button {
  width: 102px;
  height: 100%;
  opacity: 1;
}

.person {
  position: relative;
  padding-top: 46px;
  color: #010307;
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .person {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .person {
    background-color: #e0dfdf;
  }
}

@media (max-width: 639px) {
  .person {
    padding-top: 118px;
  }
}

.person__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .person__parallax {
    display: none;
  }
}

.person__parallax img {
  min-width: 100%;
  min-height: 100%;
}

.person__row {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  max-width: 100%;
  margin: auto;
  padding-left: 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .person__row {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.person__image {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  height: 740px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .person__image {
    position: absolute;
    bottom: 0;
    left: 10vw;
    width: 30vw;
    height: 490px;
    overflow: visible;
  }
}

@media screen and (max-width: 639px) {
  .person__image {
    left: 7vw;
    height: 72vw;
    max-height: 250px;
  }
}

.person__image img {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

@media screen and (max-width: 991px) {
  .person__image img {
    height: 100%;
  }
}

.person__data {
  position: relative;
  z-index: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 65px;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .person__data {
    padding-left: 44%;
    padding-top: 0;
    padding-bottom: 70px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (max-width: 639px) {
  .person__data {
    padding-bottom: 6px;
  }
}

.person__data h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .person__data h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 639px) {
  .person__data h1 {
    font-size: 21px;
    line-height: 18px;
  }
}

.person__data h2 {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
}

@media screen and (max-width: 639px) {
  .person__data h2 {
    font-size: 12px;
    margin-top: 9px;
  }
}

.person__contacts {
  max-width: 450px;
  margin-top: 60px;
  padding-left: 0;
  list-style-type: none;
  line-height: 1.44;
}

@media screen and (max-width: 991px) {
  .person__contacts {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .person__contacts {
    margin-top: 7px;
    font-size: 11px;
  }
}

.person__contacts li {
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .person__contacts li {
    margin-bottom: 4px;
  }
}

.person__socials {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .person__socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 639px) {
  .person__socials {
    margin-top: 14px;
    padding-left: 23px;
  }
}

.person__socials li {
  margin-right: 25px;
  margin-bottom: 0;
}

@media screen and (max-width: 639px) {
  .person__socials li {
    margin-right: 18px;
  }
}

.person__socials li:last-child {
  margin-right: 0;
}

.person__socials svg {
  width: 27px;
  height: 27px;
  fill: #053c85;
  transition: fill 0.3s;
}

@media screen and (max-width: 639px) {
  .person__socials svg {
    width: 17px;
    height: 17px;
  }
}

.person__socials a:hover svg {
  fill: #085dcf;
}

.person__button {
  font-size: 19px;
}

@media screen and (max-width: 639px) {
  .person__button {
    font-size: 11px;
  }
}

.person__services {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  width: 1300px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, 75px);
          transform: translate(-50%, 75px);
}

@media screen and (max-width: 767px) {
  .person__services {
    position: relative;
    left: 0;
    z-index: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.person__services li {
  -webkit-flex-basis: calc(33.3333% - 3px);
      -ms-flex-preferred-size: calc(33.3333% - 3px);
          flex-basis: calc(33.3333% - 3px);
  max-width: calc(33.3333% - 3px);
  height: 105px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .person__services li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.person__services li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #053c85;
  text-decoration: none;
  color: white;
  font-size: 21px;
  font-weight: bold;
  transition: all 0.3s;
}

@media screen and (max-width: 829px) {
  .person__services li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .person__services li a {
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: normal;
  }
}

.person__services li a:hover {
  box-shadow: inset 0 0 44px 13px rgba(0, 0, 0, 0.23);
  background-color: #1657ae;
}

@media screen and (max-width: 575px) {
  .person__services li:nth-child(2) a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.person__services li:first-child a, .person__services li:last-child a {
  padding-top: 0;
}

@media screen and (max-width: 575px) {
  .person__services li .icon-relax {
    width: 70px;
    height: 70px;
    margin-top: -22px;
  }
}

.person__services .icon-law {
  fill: #053c85;
  width: 49px;
  height: 49px;
}

.person__services .icon-relax {
  width: 55px;
  height: 45px;
}

.button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  padding: 0.9em 2.1em;
  border-radius: 6px;
  background-color: #053c85;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  background-color: #1554a9;
}

.button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #053c85;
}

.conversation {
  padding-top: 105px;
  padding-bottom: 50px;
}

@media (max-width: 639px) {
  .conversation {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .conversation__container {
    padding-right: 0;
  }
}

.conversation__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 17px;
}

.conversation__row:last-child {
  padding-top: 35px;
}

@media screen and (max-width: 575px) {
  .conversation__row {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
}

.conversation__col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .conversation__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

.conversation__title {
  margin: 0;
  color: #080808;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .conversation__title {
    padding-right: 20%;
  }
}

@media (max-width: 639px) {
  .conversation__title {
    font-size: 19px;
  }
}

.conversation__additional {
  padding-top: 5px;
  color: #a7a5a5;
  font-size: 22px;
}

@media (max-width: 639px) {
  .conversation__additional {
    padding-top: 0;
    font-size: 14px;
  }
}

.conversation__content {
  padding-top: 5px;
  padding-left: 51px;
  color: #322723;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.2px;
}

@media (max-width: 991px) {
  .conversation__content {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media (max-width: 639px) {
  .conversation__content {
    font-size: 11px;
    padding-top: 21px;
  }
}

.conversation__content h2,
.conversation__content h3,
.conversation__content h4,
.conversation__content h5,
.conversation__content h6,
.conversation__content p {
  font-size: inherit;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.conversation__content > *:first-child {
  margin-top: 0;
}

.conversation__content > *:last-child {
  margin-bottom: 0;
}

.conversation__content a:not(.button) {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.conversation__content a:not(.button):hover {
  text-decoration: underline;
}

.conversation__button {
  width: 195px;
  margin-top: 0.7rem;
  font-size: 15px;
  box-sizing: border-box;
}

@media (max-width: 639px) {
  .conversation__button {
    margin-top: 17px;
    font-size: 9px;
    width: 114px;
  }
}

.banners {
  padding-top: 11px;
  padding-bottom: 30px;
}

@media (max-width: 639px) {
  .banners {
    padding-bottom: 0;
  }
}

.banners__container {
  max-width: 1205px;
}

@media (max-width: 1199px) {
  .banners__container {
    max-width: 960px;
  }
}

@media (max-width: 639px) {
  .banners__container {
    padding: 0;
  }
}

.banners__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.banners__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .banners__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 639px) {
  .banners__item {
    margin-bottom: 10px;
  }
}

.banners__item:nth-child(odd) {
  padding-right: 35px;
}

@media (max-width: 1199px) {
  .banners__item:nth-child(odd) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 639px) {
  .banners__item:nth-child(odd) {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.banners__item:nth-child(even) {
  padding-left: 18px;
  padding-right: 10px;
}

@media (max-width: 1199px) {
  .banners__item:nth-child(even) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 639px) {
  .banners__item:nth-child(even) {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.bnr-holder {
  position: relative;
  padding: 19px 30px 42px;
  color: #0c0a0a;
  background-image: url(../img/banner-holder-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .bnr-holder {
    padding: 10px 26px 25px;
  }
}

.bnr-holder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
 /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);*/
}

.bnr-holder__title {
  position: relative;
  z-index: 2;
  max-width: 200px;
  color: inherit;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.08;
}

@media (max-width: 639px) {
  .bnr-holder__title {
    max-width: 150px;
    font-size: 22px;
  }
}

.bnr-holder__link {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding: 5px;
    color: #ff0000;
    font-size: 15px;
    line-height: 2.53;
    text-decoration: none;
    border: 1px solid red;
    background: #eee;
}
}

@media (max-width: 639px) {
  .bnr-holder__link {
    font-size: 10px;
  }
}

.bnr-holder__link:hover {
  text-decoration: underline;
}

.we-helped {
  padding-top: 11px;
  padding-bottom: 103px;
}

@media (max-width: 575px) {
  .we-helped {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}

.we-helped__title {
  margin: 0;
  color: #2d2321;
  font-size: 38px;
}

@media (max-width: 575px) {
  .we-helped__title {
    font-size: 33px;
  }
}

.we-helped__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .we-helped__row {
    padding-left: 10px;
  }
}

.we-helped__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 21px;
  padding-left: 0;
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .we-helped__list {
    padding-left: 12px;
  }
}

@media (max-width: 575px) {
  .we-helped__list {
    padding-top: 17px;
  }
}

.we-helped__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .we-helped__item {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-right: 3%;
  }
}

@media (max-width: 991px) {
  .we-helped__item {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .we-helped__item {
    margin-bottom: 1rem;
  }
}

.card-helped__pubdate {
  color: #a4a2a1;
  font-size: 16px;
  line-height: 1.76;
}

@media (max-width: 575px) {
  .card-helped__pubdate {
    font-size: 12px;
  }
}

.card-helped__title {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #2d2321;
  font-size: 23px;
  line-height: 1;
}

@media (max-width: 575px) {
  .card-helped__title {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.card-helped__text {
  margin: 0;
  color: #130e0f;
  font-size: 19px;
}

@media (max-width: 575px) {
  .card-helped__text {
    font-size: 16px;
  }
}

.card-helped a {
  text-decoration: none;
  color: inherit;
}

.card-helped a:hover {
  color: #053c85;
}

.counters {
  background-image: url(../img/number.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;

}

.counters__title {
  margin: 0;
  padding-left: 23px;
}

@media (max-width: 639px) {
  .counters__title {
    font-size: 30px;
    text-align: center;
    padding-left: 0;
  }
}

.counters__container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .counters__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .counters__container {
    padding-top: 21px;
    padding-bottom: 36px;
  }
}

.counters__slider {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .counters__slider {
    padding-top: 68px;
    position: relative;
  }
}

.counters__slide {
  padding-left: 2%;
  opacity: 0;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .counters__slide {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

.counters__button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 23px;
  height: 45px;
  z-index: 10;
}

.counters__button--prev {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media screen and (max-width: 991px) {
  .counters__button--prev {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.counters__button--next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media screen and (max-width: 991px) {
  .counters__button--next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.counters__button svg {
  width: 23px;
  height: 45px;
  fill: white;
}

.counters__button:hover svg {
  fill: #8ebdfb;
}

.counters__cntr {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1.5px;
}

.counters__cntr .odometer-inside {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 50%, black 80%, rgba(0, 0, 0, 0) 100%);
}

.counters__text {
  max-width: 250px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .counters__text {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 575px) {
  .counters__text {
    margin-top: 26px;
    margin-bottom: 0;
  }
}

.box {
  max-width: 1355px;
  margin: 0 auto 15px;
  padding-top: 17px;
  padding-bottom: 25px;
  box-shadow: 1px 2px 4px rgba(88, 87, 89, 0.18);
  background-color: #ffffff;
}

@media (max-width: 639px) {
  .box {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .box:first-of-type {
    padding-top: 23px;
  }
}

.box__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box__col {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .box__col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1220px) {
  .box__col--left {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 1220px) {
  .box__col--right {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.box__title {
  margin-top: 0;
  margin-bottom: 0.6em;
}

.box__main-news {
  padding-right: 52px;
}

@media screen and (max-width: 991px) {
  .box__main-news {
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .box__main-news {
    margin-bottom: 2px;
  }
}

.box__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .box__list {
    padding-left: 17px;
  }
}

.box__list li {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .box__list li:last-child {
    margin-bottom: 0;
  }
}

.box__controls {
  border-bottom: 1px solid #a4a3a3;
}

@media (max-width: 767px) {
  .box__controls {
    display: none;
  }
}

.box__control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin-right: 30px;
  padding-top: 0.15em;
  padding-bottom: 0.2em;
  font-size: 30px;
  border-bottom: 5px solid transparent;
  transition: all 0.2s;
}

.box__control:focus {
  outline: none;
}

.box__control--active {
  font-weight: bold;
  border-bottom-color: #000103;
}

.box__sections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .box__sections {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.box__section {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  box-sizing: content-box;
}

.box__section--active {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 639px) {
  .box__section--events {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.event-section {
  font-size: 19px;
}

@media (max-width: 639px) {
  .event-section {
    font-size: 14px;
  }
}

.event-section__title {
  display: none;
}

@media (max-width: 767px) {
  .event-section__title {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px solid #a4a3a3;
  }
  .event-section__title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 199px;
    height: 2px;
    background-color: #000103;
  }
}

@media (max-width: 575px) {
  .event-section__title {
    margin-bottom: 0;
    padding-bottom: 9px;
  }
}

.event-section__content {
  padding-top: 14px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .event-section__content {
    padding-top: 5px;
  }
}

.event-section__content > div {
  /*margin-bottom: 29px;*/
}

@media (max-width: 575px) {
  .event-section__content > div {
    /*margin-bottom: 14px;*/
  }
}

.event-section__content > div:last-child {
  margin-bottom: 0;
}
.event-section__content p{
  margin: 7px 0px;
}
.event-section__content ul {
  margin: 0;
}

.event-section__content li {
  margin: 8px 0;
}

.news-card {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  color: inherit;
}

.news-card--main {
  font-size: 20px;
}

.news-card--news-pg {
  font-size: 20px;
}

.news-card__thumbnail {
  margin-bottom: 10px;
  line-height: 0;
}

@media (max-width: 575px) {
  .news-card__thumbnail {
    margin-bottom: 0;
  }
}

.news-card__thumbnail--mb {
  margin-bottom: 30px;
}

.news-card__thumbnail img {
  width: 100%;
  object-fit: cover;
}

.news-card__pubdate {
  font-size: 16px;
  line-height: 1;
  color: #c2c1c0;
}

.news-card__pubdate--event {
  color: #fff;
  background-color: #023c89;
  padding: 2px 4px;
  box-sizing: border-box;
}

@media (max-width: 639px) {
  .news-card__pubdate {
    font-size: 12px;
  }
}

.news-card__title {
  margin-top: 0.37em;
  margin-bottom: 15px;
  /*font-size: 1.47em;*/
  line-height: 1;
  font-size: 23px;
}

.news-card__title--line-height {
  line-height: 1.3;
}

@media (max-width: 575px) {
  .news-card__title {
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.2;
    font-size: 18px;
  }
}

.news-card__excerpt {
  margin: 0.8em 0;
  line-height: 1.42;
  font-size: 18px;
}

.news-card__excerpt--fz20 {
  font-size: 20px;
}

@media (max-width: 575px) {
  .news-card__excerpt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.22;
  }
}

.news-card a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

.news-card a:hover {
  color: #053c85;
}

.footer {
  position: relative;
}

@media (max-width: 639px) {
  .footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__map {
  width: 100%;
  height: 375px;
}

@media (max-width: 639px) {
  .footer__map {
    height: 190px;
  }
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__contacts {
  position: absolute;
  right: 0;
  top: 0;
  width: 39.5vw;
  height: 375px;
  padding-top: 25px;
  padding-left: 80px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background-color: #d7dce2;
  background-image: linear-gradient(51deg, rgba(255, 255, 255, 0.34) 0%, rgba(134, 145, 157, 0.34) 100%);
  color: #0a0909;
}

@media screen and (max-width: 991px) {
  .footer__contacts {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer__contacts {
    width: 50vw;
  }
}

@media (max-width: 639px) {
  .footer__contacts {
    position: static;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-left: 20px;
  }
}

.footer__contacts h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
  .footer__contacts h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .footer__contacts h2 {
    font-size: 24px;
  }
}

.footer__contacts ul {
  max-width: 20vw;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 26.52px;
}

@media (max-width: 1459px) {
  .footer__contacts ul {
    max-width: 30vw;
  }
}

@media screen and (max-width: 991px) {
  .footer__contacts ul {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .footer__contacts ul {
    max-width: 40vw;
  }
}

@media (max-width: 639px) {
  .footer__contacts ul {
    max-width: 230px;
    font-size: 16px;
  }
}

.footer__contacts li {
  margin-bottom: 23px;
}

@media screen and (max-width: 991px) {
  .footer__contacts li {
    margin-bottom: 15px;
  }
}

@media (max-width: 639px) {
  .footer__contacts li {
    margin-bottom: 23px;
  }
}

.footer__button {
  padding: 13px 57px;
}

@media (max-width: 639px) {
  .footer__button {
    padding: 12px 30px;
    font-size: 16px;
  }
}

.footer__separator {
  box-shadow: 0 0 9px 2px rgba(80, 78, 83, 0.2);
  background-color: #053c85;
}

@media screen and (max-width: 575px) {
  .footer__separator .container {
    padding: 0;
  }
}

.footer__socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 67px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
}

.footer__socials li {
  height: 100%;
}

.footer__socials li:first-child a {
  background-color: #064292;
}

.footer__socials li:first-child a:hover {
  background-color: #0858c3;
}

.footer__socials li:nth-child(2) a {
  background-color: #04479f;
}

.footer__socials li:nth-child(2) a:hover {
  background-color: #055dd1;
}

.footer__socials li:nth-child(3) a {
  background-color: #064daa;
}

.footer__socials li:nth-child(3) a:hover {
  background-color: #0863db;
}

.footer__socials a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.3s;
}

.footer__socials svg {
  height: 27px;
  width: 27px;
  fill: #fff;
}

@media screen and (max-width: 575px) {
  .footer__socials svg {
    width: 24px;
    height: 24px;
  }
}

.footer__banners {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f3f4f5;
}

@media screen and (max-width: 575px) {
  .footer__banners {
    padding-bottom: 0;
  }
}

.footer__slider {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.footer__slide {
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.footer__slide:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer__slide a {
  text-decoration: none;
  color: inherit;
}

.footer__slide img {
  max-width: 100%;
}

.footer__control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
}

.footer__control--prev {
  right: 100%;
}

@media screen and (max-width: 991px) {
  .footer__control--prev {
    left: 0;
    right: auto;
  }
}

.footer__control--next {
  left: 100%;
}

@media screen and (max-width: 991px) {
  .footer__control--next {
    left: auto;
    right: 0;
  }
}

.footer__control svg {
  width: 12px;
  height: 20px;
}

.footer__bottom {
  color: #6c6b6b;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d7dce1;
}

.footer__bottom .container {
  max-width: 1335px;
}

@media screen and (max-width: 575px) {
  .footer__bottom {
    background-color: #f3f4f5;
  }
}

.footer__bottom-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .footer__bottom-row {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__copy {
  font-size: 15px;
  font-weight: 400;
  line-height: 26.52px;
}

@media screen and (max-width: 991px) {
  .footer__copy {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .footer__copy {
    font-size: 10px;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer__links li {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.52px;
}

@media screen and (max-width: 991px) {
  .footer__links li {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .footer__links li {
    font-size: 15px;
  }
}

.footer__links li::after {
  content: '|';
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .footer__links li::after {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer__links li::after {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.footer__links li:last-child::after {
  display: none;
}

.footer__links a {
  color: inherit;
  text-decoration: none;
}

.footer__links a:hover {
  text-decoration: underline;
}

.popups {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.popups--visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: opacity 0.3s both;
          animation: opacity 0.3s both;
}

.popups__backside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(105, 107, 110, 0.49);
}

.popups__content {
  display: none;
  position: relative;
  z-index: 1;
}

@media screen and (max-height: 549px) and (orientation: landscape) {
  .popups__content {
    height: 90vh;
    overflow: scroll !important;
  }
}

.popups__content--visible {
  display: block;
  -webkit-animation: moveUp 0.3s both, opacity 0.3s both;
          animation: moveUp 0.3s both, opacity 0.3s both;
}

.popup {
  position: relative;
  width: 657px;
  max-width: 90%;
  border-radius: 3px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) and (min-height: 550px) {
  .popup {
    margin-top: 10px;
  }
}

.popup__close {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media screen and (min-width: 768px) and (max-height: 769px) {
  .popup__close {
    margin-bottom: 0;
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) and (min-height: 550px) {
  .popup__close {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-height: 549px) {
  .popup__close {
    display: none;
  }
}

.popup__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.popup__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.popup__close:hover {
  -webkit-filter: drop-shadow(0 0 4px black);
          filter: drop-shadow(0 0 4px black);
}

.popup__title {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 23px;
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  background-color: #053c85;
  color: white;
}

@media screen and (max-width: 767px) {
  .popup__title {
    padding: 15px 20px;
    font-size: 22px;
  }
}

.popup__title--smaller {
  font-size: 22px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .popup__title--smaller {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

@media screen and (max-height: 819px) and (min-width: 576px) {
  .popup__title--smaller {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}

@media screen and (max-height: 589px) and (max-width: 575px) {
  .popup__title--smaller {
    padding: 10px;
    font-size: 12px;
  }
}

.popup__privacy {
  position: relative;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 24px;
  padding-left: 90px;
  padding-right: 90px;
  color: #6b6b6b;
  font-size: 16px;
  letter-spacing: -0.2px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .popup__privacy {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media screen and (max-height: 819px) {
  .popup__privacy {
    padding-bottom: 15px;
  }
}

@media screen and (max-height: 589px) and (max-width: 575px) {
  .popup__privacy {
    padding: 10px;
    font-size: 12px;
  }
}

.popup__privacy p {
  margin: 0;
  text-align: center;
}

@media screen and (max-height: 849px) {
  .popup__privacy p {
    display: none;
    position: absolute;
    top: 10px;
    left: 90px;
    right: 90px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-animation: tick-start-animation 0.3s ease-out both;
            animation: tick-start-animation 0.3s ease-out both;
  }
}

@media screen and (max-height: 849px) and (max-width: 767px) {
  .popup__privacy p {
    left: 20px;
    right: 20px;
  }
}

@media screen and (max-height: 589px) and (max-width: 575px) {
  .popup__privacy p {
    left: 10px;
    right: 10px;
    padding: 10px;
  }
}

@media screen and (max-height: 849px) {
  .popup__privacy--extended p {
    display: block;
  }
}

.popup__privacy-trigger {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  margin-top: 5px;
  padding: 0;
  background: none;
  border: none;
  color: #a7a5a5;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-height: 849px) {
  .popup__privacy-trigger {
    display: inline-block;
  }	
}

@media screen and (max-height: 589px) and (max-width: 575px) {
  .popup__privacy-trigger {
    margin-top: 0;
  }
	
}

.popup__privacy-trigger span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 0.5em;
  border: 2px solid #d7dbe1;
  box-sizing: border-box;
  border-radius: 50%;
  font-style: italic;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  color: #d7dbe1;
  line-height: 20px;
}

@media screen and (max-width: 768px){
.privacy-trigger{
		font-size: 14px;
	}
}
.popup__form {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .popup__form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-height: 589px) and (max-width: 575px) {
  .popup__form {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
}

@-webkit-keyframes tick-start-animation {
  from {
    background-color: #eeeeff;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  to {
    background-color: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes tick-start-animation {
  from {
    background-color: #eeeeff;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  to {
    background-color: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.form {
  width: 100%;
}
.form-label{
  color: #b6b3b3;
  font-size: 17px;
}

.form-label sup{
  color: #2e4ab8;  
}

.form__input {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding-top: 10px;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #c9cacb;
  background-color: #ffffff;
  color: #c9cacb;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .form__input {
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-height: 819px) and (min-width: 768px) {
  .form__input {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-height: 499px) and (max-width: 575px) {
  .form__input {
    padding: 5px;
  }
}

.form__input:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(5, 60, 133, 0.5);
}

.form__input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #d7dbe1;
}

.form__input:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #d7dbe1;
}

.form__input::placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #d7dbe1;
}

.form__input--textarea {
  height: 142px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .form__input--textarea {
    left: 1.3em;
    height: 5em;
  }
}

@media screen and (max-height: 819px) {
  .form__input--textarea {
    max-height: 100px;
  }
}

.form__submit {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 3px;
  background-color: #e90016;
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .form__submit {
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-height: 499px) and (max-width: 575px) {
  .form__submit {
    height: 29px;
    font-size: 12px;
  }
}

.form__submit:hover {
  background-color: #c10315;
}

.form__primary{
	background-color:#043c85
}

.form__primary:hover{
	background-color:#1554a9
}

.form__file {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.form__file:focus + label {
  box-shadow: 0 0 2px 2px rgba(5, 60, 133, 0.5);
}

.form__file-label {
  display: inline-block;
  width: 203px;
  margin-bottom: 20px;
  padding: 13px 0;
  border-radius: 3px;
  border: 1px solid #c9cacb;
  text-align: center;
  color: #868383;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-height: 819px) and (min-width: 768px) {
  .form__file-label {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .form__file-label {
    width: auto;
    margin-bottom: 5px;
    padding: 5px 15px;
    font-size: 14px;
  }
}

@media screen and (max-height: 499px) and (max-width: 575px) {
  .form__file-label {
    padding: 5px;
  }
}

.form__captcha {
  width: 258px;
  height: 66px;
  margin-top: 24px;
  margin-bottom: 24px;	
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e9ebee;
}

@media screen and (max-width: 767px) {
  .form__captcha {
    margin-top: 10px;
    max-width: 100%;
  }
}

.content__form .form__captcha{
	margin-left: 0;
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes moveUp {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUp {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.page {
  padding-left: 113px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 46px;
  box-sizing: border-box;
  color: #333333;
}

@media screen and (max-width: 1699px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page {
    padding-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .page {
    padding-top: 53px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .page__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.page__widgets {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.page__widgets--left {
  -webkit-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
  width: 22%;
  max-width: 386px;
  min-width: 280px;
  margin-right: 3.85%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .page__widgets--left {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }
  .page__widgets--left .widget--nav {
    display: none;
  }
  .page__widgets--left aside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page__widgets--left aside > * {
    -webkit-flex-basis: calc(33.3333% - 10px);
        -ms-flex-preferred-size: calc(33.3333% - 10px);
            flex-basis: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    margin-left: 15px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 991px) {
  .page__widgets--left aside > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .page__widgets--left aside > *:nth-child(3n + 2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .page__widgets--left {
    margin-top: 0;
  }
}

.page__widgets--right {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  width: 23%;
  max-width: 383px;
  min-width: 280px;
  margin-left: 3.3%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

@media screen and (max-width: 1199px) {
  .page__widgets--right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-top: 2rem;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .page__widgets--right aside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199px) {
  .page__widgets--right aside > * {
    -webkit-flex-basis: calc(33.3333% - 10px);
        -ms-flex-preferred-size: calc(33.3333% - 10px);
            flex-basis: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .page__widgets--right aside > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.page__widgets--right aside > *:nth-child(3n + 3) {
  margin-right: 0;
}

.page__content {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media screen and (max-width: 1499px) {
  .page__content {
    -webkit-flex-basis: calc(100% - 416px);
        -ms-flex-preferred-size: calc(100% - 416px);
            flex-basis: calc(100% - 416px);
  }
}

@media screen and (max-width: 1199px) {
  .page__content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.page__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__print-btn {
  -webkit-transform: translateY(-17%);
          transform: translateY(-17%);
}

@media screen and (max-width: 767px) {
  .page__print-btn {
    margin-top: 11px;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 575px) {
  .page__print-btn {
    display: none;
  }
}

.widget {
  position: relative;
  display: block;
  margin-bottom: 29px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}

.widget a {
  color: inherit;
  text-decoration: none;
}

.widget img {
  max-width: 100%;
}

.widget--nav {
  padding-bottom: 28px;
}

.widget--nav h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--nav h2 {
    font-size: 24px;
  }
}

.widget--nav ul {
  margin-top: 0.6em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 28px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--nav ul {
    font-size: 17px;
  }
}

.widget--nav li {
  margin-bottom: 0.6em;
}

.widget--nav li::before {
  content: '- ';
}

.widget--nav li.current-menu-item {
  position: relative;
  color: white;
}

.widget--nav li.current-menu-item::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -15px;
  right: 0;
  bottom: -5px;
  z-index: -1;
  border-radius: 3px;
  background-color: #023c89;
}

.widget--post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 437px;
  padding-bottom: 23px;
  padding-right: 38px;
  padding-left: 10px;
  padding-top: 25px;
  color: #fff;
  text-align: right;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .widget--post {
    padding-right: 28px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 575px) {
  .widget--post {
    height: 370px;
  }
}

.widget--post:hover .widget__dinamic-bg img {
  -webkit-animation: zoomIn 5s both;
          animation: zoomIn 5s both;
}

.widget--post h2 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 7px;
  letter-spacing: -0.2px;
  font-size: 37px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--post h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .widget--post h2 {
    font-size: 24px;
  }
}

.widget--post span {
  position: relative;
  z-index: 1;
  font-size: 21px;
  text-decoration: underline;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--post span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .widget--post span {
    font-size: 16px;
  }
}

.widget--info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 169px;
  border-radius: 5px;
  background-color: #f4f1e9;
  color: #333333;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--info {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .widget--info {
    height: 120px;
    font-size: 16px;
  }
}

.widget--info svg {
  width: 71px;
  height: 77px;
}

@media screen and (max-width: 767px) {
  .widget--info svg {
    width: 55px;
    height: 60px;
  }
}

.widget--slides {
  padding-left: 14px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 11px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background-color: #ffffff;
}

@media screen and (max-width: 575px) {
  .widget--slides {
    padding-top: 13px;
  }
}

.widget--recent {
  padding: 25px 35px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  box-sizing: border-box;
}

.widget--recent a:hover {
  color: #004db3;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--recent {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .widget--recent {
    padding: 20px;
  }
}

.widget--banner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 490px;
  padding-top: 30px;
  padding-left: 41px;
  padding-bottom: 37px;
  padding-right: 44px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .widget--banner {
    height: 410px;
  }
}

@media screen and (max-width: 575px) {
  .widget--banner {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 35px;
  }
}

.widget--banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
}

.widget--banner:hover .widget__dinamic-bg img {
  -webkit-animation: zoomIn 5s both;
          animation: zoomIn 5s both;
}

.widget--banner h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 39px;
  line-height: 1;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--banner h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .widget--banner h2 {
    font-size: 36px;
    text-align: center;
  }
}

.widget--banner span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget--banner span {
    font-size: 18px;
  }
}

.widget__title {
  margin: 0;
  color: #333333;
  font-size: 32px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .widget__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .widget__title {
    font-size: 24px;
  }
}

.widget__slider {
  margin-top: 13px;
}

.widget__slider .swiper-slide {
  text-align: center;
}

.widget__slider .swiper-container {
  padding-bottom: 28px;
}

@media screen and (max-width: 575px) {
  .widget__slider .swiper-container {
    padding-bottom: 21px;
  }
}

.widget__slider .swiper-pagination {
  bottom: 0;
}

.widget__slider .swiper-pagination-bullet {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 11px;
  height: 11px;
  margin: 0 1px;
  border: 2px solid #bbbbbc;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 1;
}

.widget__slider .swiper-pagination-bullet-active {
  background-color: #bbbbbc;
}

.widget__slider .swiper-pagination-bullet:focus {
  outline: none;
}

.widget__slider img {
  max-width: 100%;
  min-height: 1px;
  max-height: 100%;
}

.widget__list {
  margin-top: 27px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

@media screen and (max-width: 575px) {
  .widget__list {
    margin-top: 18px;
  }
}

.widget__list--events li {
  margin-bottom: 34px;
}

@media screen and (max-width: 575px) {
  .widget__list--events li {
    margin-bottom: 15px;
  }
}

.widget__list--news {
  margin-top: 22px;
}

@media screen and (max-width: 575px) {
  .widget__list--news {
    margin-top: 9px;
  }
}

.widget__list--news li {
  margin-bottom: 28px;
}

@media screen and (max-width: 575px) {
  .widget__list--news li {
    margin-bottom: 22px;
  }
}

.widget__list li:last-child {
  margin-bottom: 0;
}

.widget__dinamic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.widget__dinamic-bg img {
  min-width: 100%;
  min-height: 100%;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
  }
}

.w-event a {
  display: inline-block;
}

.w-event__date {
  padding-top: 9px;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-right: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #023c89;
}

@media screen and (max-width: 767px) {
  .w-event__date {
    font-size: 12px;
  }
}

.w-event__text {
  margin-bottom: 0;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .w-event__text {
    font-size: 14px;
  }
}

.w-news__date {
  color: #b6b3b3;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .w-news__date {
    font-size: 14px;
  }
}

.w-news__text {
  margin-top: 13px;
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .w-news__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .w-news__text {
    margin-top: 2px;
  }
}

.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-top: 11px;
  color: #959494;
  font-size: 13px;
  font-weight: 400;
  list-style-type: none;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .breadcrumb {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 1em;
  margin: 0 2px;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23959494' d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb a {
  color: #004db3;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.post-structure__title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 32px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post-structure__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post-structure__title {
    font-size: 24px;
  }
}

.post-structure__subtitle {
  margin: 0.43em 0 1.3em;
  font-size: 26px;
  line-height: 1.55;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post-structure__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .post-structure__subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .post-structure__subtitle {
    margin-bottom: 1em;
    line-height: 1.25;
  }
}

.post-structure__info {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-size: 22px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post-structure__info {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .post-structure__info {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .post-structure__info {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }
}

.post-structure__additional {
  padding-top: 4px;
  font-size: 22px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post-structure__additional {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .post-structure__additional {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .post-structure__additional {
    padding-top: 0;
  }
}

.post-structure__additional h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .post-structure__additional h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .post-structure__additional h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.post-structure__additional p {
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.7;
  text-align: justify;
}

@media screen and (max-width: 575px) {
  .post-structure__additional p {
    line-height: 1.4;
    letter-spacing: -0.1px;
  }
}

.team {
  margin-top: 32px;
  padding-left: 0;
  list-style-type: none;
}

@media screen and (max-width: 575px) {
  .team {
    margin-bottom: 0;
  }
}

.team__member {
  margin-bottom: 27px;
}

.profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profile__photo {
  -webkit-flex: 0 0 235px;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
  height: 249px;
  overflow: hidden;
  border: 1px solid #2e4ab8;
  background-color: #ffffff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .profile__photo {
    -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
    height: 130px;
  }
}

.profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-position: bottom center;*/
  object-position: top center;
}

.profile__data {
  padding: 11px 19px;
  font-size: 22px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .profile__data {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .profile__data {
    padding-top: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .profile__data {
    padding-left: 15px;
    padding-right: 0;
  }
}

.profile__name {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 28px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .profile__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .profile__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .profile__name {
    margin-bottom: 4px;
  }
}

.profile__position {
  margin-top: 0;
  margin-bottom: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 575px) {
  .profile__position {
    font-weight: 400;
    margin-bottom: 5px;
  }
}

.profile__schedule {
  margin-top: 0;
  margin-bottom: 13px;
}

@media screen and (max-width: 575px) {
  .profile__schedule {
    margin-bottom: 5px;
  }
}

.post__title {
  margin-top: 15px;
  margin-bottom: 21px;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .post__title {
    font-size: 24px;
  }
}

.post__thumbnail {
  float: left;
  max-width: 377px;
  margin-right: 44px;
  margin-bottom: 27px;
}

.post__thumbnail img {
  max-width: 100%;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post__thumbnail {
    max-width: 45%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 575px) {
  .post__thumbnail {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}

.post__content h2 {
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 32px;
}

.post__content h2:first-of-type {
  margin-top: -6px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post__content h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post__content h2 {
    font-size: 20px;
  }
}

.post__content p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .post__content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .post__content p {
    font-size: 14px;
  }
}

.spoilers-list {
  clear: both;
  margin-top: 17px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.spoilers-list__item {
  margin-bottom: 25px;
}

.spoiler__header::before, .spoiler__header::after {
  content: '';
  position: absolute;
  right: 45px;
  top: 50%;
  width: 23px;
  height: 2px;
  background-color: #004db3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .spoiler__header::before, .spoiler__header::after {
    right: 20px;
    width: 25px;
  }
}

.spoiler {
  border: 1px solid #2e4ab8;
  background-color: #ffffff;
  border-radius: 5px;
}

.spoiler__header {
  position: relative;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 80px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 28px;
  transition: all 0.3s;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .spoiler__header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .spoiler__header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 45px;
    font-size: 22px;
  }
}

.spoiler__header--small {
  padding-top: 32px;
  padding-bottom: 33px;
  font-size: 20px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .spoiler__header--small {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .spoiler__header--small {
    font-size: 16px;
  }
}

.spoiler__header::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.spoiler__header--active {
  background-color: #023c89;
  color: #fff;
}

.spoiler__header--active::before, .spoiler__header--active::after {
  background-color: #fff;
}

.spoiler__header--active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.spoiler__wrapper {
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.3s;
}

.spoiler__wrapper--extended {
  max-height: 100000px;
}

.spoiler__content {
  padding: 40px 45px;
  box-sizing: border-box;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .spoiler__content {
    padding: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .spoiler__content {
    padding-left: 10px;
  }
}

.spoiler__content--small {
  padding-left: 28px;
  padding: 28px;
  font-size: 18px;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .spoiler__content--small {
    font-size: 14px;
  }
}

.spoiler__content ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

.spoiler__content ol li {
  position: relative;
  margin-bottom: 45px;
  padding-left: 25px;
  counter-increment: item;
}

.spoiler__content ol li::before {
  content: counter(item) ".";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .spoiler__content ol li::before {
    font-size: 16px;
  }
}

.spoiler__content ol li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .spoiler__content ol li {
    padding-left: 15px;
  }
}

.spoiler__content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .spoiler__content h3 {
    font-size: 16px;
  }
}

.spoiler__content p {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 4px;
  text-align: justify;
}

.news-queue {
  -webkit-column-count: 2;
          column-count: 2;
  padding-top: 29px;
  -webkit-column-gap: 35px;
          column-gap: 35px;
}

@media screen and (max-width: 767px) {
  .news-queue {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.news-queue__item {
  display: inline-block;
  margin-bottom: 14px;
}

@media screen and (max-width: 575px) {
  .news-queue__item {
    margin-bottom: 10px;
  }
}

.filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1130px;
}

.filters__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 581px) {
  .filters__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.filters__input {
  margin-right: 8px;
}

.filters__input:focus {
  outline: none;
}

.filters__input::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
}

.filters__input:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}

.filters__input::placeholder {
  color: inherit;
  font-family: inherit;
}

.filters__input--category {
  width: 213px;
}

@media screen and (max-width: 1454px) and (min-width: 1300px) {
  .filters__input--category {
    width: 165px;
  }
}

@media screen and (max-width: 1289px) {
  .filters__input--category {
    width: 120px;
  }
}

@media screen and (max-width: 581px) {
  .filters__input--category {
    width: 100%;
  }
}

.filters__input--month {
  width: 211px;
}

@media screen and (max-width: 1454px) and (min-width: 1300px) {
  .filters__input--month {
    width: 165px;
  }
}

@media screen and (max-width: 1289px) {
  .filters__input--month {
    width: 120px;
  }
}

@media screen and (max-width: 581px) {
  .filters__input--month {
    width: 100%;
  }
}

.filters__input--year {
  width: 165px;
}

@media screen and (max-width: 1454px) and (min-width: 1300px) {
  .filters__input--year {
    width: 140px;
  }
}

@media screen and (max-width: 1289px) {
  .filters__input--year {
    width: 120px;
  }
}

@media screen and (max-width: 581px) {
  .filters__input--year {
    width: 100%;
  }
}

.filters__submit {
  -webkit-appearance: none;
          appearance: none;
  width: 214px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #023c89;
  background-color: #023c89;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s;
  line-height: 1;
  font-size: 16px;
}

.filters__submit:hover {
  background-color: #1554a9;
}

.filters__submit:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #053c85;
}

@media screen and (max-width: 1454px) {
  .filters__submit {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .filters__submit {
    font-size: 12px;
    padding: 5px;
  }
}

@media screen and (max-width: 581px) {
  .filters__submit {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 709px) {
  .filters__print-btn {
    display: none;
  }
}

.categories__title {
  margin-top: 13px;
  font-size: 31px;
}

@media screen and (max-width: 575px) {
  .categories__title {
    font-size: 24px;
  }
}

.categories__filters {
  margin-top: 35px;
}

@media screen and (max-width: 575px) {
  .categories__filters {
    margin-top: 20px;
  }
}

/*===============================
=            Choices            =
===============================*/
.choices {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  color: #023c89;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .choices {
    font-size: 12px;
  }
}

@media screen and (max-width: 581px) {
  .choices {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 11px 20px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #023c89;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .choices__inner {
    padding: 5px;
  }
}

@media screen and (max-width: 581px) {
  .choices__inner {
    padding: 10px;
  }
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: 3px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 9px 20px;
}

@media screen and (max-width: 767px) {
  .choices__list--dropdown .choices__item {
    padding: 5px;
  }
}

@media screen and (max-width: 581px) {
  .choices__list--dropdown .choices__item {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #023c89;
  color: #fff;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__item--choice.choices__placeholder {
  display: none;
}

.choices__input.is-hidden,
.choices[data-type*="select-one"] .choices__input.is-hidden,
.choices[data-type*="select-multiple"] .choices__input.is-hidden {
  display: none;
}

.choices__list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F5F5F5;
}

.choices__list::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.choices__list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #cdcccc;
}

.choices__list {
  scrollbar-color: #F5F5F5;
  scrollbar-width: thin;
}

/*=====  End of Choices  ======*/

/*# sourceMappingURL=main.css.map */
.search-form {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1000px;
}
.search-form__field {
  height: 50px;
  padding: 15px 20px;
  border: 1px solid #888888;
  border-radius: 3px 0 0 3px;
  color: #a7a5a5;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box !important;
  line-height: 0;
  width: 82%;
  width: calc(100% - 170px);
}

@media (max-width: 425px) {
  .search-form__field {
    height: 45px;
    width: 67%;
    width: calc(100% - 110px);
  }
}
.search-form__submit {
  border: none;
  color: #ffffff;
  font-weight: 700;
  background: #053c85;
  height: 50px;
  padding: 15px 30px;
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  max-width: 170px;
  width: 100%
}

@media (max-width: 425px) {
  .search-form__submit {
    max-width: 110px;
    height: 45px;
    padding: 9px 15px;
  }
}
.search-form__submit:hover {
  background-color: #1554a9;
}
.posts-list--search {
  max-width: 1000px;
  margin-top: 40px;
}
.posts-title--search {
  font-size: .8em;
}

@media (min-width: 768px) {
  .posts-title--search {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 864px;
    font-size: 1.17em;
  }
}

@media screen and (max-width: 767px) {
  .posts-link--search {
    font-size: 14px
  }
}
.posts-content--search {
  margin-top: 5px;
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {
  .posts-content--search {
    font-size: 14px
  }
}
.error-404 {
  height: 50vh;
}
.error-404__title {
  color: #2a43b9;
  font-size: 5em;
}

@media screen and (max-width: 767px) {
  .error-404__title {
    font-size: 3em;
  }
}
.error-404 p {
  font-size: 1.5em
}

@media screen and (max-width: 767px) {
  .error-404 p {
    font-size: 16px
  }
}

.pagination {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: right;
  border-color: #e3e2e7;
}

@media screen and (max-width: 767px) {
  .pagination {
    padding-bottom: 40px
  }
}

.page-numbers{
  line-height: 33px;
  display: inline-block;
  min-width: 32px;
  height: 32px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 5px;
  border-radius: 2px;
  font-size: 14px;
  color: #023c89;
  font-weight: 700;
}

.page-numbers.current, .page-numbers:hover{
  color: #fff;
  background-color: #023c89;
}

.page-numbers svg {
  width: 12px;
  height: 12px;
  fill: #023c89;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-numbers:hover svg{
  fill: #fff;
}




.blind img{
  filter:grayscale(1);
}
.blind p, .blind h1, .blind h2, .blind h3, .blind h4, .blind h5, .blind h6, .blind h7, .blind span{
  color : #000;
}
.blind .choices__inner{
  color : #000;
  border-color:#000;
}
.blind .header{
  border-bottom : #000;
}
.blind .header__union-title{
  font-size:27px;
}
.blind .widget--nav li.current-menu-item::after{
  background-color:#000;
}
.blind .widget--info{
  background-color:#000;
}
.blind .widget--info span{
  color: #FFF !important;
  font-size:20px;
}
.blind .widget--slides{
  border-color:#000;
  color: #000;
}
.blind .widget__slider .swiper-pagination-bullet{
  border-color:#000;
}
.blind .widget__slider .swiper-pagination-bullet-active{
  background-color: #000;
}
.blind .footer__separator{
  background-color:#000;
}
.blind .footer{
  filter: grayscale(1);
}

.blind .header__nav.nav{
  filter: grayscale(1);
}
.blind .filters__submit{
  background-color:#000;
}
.blind .breadcrumb a{
  color:#000;
  text-decoration:underline;
}
.blind .spoiler__header--active{
  background-color: #000;
}
.blind .spoiler{
  border-color:#000;
}
.blind .w-event__date{
  background-color: #000;
}
.blind .w-news__date{
  color :#000;
}
.blind .person__services li a{
  background-color: #000;
}
.blind .person__services li a:hover{
  background-color: #464646;
}
.blind .button{
  background-color: #000;
}
.blind .button:hover{
  background-color: #464646;
}
.blind .counters{
  background-image: none;
  color: #000;
}
.blind .news-card__pubdate {
  color: #5f5f5f;
}
.blind .popup__title{
  color: #FFF !important;
  background-color: #000;
}
.blind .form__submit{
  background-color: #000;
}
.blind .counters__button svg{
  fill:#000;
}
.person__services li:first-child a, .person__services li:last-child a {
  padding-bottom: 0;
}