@charset "UTF-8";
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 150px #1cb1eb inset;
  -webkit-text-fill-color: #333; }
body {
  font-family: "Open sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;

}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

select,
input {
/*border: 0;*/
  padding: 0.7em;
  outline: none; }

/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

button {
  outline: none; }

.hidden {
  display: none; }

section,
.main-head {
  position: relative; }

section {
  padding: 70px 0; }
section h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 25px;
  letter-spacing: 5px;
  font-family: "Rubik", sans-serif; }

h1 {
    font-size: 48px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  color: #0e4c63;}

h2, h3 {
  font-weight: 100; }

.flex, .main-head__container, .head-title, .main-reviews, .sample-news, .subscribe-form, /*.main-ckh__list,*/ .ckh, .ckh-card, .programs, .projects, .managers, .managers-card-footer, .js-collapsed-content, .collapsed-title, .programs__item, .show-more__link, .main-partners__wrap, .main-contacts, .about-us, .category-card, .main-footer, .footer-copy, .splash_screen, .site-section__title, .splash_screen__ckh, .fc-toolbar/*.fc-header-toolbar*/, .search-icon, .search-toggle, .toggle-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bg_light {
  background-color: #fff; }
.bg_light a {
  color: #000; }

.bg_blue {
  background-color: #1cb1eb;
  color: #fff; }
.bg_blue a {
  color: #fff; }
.bg_blue p {
  color: #fff;
  /*line-height: 2;*/
  letter-spacing: 1.5px; }
.bg_blue h2, .bg_blue h3, .bg_blue h4, .bg_blue h5 {
  color: #fff; }

.bg_dark {
  background-color: #0e4c63;
  color: #fff; }
.bg_dark a {
  color: #fff; }

.main-head {
  min-height: 900px; }

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
	background: #2b9bc8;
 }

.main-head__container {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.main-head__wrapper {
  background-color: #fff;
  padding: 10px;
  z-index: 100;}

.header__item {
  flex-grow: 1; }

.header-logo {
  flex-grow: 25; }

.header-nav-desc {
  text-align: center; }
.header-nav-desc span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 100;
  color: #0e4c63; }

.header-lang__link {
    color: #0e4c63;
}

.toggle-menu {
  position: relative;
  width: 47px;
  height: 47px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  outline: none;
  z-index: 200;}

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.loader-inner {
  background-image: url("../img/sun.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; }

svg {
  height: 1%; }

.sandwich {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: -2px;
  width: 30px;
  height: 2px;
  background: #0e4c63;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  display: block;
  /* transition-delay: 0.2s, 0s; */ }

.sw-bottom {
  position: relative;
  width: 30px;
  height: 2px;
  top: 10px;
  background: #0e4c63;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  display: block; }

.sw-footer {
  position: relative;
  width: 30px;
  height: 2px;
  top: 1px;
  background: #0e4c63;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s;
  display: block; }

.sandwich.active .sw-topper {
  top: 9px;
  transform: rotate(140deg); }
.sandwich.active .sw-bottom {
  top: 7px;
  transform: rotate(-140deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg); }

.main-nav, .wrap-main-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 150;
  right: 0;
  top: 0;
  display: none;
  overflow: hidden;
  overflow-y: auto; }
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.main-nav {
  padding-top: 120px;
  text-align: center; }

.main-menu .main-menu__item {
  border-bottom: 1px solid #ebebeb;
  width: 40%;
  margin: 0 auto; }
.main-menu .main-menu__item a
.main-menu .main-menu__item:last-child a {
  border-bottom: 0; }
.main-menu .main-menu__item:nth-child(1) a {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.main-menu .main-menu__item:nth-child(2) a {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }
.main-menu .main-menu__item:nth-child(3) a {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s; }
.main-menu .main-menu__item:nth-child(4) a {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s; }
.main-menu .main-menu__item:nth-child(5) a {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  animation-duration: 2.5s; }
.main-menu .main-menu__item:nth-child(6) a {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s; }

.main-menu__link {
  color: #000;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 500; }
.main-menu__link:hover {
  color: #FF6347;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
outline: none; }

.main-submenu__item {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

.main-submenu__link {
  color: #1cb1eb;
}

.search-block-top {
  position: absolute;
  background: #393737;
  z-index: 999;
  width: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.search-toggle {
  /*z-index: 250;*/
    background: none;
    border: 0;
  position: relative; }

.wrap-main-search {
  z-index: 300;
  background-color: #1cb1eb; }

.main-search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.main-search__form {
  position: relative;
border-bottom: 3px solid #1cb1eb;
border-top: 0;
border-left: 0;
border-right: 0;
display: flex;
}

.main-search__input {
	border-bottom: 3px solid #1cb1eb;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.main-search__input {
  font-family: inherit;
  font-size: 6vw;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0em 0.15em 0;
  pointer-events: auto;
  color: #0e4c63;
  border-bottom: 4px solid #0e4c63;
  background: none;
}

.btn_search {
  font-size: 0.85vw;
  /*position: absolute;*/
  right: 0;
  top: 0;
  bottom: 4px;
  background: #1cb1eb;
border-bottom: 4px solid #0e4c63!important;
}

.btn-search-close {
  background: none;
  border: 0;
  position: absolute;
  top: 4.5em;
  right: 4.5em;
}

.breadcrumb {
  background-color: #1cb1eb;
  padding: 0.6em; }
.breadcrumb ul {
  margin: 0 auto; }
.breadcrumb ul li {
  display: inline-block;
  margin-right: 1em; }
.breadcrumb ul li a {
  font-size: 14px;
  color: #fff; }
.breadcrumb ul .active {
  background-color: #fff;
  border-radius: 1em;
  text-align: center;
  padding: 0.2em 0.6em;
  line-height: 1.5em;
  font-size: 14px;}
.breadcrumb ul .active a {
  color: #0e4c63;
  padding: 5px 10px; }

.head-title {
  width: 100%;
  height: 90%;
  top: 70px;
  left: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: "Rubik", sans-serif;
  background-color: #22b0ea;
  background-repeat: no-repeat;
  background-position: bottom center;
 }

.head-title-desc {
  text-align: center;
    position: relative;}
.js-head-title_animate-two {
    position: relative;
}
/*.js-head-title_animate-two:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*height: 2px;*/
    /*width: 20%;*/
    /*background: #fff;*/
    /*bottom: -100%;*/
    /*left: calc(100%/2 - 10%);*/
/*}*/
.head-title-desc .js-head-title_animate-one {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }
.head-title-desc .js-head-title_animate-two {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s; }
.head-title-desc .head-title__text_big {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.head-title__text {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: 4px;
  line-height: 1.5;}

.head-title__text_big {
  font-size: 70px;
  font-weight: bold; }

.head-title__link {
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 177px;
  margin-bottom: 100px;
  display: block; }

.head-title__link:hover {
  opacity: 0.75;
}

.icon_head {
  width: 50px;
  fill: white; }

.icon_head-search {
  width: 20px;
  height: 20px;
  fill: #0e4c63; }

.main-news__head {
  position: relative; }
.main-news__head .main-news__link-all {
  position: absolute;
  top: calc(100%/2 - 30%);
  right: 0;
  color: #1cb1eb;
  font-style: italic; }

.main-reviews, .sample-news {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main-reviews__title {
  font-size: 22px;
  font-weight: 400; }

.main-reviews__link {
  /*background-image: url("../img/news_top.jpg");*/
  background-size: cover;
  background-position: center;
  width: 50%;
  display: block; }

.main-reviews__link:hover {

}

.main-reviews__content {
  padding: 40px;
  width: 50%;
  position: relative;
  line-height: 1.9;}

.main-news__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400; }
.main-news__title a {
  color: #0e4c63; }

.main-news__item p {
  line-height: 2;
  letter-spacing: 0.7px; }

.subscribe-form {
  justify-content: space-between;
  align-items: center; }

.main-news-subscribe {
  padding-top: 1em;
}

.news-subscribe {
  /*padding-top: 4em;*/ }

.news-subscribe__item {
  /* flex-grow: 1; */
  margin-right: 1em;
}

.news-subscribe__item_fw {
  flex-grow: 1;
}

.news-subscribe__input {
  padding: 0.7em;
  border-bottom: 3px solid #1cb1eb;
border-top: 0;
border-left: 0;
border-right: 0;
  width: 100%; }

.news-subscribe__title {
    font-size: 24px;
    font-weight: 400;
}

.form-control {
  border-bottom: 3px solid #1cb1eb;
	border-top: 0;
	border-left: 0;
	border-right: 0; }

.sample-news {
  padding: 50px 25px 25px;
  position: relative; }
.sample-news::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0; }

.main-news__date {
  width: 25%; }

.main-news__content {
  width: 75%; }

.icon {
  fill: currentColor;
  width: 10em;
  height: 6em; }

.icon_light {
  fill: white; }

.icon_dark {
  fill: #0e4c63; }

.icon_medium {
  width: 1.5em;
  height: 1.5em; }

.main-ckh__list {
  padding: 30px 0;
  border: 1px solid #1cb1eb; }

.ckh__item {
  width: 50%;
  margin-bottom: 4em;
  padding: 1em; }

.ckh__item:hover {
  background: #1cb1eb;
  color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.14), 0 8px 8px rgba(51, 51, 51, 0.06);
  -moz-box-shadow: 0 0 6px rgba(51, 51, 51, 0.14), 0 8px 8px rgba(51, 51, 51, 0.06);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.14), 0 8px 8px rgba(51, 51, 51, 0.06);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.ckh__item:hover .icon {
  fill: #fff!important;
}
.ckh__item:hover .ckh-card__title, .ckh__item:hover .ckh-card__desc {
  color: #fff!important; }

.main-ckh a {
  outline: none; }
.main-ckh .slick-next,
.main-calendar-wrap-outer .slick-next{
  right: 0px !important;
  z-index: 1; }
.main-ckh .slick-next:before
.main-calendar-wrap-outer .slick-next:before{
  content: ""; }
.main-ckh .slick-prev,
.main-calendar-wrap-outer .slick-prev{
  left: 0px !important;
  z-index: 1; }
.main-ckh .slick-prev:before,
.main-calendar-wrap-outer .slick-prev{
  content: ""; }
.main-ckh .slick-prev,
.main-ckh .slick-next,
.main-calendar-wrap-outer .slick-prev,
.main-calendar-wrap-outer .slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
.main-ckh .slick-prev:before,
.main-ckh .slick-next:before,
.main-calendar-wrap-outer .slick-prev:before,
.main-calendar-wrap-outer .slick-next:before{
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-ckh__item {
  flex-grow: 1;
  padding: 30px 0;
  border-right: 1px dashed; }

.main-ckh__item .ckh-card__icon .icon {fill: #fff;}

.main-ckh-card {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center; }

span.ckh-card__icon {
  padding-bottom: 65px; }

.main-ckh-card__title {
  text-transform: uppercase; }

.main-ckh__list {
  margin-top: 60px; }

.ckh .ckh__item .icon {
  fill: #22B0EA;
}

.ckh__item {
  width: 50%;
  margin-bottom: 4em; }

.ckh-card {
  align-items: center;
  flex-wrap: nowrap; }

.ckh-card-icon {
  color: #1cb1eb;
  margin-right: 2em; }

.ckh-card__title {
  font-size: 24px;
  color: #0e4c63;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.ckh-card__desc {
  color: #c2c2c2; }

.managers__card-intro-img {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  margin: 0 auto; }

.managers-card-footer {
  flex-direction: column;
  text-align: center;
  padding: 2em 0; }

.managers__text {
  font-size: 16px;
  color: #0e4c63; }

.managers__text_small {
  font-size: 13px;
  font-weight: 100;
  color: #c2c2c2; }

.managers__text_big {
  font-size: 24px;
  font-weight: 400; }

.managers-title-h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #0e4c63;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 2em; }

.managers-content {
  display: none; }

.history {
  line-height: 1.9; }

.history__title-h2 {
  font-size: 38px;
  text-transform: uppercase;
  color: #0e4c63;
  font-weight: 500; }

.history__title-h3 {
  font-size: 24px;
  text-transform: uppercase; }

.h3-title-icon {
  display: flex;
  align-items: center; }

.history-desc-icon {
  margin-right: 1em; }

.history-desc__text {
  line-height: 1.9;
}

.collapsed-section__title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0.5em 0 0;
  letter-spacing: 1px;
  font-weight: 500; }
.collapsed-section__title a {
  color: #1cb1eb; }

.js-collapsed-head {
  width: 100%; }

.collapsed-section {
  width: 100%; }

.collapsed-title {
  border-bottom: 1px dashed #1cb1eb;
  align-items: center;
  margin-bottom: 1em; }

.inner-desc-icon {
  display: inline-block;
  background-color: #5ca2b2;
  padding: 1em 1em 0.75em;
  border-radius: 50%;
  margin-right: 1em; }

.inner-top-desc__text {
  line-height: 1.9;
  width: 80%;
  margin: 2em auto; }

.projects__card-intro-img, .managers__card-intro-img {
  /*background-image: url(../img/projects_1.jpg);*/
  background-size: cover;
	background-position: center;}

.projects__card-intro-img {
  min-height: 267px; }

.link-to-article:hover {
  opacity: 0.25;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.grid-item {
  margin: 2rem;
  width: 29.33333%;
  position: relative;
  background-color: #FFF; }

.grid-item_4 {
  width: 23%;
  position: relative;
  margin: 1rem 1rem 2rem; }

.programs__item {
  flex-direction: column; }

.programs__card-intro-img {
  /*background-image: url(../img/programs_1.jpg);*/
  background-size: cover;
  background-position: center;
  min-height: 267px; }

.programs-card-footer {
  padding: 2em;
  background-color: #FFF; }

.projects-card-footer {
  padding-top: 1em;
  padding-bottom: 2em;
  text-align: center; }

.programs-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 2em; }

.projects-card__title {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 0.5em;
  color: #0e4c63;
  font-weight: 400; }

.projects-tags__item {
  font-size: 0.75em;
  color: #c2c2c2;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.25;
  text-transform: lowercase;
  margin: 0.2em 0.6em 0 0.2em;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-transform: lowercase; }

.inner-top-desc {
  color: #808080;
  text-align: center;
  margin-bottom: 6em; }

.tags__title {
  font-size: 0.75em;
  font-style: italic;
  color: #c2c2c2; }

.programs-tags, .projects-tags {
  margin-bottom: 1em;
  z-index: 20;
  position: relative; }

.show-more__link {
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-flex;}
.show-more__link span {
  margin-left: 1em;
  font-size: 18px;
  color: #1cb1eb; }

.show-more {
  margin-top: 2em;
  text-align: center;}

span.show-more__number {
  background: #f5f5f5;
  font-size: 10px;
  position: absolute;
  padding: 0.1em 0.5em;
  top: -8px;
  left: 160px;
  border-radius: 5px;
  color: #0e4c63;
}

.tags__item {
  font-size: 0.85714em;
  color: #5ca2b2;
  padding: 0.57143em 1.28571em 0.78571em;
  border: 1px solid #8accdb;
  border-radius: 1.28571em;
  text-decoration: none;
  display: inline-block;
  line-height: 1.25;
  text-transform: lowercase;
  margin: 4px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-transform: lowercase; }
.tags__item:hover {
  color: #fff;
  border: 1px solid #5ca2b2;
  background: #5ca2b2; }

.link-to-article {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none!important;}

.main-calendar__wrap-title {
  text-align: center; }

.main-calendar__link-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-calendar__icon {
  display: inline-block;
  background-color: #1cb1eb;
  padding: 30px;
  border-radius: 50%;
  margin-bottom: 60px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.icon_big {
  width: 7em;
  height: 7em; }

.icon_medium {
  width: 5em;
  height: 5em; }

.icon_small {
  width: 2em;
  height: 2em; }

.icon_very-small {
  width: 1em;
  height: 1em; }

.icon_white {
  fill: white; }

.icon_blue {
  fill: #1cb1eb; }

.icon_gray {
  fill: #c2c2c2; }

.icon_orange {
  fill: #f7941f; }

/*icon-shared*/
.icon_red {fill: #e62117;}
.icon_dark-blue {fill: #45639e;}

.main-partners__wrap .slick-next{
  right: -15px !important;
  z-index: 1; }
.main-calendar-wrap-outer .slick-next{
  right: 25px !important;
  z-index: 1; }
.main-partners__wrap .slick-next:before,
.main-calendar-wrap-outer .slick-next:before {
  content: ""; }
.main-partners__wrap .slick-prev{
  left: -15px !important;
  z-index: 1; }
.main-calendar-wrap-outer .slick-prev {
  left: 25px !important;
  z-index: 1; }
.main-partners__wrap .slick-prev:before,
.main-calendar-wrap-outer .slick-prev:before {
  content: ""; }
.main-partners__wrap .slick-prev,
.main-partners__wrap .slick-next,
.main-calendar-wrap-outer .slick-prev,
.main-calendar-wrap-outer .slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
.main-partners__wrap .slick-prev:before,
.main-partners__wrap .slick-next:before,
.main-calendar-wrap-outer .slick-prev:before,
.main-calendar-wrap-outer .slick-next:before
{
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #cccbcb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-calendar-wrap-outer .slick-prev:before,
.main-calendar-wrap-outer .slick-next:before
{
  color: #000000;
}

.main-partners__wrap {
  justify-content: space-between; }

.main-partners__item {
  outline: none;
  transition: transform 0.3s ease-in-out;
}

.main-partners__item img {
  margin: 5% auto;
}

.main-partners__item img:hover {
  transform: scale(1.3);
}

.inner-partners-wrap {
  width: 25%;
  text-align: center;
  margin-bottom: 2em;
}

.inner-partners {
  align-items: center;
  margin-bottom: 3em;
}

.transform-layout {
  position: relative;
}

.inner-partners__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-contacts {
  padding: 0; }

.main-contacts__item {
  width: 50%; }

.main-contacts {
  justify-content: flex-end; }

.contacts-map {
  background-image: url(../img/maps.jpg);
}

.contacts-office {
  width: 40%;
  background-image: url(../img/bg_contacts.jpg);
  background-size: cover; }

.main-contacts__wrap {
  margin: 70px 70px 70px 200px;
  padding: 30px;
  background: rgba(28, 177, 235, 0.9); }

.main-contacts__title {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 100;
  text-align: left; }

.main-contacts__form .form-control {
  display: block;
  min-height: 32px;
  min-width: 80%;
  margin-bottom: 20px;
  color: #bebebe; }

.main-contacts-text {
  font-family: "Rubik", sans-serif;
  font-weight: 100;
  font-size: 18px; }

.main-contacts_phone {
  margin-top: 25px; }

.main-contacts-text__item {
  position: relative;
  padding-left: 40px; }
.main-contacts-text__item span {
  display: block;
  line-height: 1.7; }

.main-contacts-text__icon {
  position: absolute;
  left: 0;
  top: 20%; }

.inner-content__head {
  padding-top: 1em;
  padding-bottom: 0.5em;}

.h1-title {
  font-size: 38px;
  text-transform: uppercase;
  color: #5ca2b2;
  font-family: "Rubik";
  font-weight: 500;
  letter-spacing: 2px; }

.h1-title-icon {
  display: flex;
  align-items: center; }

.category-card__title {
  font-family: "Rubik";
  font-size: 24px;
  text-transform: uppercase;
  color: #0e4c63;
  font-weight: 500;
  padding-top: 2em;
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 2px; }

.category-card {
  flex-direction: column;
  text-align: center; }

.about-us, .ckh {
  margin-top: 1em;
}

.about-us__item {
  flex-grow: 1;
  width: 33.33333%;
  margin-bottom: 6em; }

.about-us_icon {
  fill: #1cb1eb; }

.category-card__icon .about-us_icon:hover {
    fill: #0e4c63;
}

.category-card__title:hover {
    color: #1cb1eb;
}

.category-card__icon .about-us_icon:hover, .category-card__title:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inner-content {
  padding-bottom: 6em;
  overflow-x: hidden;
background: #fff;}

.about-us_bg {
  background-image: url("../img/bg_about-us.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.footer {
  padding: 50px 0; }
.footer .main-footer__title {
    font-size: 1.17em;
  text-transform: uppercase;
  color: #1cb1eb; }
.footer .main-footer__item {
  font-family: "Rubik", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 1px; }
.footer .main-footer__item img {
  max-width: 100%; }

.footer-contacts {
  padding-left: 0;
  line-height: 2; }
.footer-contacts .footer-contacts_mail {
  margin-top: 25px; }

.footer-contacts__item {
  list-style: none; }

.footer-contacts__icon {
  margin-right: 0.5em; }

.main-footer {
  flex-wrap: wrap; }

.main-footer__item {
  flex-grow: 1; }

.main-footer__copy {
  width: 100%; }

.footer-menu {
  line-height: 2; }

.footer-menu__link {
  display: block; }

.footer-menu__link:hover {
  color: #1cb1eb;
}

.footer-copy__item .footer-copy__link:hover {
  color: #f79421;
}

.footer-copy {
  margin-top: 85px;
  color: #1cb1eb; }

.footer-copy__item {
  flex-grow: 1; }
.footer-copy__item .footer-copy__link {
  color: #1cb1eb; }

.site-creation {
  text-align: right; }

.btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 100;
  letter-spacing: 1px; }

.btn_small {
  padding: 0.7em; }

.btn_middle {
  padding: 0.7em 3em;
  font-size: 14px;
  text-transform: uppercase; }

.btn_blue {
  background: #1cb1eb;
  color: #fff; }

.btn_orange {
  background: #f7941f;
  color: #fff; }

.btn_gray {
  background: #f2f2f2;
  color: #000; }

.site-section {
  width: 50%;
position: relative;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1; }

.ckh-section {
  width: 50%;
  background-color: #1cb1eb;
  flex-direction: column;
  justify-content: center;
  display: flex; }

.site-section__title {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  color: #1cb1eb;
  flex-grow: 10;
  align-items: center;
  justify-content: center;
  font-weight: 500;
    text-transform: uppercase;}

.splash_screen {
    height: 100vh;
}

.splash_screen-button {
  flex-grow: 4; }

.splash_screen__contacts {
  flex-grow: 4;
  justify-content: center; }

.splash_screen__shared-links.shared-links {
  flex-grow: 10; }

.splash_screen__logo {
  flex-grow: 4; }

.shared-links__item {
  margin-right: 1em; }

.main-shared-links {
    position: fixed;
    top: 163px;
    right: 2em;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.main-shared-links__link {
    margin-bottom: 0.5em;
}

.ckh-section__title {
  font-size: 51px;
  color: #fff;
  font-weight: 900;
  margin-left: 2.2em;
    text-transform: uppercase;}
.ckh-section__title span {
  font-size: 86px; }

.splash_screen__ckh {
  margin-left: 5em;
margin-left: 1.5em;
  justify-content: space-around; }

.splash_screen__links {
  margin-bottom: 2em; }

.headhesive--stick {
  position: fixed;
  top: 0!important;
  right: 0;
  left: 0;
    -webkit-box-shadow: 0 0 6px rgba(51,51,51,.14), 0 8px 8px rgba(51,51,51,.06);
    -moz-box-shadow: 0 0 6px rgba(51,51,51,.14), 0 8px 8px rgba(51,51,51,.06);
    box-shadow: 0 0 6px rgba(51,51,51,.14), 0 8px 8px rgba(51,51,51,.06);
   padding: 0.5em;
/*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
transition: 0.5s;*/
}

.headhesive--stick .header-logo__img {
  width: 2.5vw;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.stuck .header-logo__img {
    height: 45px;
    width: auto;
    transition: 0.5s;
}

.scrollup {
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: #008375;
    border-radius: 50%;
    padding: 0.5em 0.6em;
    z-index: 2;
    opacity: 0.65;
}
/*.mPS2id-highlight-last {*/
    /*display: none;*/
    /*opacity: 1;*/
    /*-webkit-transition: 0.5s;*/
    /*-moz-transition: 0.5s;*/
    /*-ms-transition: 0.5s;*/
    /*-o-transition: 0.5s;*/
    /*transition: 0.5s;*/
    /*z-index: 2;*/
/*}*/


.header-lang__flag img {
  display: inline-block;
  width: 1.2em;
  margin: 0 0.5em 0 0;
}

.map-location__img {
  width: 100%;
  height: auto;
}

.white-popup, .white-popup_command {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 70%;
  margin: 20px auto; }

.white-popup_command {
  max-width: 40%; }

.projects-filter {
  background-color: #d1e0e3;
  padding: 1.5em;
  position: relative;
/*margin-bottom: 4em;*/
}

.projects-filter__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 1em 0 0;
}

.projects-filter__form .form-control {
  width: 27%;
  border-bottom: 3px solid #5ba2b2;
}
.projects-filter:after {
  content:  "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d1e0e3;
  top: 0;
  right: 0;
  left: -100%;
  bottom: 0;
}
.projects-filter:before {
  content:  "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d1e0e3;
  top: 0;
  right: -100%;
  bottom: 0;
}

.inner-content__body {
  /* overflow-x: hidden; */
    font-size: 1.6rem;
    line-height: 1.75;
	min-height: 11em;
}

.inner-content__body img {
  max-width: 100%;
  height: auto;
  /*margin: 1em 1em 1em 0;*/
  margin: 1em 0 0 auto;
  vertical-align: top;
}

.short-calendar {
  background-color: #5d8391; }

.short-calendar, .upcoming-events {
  padding: 1em 2em; }

.upcoming-events__item {
  margin-bottom: 2em; }

.upcoming-events__date {
  color: #0e4c63;
  padding-bottom: 1em; }

.calendar-filter {
  margin-bottom: 1em;
  text-align: right; }

.fc-toolbar .fc-left {
  order: 3; }

.fc-toolbar .fc-right, .fc-toolbar .fc-center {
  flex-grow: 1; }

.back-list {
display: flex;
}

.back-list__item {
margin-right: 1em;
color: #22B0EA;
}

.back-list_icon {
fill: #22B0EA;
display: flex;
align-items: center;
}

.ya-share2__badge {
    border-radius: 5px!important;
}

.calendar-print-link .icon {
fill: #22B0EA;
}

.calendar-print-link {
    margin-top: 1em;
    display:  flex;
}

.map-print-link {
    margin: 0;
}

/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
}*/
.headhesive{
	width: 100%;
  position: fixed;
top: 0px;
  transition: .5s;
  opacity: 1;
  z-index: -1;
}

.headhesive--unstick {
    opacity: 0;
}

.headhesive--stick{
  z-index: 250;
}


.main-slider__img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
-webkit-box-shadow: 0 5px 24px rgba(168, 175, 196, 0.35);
          box-shadow: 0 5px 24px rgba(168, 175, 196, 0.35);
  -webkit-transition: all 0.5s ease;
}

.main-banner-section__item {
    background: #def4ff;
    padding: 2em 0;
}


.splash_screen .header-lang {
    position: absolute;
    top: 2em;
    right: 3em;
}


.splash_screen .header-lang__flag img {
width: 1.5em;
}


.splash_screen .header-lang__text {
font-size: 18px;
}


.main-banner-section {
    padding: 0;
}


.main-news__annonce {
    color: #808080;
    line-height: 1.9;
}


.timer {
	background-color: #f7941f;
  /*padding: 0.7em 0.7em;*/
	position: relative;
}
.main-timer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em;
    align-items: center;
	position: relative;
}
.main-timer__item.timer-text {
    width: 25%;
}
.main-timer__item.js-timer {
    width: 50%;
	position: relative;
}
.timer-text__item {
	color: #fff;
}
.timer-text_big {
	font-size: 20px;
}
.timer_link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.js-timer__wrap {
    display: flex;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 20%;
}
span.js-timer__item {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    width: 33.3%;
}


.timer-aralm {
    background-color: #f7941f;
    background-image: url(../img/bg_event.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Rubik', 'Arial', sans-serif;
}
.timer_bg-two {
	background-image: url(../img/bg_event_blue.jpg);
}
.main-timer-head {
    width:  100%;
    text-align: center;
}

.main-timer-head__title {
    font-size: 22px;
    text-transform:  uppercase;
    letter-spacing:  1px;
}

.main-timer-content {
    display:  flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items:  center;
    justify-content: center;
}

.main-timer-content__item {
    /* width: 33%; */
    position:  relative;
    /* flex-grow: 1; */
    margin: 1em 3em 0.5em;
}

.timer-text_detail-date {
    font-size: 24px;
}

.counter-number {
    font-size: 40px;
    font-weight: 500;
    font-family: 'rubik';
}

.screen-banner-events__link {
    display:  block;
    border-radius: 1em;
    overflow:  hidden;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(3,3,3,0.53);
	-moz-box-shadow: 0px 0px 19px 0px rgba(3,3,3,0.53);
	box-shadow: 0px 0px 19px 0px rgba(3,3,3,0.53);
}

.screen-banner-events {
    margin-top: 6em;
}

.screen-banner-events-img {
    max-width:  100%;
}

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


.table-inner-page tbody tr td {
	padding: 0.5em!important;
}

.table-blue-bg {
	background-color: #1cb1eb;
}

.table-inner-page {
    width: 100%;
}

.btn-mr-right {
	margin-right: 1em;
}
.btn-mr-top {
	margin-top: 1em;
}

.main-static-banner {
			background: url(../img/fon.jpg) no-repeat;
			background-size: cover;
			background-position: center;
			position: relative;
		}
.main-static-banner__item {
			width: 50%;
		}
		.main-banner-title {
			font-size: 24px;
			text-transform: uppercase;
			margin-bottom: 1em;
		}
.text-descr {
    color: #fff;
    text-align: right;
    padding: 2em 0;
}
.wrap-banner {
	display: flex;
	align-items: center;
	font-family: 'Rubik', 'Arial', sans-serif;
}
.icon-pic {
	text-align: center;
}
.icon-pic img {
	max-width: 100%;
}
.static-banner_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.author__item {
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;*/
		font-size: 12px;
		font-style: italic;
	}
	.author {
		padding-left: 0;
	}
	.author__item .icon {
		width: 1em;
		height: 1em;
		margin-right: 1em;
	}
	.main-publication__item {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		margin: 1em 0;
	}
	.main-card__img {
		max-width: 150px;
		height: auto;
		margin-right: 2em;
	}
	.assembly {
		display: flex;
		flex-wrap: wrap;
	}
	.assembly-section_title {
		text-align: left;
		border-bottom: 2px solid #ebebeb;
	}
	.main-publication__title {
		font-size: 16px;
		font-family: "Rubik", Arial, Helvetica, sans-serif;
	}
	.main-assembly-section {
		padding: 0;
		position: relative;
	}
	.assembly__item {
		width: 50%;
		padding: 20px 0;
	}

    .main-calendar-wrap-outer {
        background-color: #ebebeb;
        padding: 0 70px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }
	.main-calendar-wrap {
		background-color: #ebebeb;
		padding: 0 70px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.main-calendar__title-link {
		font-size: 24px;
		color: #000;
	}
	.main-calendar__link-block {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.main-card__descr {
		margin-right: 2em;
	}
	/*.main-assembly-section:after {
	    content: "";
	    background: #f9f9fb;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 450px;
	    right: 0px;
	    z-index: -1;
	}*/
	.btn-reg {
		background: #F79324;
		padding: 0.5em 1em;
		margin-right: 0.25em;
	}
.main-card-bottom {
	margin-top: 1em;
}

.img-logo-forum {
    position: absolute;
    left: -2%;
    top: 12%;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
	background: #1cb1eb;
	color: #fff;
}

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }

.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}

.fc-state-default {
	background: #f5f5f5;
	/*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
	background-repeat: repeat-x;
	border-color: #fff;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	color: #333;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: none;
	/*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	box-shadow: none;
}

.timer {
	margin-top: 1em;
  background-color: #f7941f;
  /*padding: 0.7em 0.7em;*/
  position: relative;
}
.main-timer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em;
    align-items: center;
}
.main-timer__item.timer-text {
    width: 25%;
}
.main-timer__item.js-timer {
    width: 50%;
  position: relative;
}
.timer-text__item {
  color: #fff;
}
.timer-text_big {
  font-size: 20px;
}
.timer_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.js-timer__wrap {
    display: flex;
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -5%;
}
span.js-timer__item {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    width: 33.3%;
}
