.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  max-width: 1290px;
}
.container-spaced {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.page {
  min-height: calc(100vh - 515px);
}
.transition300 {
  transition: all 300ms ease-in;
}
.transition300:hover {
  transition: all 300ms ease-out;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica Neue";
  font-size: 14px;
}
body.scrolloff {
  overflow: hidden;
}
.navbar {
  height: 100vh;
  max-height: 180px;
  margin-top: 5px;
  padding: 24px 0;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.navbar .container > div {
  display: -ms-flexbox;
  display: flex;
}
.navbar__right {
  -ms-flex: 0 0 340px;
      flex: 0 0 340px;
}
.navbar__right p {
  color: #4c4c4c;
  padding-left: 18px;
  max-width: 200px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.navbar__right p span {
  display: block;
  font-weight: 800;
}
.navbar__left {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  transform: translateY(-10px);
  position: relative;
}
.navbar__left .menulist {
  height: 44px;
  -ms-flex-align: center;
      align-items: center;
}
.navbar__left .selectric-wrapper {
  margin-right: 15px;
}
.navbar__left .selectric .label {
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  font-size: 12px;
  margin-right: 24px;
}
.navbar__left .selectric .button {
  top: 3px;
}
.navbar__left > * {
  margin-right: 30px;
}
.navbar__left > *:last-child {
  margin-right: 0;
}
.navbar__left .btn.btn-white {
  font-size: 12px;
  max-height: 12px;
}
.btn {
  padding: 14px 24px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #002979;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color .3s;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #002469;
  color: #fff;
}
.btn-simple {
  background-color: #002979;
  color: #fff;
  border-color: #002979;
}
.btn-rounded {
  border-radius: 2px;
}
.btn-white {
  color: #002979;
  border-color: #002979;
  border-radius: 2px;
}
.selectric {
  background-color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.selectric .label {
  color: #414141;
  font-family: "Helvetica Neue";
  font-size: 14px;
  color: #4c4c4c;
}
.selectric .button {
  background-color: inherit;
}
.selectric .button:after {
  border-top-color: #4c4c4c;
}
.selectric-news .selectric {
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  padding: 14px;
  min-width: 150px;
  max-width: 150px;
  box-sizing: border-box;
}
.selectric-news .selectric-items {
  background-color: #fff;
}
.selectric-news .selectric-items li {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
}
.selectric-news .selectric-items li.highlighted {
  color: #002979;
}
.selectric-news .selectric-items li.highlighted,
.selectric-news .selectric-items li:hover {
  background-color: #f2f4f8;
}
.selectric-news .label {
  color: #888888;
  height: initial;
  line-height: initial;
  font-weight: 300;
}
.selectric-news .button {
  top: 3px;
}
.selectric-news .button:after {
  border: 0;
  background-image: url('../images/chevrone.svg');
  opacity: .5;
  width: 10px;
  height: 16px;
  transform: rotate(90deg);
  background-size: cover;
}
.selectric-lang .selectric {
  width: 55px;
}
.selectric-lang .label {
  margin: 0;
}
.selectric-lang .button {
  width: 24px;
  background-color: transparent;
}
.menulist {
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}
.menulist li {
  position: relative;
  min-height: 30px;
}
.menulist li:first-child ul {
  left: 0px;
}
.menulist li:hover ul {
  z-index: 1;
  opacity: 1;
  max-height: initial;
  pointer-events: initial;
  transition: opacity 0.3s ease-in;
  transition-delay: .1s;
}
.menulist a {
  text-decoration: none;
  color: #4c4c4c;
  letter-spacing: 0.5px;
  margin-left: 40px;
  transition: color .3s;
  font-size: 13px;
}
.menulist a:hover {
  color: #002979;
}
.menulist ul {
  position: absolute;
  z-index: -1;
  max-height: 0px;
  opacity: 0;
  bottom: 0;
  left: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translate(0px, 100%);
  box-shadow: 0 2px 8px rgba(169, 169, 169, 0.5);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px 0;
  pointer-events: none;
  transition: opacity 0s ease-in;
}
.menulist ul li a {
  display: block;
  padding: 6px 20px;
  margin: 0;
  font-size: 13px;
}
.menulist li:first-child a {
  margin: 0;
}
.menulist .active a {
  color: #002979;
  font-weight: 800;
  position: relative;
}
.menulist .active a:after {
  position: absolute;
  width: 100%;
  content: '';
  bottom: -8px;
  left: 0;
  height: 2px;
  background-color: #f6bd16;
}
.main-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #f6f6f8;
  text-decoration: none;
  width: calc(25% - 20px);
  padding: 32px;
  box-sizing: border-box;
  background-color: #f6f6f8;
  color: #4a4a4a;
  text-align: center;
  transition: background-color 0.3s;
  transition: box-shadow 0.3s;
  position: relative;
}
.main-component:nth-child(4n) {
  margin-right: 0;
}
.main-component .main-component__title {
  padding-top: 10px;
  max-width: 190px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin: 12px 0;
  transition: color .3s;
}
.main-component .main-component__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.main-component img {
  max-height: 72px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.main-component:hover {
  color: #002979;
  background-color: #fff;
  box-shadow: 0 0 32px #ececec;
}
.tabs .tabs__head ul {
  display: -ms-flexbox;
  display: flex;
}
.tabs .tabs__head ul li a {
  text-decoration: none;
  color: #4c4c4c;
  color: #444444;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  vertical-align: bottom;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 31px;
  transition: all .3s;
}
.tabs .tabs__head ul li a:hover {
  color: #002979;
}
.tabs .tabs__head ul li.active a {
  font-size: 24px;
  font-weight: 700;
  color: #002979;
  transform: translateY(-5px);
}
.tabs .tabs__body {
  overflow: hidden;
  position: relative;
}
.tabs .tabs__body .one-tab {
  position: absolute;
  top: 0px;
  transform: translate3d(0, 25%, 0);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.tabs .tabs__body .one-tab .container {
  padding: 30px 0;
}
.tabs .tabs__body .one-tab.active {
  position: relative;
  transform: translate3d(0%, 0, 0);
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease-in;
  transition-delay: .1s;
}
.news-item {
  width: calc(33% - 21px);
  margin-bottom: 40px;
}
.news-item a {
  text-decoration: none;
  color: #4c4c4c;
  transition: all .3s;
}
.news-item a:hover {
  color: #002979;
}
.news-item__img {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.news-item__img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-item__date {
  position: absolute;
  bottom: 16px;
  left: 16px;
  text-align: center;
  width: 72px;
  height: 72px;
  background-color: #f6bd16;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news-item__date span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.news-item__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.news-container:after {
  width: calc(33% - 21px);
  content: '';
  display: block;
}
.document-link {
  width: 100%;
  max-width: calc(50% - 17px);
  margin: 0;
  margin-bottom: 32px;
}
.document-link a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #4c4c4c;
  letter-spacing: 0.5px;
}
.document-link__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-height: 96px;
  min-width: 96px;
  border-radius: 2px 0 0 2px;
  background-color: #f6bd16;
  transition: background-color 0.5s;
}
.document-link__icon img,
.document-link__icon svg {
  width: 50px;
  height: 50px;
}
.document-link__info {
  box-sizing: border-box;
  background-color: #f6f6f8;
  max-height: 94px;
  max-width: calc(100% - 94px);
  width: 100%;
  border-radius: 0 2px 2px 0;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.document-link__info-title {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  transition: color .3s;
}
.document-link__info span:last-child {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
.document-link__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.document-link:hover {
  color: #002979;
  box-shadow: 0 0 32px #ececec;
}
.document-link:hover .document-link__info {
  background-color: #fff;
}
.document-link:hover .document-link__info-title {
  color: #002979;
}
.document-link:hover .document-link__icon {
  background-color: #002979;
}
.quote {
  position: relative;
  padding: 47px 0;
  padding-bottom: 47px;
  border: 1px solid #002979;
  border-left: 0;
  border-right: 0;
  color: #002979;
  font-size: 28px;
  line-height: 44px;
  margin-top: 30px;
}
.quote b {
  font-weight: 800;
}
.quote:after,
.quote:before {
  content: '';
  position: absolute;
  background-image: url("../images/quote.png");
  background-size: 28px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 96px;
  height: 100px;
  display: block;
  left: 50%;
}
.quote:before {
  top: 0;
  transform: translate(-50%, -50%);
}
.quote:after {
  bottom: 0;
  transform: translate(-50%, 50%) rotate(180deg);
}
.accordeon {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  color: #4c4c4c;
  letter-spacing: .5px;
}
.accordeon__btn {
  min-width: 94px;
  max-height: 94px;
  width: 94px;
  height: 94px;
  background-color: #f6bd16;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.accordeon__btn:before,
.accordeon__btn:after {
  content: '';
  width: 32px;
  height: 4px;
  background-color: #fff;
  transition: all .3s;
}
.accordeon__btn:after {
  margin-top: -2px;
}
.accordeon__btn:before {
  margin-bottom: -2px;
}
.accordeon__btn.opened {
  background-color: #002979;
}
.accordeon__btn.opened::before {
  transform: rotate(180deg);
}
.accordeon__btn.opened::after {
  transform: rotate(90deg);
}
.accordeon > div:last-child {
  max-width: calc(100% - 94px);
  position: relative;
  font-size: 18px;
  line-height: 28px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.accordeon > div:last-child.opened {
  transition: max-height 0.3s;
}
.accordeon > div:last-child.opened .accordeon__body {
  position: static;
  transform: scaleY(1);
}
.accordeon__head {
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
  background-color: #f6f6f8;
  box-sizing: border-box;
  -ms-flex-align: center;
      align-items: center;
  height: 94px;
  font-weight: 700;
  cursor: pointer;
}
.accordeon__head span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.accordeon__body {
  margin-top: -23px;
  font-weight: 300;
  padding: 5px 32px;
  background-color: #f6f6f8;
  display: none;
  max-width: 100%;
  overflow: hidden;
}
.simple-header {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 200px;
  position: relative;
}
.simple-header > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.simple-header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.simple-header__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.breadcrumbs a {
  color: currentColor;
  margin-right: 27px;
  position: relative;
}
.breadcrumbs a:after {
  position: absolute;
  top: 4px;
  right: -18px;
  background-image: url("../images/white-chevrone.svg");
  background-size: cover;
  width: 6px;
  height: 10px;
  content: '';
  display: block;
}
.section {
  padding: 48px 0 62px 0;
}
.section-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #002979;
  margin-bottom: 32px;
  width: 100%;
}
.section-title-gray {
  color: #414141;
  margin-bottom: 46px;
}
.section.main-components {
  padding: 12px 0 96px 0;
}
.section.faq .container-spaced > div,
.section.search .container-spaced > div {
  width: calc(50% - 17px);
}
.section.faq .container-spaced > div .accordeon,
.section.search .container-spaced > div .accordeon {
  max-width: 100%;
}
.section.search {
  padding-bottom: 96px;
}
.section.search .container {
  max-width: 1295px;
}
.section.news {
  padding: 48px 0 96px 0;
}
.section.news-photos {
  padding: 48px 0 0px 0;
}
.section.staff {
  padding-top: 56px;
  margin-bottom: -6px;
}
.section.about {
  padding: 64px 0 62px 0;
}
.section.about .about-content {
  color: #4c4c4c;
}
.section.about .about-content > div {
  width: calc(53% - 10px);
}
.section.about .about-content > div:last-child {
  width: calc(46% - 1px);
}
.section.about .about-content > div p {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.section.about .about-content > div p b {
  font-weight: 800;
}
.staff-item {
  width: calc(25% - 24px);
  margin-bottom: 40px;
  padding-bottom: 24px;
  background-color: #f6f6f8;
  transition: background-color 0.3s;
  transition: box-shadow 0.3s;
}
.staff-item.empty {
  max-height: 0px;
  padding: 0;
  margin: 0;
}
.staff-item a {
  text-decoration: none;
  color: #4c4c4c;
}
.staff-item__img {
  width: 100%;
  height: 296px;
  position: relative;
  overflow: hidden;
}
.staff-item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.staff-item__date {
  position: absolute;
  bottom: 16px;
  left: 16px;
  text-align: center;
  width: 72px;
  height: 72px;
  background-color: #f6bd16;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.staff-item__date span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.staff-item__name {
  padding: 24px;
  padding-bottom: 0;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  transition: color .3s;
  margin-bottom: 6px;
}
.staff-item__position {
  padding: 24px;
  padding-top: 0;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  transition: color .3s;
}
.staff-item:hover {
  background-color: #fff;
  box-shadow: 0 2px 32px #ececec;
}
.staff-item:hover .staff-item__name,
.staff-item:hover .staff-item__position {
  color: #002979;
}
.partner-item {
  width: calc(50% - 16px);
  background-color: #f6f6f8;
  color: #4c4c4c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 32px;
  transition: background-color 0.3s;
}
.partner-item__img {
  width: 210px;
}
.partner-item__img img {
  width: 100%;
  height: auto;
}
.partner-item__descr {
  width: calc(100% - 242px);
  letter-spacing: 0.5px;
}
.partner-item__descr-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 18px;
  width: calc(100% - 55px);
  transition: color .3s;
}
.partner-item__descr-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 16px;
  transition: color .3s;
}
.partner-item__descr-link a {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #002979;
}
.partner-item:hover {
  color: #002979;
  background-color: #fff;
  box-shadow: 0 0 32px #ececec;
}
.double-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.one-component .simple-header {
  margin-bottom: 96px;
}
.one-component section {
  margin-bottom: 58px;
}
.one-component__head {
  display: -ms-flexbox;
  display: flex;
}
.one-component__head p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 16px;
  color: #414141;
}
.one-component__head p:last-child {
  margin-bottom: 0;
}
.one-component__head img {
  width: 100%;
}
.one-component__head .double-section__item {
  width: calc(50% - 40px);
}
.one-component__title {
  margin-bottom: 32px;
  color: #002979;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}
.one-component__category {
  margin-bottom: 14px;
  color: #002979;
  font-size: 20px;
  line-height: 44px;
}
.one-component__section-title {
  margin-bottom: 27px;
  color: #002979;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}
.one-component__keys li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  color: #414141;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.one-component__keys li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 8px;
  width: 8px;
  background-color: #002979;
  border-radius: 50%;
}
.one-component__activitys-title {
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
  display: block;
}
.one-component__activitys-header {
  display: -ms-flexbox;
  display: flex;
}
.one-component__activitys-download {
  display: block;
  color: currentColor;
  text-decoration: none;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  transition: color .3s;
}
.one-component__activitys-download svg,
.one-component__activitys-download img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  position: relative;
  bottom: -5px;
}
.one-component__activitys-download svg *,
.one-component__activitys-download img * {
  transition: stroke .3s;
}
.one-component__activitys-download:hover {
  color: #002979;
}
.one-component__activitys-download:hover svg * {
  stroke: #002979 !important;
}
.one-component__activitys-body {
  max-width: calc(100% - 195px);
}
.one-component__activitys li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 44px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 18px;
  background-color: #f6f6f8;
  color: #414141;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.one-component__activitys li p {
  line-height: 28px;
  min-height: 42px;
}
.one-news section {
  margin-bottom: 58px;
}
.one-news__photo-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.one-news__photo-item {
  display: block;
  width: calc(25% - 24px);
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 32px;
  margin-bottom: 32px;
}
.one-news__photo-item:nth-child(4n) {
  margin-right: 0;
}
.one-news__photo-item img {
  width: 100%;
}
.one-news__head {
  display: -ms-flexbox;
  display: flex;
  padding: 56px 0 22px 0;
}
.one-news__head p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 16px;
  color: #414141;
}
.one-news__head p:last-child {
  margin-bottom: 0;
}
.one-news__head img {
  width: 100%;
}
.one-news__head .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.one-news__head .double-section__item {
  width: calc(50% - 23px);
}
.one-news__title {
  margin-bottom: 32px;
  color: #2b2b2b;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  min-height: 88px;
  width: 100%;
  padding-left: 100px;
  padding-right: 260px;
  position: relative;
}
.one-news__title .one-news__date {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 5px;
  left: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 72px;
  height: 72px;
  background-color: #f6bd16;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.one-news__title .one-news__date span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  /* Text style for "1" */
  letter-spacing: 0.5px;
}
.one-news__category {
  margin-bottom: 14px;
  color: #002979;
  font-size: 20px;
  line-height: 44px;
}
.one-news__section-title {
  margin-bottom: 27px;
  color: #002979;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}
.one-news__keys li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  color: #414141;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.one-news__keys li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 8px;
  width: 8px;
  background-color: #002979;
  border-radius: 50%;
}
.one-news__activitys li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 44px;
  position: relative;
  padding-left: 160px;
  margin-bottom: 26px;
  color: #414141;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.one-news__activitys li span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  height: 44px;
  width: 135px;
  background-color: #f6bd16;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  /* Text style for "Activity 1" */
  letter-spacing: 0.5px;
}
.components-list {
  margin-top: 48px;
  margin-bottom: 64px;
}
.components-list .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.components-list__item {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #4c4c4c;
  -ms-flex-align: center;
      align-items: center;
  width: calc(50% - 16px);
  padding: 0 60px 0 54px;
  background-color: #f6f6f8;
  box-sizing: border-box;
  margin-bottom: 32px;
  min-height: 186px;
  border-radius: 2px;
  transition: background-color 0.3s;
  transition: box-shadow 0.3s;
}
.components-list__item:hover {
  background-color: #fff;
  box-shadow: 0 2px 32px #ececec;
}
.components-list__item:hover span {
  color: #002979;
}
.components-list__item img {
  max-width: 96px;
  max-height: 96px;
  height: 100%;
  width: 100%;
}
.components-list__item span {
  padding-left: 56px;
  transition: color .3s;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.map__container {
  width: 100%;
  height: 440px;
  background-color: #4c4c4c;
}
.contacts-section .container {
  max-width: 1048px;
}
.contacts__item {
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 45px;
}
.contacts__item img {
  margin-right: 30px;
}
.contacts__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 10px;
}
.contacts__item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  /* Text style for "+994 12 59" */
  letter-spacing: 0.5px;
}
.contacts__item a {
  color: #414141;
}
.contacts-form {
  padding: 40px 80px 64px 80px;
  background-color: #f6f6f8;
}
.contacts-form__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}
.contacts-form__subtitle {
  margin-bottom: 46px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
}
.contacts-form__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.contacts-form__block > div {
  width: calc(50% - 24px);
}
.contacts-form__block .form-group {
  margin-bottom: 32px;
}
.form-group {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  position: relative;
}
.form-group.has-error input,
.form-group.has-error textarea {
  border: 1px solid #bf5353;
}
.form-group.has-error .help-block {
  opacity: 1;
  z-index: 1;
}
.form-group input,
.form-group textarea {
  display: block;
  margin-bottom: 18px;
  border: 0;
  outline: 0;
  padding: 15px 12px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  color: #414141;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1;
  /* Firefox */
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1;
  /* Firefox */
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1;
  /* Firefox */
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1b1;
}
.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1b1;
}
.form-group textarea {
  height: 153px;
}
.form-group label {
  margin-bottom: 14px;
  display: block;
}
.form-group .help-block {
  font-size: 12px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: translateY(100%);
  color: #bf5353;
  opacity: 0;
  z-index: -1;
}
.form-group-btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.useful-links-section {
  background-color: #f6f6f8;
  padding: 48px 0;
}
.useful-links-section .section-title {
  margin-bottom: 42px;
}
.useful-links-section .owl-dots {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 50px;
}
.useful-links-section .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #002979;
}
.useful-links-section .owl-dots .owl-dot.active {
  width: 22px;
  height: 22px;
  background-color: #f6bd16;
}
.useful-links__item {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 160px;
  transition: opacity .3s;
}
.useful-links__item:hover {
  opacity: .4;
}
.useful-links__item img {
  max-width: 100%;
  max-height: 160px;
  width: auto !important;
  height: auto;
}
.main-header {
  width: 100%;
  margin-top: -75px;
  color: #414141;
  padding-bottom: 56px;
  z-index: 0;
}
.main-header .container > div {
  width: calc(66% - 20px);
}
.main-header .container > div:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(33% - 20px);
}
.main-header__content {
  transform: translateX(0);
  opacity: 1;
  transition: transform .2s, opacity .2s;
}
.main-header__content.changing {
  transform: translateX(-200px);
  opacity: 0;
}
.main-header__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 24px;
}
.main-header__subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 48px;
}
.main-header__img {
  position: relative;
  min-height: 500px;
}
.main-header__img:before {
  position: absolute;
  content: '';
  width: 494px;
  height: 473px;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translate(24px, 24px);
  background-color: #f6bd16;
}
.main-header__img img {
  width: 100%;
}
.main-header__slider-control {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: -64px;
  position: relative;
  z-index: 1;
}
.main-header__slider-control svg {
  height: 18px;
  width: 23px;
}
.main-header__slider-next,
.main-header__slider-prev {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  margin-left: 1px;
}
.main-header__slider-next:hover svg *,
.main-header__slider-prev:hover svg * {
  stroke: #002979;
}
.main-header__slider-next {
  transform: rotate(180deg);
}
.calendar-container {
  margin-bottom: 55px;
  position: relative;
}
.calendar-container .absolute-content:nth-of-type(1) {
  z-index: 2;
  bottom: unset;
  right: unset;
  top: -20px;
  left: 36%;
}
.calendar-container .absolute-content:nth-of-type(1) div {
  background-color: transparent;
  opacity: 1;
  width: 0;
  height: 0;
  border-top: 56px solid transparent;
  border-left: 92px solid #ccedf3;
  border-bottom: 56px solid transparent;
}
.calendar-container .absolute-content:nth-of-type(2) {
  top: -80px;
  left: 45%;
  z-index: -2;
}
.calendar-container .absolute-content:nth-of-type(3) {
  bottom: -32px;
  right: -16px;
}
.calendar-container .absolute-content:nth-of-type(3) div {
  width: 433px;
  height: 348px;
  background-color: #f6bd16;
  opacity: 0.2;
}
.calendar-container:before {
  content: '';
  background-color: #f6f6f8;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 30%;
  height: calc(100% - 60px);
}
.calendar-container .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.calendar-container .container:before {
  content: '';
  background-color: #f6f6f8;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
}
.calendar-container .container .event-content {
  max-width: 316px;
  margin: 0 20px 55px;
  width: 100%;
  transform: translateX(0);
  transition: .3s;
  opacity: 1;
}
.calendar-container .container .event-content.clndrAnimate {
  transform: translateX(-50%);
  transition: .3s;
  opacity: 0;
}
.calendar-container .container .event-content p {
  line-height: 24px;
  margin: 0 0 24px;
  font-size: 16px;
}
.calendar-container .container .event-content p:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
.calendar-container .banner {
  max-width: 395px;
  max-height: 450px;
  width: 100%;
  transform: translateX(0);
  transition: .3s;
  opacity: 1;
}
.calendar-container .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: .3s;
}
.calendar-container .clndrAnimate {
  transform: translateX(-50%);
  transition: .3s;
  opacity: 0;
}
.calendar-container .calendar {
  width: 440px;
  min-height: 400px;
  background-color: #002979;
  padding: 44px 56px;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
}
#calendar .clndr-controls {
  position: relative;
  margin-bottom: 33px;
}
#calendar .clndr-controls .month {
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#calendar .clndr-controls .month span {
  margin-left: 5px;
}
#calendar .clndr-controls .clndr-control-button {
  position: absolute;
  background-image: url(../images/calendar-arrow.svg);
  color: transparent;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}
#calendar .clndr-controls .clndr-control-button.rightalign {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 0;
}
#calendar .header-day {
  padding-bottom: 23px;
  min-width: 44px;
  text-align: center;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 700;
  line-height: 19.01px;
  text-transform: uppercase;
}
#calendar .day {
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 7px;
  width: 44px;
  height: 44px;
}
#calendar .day.adjacent-month {
  opacity: 0.5;
}
#calendar .day.today {
  font-weight: 700;
  position: relative;
}
#calendar .day.today:before {
  content: '';
  position: absolute;
  width: 42px;
  height: 44px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  top: -16px;
  left: 1px;
}
#calendar .day.event {
  color: #002979;
  position: relative;
  cursor: pointer;
}
#calendar .day.event:before {
  content: '';
  position: absolute;
  width: 42px;
  height: 44px;
  background-color: #fff;
  top: -16px;
  left: 1px;
  transition: 0.3s all;
}
#calendar .day.event:hover:before {
  background-color: rgba(255, 255, 255, 0.7);
}
#calendar .day.event.active-event {
  font-weight: 700;
  color: #002979;
}
#calendar .day.event.active-event::before {
  background-color: #f6bd16;
}
#calendar .day .day-contents {
  position: relative;
}
.news-header {
  padding-bottom: 32px;
  color: #414141;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.news-header__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.news-header__filter span {
  display: block;
  padding-right: 20px;
  font-weight: 800;
}
.search-btn {
  width: 24px;
  height: 44px;
  background-image: url('../images/search-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.search-btn_form {
  width: 24px;
  height: 64px;
  background-image: url('../images/search-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 0;
}
.search-btn__close {
  position: absolute;
  right: 0;
  top: 0;
  height: 51px;
  background-image: url('../images/close-icon.svg');
}
.search-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f99;
  z-index: -1;
  opacity: 0;
  transition: opacity .3s;
}
.search-container_shown {
  opacity: 1;
  z-index: 1;
}
.search__field {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  outline: 0;
  font-family: "Helvetica Neue";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.search__field_bordered {
  border: 1px solid #cfcfcf;
  max-height: 64px;
  height: 100%;
  box-sizing: border-box;
}
.search__field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.5;
  color: #888888;
}
.search__field::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5;
  color: #888888;
}
.search__field:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.5;
  color: #888888;
}
.search__field:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5;
  color: #888888;
}
.search__stat {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  padding: 16px 0;
}
.search-header {
  position: relative;
  max-width: 480px;
  padding-top: 68px;
}
.search-header .search__field {
  padding: 0px 64px 0 24px;
}
.search-results__list {
  padding-top: 12px;
}
.search-results__item:not(:last-child) {
  margin-bottom: 30px;
}
.search-results__item a {
  color: currentColor;
  text-decoration: none;
}
.search-results__item p {
  margin: 0;
  opacity: 0.9;
  transition: 0.3s all;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 860px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (max-width: 529px) {
  .search-results__item p {
    font-size: 20px;
    line-height: 32px;
  }
}
.search-results__item p:nth-child(2) {
  color: #00a4c4;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  margin: 6px 0 12px;
  opacity: 1;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (max-width: 529px) {
  .search-results__item p:nth-child(2) {
    font-size: 20px;
    line-height: 32px;
    margin: 8px 0 4px;
  }
}
.search-results__item a:hover p {
  text-decoration: underline;
}
.search-results__item a:hover p:first-child {
  color: #00a4c4;
  text-decoration: none;
}
p.search-results__item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  opacity: 1;
  max-width: unset;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (max-width: 529px) {
  p.search-results__item-title {
    font-size: 24px;
    line-height: 32px;
  }
}
p.search-results__item-link {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: underline;
}
.label {
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 9px 12px;
  border-radius: 2px;
  margin-left: 16px;
}
.label-yellow {
  background-color: #f6bd16;
}
.label-blue {
  background-color: #002979;
}
.label-gray {
  background-color: #888888;
}
.footer {
  min-height: 330px;
  box-sizing: border-box;
  background-color: #002979;
  border-bottom: 12px solid #f6bd16;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 40px 0;
}
.footer__studio-link {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.footer__row {
  padding-top: 0px;
  padding-bottom: 38px;
}
.footer__row:last-child {
  padding-top: 25px;
  padding-bottom: 0px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.footer__col-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  /* Text style for "Sitema" */
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.footer__sitemap {
  columns: 2;
}
.footer__sitemap li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 18px;
  margin-right: 24px;
  text-decoration: none;
  color: #fff;
}
.footer__sitemap li:nth-child(2n) {
  margin-right: 0;
}
.footer__sitemap li.active a {
  font-weight: 800;
  color: #f6bd16;
}
.footer__sitemap li:hover a {
  text-decoration: underline;
}
.footer__logo {
  display: -ms-flexbox;
  display: flex;
}
.footer__logo img {
  width: 96px;
  height: 86px;
}
.footer__logo div {
  padding-left: 23px;
}
.footer__logo div p {
  margin-bottom: 15px;
  line-height: 22px;
}
.footer__logo div p:last-child {
  margin-bottom: 0;
}
.footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__socials li {
  margin-right: 12px;
}
.footer__socials li:last-child {
  margin: 0;
}
.footer__socials li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.footer__socials li a img,
.footer__socials li a svg {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer__socials li a:hover {
  background-color: #f6bd16;
}
.footer__newsletter form {
  position: relative;
}
.footer__newsletter form input {
  border: 0;
  outline: 0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 14px;
  border-radius: 2px;
  padding-right: 40px;
  box-sizing: border-box;
  font-family: inherit;
  min-width: 312px;
}
.footer__newsletter form button {
  border: 0;
  outline: 0;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 8px;
  height: 16px;
  background-image: url("../images/chevrone.svg");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
