/* ----------------------------------- normalize ----------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ----------------------------------- global ----------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
html {
  font-size: 100%;
  line-height: 1.4;
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #000;
  height: 100%;
  min-height: 100%;
}
@media (max-width: 840px) {
  body {
    padding-top: 68px !important;
  }
}
input,
textarea {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #0087ce;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
}
a:hover {
  text-decoration: none;
}
svg {
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
.container {
  margin: 0 auto;
  width: 1280px;
  padding: 0;
}
.container:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.container .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 1295px) and (min-width: 1081px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 840px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
  .container .container {
    padding: 0;
  }
}
.title {
  margin-bottom: 45px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn {
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  background-color: #004f7e;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.btn:before,
.btn:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform .3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:before {
  background: #6296b7;
}
.btn:after {
  background: #156494;
}
.btn span {
  z-index: 2;
  position: relative;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.btn:hover:before,
.btn:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn:hover:after {
  -webkit-transition-delay: .175s;
  transition-delay: .175s;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* ----------------------------------- func ----------------------------------- */
.fontreset {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
/* ----------------------------------- topbar ----------------------------------- */
.topbar {
  position: relative;
  z-index: 55;
  width: 100%;
  height: 68px;
  background-image: url('../images/topbar.jpg');
  background-repeat: repeat-x;
  background-position: 50% 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 840px) {
  .topbar {
    position: fixed;
    top: 0;
  }
}
.topbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 1280px;
  height: 100%;
}
@media (max-width: 1295px) and (min-width: 1081px) {
  .topbar__container {
    width: 980px;
  }
}
@media (max-width: 1080px) {
  .topbar__container {
    width: 768px;
  }
}
@media (max-width: 840px) {
  .topbar__container {
    padding: 0 20px;
    width: 100%;
  }
  .topbar__container .container {
    padding: 0;
  }
}
.topbar__left {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 840px) {
  .topbar__left {
    margin-left: 0;
  }
}
.topbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
}
@media (max-width: 840px) {
  .topbar__right {
    margin-right: 0;
  }
}
.topbar__logo {
  margin-right: 50px;
  display: block;
  width: 350px;
  height: 39px;
  /*&--rus {
			.mobile({
				width: 123px;
			});
		}*/
  /*&--en {
			width: 373px;
			
			.mobile({
				width: 112px;
			});
		}*/
}
@media (max-width: 840px) {
  .topbar__logo {
    margin-right: 0;
    overflow: hidden;
    width: 200px;
  }
}
.topbar__logo-rus {
  width: 350px;
  height: 39px;
  fill: #fff;
}
@media (max-width: 840px) {
  .topbar__logo-rus {
    width: 200px;
  }
}
.topbar__logo-en {
  width: 373px;
  height: 39px;
  fill: #fff;
}
@media (max-width: 840px) {
  .topbar__logo-en {
    width: 200px;
  }
}
/* ----------------------------------- nav ----------------------------------- */
.nav {
  margin-left: -20px;
}
@media (max-width: 840px) {
  .nav {
    display: none;
  }
}
.nav__item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__item:after {
  content: "";
  margin-left: 20px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.5);
}
.nav__item:last-child:after {
  display: none;
}
.nav__item:last-child .nav__link {
  position: relative;
}
.nav__link {
  margin-left: 20px;
  font-size: 13px;
  color: #6296b7;
  border-bottom: 1px solid transparent;
}
.nav__link:hover {
  color: #fff;
  border-color: #fff;
}
/* ----------------------------------- search ----------------------------------- */
.search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.search form {
  position: relative;
  max-width: 1280px;
  padding-left: 15px;
  margin: 0 auto;
}
.search--active {
  visibility: visible;
  opacity: 1;
}
.search__form {
  margin: 0 10%;
  height: 100%;
}
@media (max-width: 840px) {
  .search__form {
    margin: 0 2%;
  }
}
.search__input {
  padding: 0 200px 0 20px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  border: 0;
  background-color: transparent;
}
.search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .search__input {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 840px) {
  .search__input {
    padding-right: 100px;
  }
}
.search__submit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url('../images/glass.svg');
  background-color: transparent;
  outline: none;
}
@media (max-width: 1080px) {
  .search__submit {
    background-image: url('../images/search.svg');
  }
}
.search__hamburger {
  display: none;
  width: 25px;
  height: 20px;
  background-color: transparent;
  background-image: url('../images/hamburger.svg');
  outline: none;
}
@media (max-width: 840px) {
  .search__hamburger {
    display: block;
  }
}
.search__hamburger.open {
  display: none;
}
.search__hamburger.open + .search__close-icon {
  display: block;
}
.search__close-icon {
  width: 35px;
  height: 35px;
  color: #FDCB13;
  display: none;
}
.search__btn {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url('../images/search.svg');
  background-color: transparent;
  outline: none;
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .search__btn {
    display: block;
  }
}
@media (max-width: 840px) {
  .search__btn {
    margin-right: 20px;
  }
}
.search__btn--active {
  left: -50px;
}
@media (max-width: 840px) {
  .search__btn--active {
    left: 0px;
  }
}
.search__close {
  position: absolute;
  top: 50%;
  right: 135px;
  z-index: 1;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url('../images/close.svg');
  outline: none;
  transition: all 0.3s ease;
}
@media (max-width: 840px) {
  .search__close {
    right: 25px;
  }
}
.search__close--active {
  top: 50%;
}
/* ----------------------------------- langs ----------------------------------- */
.langs {
  margin-left: 20px;
}
@media (max-width: 840px) {
  .langs {
    display: none;
  }
}
.langs__item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.langs__item:after {
  content: "";
  margin-left: 10px;
  width: 1px;
  height: 11px;
  background-color: #6296b7;
}
.langs__item:last-child:after {
  display: none;
}
.langs__link {
  margin-left: 10px;
  font-size: 13px;
  color: #6296b7;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.langs__link:hover {
  color: #fff;
  border-color: #fff;
}
.langs__link--active {
  color: #fff;
}
.langs__link--active:hover {
  border-color: transparent;
}
/* ----------------------------------- promo ----------------------------------- */
.promo {
  position: relative;
  top: -2px;
  width: 100%;
  height: 442px;
}
.promo__items {
  width: 100%;
  height: 442px;
  overflow: hidden;
}
.promo__item {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: url('../images/promo-bg.png');*/
  outline: none;
}
.promo__wrap {
  position: absolute;
  bottom: 39px;
  width: 645px;
  overflow: hidden;
}
@media (max-width: 840px) {
  .promo__wrap {
    top: 0;
    left: 0;
    bottom: auto;
    width: 300px;
  }
}
.promo__block {
  padding: 20px 35px 75px;
  width: 100%;
  background-color: #fff;
}
.promo__title {
  margin: 0 100px 15px 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #004f7e;
  line-height: 39px;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .promo__title {
    margin-right: 0;
    font-size: 22px;
  }
}
.promo__text {
  font-size: 14px;
  line-height: 25px;
}
.promo__btn {
  width: 235px;
  position: absolute;
  bottom: 0;
  left: 35px;
  text-align: left;
  padding-left: 0;
  text-align: center;
}
.promo .slick-track {
  height: 442px;
}
.promo .slick-dots {
  top: 50%;
  right: 25px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.promo .slick-dots li {
  margin: 7px 0;
  width: 15px;
  height: 15px;
  float: right;
  clear: both;
}
.promo .slick-dots li.slick-active button {
  border-color: #fff;
  background-color: #004f7e;
}
.promo .slick-dots button {
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 2px solid #004f7e;
  border-radius: 50%;
}
.promo .slick-dots button:before {
  display: none;
}
/* ----------------------------------- menu ----------------------------------- */
.menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 840px) {
  .menu {
    display: none;
  }
}
.menu--static {
  margin-top: -2px;
  position: relative;
  background-color: #a3bccf;
  display: block;
  text-align: center;
}
@media (max-width: 840px) {
  .menu--static {
    display: none;
  }
}
.menu__link {
  position: relative;
  padding: 0 25px;
  height: 100%;
  line-height: 70px;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.menu__link:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 30%;
  left: 0;
  height: 1px;
  background: #fdcb13;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s, bottom 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s, bottom 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, bottom 0.3s;
  transform: translateY(0px);
}
.menu__link:hover:before {
  bottom: 0;
  height: 3px;
  background-color: #fdcb13;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.menu__link--active {
  border-bottom: 3px solid #fdcb13;
}
.menu__link--active:before {
  display: none;
}
/* ----------------------------------- news ----------------------------------- */
.news {
  margin-top: 25px;
}
.news .title {
  margin-bottom: 25px;
}
.news-all {
  margin: 0 auto 60px;
}
.news-all a {
  padding-bottom: 1px;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all 0.3s ease;
}
.news-all a:hover {
  border-color: transparent;
}
.news--partner {
  margin: 40px 0 60px;
  width: 750px;
}
.news--partner .news__list {
  margin-left: -60px;
  margin-bottom: -15px;
}
.news--partner .news__column {
  padding-left: 60px;
}
.news--partner .news__all {
  padding-bottom: 0;
}
@media (max-width: 1279px) {
  .news--partner {
    width: 100%;
  }
}
.news--project {
  width: 100%;
}
.news--list {
  margin: 60px 0 20px;
  width: 800px;
}
@media (max-width: 1279px) {
  .news--list {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .news--list {
    margin-top: 40px;
  }
}
.news--list .news__list {
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 840px) {
  .news--list .news__list {
    flex-direction: column;
  }
}
.news--list .news__item {
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 840px) {
  .news--list .news__item {
    padding-left: 0;
    width: 100%;
  }
}
.news__container {
  display: block;
  position: relative;
  padding-left: 490px;
  min-height: 330px;
}
@media (max-width: 1080px) {
  .news__container {
    flex-direction: column;
    padding-left: 0;
    min-height: 390px;
  }
}
.news__right {
  margin-left: 40px;
}
@media (max-width: 1080px) {
  .news__right {
    margin-left: 0;
  }
}
.news__right .news__list {
  flex-direction: column;
  margin-bottom: 0;
}
.news__right .news__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -15px;
}
.news__right .news__item {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 15px;
}
.news__title {
  margin-bottom: 25px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.news__title--top {
  font-size: 21px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-top: 0px;
  background-color: #F3F7F9;
}
.news__title--top + .news__list {
  background-color: #F3F7F9;
  margin: 0;
  margin-bottom: 50px;
}
.news__title--top + .news__list .news__item {
  margin-bottom: 30px;
  padding-left: 30px;
}
.news__list {
  margin-left: -70px;
  margin-bottom: -27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .news__list {
    margin-bottom: -40px;
  }
}
@media (max-width: 840px) {
  .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.news__list--top {
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F3F7F9;
  margin-left: 0px;
}
.news__list--top .news__item {
  margin-top: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.news__list--top img {
  max-width: 250px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 840px) {
  .news__list--top img {
    max-width: 100%;
  }
}
.news__list--cols-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__column {
  padding-left: 70px;
  width: 50%;
}
@media (max-width: 840px) {
  .news__column {
    padding-left: 0;
    width: 100%;
  }
}
.news__item {
  margin-bottom: 55px;
}
@media (max-width: 840px) {
  .news__item {
    margin-bottom: 35px;
  }
}
.news__date {
  margin-bottom: 12px;
  font-family: 'Open Sans', Arial, serif;
  color: #6f747e;
}
.news__link {
  color: #00457a;
  border-bottom: 1px solid transparent;
  transition: all .3s ease;
}
.news__link:hover {
  border-bottom-color: #00457a;
}
.news__author {
  margin-top: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #252525;
}
.news__position {
  margin-top: 2px;
  font-size: 13px;
  font-style: italic;
  color: #999;
}
.news__all {
  padding-bottom: 6px;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all .3s ease;
}
.news__all:hover {
  border-bottom-color: transparent;
}
.news__filter {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.news__filter:nth-child(even) {
  background: #F3F7F9;
}
@media (max-width: 840px) {
  .news__filter {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__filter--news-page {
  padding-left: 0;
  max-width: 800px;
}
.news__filter--news-page:nth-child(even) {
  background: transparent;
}
@media (max-width: 840px) {
  .news__filter--news-page .selection-input__label {
    margin-bottom: 13px;
  }
}
.news__filter--news-page .filter__checkbox:not(checked) + label {
  display: inline-block;
  padding-top: 0;
}
/* ----------------------------------- photo ----------------------------------- */
.photo {
  width: 490px;
  position: absolute;
  left: 0;
  height: 330px;
  background-size: cover;
}
@media (max-width: 1080px) {
  .photo {
    margin-bottom: 40px;
    height: 188px;
    width: 100%;
    background-size: cover;
    display: block;
    position: static;
  }
}
.photo__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.photo__link:hover:after {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 10px #004f7e inset;
}
.photo__link:hover .photo__info {
  background-color: #004f7e;
  opacity: 0;
}
.photo__link:hover .photo__description {
  opacity: 1;
  transform: translateX(0px);
}
.photo__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0 22px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  background-color: #004f7e;
}
.photo__description {
  position: absolute;
  top: 60px;
  z-index: 3;
  width: 80%;
  right: 80px;
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  transition: 0.3s all;
}
@media (max-width: 840px) {
  .photo__description {
    width: 85%;
    left: 23px;
    right: auto;
  }
}
.photo__info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  height: auto;
  opacity: 1;
}
.photo__text {
  padding: 20px 30px 23px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  color: #fff;
}
.photo__location {
  position: absolute;
  top: 0;
  left: 0;
}
.photo__flag {
  float: left;
}
.photo__country {
  width: 122px;
  text-align: center;
  float: left;
  line-height: 37px;
  height: 37px;
  font-style: italic;
  color: #fff;
  background-color: #004f7e;
}
.photo__flag {
  height: 37px;
}
/* ----------------------------------- projects ----------------------------------- */
.projects {
  margin-top: 25px;
}
.projects .title {
  margin-bottom: 25px;
}
.projects__filter {
  margin-top: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .projects__filter {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.projects__extended {
  position: relative;
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #00457a;
  background-color: transparent;
  border-bottom: 1px dashed #00457a;
  outline: none;
}
.projects__extended:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  right: -16px;
  width: 9px;
  height: 10px;
  background-image: url('../images/close.png');
}
@media (max-width: 1279px) {
  .projects__extended {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  .projects__extended {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.projects__extended--active {
  font-weight: bold;
  border-bottom: 0;
}
.projects__extended--active:after {
  display: block;
}
.projects__table {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/list.svg');
  outline: none;
}
.projects__table.active_view {
  background-image: url('../images/list_active.svg');
}
.projects__list {
  margin-left: 20px;
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/table.svg');
  outline: none;
}
.projects__list.active_view {
  background-image: url('../images/table_active.svg');
}
.projects__content a {
  color: #156494;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.projects__content a:hover {
  border-color: #156494;
}
.projects__content ul {
  margin-bottom: 30px;
}
.projects__content ul ul {
  margin-left: 20px;
}
.projects__content li:not([class]) {
  margin: 5px 0;
  color: #434d5a;
}
.projects__content ul li:not([class]):before {
  content: "";
  margin-right: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 11px;
  background-image: url('../images/bullet.svg');
}
@media (max-width: 840px) {
  .projects__content img {
    width: 100%;
    height: auto;
  }
}
.projects__item {
  display: block;
  position: relative;
  padding-left: 490px;
  outline: none;
}
.projects__item.projects__item--member {
  display: block !important;
  padding-left: 0;
}
.projects__item.projects__item--member:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1080px) {
  .projects__item {
    position: static;
    width: 100%;
    padding-left: 0;
  }
}
.projects__item--block .projects__center {
  margin-top: 15px;
}
.projects__item--block .projects__center.projects__center--no-margin {
  margin-top: 0;
}
.projects__item--block .projects__content p {
  margin-bottom: 11px;
}
.projects__item--block-main .photo {
  background-position: 50% 50%;
}
.projects__item--list {
  margin-bottom: 80px;
}
.projects__item--member .photo {
  /*flex: 400px 0 0;
				height: 255px;
				background-size: cover;*/
  position: static;
  float: left;
  width: auto;
  margin-right: 30px;
  height: auto;
}
@media (max-width: 1080px) {
  .projects__item--member .photo {
    float: none;
  }
}
.projects__item--member img {
  width: 300px;
}
@media (max-width: 840px) {
  .projects__item--member img {
    max-width: 100%;
  }
}
.projects__item--member .photo__country {
  line-height: 35px;
  color: #fff;
}
.projects__item--member .projects__label {
  line-height: 36px;
}
.projects__item--member .projects__center {
  margin-top: 0;
}
.projects__item--proj {
  padding-left: 0;
  overflow: hidden;
}
.projects__item--proj .photo {
  position: relative;
  float: left;
}
.projects__item--proj .projects__right {
  margin: 0;
  display: block;
  width: 100%;
  padding-left: 530px;
}
@media (max-width: 1080px) {
  .projects__item--proj .projects__right {
    padding-left: 0;
  }
}
.projects__slider .slick-dots {
  bottom: -49px;
}
@media (max-width: 840px) {
  .projects__slider .slick-dots {
    bottom: -79px;
  }
}
.projects__slider .slick-dots li {
  margin: 0 10px;
}
.projects__slider .slick-dots li.slick-active button {
  background-color: #fdcb13;
}
.projects__slider .slick-dots button {
  width: 15px;
  height: 6px;
  background-color: #00457a;
  outline: none;
  padding: 0;
  margin: 0 auto;
}
.projects__slider .slick-dots button:before {
  display: none;
}
.projects__slider.slick-dotted.slick-slider {
  margin-bottom: 70px;
}
@media (max-width: 1080px) {
  .projects__slider.slick-dotted.slick-slider {
    margin-bottom: 110px;
  }
}
.projects__slider .slick-arrow {
  width: 20px;
  height: 35px;
  background-size: cover;
  background-image: url('../images/right_arrow.svg');
}
.projects__slider .slick-arrow:before {
  display: none;
}
.projects__slider .slick-arrow.slick-prev {
  margin-top: -17px;
  left: -70px;
  left: 0;
  transform: rotateZ(-180deg);
}
.projects__slider .slick-arrow.slick-next {
  right: -70px;
  right: 0;
}
@media (max-width: 840px) {
  .projects__slider .slick-arrow {
    display: none !important;
  }
}
.projects__slider .slick-prev:hover,
.projects__slider .slick-prev:focus,
.projects__slider .slick-next:hover,
.projects__slider .slick-next:focus {
  background-image: url('../images/right_arrow.svg');
  background-size: cover;
}
.projects__right {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .projects__right {
    margin-left: 0;
  }
}
.projects__label {
  padding: 0 17px;
  display: inline-block;
  line-height: 37px;
  height: 37px;
  font-style: italic;
  color: #004f7e;
  background-color: #ccdce5;
}
.projects__title {
  margin-top: -7px;
  display: block;
  font-size: 24px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: #00457a;
  text-transform: uppercase;
}
.projects__status {
  margin-top: 14px;
  margin-right: 15px;
  display: inline-block;
  font-size: 12px;
  color: #999;
}
.projects__content {
  margin-top: 16px;
}
.projects__content p {
  margin-bottom: 30px;
  line-height: 25px;
  color: #434d5a;
}
.projects__text {
  line-height: 24px;
  color: #434d5a;
}
.projects__other {
  padding-bottom: 6px;
  display: inline-block;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all .3s ease;
  outline: none;
}
.projects__other:hover {
  border-bottom-color: transparent;
}
.filter-project__table {
  display: block;
  overflow: hidden;
  overflow-x: auto;
}
/* ----------------------------------- projects-table ----------------------------------- */
.projects-table {
  width: 100%;
  /*
	.tablet({
		display: block;
	});

	& thead, & tbody, & tr {
		.tablet({
			display: block;
		});
	}

	& thead tr {
		.tablet({
			position: absolute;
			top: -9999px;
			left: -9999px;
		});
	}
*/
}
.projects-table th {
  color: #434d5a;
  /*
		.tablet({
			display: block;
		});
*/
}
.projects-table th:first-child {
  text-align: left;
}
.projects-table td {
  /*padding: 30px 15px 0;
		color: #434d5a;
		text-align: center;*/
  /*
		.tablet({
			display: block;
			position: relative;
			padding: 15px 15px 15px 50%;
			border-bottom: 1px solid #8bb3cb;
			text-align: left;
		});
*/
}
.projects-table td:before {
  display: none;
  /*
			.tablet({
				position: absolute;
				top: 50%;
				left: 0;
				display: block;
				margin-top: -9px;
				width: 45%;
				padding-right: 10px;
				text-align: left;
				color: #434d5a;
				font-weight: bold;
			});
*/
}
.projects-table td.projects-table__col-1 {
  width: 280px;
  text-align: left;
  /*
			.tablet({
				width: 100%;
			});
*/
}
.projects-table__col-6 {
  width: 110px;
  /*
			.tablet({
				width: 100%;
			});
*/
}
.projects-table__link {
  line-height: 21px;
  color: #156494;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.projects-table__link:hover {
  border-bottom-color: #156494;
}
.projects-table__sort {
  padding: 0 20px;
  position: relative;
  display: inline-block;
  color: #434d5a;
}
.projects-table__sort::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  width: 9px;
  height: 20px;
  background-image: url('../images/sort.svg');
}
/* ----------------------------------- cards ----------------------------------- */
.cards {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cards__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .cards__container {
    margin-left: -30px;
  }
}
@media (max-width: 840px) {
  .cards__container {
    margin-left: 0;
    flex-direction: column;
  }
}
.cards__item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  /*margin-bottom: 30px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 610px;
  height: 218px;
}
@media (max-width: 1080px) {
  .cards__item {
    padding-left: 30px;
    width: 50%;
    background-size: cover;
  }
}
.cards__item--2 {
  width: 590px;
}
@media (max-width: 840px) {
  .cards__item {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 840px) {
  .cards__item:last-child {
    margin-bottom: 0;
  }
}
.cards__title {
  margin-right: 200px;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
}
@media (max-width: 840px) {
  .cards__title {
    margin-right: 0;
  }
}
.cards__more {
  display: block;
  margin-top: 0;
  width: 180px;
  font-size: 15px;
}
/* ----------------------------------- banners ----------------------------------- */
.banners {
  margin-top: 30px;
}
.banners__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .banners__container {
    margin-left: -30px;
  }
}
@media (max-width: 840px) {
  .banners__container {
    margin-left: 0;
    flex-direction: column;
  }
}
.banners__link {
  margin-bottom: 50px;
  line-height: 0;
  height: 100%;
}
@media (max-width: 1080px) {
  .banners__link {
    margin-bottom: 40px;
    padding-left: 30px;
    width: 50%;
  }
}
@media (max-width: 840px) {
  .banners__link {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .banners__link img {
    width: 100%;
  }
}
/* ----------------------------------- footer ----------------------------------- */
.footer {
  width: 100%;
}
.footer .container {
  padding: 0 35px;
}
@media (max-width: 840px) {
  .footer .container {
    padding: 0 20px;
  }
}
.footer__top {
  height: 376px;
  background-color: #49596f;
  overflow: hidden;
}
@media (max-width: 840px) {
  .footer__top {
    height: auto;
  }
}
.footer__bottom {
  height: 90px;
  background-color: #3a475b;
}
@media (max-width: 840px) {
  .footer__bottom {
    height: auto;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 840px) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__copy {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__copy p {
  margin: 5px 0;
  font-size: 12px;
  color: rgba(229, 238, 243, 0.3);
}
.footer__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo span {
  font-size: 12px;
  color: rgba(229, 238, 243, 0.3);
}
.footer__defa {
  margin-left: 8px;
  display: block;
  width: 67px;
  height: 20px;
  background-image: url('../images/defa.svg');
}
/* ----------------------------------- menu-bottom ----------------------------------- */
.menu-bottom {
  margin-top: 48px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .menu-bottom {
    margin-top: 30px;
    flex-direction: column;
    display: none;
  }
}
@media (max-width: 840px) {
  .menu-bottom__column {
    margin-bottom: 30px;
  }
}
.menu-bottom__list {
  margin-bottom: 35px;
}
.menu-bottom__title {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.menu-bottom__title:hover {
  border-bottom-color: #fff;
}
.menu-bottom__item {
  margin-top: 15px;
}
.menu-bottom__item--big {
  margin-top: 30px;
}
.menu-bottom__item--big:last-child {
  margin-top: 8px;
}
.menu-bottom__item--big .menu-bottom__link {
  text-transform: uppercase;
  font-size: 15px;
  color: #e5eef3;
}
.menu-bottom__link {
  font-size: 13px;
  color: #7e8894;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.menu-bottom__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}
/* ----------------------------------- socials ----------------------------------- */
.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 840px) {
  .socials {
    margin-top: 30px;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.socials__label {
  margin-right: 12px;
  font-size: 12px;
  color: rgba(229, 238, 243, 0.3);
}
.socials__item {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  float: left;
}
.socials__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s ease;
}
.socials__link--vk {
  background-color: #4b74a5;
  background-image: url('../images/vk.svg');
}
.socials__link--fb {
  background-color: #39579a;
  background-image: url('../images/fb.svg');
}
.socials__link--tw {
  background-color: #00abf0;
  background-image: url('../images/tw.svg');
}
.socials__link:hover {
  opacity: 0.9;
}
/* ----------------------------------- breadcrumbs ----------------------------------- */
.breadcrumbs {
  padding-left: 35px;
  margin: 22px 0 25px;
}
.breadcrumbs:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 840px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  float: left;
  font-size: 13px;
  color: #434d5a;
}
.breadcrumbs__item:after {
  content: "";
  margin-right: 15px;
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url('../images/breadcrumb.svg');
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__link {
  margin-right: 15px;
  font-size: 13px;
  color: #156494;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.breadcrumbs__link:hover {
  border-bottom-color: #156494;
}
/* ----------------------------------- main ----------------------------------- */
.main {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }
}
.main__container {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
@media (max-width: 840px) {
  .main__container {
    margin-left: 0;
    width: 100%;
  }
}
.main__container--full {
  margin-left: 0;
}
.main__container--full .main__title {
  padding-bottom: 25px;
  border-bottom: 1px solid #8bb3cb;
}
.main__content {
  /*& table {width: 100%; border: 1px solid #8bb3cb; margin-bottom: 25px;}
		& tr {border-bottom: 1px solid #8bb3cb;}
		& th {padding: 15px; border-right: 1px solid #8bb3cb; text-align: left;}
		& td {padding: 15px; border-right: 1px solid #8bb3cb;}
		& table p {margin-bottom: 0;}*/
}
.main__content p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 25px;
  color: #434d5a;
}
.main__content h1 {
  margin-bottom: 25px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  text-transform: uppercase;
}
.main__content h2 {
  margin-bottom: 25px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  text-transform: uppercase;
}
.main__content h3 {
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
}
.main__content a:not([class]) {
  color: #156494;
  border-bottom: 1px solid #156494;
  transition: all 0.3s ease;
}
.main__content a:not([class]):hover {
  border-bottom-color: transparent;
}
.main__content img.img-left {
  float: left;
  margin-right: 40px;
}
@media (max-width: 840px) {
  .main__content img.img-left {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.main__content ul {
  margin-bottom: 30px;
}
.main__content ul ul {
  margin-left: 20px;
}
.main__content li:not([class]) {
  margin: 5px 0;
  color: #434d5a;
}
.main__content li:not([class]) ul {
  margin-left: 15px;
}
.main__content ul li:not([class]):before {
  content: "";
  margin-right: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 11px;
  background-image: url('../images/bullet.svg');
}
.main__title {
  margin-top: 0;
}
@media (max-width: 840px) {
  .main__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 34px !important;
    margin-top: 30px;
  }
}
/* ----------------------------------- sidebar ----------------------------------- */
.sidebar {
  -ms-flex-preferred-size: 295px;
  flex-basis: 295px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sidebar.jpg');
  background-color: #003656;
}
@media (max-width: 1080px) {
  .sidebar {
    flex: 230px 0 0;
  }
}
@media (max-width: 840px) {
  .sidebar {
    display: none;
  }
}
.sidebar__item {
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar__item--expanded {
  height: auto;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sidebar__item--expanded .sidebar__link:hover {
  background-color: transparent;
}
.sidebar__item--expanded .sidebar__link.sidebar__link--active {
  margin: 0;
}
.sidebar__item--expanded .menu-sub {
  margin-top: 5px;
  display: block;
}
.sidebar__link {
  padding-left: 35px;
  position: relative;
  display: flex;
  height: 100%;
  min-height: 70px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
}
.sidebar__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fdcb13;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.sidebar__link--active {
  padding: 25px 0 25px 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar__link--active:before {
  visibility: visible;
  opacity: 1;
}
.sidebar__link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
/* ----------------------------------- directors ----------------------------------- */
.directors {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .directors {
    margin-left: -40px;
  }
}
@media (max-width: 840px) {
  .directors {
    margin-left: 0;
  }
}
.directors__item {
  margin-left: 40px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1080px) {
  .directors__item {
    margin-left: 0;
    padding-left: 40px;
    width: 50%;
    overflow: hidden;
  }
}
@media (max-width: 840px) {
  .directors__item {
    padding-left: 0;
    width: 100%;
  }
}
.directors__photo {
  width: 275px;
  height: 235px;
}
.directors__name {
  margin-top: 28px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #156494;
  line-height: 31px;
  border-bottom: 1px solid #156494;
  transition: 0.3s all;
}
.directors__name:hover {
  border-bottom-color: transparent;
}
.directors__name--plain {
  color: #434d5a;
  border: 0;
}
@media (max-width: 840px) {
  .directors__name {
    margin-top: 10px;
  }
}
.directors__about {
  line-height: 25px;
  color: #434d5a;
}
/* ----------------------------------- country ----------------------------------- */
.country__name {
  margin-top: 12px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 840px) {
  .country__name {
    margin: 25px 0;
    font-size: 24px;
  }
}
.country__container {
  display: flex;
}
@media (max-width: 840px) {
  .country__container {
    flex-direction: column;
  }
}
.country__about {
  padding-right: 100px;
  width: 100%;
  line-height: 24px;
  color: #434d5a;
}
@media (max-width: 1279px) {
  .country__about {
    padding-right: 30px;
  }
}
.country__right {
  margin-top: 30px;
  flex: 1;
  text-align: right;
}
@media (max-width: 840px) {
  .country__right img {
    width: 100%;
  }
}
.country__tabs {
  border-radius: 0;
}
.country .ui-tabs .ui-tabs-nav {
  display: flex;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.country .ui-tabs .ui-tabs-nav li {
  margin: 0;
  height: 75px;
  flex-grow: 1;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  outline: 0;
}
.country .ui-tabs .ui-tabs-nav li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  float: none;
  padding: 0;
  outline: 0;
  border: 0;
}
.country .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border: 1px solid #8bb3cb;
  border-bottom: 0;
}
.country .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #00457a;
}
.country .ui-tabs-panel {
  padding: 0;
  border: 1px solid #8bb3cb;
}
/* ----------------------------------- partners ----------------------------------- */
.partners {
  margin-bottom: 60px;
}
.partners__item {
  padding-left: 170px;
  position: relative;
  min-height: 160px;
  margin-bottom: 35px;
  display: block;
}
.partners__item div:first-child {
  position: absolute;
  left: 0;
}
@media (max-width: 840px) {
  .partners__item div:first-child {
    position: static;
  }
}
.partners__item:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 840px) {
  .partners__item {
    margin-bottom: 50px;
    flex-direction: column;
    padding-left: 0;
  }
}
.partners__content {
  margin-left: 40px;
}
@media (max-width: 840px) {
  .partners__content {
    margin-left: 0;
  }
}
.partners__title {
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #156494;
  display: inline-block;
}
.partners__text {
  margin-bottom: 10px;
  line-height: 25px;
  color: #999;
}
.partners__more {
  padding-bottom: 1px;
  display: inline-block;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all 0.3s ease;
}
.partners__more:hover {
  border-bottom-color: transparent;
}
/* ----------------------------------- partner ----------------------------------- */
@media (max-width: 840px) {
  .partner {
    margin-top: 30px;
  }
}
.partner__link-wrap {
  margin-top: -35px;
  margin-bottom: 40px;
}
.partner__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.partner__link:hover {
  border-bottom-color: #0087ce;
}
/* ----------------------------------- filter ----------------------------------- */
.filter {
  padding-top: 35px;
  padding-bottom: 23px;
  border-top: 1px solid #8bb3cb;
}
.filter__container {
  display: flex;
  align-items: center;
}
.filter--countries {
  margin-bottom: 50px;
  padding: 20px 0;
  border: 0;
  background-color: #dee7ee;
}
.filter__link {
  margin-left: 60px;
  padding-bottom: 2px;
  color: #00457a;
  border-bottom: 1px dashed #00457a;
  transition: all 0.3s all;
}
.filter__link--reset {
  margin-right: 15px;
  position: relative;
}
.filter__link--reset:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -15px;
  width: 9px;
  height: 10px;
  background-image: url('../images/close.png');
}
.filter__link:hover {
  border-bottom-color: transparent;
}
.filter__button {
  margin-right: 45px;
  float: left;
  max-width: 240px;
}
.filter__button--country {
  margin-right: 38px;
}
@media (max-width: 1279px) {
  .filter__button--country {
    margin-bottom: 15px;
  }
}
.filter__button--news-page {
  margin-bottom: 15px;
  margin-right: 38px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1279px) {
  .filter__button--news-page {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1080px) {
  .filter__button--news-page {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.filter__button--flex .filter__checkbox + label {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter__buttons--news-page {
  margin-bottom: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter__label {
  display: flex;
  align-items: center;
  color: #00457a;
}
.filter__checkbox {
  vertical-align: top;
  margin: 0;
  width: 20px;
  height: 20px;
}
.filter__checkbox + label {
  cursor: pointer;
}
.filter__checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.filter__checkbox:not(checked) + label {
  position: relative;
  padding: 3px 0 0 32px;
  display: inline;
  line-height: 23px;
}
.filter__checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #8bb4cc;
}
.filter__checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../images/tick.svg');
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}
.filter__checkbox:checked + label:after {
  visibility: visible;
  opacity: 1;
}
/* ----------------------------------- filter-project ----------------------------------- */
.filter-project {
  margin-bottom: 50px;
  display: none;
}
.filter-project:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.filter-project--active {
  display: block;
}
@media (max-width: 1080px) {
  .filter-project .filter__button {
    margin-bottom: 15px;
  }
}
.filter-project__item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.filter-project__item:nth-child(odd) {
  background: #F3F7F9;
}
@media (max-width: 1080px) {
  .filter-project__item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 840px) {
  .filter-project__item {
    flex-direction: column;
  }
}
.filter-project__label {
  margin-right: 25px;
  font-weight: 600;
  color: #434d5a;
  min-width: 98px;
}
@media (max-width: 1080px) {
  .filter-project__label {
    margin-bottom: 15px;
    width: 100%;
  }
}
.filter-project__show {
  width: 140px;
  height: 60px;
}
@media (max-width: 840px) {
  .filter-project__show {
    margin-bottom: 20px;
  }
}
.filter-project__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 840px) {
  .filter-project__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter-project__reset {
  margin-right: 16px;
  position: relative;
  color: #00457a;
  border-bottom: 1px dashed #00457a;
}
.filter-project__reset:after {
  position: absolute;
  content: "";
  top: 5px;
  right: -16px;
  width: 9px;
  height: 10px;
  background-image: url('../images/close.png');
}
.filter-project__table {
  margin-top: 50px;
}
@media (max-width: 840px) {
  .filter-project__list .photo {
    margin-bottom: 20px;
  }
}
/* ----------------------------------- project ----------------------------------- */
.project__title {
  margin-top: 20px;
  margin-bottom: 50px;
}
.project__photo {
  margin-right: 40px;
  margin-bottom: 30px;
  float: left;
  width: 610px;
}
.project__img {
  max-width: 100%;
  max-height: 330px;
  width: 490px;
  height: 330px;
  background-size: cover;
  background-position: 50% 50%;
}
.project__container {
  position: relative;
}
.project__container:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.project__container--projects .project__photo {
  width: auto;
  min-width: 175px;
  position: relative;
}
@media (max-width: 1080px) {
  .project__container--projects .project__photo {
    width: 100%;
  }
}
/* ----------------------------------- docs ----------------------------------- */
.docs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
}
@media (max-width: 840px) {
  .docs-container {
    margin-left: 0;
    display: block;
  }
}
.docs-container .docs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 50px;
}
@media (max-width: 840px) {
  .docs-container .docs {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.docs {
  margin-top: 50px;
  margin-bottom: 60px;
}
.docs--line {
  margin-top: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #8bb3cb;
}
.docs--line:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.docs--line .docs__item {
  width: 50%;
  float: left;
}
@media (max-width: 840px) {
  .docs--line .docs__item {
    width: 100%;
  }
}
.docs--grant {
  margin: 40px 0 0;
}
.docs--grant .docs__item {
  margin-bottom: 20px;
}
.docs--grant .docs__meta {
  margin-bottom: 0 !important;
}
.docs--documents {
  margin: 0;
}
.docs--documents .docs__item {
  margin: 20px 0 0;
}
.docs--news {
  padding-bottom: 15px;
  border-bottom: 1px solid #8bb3cb;
}
.docs__title {
  margin-bottom: 45px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.docs__item {
  margin-bottom: 18px;
  display: block;
}
.docs__logo {
  display: inline-block;
  vertical-align: top;
}
.docs__content {
  margin-left: 25px;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  .docs__content {
    width: 75%;
  }
}
.docs__name {
  font-size: 15px;
  color: #156494;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.docs__name:hover {
  border-bottom-color: #156494;
}
.docs__meta {
  margin-top: 5px;
  font-size: 15px;
  color: #999;
}
.docs__prop {
  display: inline-block;
}
.docs__prop:last-child:after {
  display: none;
}
.docs__prop:after {
  margin: 0 8px 0 12px;
  content: "|";
  display: inline-block;
  vertical-align: text-bottom;
}
/* ----------------------------------- grants ----------------------------------- */
.grants__container {
  margin-left: -65px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 840px) {
  .grants__container {
    margin-left: 0;
    flex-direction: column;
  }
}
.grants__item {
  margin-bottom: 50px;
  padding-left: 65px;
  width: 50%;
}
@media (max-width: 840px) {
  .grants__item {
    padding-left: 0;
    width: 100%;
  }
}
.grants__name {
  font-weight: bold;
  font-size: 15px;
  color: #156494;
}
.grants__date {
  margin: 20px 0;
  font-style: italic;
  color: #6f747e;
}
.grants__text {
  margin-bottom: 5px;
  color: #434d5a;
}
.grants__more {
  margin-top: 15px;
  padding-bottom: 1px;
  display: inline-block;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all 0.3s ease;
}
.grants__more:hover {
  border-bottom-color: transparent;
}
/* ----------------------------------- morph ----------------------------------- */
.morph {
  position: relative;
}
.morph .morph-content p {
  margin-bottom: 25px;
}
.morph .morph-content h5 {
  margin-bottom: 28px;
  font-size: 14px;
  color: #434d5a;
  font-weight: bold;
}
.morph .morph-content a {
  color: #156494;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.morph .morph-content a:hover {
  border-bottom-color: #156494;
}
.morph .morph-content address {
  margin: 50px 0;
}
.morph .morph-content address.sm {
  margin: 23px 0;
}
.morph .morph-content .list-file__header {
  padding-bottom: 20px;
}
.morph .morph-content .accordion__item {
  margin-top: 23px;
}
.morph .morph-content .box-media-item {
  margin-top: 25px;
}
.morph .morph-content .box-media-item .media-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.morph .morph-content .link-back {
  padding: 28px 0 0;
  margin-top: 10px;
}
.morph .morph-content .link-back:before {
  content: "";
  margin-right: 10px;
  width: 7px;
  height: 12px;
  float: left;
  position: relative;
  top: 3px;
  background-image: url('../images/right_arrow.svg');
  transform: rotateY(180deg);
}
.morph .morph-content .link-back a .ic {
  margin-right: 12px;
}
.morph .morph-content .follow-us {
  position: static !important;
  margin-top: 19px;
  margin-bottom: -4px;
}
.morph .morph-content .bl-last-popop {
  margin-bottom: -60px !important;
}
.morph .morph-content .list-marked {
  margin-bottom: 27px;
  margin-top: 32px;
}
.morph .morph-content .list-marked--fixed {
  margin-top: -20px;
}
.morph .morph-content .box-form {
  padding-top: 9px;
}
.morph .morph-content .box-form h4 {
  color: #252525;
  margin: 45px 0 38px;
}
.morph .morph-content .box-form h4.big {
  margin-top: 69px;
}
.icon-close {
  cursor: pointer;
  opacity: 0;
  top: 31px;
  right: 34px;
  position: absolute;
  -webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
  transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  width: 29px;
  height: 30px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAA4UlEQVQ4T7XUyxGCMBAG4H8r0FIsQQ+pA+wAjlIAHKUDoY44oyVYilawTh4CMQ8yzrg3Dvmyr0BQIZoewADZPvR3TohmB+YC164miNMAUAHGE4RDFqQB3EDYqssJoikBXPTlOZALqFNHsuXkQQEAsh0MYvqShiKAOjojKSgB+EgYqsE42ybqHqgSlgN0MwmV5o7bA8KZTJAd/YTwCNmpvnnxp0ycKfELRBWYexBtbAorPfGBvd5gs+L3GBTZE52BAeZmR6HAxgaAFejr7SSABLR4xRlAEOLxU85v/xOghGyrN1/joQwjBwaJAAAAAElFTkSuQmCC");
}
.morph-button-modal.open .icon-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.morph__title {
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 45px 24px 0;
  text-transform: none;
  font-family: "Roboto";
}
.morph__panel {
  margin-bottom: 26px;
}
.morph__panel .morph__catrs + .morph__catrs {
  margin-left: 58px;
}
.morph__catrs {
  display: inline-block;
  color: #6f747e;
  font-size: 14px;
  line-height: 24px;
}
.morph-content > div {
  padding: 20px;
}
.morph .morph-content p {
  font-size: 14px;
  line-height: 25px;
  color: #434d5a;
}
.morph .morph-content p.docs__meta {
  line-height: normal;
  color: #999;
}
.morph .morph-content address {
  margin: 25px 0;
}
.morph-popup .icon-close {
  top: 18px;
  right: 8px;
}
.morph__catrs {
  margin: 8px 40px 8px 0 !important;
}
.morph .morph-content .box-form h4,
.morph .morph-content .box-form h4.big {
  margin: 40px 0 20px !important;
}
.morph .morph-content .box-form {
  padding-top: 0;
}
.morph-popup .icon-close {
  top: 18px;
  right: 8px;
}
.morph-content .morph-image--left {
  float: left;
  margin-right: 35px;
}
.morph-content .list-marked {
  margin-bottom: 30px;
}
.morph-content .list-marked li {
  margin: 5px 0;
  color: #434d5a;
}
.morph-content .list-marked li:before {
  content: "";
  margin-right: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 11px;
  background-image: url('../images/bullet.svg');
}
/* ----------------------------------- person ----------------------------------- */
.person {
  padding-bottom: 20px;
}
.person__image--right {
  margin-top: 40px;
  margin-right: 65px;
  float: right;
}
@media (max-width: 840px) {
  .person__image {
    float: none;
    margin-right: 0;
  }
}
.person__name {
  margin-bottom: 6px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.person__label {
  font-weight: bold;
}
.person p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 25px;
  color: #434d5a;
}
.person p.person__position {
  margin-bottom: 40px;
}
.person p:last-child {
  margin-bottom: 0;
}
/* ----------------------------------- purchases ----------------------------------- */
.purchases {
  margin-top: 20px;
  margin-bottom: 55px;
}
.purchases--tabs {
  margin-top: 0;
  margin-bottom: 10px;
}
.purchases__title {
  margin-bottom: 35px;
}
.purchases__item {
  margin-bottom: 40px;
}
.purchases__name {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: bold;
  color: #156494;
  display: inline-block;
}
.purchases__date {
  margin-bottom: 20px;
  font-style: italic;
  color: #6f747e;
}
.purchases__text {
  margin-bottom: 18px;
  line-height: 25px;
  color: #434d5a;
}
.purchases__detail {
  padding-bottom: 1px;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all 0.3s ease;
}
.purchases__detail:hover {
  border-bottom-color: transparent;
}
.purchases__bottom {
  text-align: center;
}
.purchases__more {
  padding-bottom: 1px;
  font-size: 15px;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all 0.3s ease;
}
.purchases__more:hover {
  border-bottom-color: transparent;
}
/* ----------------------------------- menu-sub ----------------------------------- */
.menu-sub {
  margin: 25px 0 20px;
  display: none;
}
.menu-sub__link {
  position: relative;
  padding: 13px 30px 13px 45px;
  display: block;
  color: #bac7d2;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .menu-sub__link {
    padding-left: 40px;
  }
}
.menu-sub__link--active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-sub__link--active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fdcb13;
}
.menu-sub__link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
/* ----------------------------------- accordion ----------------------------------- */
.accordion {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  width: 905px;
}
@media (max-width: 1279px) {
  .accordion {
    width: 645px;
  }
}
@media (max-width: 1080px) {
  .accordion {
    width: 100%;
  }
}
.accordion .docs__meta {
  color: #999;
  font-size: 15px;
}
.accordion__item {
  margin-top: 28px;
  border: 1px solid #8bb3cb;
}
.accordion__head.open a:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion__head.open a {
  padding-top: 35px;
  padding-bottom: 10px;
}
.accordion__head.open a:after {
  margin-top: 3px;
}
.accordion__head a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 40px;
  color: #00457a;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 840px) {
  .accordion__head a {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
  }
}
.accordion__head a:after {
  position: absolute;
  top: 50%;
  right: 43px;
  margin-top: -9px;
  content: '';
  width: 16px;
  height: 17px;
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAAjElEQVQoU43S3Q2EIAzA8X83Ox+Yw1tDBvDZDfTmuCUcRSfQQCGEyId9I/mlLW0FF8YuwMZ/3v27EIKZNpCRiwNhqGHB2C+w+iQNLKF0FyvUPps4wQ7OYQM/YQWXocdhbDqO34uM14nIp9OjIreExq8TcsUrc8xRgtmwn0jhCxRgvJ5yprjheBTde7wB5NFiTvVeMH0AAAAASUVORK5CYII=") no-repeat center;
}
@media (max-width: 840px) {
  .accordion__head a:after {
    right: 20px;
  }
}
.accordion__body {
  padding: 10px 40px 40px;
  display: none;
}
@media (max-width: 840px) {
  .accordion__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion__body .box-selection {
  margin-top: 31px;
}
.p-info,
.list-file h5,
.list-file__descr,
.accordion__body p {
  font-size: 14px;
  line-height: 20px;
}
/* ----------------------------------- tabs ----------------------------------- */
.tabs-nav {
  display: table;
  list-style: none;
  width: 100%;
}
@media (max-width: 940px) {
  .tabs-nav {
    display: none;
  }
}
.tabs-nav li {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  text-align: center;
}
.tabs-nav li.tabs-col {
  width: 1%;
}
.tabs-nav a {
  display: block;
  border: 1px solid transparent;
  border-bottom: none;
  height: 76px;
  position: relative;
  padding: 0 19px 0 19px;
  overflow: hidden;
}
.tabs-nav a:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.tabs-nav a:hover span {
  color: #156494;
}
.tabs-nav a:hover:after {
  bottom: 0px;
}
.tabs-nav a.active {
  border-color: #8bb3cb;
  background: #fff;
}
.tabs-nav a.active span {
  color: #00457a;
}
.tabs-nav a.active:after {
  bottom: 0px;
}
.tabs-nav a.disabled {
  color: #ddd;
}
.tabs-nav a:focus {
  color: #6296b7;
}
.tabs-nav a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Roboto";
}
@media (max-width: 1080px) {
  .tabs-nav a span {
    font-size: 15px;
  }
}
.tabs-nav a:after {
  content: '';
  display: block;
  height: 3px;
  background-color: #fdcb13;
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: -35px;
  -webkit-transition: bottom .7s ease;
  -moz-transition: bottom .7s ease;
  -ms-transition: bottom .7s ease;
  -o-transition: bottom .7s ease;
  transition: bottom .7s ease;
}
.tabs-nav.text-lg a span {
  font-size: 19px;
}
.tabs-nav.text-xs a {
  padding: 0 5px;
}
.tabs-nav.text-xs a span {
  font-size: 12px;
  letter-spacing: 0;
}
.tabs {
  border: 1px solid #8bb3cb;
  margin-top: -1px;
  padding: 36px 35px 38px 38px;
}
@media (max-width: 940px) {
  .tabs {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 940px) {
  .tabs--projects {
    border: 1px solid #8bb3cb;
    padding: 36px 35px 38px 38px;
  }
}
@media (max-width: 840px) {
  .tabs--projects {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs--projects .selection-input.mx2 {
  padding: 0;
}
@media (max-width: 1080px) {
  .tabs--projects .selection-input.mx2 {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .tabs .tab-in {
    display: none;
  }
}
@media (max-width: 940px) {
  .tabs .tab-in.active {
    display: block;
  }
}
.tabs-wrap {
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: 60px;
}
@media (max-width: 840px) {
  .tabs-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.tabs-wrap--projects {
  margin-top: 30px;
}
.tabs-wrap--projects .tabs-nav {
  display: block;
}
.tabs-wrap--projects .tabs-nav span {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 1279px) {
  .tabs-wrap--projects .tabs-nav span {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .tabs-wrap--projects .tabs-nav li {
    display: block;
  }
}
.tabs-wrap--projects .js-tabs-nav-link {
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 840px) {
  .tabs-wrap--projects .js-tabs-nav-link {
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #8bb3cb;
    border-left: 1px solid #8bb3cb;
    border-right: 1px solid #8bb3cb;
  }
}
.tab-in {
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.tab-in.active {
  display: block;
}
/* ----------------------------------- news page ----------------------------------- */
.list-flag-radio__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-left: 40px;
}
@media (max-width: 1080px) {
  .list-flag-radio__item {
    margin: 0 10px 15px;
  }
}
.list-flag-radio__item:first-child {
  margin-left: 0;
}
.list-flag-radio__label {
  display: block;
  padding-bottom: 40px;
}
.list-flag-radio__label .label-img {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0.9;
}
.list-flag-radio__label .label-img:hover {
  opacity: 1;
}
.list-flag-radio__label .label-img:hover:before {
  display: block;
  background-color: #dddedf;
}
.list-flag-radio__label .label-img:active {
  opacity: 1;
}
.list-flag-radio__label .label-img:active:before {
  display: block;
  background-color: #8bb4cc;
}
.list-flag-radio__label .label-img:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px 0 0 -10px;
  border-radius: 50%;
  border: 1px solid #a4c4d7;
  cursor: pointer;
}
.list-flag-radio__label .label-img:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  display: none;
  width: 10px;
  height: 10px;
  margin: 20px 0 0 -5px;
  border-radius: 50%;
  background: #156194;
}
.list-flag-radio__label .label-img img {
  display: block;
  max-width: 100%;
  width: 65px;
  height: 45px;
}
.list-flag-radio {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .list-flag-radio {
    text-align: center;
  }
}
.list-flag-radio__label input {
  display: none;
}
.list-flag-radio__label input:checked + .label-img:before {
  display: block;
}
.list-flag-radio__label input:checked + .label-img:hover:before {
  display: block;
  background-color: #156194;
}
.list-flag-radio__label input:disabled + .label-img:before {
  display: none;
}
.list-flag-radio__label input:disabled + .label-img:hover:before {
  display: none;
  background-color: #156194;
}
.list-flag-radio__label input:disabled + .label-img:after {
  border: 1px solid #b6b6b6;
}
.list-flag-radio__label .label-img:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px 0 0 -10px;
  border-radius: 50%;
  border: 1px solid #a4c4d7;
  cursor: pointer;
  box-sizing: border-box;
}
.list-flag-radio__label .label-img:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  display: none;
  width: 10px;
  height: 10px;
  margin: 20px 0 0 -5px;
  border-radius: 50%;
  background: #156194;
}
.box-selection {
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .box-selection.mt45 {
    margin: 0 -15px;
  }
}
.mt45 {
  margin-top: 45px !important;
}
.selection-input {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
@media (max-width: 840px) {
  .selection-input {
    padding: 0 15px;
    width: 50%;
  }
}
.selection-input.mx2 {
  margin-right: 25px;
}
@media (max-width: 1279px) {
  .selection-input.mx2 {
    margin-bottom: 15px;
    display: block;
  }
}
@media (max-width: 1080px) {
  .selection-input.mx2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 840px) {
  .selection-input.mx2 {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .selection-input_from {
    margin-left: 0 !important;
  }
}
.selection-input__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  color: #434d5a;
}
.selection-input__label--country {
  margin-right: 28px;
  min-width: 125px;
  max-width: 125px;
}
@media (max-width: 840px) {
  .selection-input__label {
    margin-bottom: 3px;
    display: block;
  }
}
.selection-input__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 840px) {
  .selection-input__icon {
    width: 100%;
  }
}
.selection-input__icon input {
  padding-right: 35px;
}
input.datepicker {
  width: 125px;
  padding-left: 11px;
}
.selection-input__icon input {
  height: 50px;
  padding: 0 15px;
  color: #00457a;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #8bb3cb;
}
@media (max-width: 840px) {
  .selection-input__icon input {
    width: 100%;
  }
}
.selection-input__icon img {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.selection-input + .selection-input {
  margin-left: 15px;
}
@media (max-width: 840px) {
  .selection-input + .selection-input {
    margin-left: 0;
  }
}
.selection-input + .mx2 {
  margin-left: 38px;
}
@media (max-width: 1279px) {
  .selection-input + .mx2 {
    margin-top: 38px;
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  .selection-input + .mx2 {
    width: 100%;
  }
}
input.input-search {
  width: 275px;
}
input.input-search::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
@media (max-width: 840px) {
  input.input-search {
    width: 100%;
  }
}
input.input-search--projects {
  width: 420px;
}
@media (max-width: 840px) {
  input.input-search--projects {
    width: 100%;
  }
}
.selection-input__icon .button-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  background-position: center;
  background-image: url(../images/search.svg);
}
.text-center.news-all {
  margin-bottom: 60px;
  text-align: center;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding-top: 8px;
}
.ui-datepicker table {
  background: #fff;
}
.bl-info {
  margin: 30px -40px 36px;
  padding: 18px 40px 40px;
  background-color: #e3eaf3;
}
.media-person {
  padding-top: 10px;
  padding-bottom: 4px;
  color: #252525;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}
.media-post {
  color: #999;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
}
.media-email a {
  display: inline-block;
  color: #156494;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid transparent;
}
.media-email a:hover {
  border-bottom: 1px solid;
}
.follow-us {
  right: 47px;
  bottom: 13px;
}
.follow-us:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.follow-us li {
  float: left;
  line-height: 30px;
  color: rgba(90, 104, 121, 0.6);
  font-size: 12px;
  margin-right: 9px;
}
.follow-us li:first-child {
  margin-right: 24px;
}
.follow-us a {
  display: block;
  width: 30px;
  height: 31px;
  background-image: url(../images/icons.png);
  border-bottom: 0 !important;
}
.follow-us a.vk {
  background-position: -20px 0;
}
.follow-us a.fb {
  background-position: -51px 0;
}
.follow-us a.fb {
  background-position: -51px 0;
}
.follow-us a.tw {
  background-position: -81px 0;
}
.follow-us a.ln {
  background-position: -81px -31px;
}
/* ----------------------------------- .mob-menu ----------------------------------- */
.hidden {
  display: none;
}
.mob-menu-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  position: fixed;
  width: 100%;
  min-height: calc(34%);
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  padding-top: 66px;
}
@media (max-width: 1080px) {
  .mob-visible {
    display: block;
  }
}
.mobile-menu-wrap {
  z-index: 10;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
  transform: translateX(1000px);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  padding-left: 30.5%;
  overflow: auto;
  height: 100%;
}
.mobile-menu-wrap.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 999999;
}
.mobile-menu-in {
  width: 100%;
  min-height: 100%;
  background-image: url(../images/mob-menu-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.mobile-menu__control {
  position: relative;
}
.mobile-menu__link {
  display: none;
  padding: 27px 10px 23px 26px;
  font-size: 19px;
  line-height: 19px;
  color: #fdcb13;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: uppercase;
  border-bottom: 1px solid #3d7da3;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.mobile-menu__link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-menu__control.open .mobile-menu__link {
  display: block;
}
.mobile-menu__back {
  width: 50px;
  height: 50px;
  background-image: url(../images/icons.png);
  background-position: -219px 0;
  position: absolute;
  left: 38px;
  top: 29px;
  display: none;
  z-index: 10;
}
.mobile-submenu {
  display: none;
}
.mobile-submenu a {
  display: block;
  padding: 21px 100px 19px 45px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #3d7da3;
}
.mobile-submenu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.body-overflow {
  overflow: hidden;
}
.mobile-menu__control.active {
  display: block;
}
.mobile-menu__control.active:before {
  display: block;
}
.mobile-menu__control.active .mobile-menu__link {
  padding: 45px 10px 44px 106px;
}
.mobile-menu__control.active .mobile-menu__back {
  display: block;
}
@media (max-width: 1080px) {
  .animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
}
.partners__logo {
  max-width: 170px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list-item {
  margin-right: 40px;
  margin-bottom: 30px;
}
.news-list .title-b a {
  padding-bottom: 1px;
  color: #00457a;
  border-bottom: 1px solid #00457a;
  transition: all 0.3s ease;
}
.news-list .title-b a:hover {
  border-color: transparent;
}
.news-list .prev-image {
  margin-bottom: 5px;
}
.autocomplete-suggestions {
  width: 275px !important;
  background-color: #fff;
  border-left: 1px solid #8bb3cb;
  border-right: 1px solid #8bb3cb;
}
.autocomplete-suggestion {
  padding: 15px;
  border-bottom: 1px solid #8bb3cb;
  cursor: pointer;
}
.autocomplete-suggestion strong {
  font-weight: normal;
  color: #8bb3cb;
}
.list-file__item {
  margin-top: 35px;
}
.list-file .list-file__item:before {
  display: none;
}
.list-file__item:first-child {
  margin-top: 0 !important;
}
.list-file__icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-top: 2px;
  float: left;
}
.list-file__icon .pdf {
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAoCAYAAADpE0oSAAACf0lEQVRYR+2YQU7bQBiF34sNW8IapJp1pVJOUNOka7hBw651KjU9AeEEgNRE3RFuQNdNinuCJlygqQT7INENePKqcWMKKJDEwbDBm0iRx9+8f97/Zmz2O4vCI1x8dHBu+ZgPITwReqn4CZxV2Z9KjbHN5Vfyrnt+KNGD9Ml8rzcmWZbUpXYLwQ7IjxJ+A5gzrdr8g4CdYnBAcA3QFsBNgKtR83M4Ljy94mJQtUBBX+0EosgsIfzSzRyMN8FLV/yZgKJmbaLES63YAp1CuUviGaAfUbPuj6vW3jcd+HVQYo57kHajVr3yYOBcsVzJAdsSesbMLCHc6Y0Ln0qxWyi3RXkE5wCEUbO2mj04MZe0C6IXO1xqmFZ9Yxx4asVOodwg8TZpo6SvLRxgSMoD6EvqCmj3zez+1aVIB/bfea7r/IrdHM2uO87FGokSgLucfW0pUoHdJDykLknvsrRCx6qzlRj8F0qyy+CDomnW88m9E4Otkylskvj3EKHTJxr9yBwkyeUWP9gSxxWwfR7nuVS9upGMDXYK79cBbv9XqK0o6jcmicmrphsN9it5xznfI7meDJSwb1o1qyj1NRLsFoMQ4CtrJPsr6NREs94kYTFsdiPBTjHo2YCw6RQbhPDxrd5OLXUwcDQ4yWPbOkTlPqBTbxLTqB6pOM3DJ3kdutc3iUcHDzuxmvaCbc0ShFPqzMtE8U3wNeiMfD4/aWcONp3FKoHNWOkAav2TKVhHCyWJezGI2uCLk8vDf2bgu6CZKaarFV3wEERewJazfFy92Z6ZKEYcsxaqfWf5ZOimkg043q5vh14rdZqkunWM1KH++Fzp3XrszeSrD/tn83dB7YT/AmVBGaFwZBU1AAAAAElFTkSuQmCC") no-repeat center;
}
.list-file__icon .xls {
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../img/xls-icon.png") no-repeat center;
}
a.list-file__icon:hover {
  border-color: transparent;
}
.list-file__cont {
  display: inline-block;
  vertical-align: top;
  margin-left: -30px;
  padding-left: 60px;
  width: 100%;
}
.list-file__header {
  padding-bottom: 25px;
}
.list-file_sm {
  margin-bottom: 10px;
}
.list-file_sm .list-file__header {
  padding-bottom: 0;
}
.list-file_sm .list-file__item {
  margin-top: 33px;
}
.list-file__title {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 7px;
  font-weight: 400;
}
.list-file__title a {
  color: #036;
  border-bottom: 1px solid transparent;
}
.list-file__title a:hover {
  border-bottom: 1px solid;
}
.list-file__descr {
  margin-bottom: 0 !important;
}
.list-file__info {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid transparent;
}
.list-file__info:hover {
  border-bottom: 1px solid;
}
.list-file h5 {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0 !important;
}
.common-form {
  padding-bottom: 60px;
}
.common-form--subscribe {
  margin-top: 50px;
}
.common-form .box-field {
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .common-form .box-field {
    margin-bottom: 30px;
  }
}
.common-form .box-field.agree {
  margin: 50px 0;
}
.common-form .box-field.col-2 {
  width: 61%;
}
@media (max-width: 1080px) {
  .common-form .box-field.col-2 {
    width: 100%;
  }
}
.common-form .box-field.col-3 {
  width: 79%;
}
.common-form .box-field__title {
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 170px;
  position: relative;
  z-index: 2;
  color: #434d5a;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 840px) {
  .common-form .box-field__title {
    width: 100%;
    display: block;
  }
}
.common-form .box-field__input {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -174px;
  padding-left: 194px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 840px) {
  .common-form .box-field__input {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
.common-form .box-field__input .form-control {
  width: 100%;
  display: block;
  height: 50px;
  padding: 0 15px;
  color: #00457a;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #8bb3cb;
}
.common-form .box-field__input .form-control.selectize-control,
.common-form .box-field__input .form-control.selectize-dropdown {
  padding: 0;
  border: 0;
  height: auto;
}
.common-form .box-field__input .form-control.selectize-dropdown {
  border: 1px solid #8bb3cb;
}
.common-form .box-field_error .form-control,
.common-form .box-field_error .captcha_word {
  border: 1px solid #d80f0f;
}
.common-form .box-field__input textarea.form-control {
  resize: none;
  height: 260px;
  padding-top: 15px;
}
.common-form .captcha input {
  width: 277px;
  height: 50px;
  padding: 0 15px;
  color: #00457a;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #8bb3cb;
}
.common-form .captcha__number img {
  height: 50px;
}
.common-form .captcha__number {
  display: inline-block;
  vertical-align: top;
  margin-left: 17px;
}
.common-form__submit {
  width: 249px;
  height: 50px;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}
.feedback-theme .selectize-input {
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #8bb3cb;
  border-radius: 0;
  box-shadow: none;
}
.feedback-theme .selectize-input.dropdown-active {
  border-radius: 0;
  box-shadow: none;
}
.feedback-theme .item {
  padding: 15px 0;
  font-family: Arial;
  font-size: 14px;
  color: #00457a;
}
.common-form .jq-checkbox {
  top: -3px;
  z-index: 1;
  vertical-align: top;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #8bb4cc;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.common-form input.styler {
  height: 50px;
  padding: 0 15px;
  color: #00457a;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #8bb3cb;
}
.common-form .jq-checkbox.checked .jq-checkbox__div {
  width: 17px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAABrElEQVQ4T2P88evPfwYKAOP////JMuDvv/8MTIyMDGQb0LbuBAM7Kwt5Bhy98ZQhuHsjw3+G/6Qb8P7LDwaH+hUMz99/Zchw0yfdgLjJ2xh2nL/PoCcvyrCtOpg0Axbsv8JQtvggAzc7K8O+xnAGRTF+4g248fQdg2vTKoafv/8yTEtzZQixUANHPuO/f///58zdw5DgoMNgqiKBNUWANIE0gwwJs1JnmJLiAlfHePDqo/8hPZsYBLk5GDZVBjKoSwlhGAJyNsj5yhICDHvqw8BegAFwOqhceohh7t7LDFKCPAzbaoLBNAyAAgwUcGwszAw7akIYdOREUCwAGwBKVcnTdjBsO3cP7ILNlUEMAtzs4KhyqFvB8P7rD4a2KFuGFBc9DNfBU+L3X38YQno2Mpy+8wIcFquK/RhiJm5lACUaDwNFhoW5XgyMjJhBhJKUQYnEu20tw50XHxhUJQUZbj9/zyApyM1woCkCHEbYAEZeePzmM4NL0yoGkGEgGzeWBzJYqEnhzK9YM9O6k7cZMmftYrBWl2ZYVxaAN7PjzI2rj91k8DdTAYc+PgAAaEPLtV3VHrcAAAAASUVORK5CYII=") no-repeat center;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}
.common-form .error-star {
  color: #cb6464;
  font-size: 14px;
  vertical-align: top;
}
.contacts-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 770px;
}
.contacts-wrap p {
  width: 50%;
}
.accordion-link {
  margin-top: 28px;
  border: 1px solid #8bb3cb;
  position: relative;
  display: block;
  padding: 20px 60px 20px 40px;
  color: #00457a;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.accordion-link:after {
  position: absolute;
  top: 50%;
  right: 43px;
  margin-top: -9px;
  content: '';
  width: 16px;
  height: 17px;
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAAjElEQVQoU43S3Q2EIAzA8X83Ox+Yw1tDBvDZDfTmuCUcRSfQQCGEyId9I/mlLW0FF8YuwMZ/3v27EIKZNpCRiwNhqGHB2C+w+iQNLKF0FyvUPps4wQ7OYQM/YQWXocdhbDqO34uM14nIp9OjIreExq8TcsUrc8xRgtmwn0jhCxRgvJ5yprjheBTde7wB5NFiTvVeMH0AAAAASUVORK5CYII=") no-repeat center;
}
.feedback-theme.selectized {
  position: absolute;
  top: -90000px;
}
.main__content .feedback-title {
  margin-top: 50px;
  font-size: 21px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.title-search-result {
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid #00457a;
}
.bx_searche {
  padding: 15px 20px;
}
.bx_searche .bx_item_block {
  margin: 10px 0;
}
.pdf {
  background: url(/upload/docs/pdf_icon.png) no-repeat 0 0;
  padding-left: 20px;
  margin-left: 2px;
}
table {
  margin-bottom: 30px;
}
table th {
  padding: 20px 15px 20px;
}
table td {
  padding: 20px 15px 20px;
  text-align: center;
  color: #434d5a;
}
table tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
table tr.show-more-projects {
  border: 0;
}
table tr.show-more-projects td {
  border: 0;
}
table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
table td,
table th {
  border-left: 1px solid #e6e6e6;
}
.projects__content table p {
  margin-bottom: 0;
}
.ui-datepicker-calendar tr {
  border: 0;
}
.ui-datepicker-calendar tr a.ui-state-default {
  padding-top: 8px;
}
.ui-datepicker-calendar td {
  padding: 0;
}
.filter-control {
  position: relative;
  font-size: 14px;
  color: #00457a;
  background-color: transparent;
  border-bottom: 1px dashed #00457a;
  outline: none;
}
.filter-control:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  right: -16px;
  width: 9px;
  height: 10px;
  background-image: url('../images/close.png');
}
.filter-control.active {
  font-weight: bold;
  border-bottom: 0;
}
.filter-control.active:after {
  display: block;
}
.news-filter-wrap {
  margin-top: 20px;
  display: none;
}
.subscribe-form {
  margin-top: 60px;
}
.mapboxgl-ctrl-attrib.mapboxgl-ctrl {
  position: absolute;
  top: 90000px;
  overflow: hidden;
}
.contacts__title {
  font-size: 20px;
  line-height: 1.5;
  color: #252525;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.contacts--participants {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: default;
  margin: 0 85px 76px 0;
  padding: 0;
}
@media (max-width: 840px) {
  .contacts--participants {
    margin-bottom: 46px;
  }
}
.contacts--participants .map {
  width: 100%;
  height: 360px;
}
.contacts--participants .map-wrap {
  float: left;
  width: 45%;
}
@media (max-width: 840px) {
  .contacts--participants .map-wrap {
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
}
.contacts--participants .address-info {
  float: left;
  width: 55%;
  padding-left: 30px;
}
@media (max-width: 840px) {
  .contacts--participants .address-info {
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.contacts--participants address {
  line-height: 25px;
}
.address-info__block {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-style: normal;
}
.address-info__caption {
  padding-top: 2px;
  padding-left: 25px;
  position: relative;
}
.address-info__caption.empty {
  padding-left: 0;
}
.address-info__caption.site:before {
  content: "";
  margin-left: 8px;
  position: absolute;
  top: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../images/link.png');
}
.address-info__svg-icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  color: #156494;
  fill: #156494;
}
.address-info__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.media-item-half {
  float: left;
  width: 33%;
}
@media (max-width: 1080px) {
  .media-item-half {
    width: 43%;
  }
}
@media (max-width: 840px) {
  .media-item-half {
    float: none;
    width: 100%;
  }
}
.docs-simple__year {
  display: block;
  padding: 20px 60px 20px 0;
  color: #00457a;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 840px) {
  .feedback-form .box-field.col-2 {
    width: 100%;
  }
  .feedback-form .box-field__input {
    display: block;
    margin-left: 0;
    padding: 0;
  }
  .feedback-form .box-field.col-3 {
    width: 100%;
  }
  .feedback-form .box-field__title br {
    display: none;
  }
  .feedback-form .captcha__number {
    margin-top: 15px;
    margin-left: 0;
  }
}
.main-page-container {
  margin-top: -2px;
  background: url('../images/new-bg.png') 50% 0% no-repeat;
  background: #fff;
  background-size: cover;
  overflow: hidden;
}
.main-page-container__inner {
  width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding: 0 35px;
  overflow: hidden;
}
@media (max-width: 1295px) and (min-width: 1081px) {
  .main-page-container__inner {
    width: 980px;
  }
}
@media (max-width: 1080px) {
  .main-page-container__inner {
    width: 768px;
  }
}
@media (max-width: 840px) {
  .main-page-container__inner {
    padding: 0 20px;
    width: 100%;
  }
  .main-page-container__inner .container {
    padding: 0;
  }
}
.topscroll {
  right: 25px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.topscroll.active {
  visibility: visible;
  opacity: 1;
}
.topscroll.fixed {
  position: fixed;
  bottom: 150px;
  z-index: 3;
}
.topscroll.absolute {
  position: absolute;
}
.topscroll__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #ccdce5;
  overflow: hidden;
}
.topscroll__icon:before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url('../images/breadcrumb.svg');
  display: block;
  margin: 14px auto 0;
  transform: rotate(-90deg);
}
.topscroll__text {
  margin-top: 5px;
  color: #156494;
  text-align: center;
}
.contacts-block {
  margin-bottom: 80px;
  margin-top: 50px;
}
.main__content .contacts-block__title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #252525;
  text-transform: uppercase;
}
.main__content .contacts-block__item {
  margin: 0;
}
.subscribe-form-filters {
  margin-bottom: 40px;
}
.subscribe-form-filters__all {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  color: #00457a;
  border-bottom: 1px dashed #00457a;
}
@media (max-width: 840px) {
  .news-filter-form.box-selection.mt45 {
    margin-bottom: 15px;
  }
}
.tblcredit-wrap {
  overflow-x: auto;
}
.member-flag {
  float: left;
  width: 200px;
  padding: 8px 20px 8px 0px;
}
@media (max-width: 840px) {
  .member-flag {
    float: none;
    display: block;
  }
}
.members-table-wrap {
  overflow-x: auto;
}
.footer__top-menu {
  margin-top: 20px;
  display: none;
}
@media (max-width: 840px) {
  .footer__top-menu {
    display: block;
  }
}
@media (max-width: 840px) {
  .footer__top-menu .nav {
    display: block;
  }
}
.tabs-wrap--members.tabs-wrap--projects .js-tabs-nav-link {
  padding-left: 19px;
  padding-right: 19px;
}
@media (max-width: 1080px) {
  .tabs-wrap--members.tabs-wrap--projects .js-tabs-nav-link span {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .tabs-wrap--members.tabs-wrap--projects .js-tabs-nav-link span {
    font-size: 20px;
  }
}
.mobile-menu__langs .langs {
  display: block;
  margin: 0;
  padding: 27px 10px 23px 26px;
  overflow: hidden;
}
.mobile-menu__langs .langs__item:first-child .langs__link {
  margin-left: 0;
}
.faq-grants {
  float: right;
  padding: 0;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 55px;
  margin-bottom: 15px;
  text-transform: none;
  width: 245px;
  z-index: 1;
  text-align: center;
  background-color: #fdcb13;
  line-height: 55px;
  color: #19547c;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.faq-grants:hover {
  color: #fff;
  background: #19547C;
}
@media (max-width: 840px) {
  .faq-grants {
    float: none;
    margin-left: 0;
  }
}
.accordion--full {
  width: 100%;
}
.faq-back {
  padding: 30px 0 60px;
  border-top: 1px solid #8bb3cb;
}
.faq-back__link:before {
  content: "";
  margin-right: 15px;
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url('../images/breadcrumb.svg');
  transform: rotate(180deg);
  vertical-align: middle;
  margin-top: -2px;
}
.faq-back__link:hover .faq-back__text {
  border-bottom-color: #156494;
}
.faq-back__text {
  color: #156494;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
.faq-scheme {
  max-width: 100%;
}
.accordion--full .accordion__body p:last-child {
  margin-bottom: 0;
}
.accordion--full .accordion__body ul:last-child {
  margin-bottom: 0;
}
.faq-grants-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #156494;
  border-bottom: 1px solid #156494;
  transition: all 0.3s ease;
}
.faq-grants-link:hover {
  border-bottom-color: transparent;
}
.site-map .map-level-1 {
  margin-left: 20px;
  margin-bottom: 5px;
}
.site-map {
  margin-bottom: 25px;
}
.site-map a {
  text-decoration: underline;
}
.site-map a:hover {
  text-decoration: none;
}
.site-map li {
  line-height: 24px;
}
.map-level-0 {
  border: 1px solid #8bb3cb;
  margin-top: -1px;
  padding: 36px 35px 38px 38px;
}
