/*
Theme name: IHPAN
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.container {
  padding: 0 20px;
  max-width: 1620px;
  margin: 0 auto; }
@media only screen and (min-width: 960px) {
  .container {
    padding: 0 40px; } }
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 60px; } }

body {
  background: #fff;
  position: relative; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

sup {
  vertical-align: super;
  font-size: smaller;
}

.menuOpened {
  overflow: hidden; }

.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.grid__20 {
  -webkit-flex-basis: calc(20% - 40px);
  -ms-flex-preferred-size: calc(20% - 40px);
  flex-basis: calc(20% - 40px); }
.grid__33 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 640px) {
  .grid__33 {
    -webkit-flex-basis: calc(50% - 40px);
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px); } }
@media only screen and (min-width: 1200px) {
  .grid__33 {
    -webkit-flex-basis: calc(33.33% - 40px);
    -ms-flex-preferred-size: calc(33.33% - 40px);
    flex-basis: calc(33.33% - 40px); } }
.grid__50 {
  width: 100%; }
@media only screen and (min-width: 640px) {
  .grid__50 {
    width: calc(50% - 60px); } }
@media only screen and (min-width: 960px) {
  .grid__50 {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .grid__50 {
    width: calc(50% - 60px); } }
.grid__25 {
  width: 100%; }
@media only screen and (min-width: 640px) {
  .grid__25 {
    width: calc(50% - 30px); } }
@media only screen and (min-width: 960px) {
  .grid__25 {
    width: calc(50% - 30px); } }
@media only screen and (min-width: 1200px) {
  .grid__25 {
    width: calc(50% - 30px); } }
@media only screen and (min-width: 1400px) {
  .grid__25 {
    width: calc(25% - 40px); } }

.bottomLine {
 /* border-bottom: 1px solid #000000; */
  padding-bottom: 30px; }

@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  src: url("fonts/OpenSans-Light.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  src: url("fonts/OpenSans-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  src: url("fonts/OpenSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Minion-Pro";
  font-weight: 400;
  src: url("fonts/MinionPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url("fonts/Raleway-Bold.ttf") format("truetype"); }

html {
  font-size: 62.5%; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: 700; }

/* Preload images */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #000000;
}


/*ul li {
  margin-bottom: 10px; } 
ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-underline-position: under;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.3rem; }


ul li::before {
content:"\2022";
margin-top: 3px;
padding-right:8px;
margin-left:10px;
}
ul li {
  display: list-item;
text-align: -webkit-match-parent;
}

ul li a:hover, ul li a:focus {
  text-decoration: underline; } 

  */

/*.news__main__news h2 {
font-size: 22px;
margin-bottom: 25px;
}
*/
h2 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 2.53em;
  line-height: 2.9rem;
  margin-bottom: 15px;
  margin-top: 35px;}


h3 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 2.4rem;
  color: #000000;
  position: relative;
  display: grid;
  margin-bottom: 15px;
  margin-top: 25px; }

h4 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 2rem;
  color: #000000;
  position: relative;
  display: grid;
  margin-bottom: 10px;
  margin-top: 10px;}

.container text .h4 {
  font-family: "OpenSans", sans-serif;
font-size: 1.5em;
line-height: 2rem;
color: #000000;
font-weight: 700;
}

.container.text ul:not(.text__breadcrumb) {
  list-style: none;
  padding-bottom: 15px;
}
.container.text ul:not(.text__breadcrumb) li p {
  display: inline-block;
}
.container.text ul:not(.text__breadcrumb) li {
  /*padding-left: 14px;*/
  font-size: 1.6em;
  line-height: 2.6rem;
  margin-bottom: 10px;
}
.container.text ul:not(.text__breadcrumb) li li {
  font-size: 2rem;
}
.container.text ul:not(.text__breadcrumb) li::before {
  content: "\2022";
  margin-top: 3px;
  padding-right: 8px;
  margin-left: -14px;
  color: #2C5F74;
}
.text__files h4 {
  font-size: 2.4rem;
  /*padding-bottom: 2rem;*/
  font-family: "OpenSans", sans-serif;
}
.container.text .text__files li {
  font-size: 1rem!important;
}
.container.text .text__list li::before,
.container.text .text__files li::before {
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.site__header__mobile {
  padding: 10px 0; }
.site__header__mobile div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.site__header__mobile .container {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.site__header__mobile__logo a {
  display: block;
  height: 48px;
  width: 37px;
  background: url(img/logo-ihpan.png) no-repeat center;
  background-size: cover;
  text-indent: -99999px; }
.site__header__mobile__openMenu {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer; }
.site__header__mobile__openMenu:focus {
  outline: none; }
.site__header__mobile__languages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.site__header__mobile__languages li {
  height: 40px;
  width: 40px;
  margin-left: 10px; }
.site__header__mobile__languages li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #656565; }
.site__header__mobile__languages li a:hover, .site__header__mobile__languages li a:focus {
  background: #2C5F74;
  color: #FFFFFF;
  border-color: #2C5F74; }
@media only screen and (min-width: 960px) {
  .site__header__mobile {
    display: none; } }

.site__header__bar {
  background: #2C5F74; }
@media only screen and (min-width: 960px) {
  .site__header__bar {
    padding-left: 300px; } }
.site__header__bar .container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.site__header__bar address {
  margin-right: 10px;
  width: 100%; }
@media only screen and (min-width: 640px) {
  .site__header__bar address {
    width: auto; } }
@media only screen and (min-width: 1316px) {
  .site__header__bar address {
    width: auto; } }
.site__header__bar address p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 5px;
  line-height: 1.3em;
  color: #FFFFFF; }
.site__header__bar address p:last-child {
  margin-bottom: 0; }
.site__header__bar address p a {
  color: inherit;
  text-underline-position: under;
   }
.site__header__bar address p a:hover, .site__header__bar address p a:focus {
  text-decoration: underline; }
@media only screen and (min-width: 1316px) {
  .site__header__bar address {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .site__header__bar address p {
    margin-bottom: 0; }
  .site__header__bar address p::after {
    content: ".";
    position: relative;
    top: -4px;
    margin: 0 12px;
    z-index: 0; }
  .site__header__bar address p:last-child::after {
    content: none; } }
@media only screen and (min-width: 1600px) {
  .site__header__bar address p {
    font-size: 1.4em; } }
.site__header__bar__search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -4px;
  margin-top: 10px; }
.site__header__bar__search input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  width: 93px;
  transition: 0.3s width, 0.3s margin;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  padding-right: 5px;
  cursor: pointer;
  font-size: 1.1em; }
.site__header__bar__search input[value=""] + label {
  display: block; }
.site__header__bar__search input:focus {
  margin-left: 0;
  width: 200px;
  outline: none;
  cursor: text; }
.site__header__bar__search input:focus + label {
  display: none; }
@media only screen and (min-width: 640px) {
  .site__header__bar__search input {
    width: 93px;
    margin-left: 107px; } }
@media only screen and (min-width: 1200px) {
  .site__header__bar__search input {
    margin-left: 0; } }
.site__header__bar__search label {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 20px;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.1em;
  text-transform: uppercase;
  height: 100%;
  background: #2C5F74;
  padding: 0 5px; }
.site__header__bar__search button {
  background: transparent;
  border: 0;
  position: relative;
  top: 3px;
  padding: 0 6px;
  cursor: pointer; }
.site__header__bar__search button img {
  width: 10px;
  height: 10px; }
@media only screen and (min-width: 640px) {
  .site__header__bar__search {
    margin-top: 0; } }
@media only screen and (min-width: 1200px) {
  .site__header__bar__search {
    margin-top: 10px; } }
@media only screen and (min-width: 1316px) {
  .site__header__bar__search {
    margin-top: 0; } }

@media print {
  .site__header {
    display: none; } }

.site__header__nav {
  height: 100%;
  width: 100%;
  max-width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: -300px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ebebeb;
  z-index: 10;
  transition: 0.3s left; }
.site__header__nav.active {
  display: block;
  left: 0; }
.site__header__nav__close {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer; }
.site__header__nav__close:focus {
  outline: none; }
.site__header__nav__close img {
  width: 20px; }
@media only screen and (min-width: 960px) {
  .site__header__nav__close {
    display: none; } }
@media only screen and (min-width: 960px) {
  .site__header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 300px;
    overflow: visible;
    position: absolute;
    min-height: 100vh;
    height: 100%; } }
@media screen and (min-height: 720px) {
  .site__header__nav {
    position: fixed; }
  .site__header__nav__links--mainNav {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }
.site__header__nav > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.site__header__nav__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 175px; }
@media screen and (min-height: 770px) {
  .site__header__nav__logo {
    height: 225px; } }
.site__header__nav__logo a {
  display: block;
  height: 100px;
  width: 77px;
  background: url(img/logo-ihpan.png) no-repeat center;
  text-indent: -99999px; }
.site__header__nav__links--actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.site__header__nav__links--actions li {
  width: 50px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.site__header__nav__links--actions li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  border-left: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #656565; }
.site__header__nav__links--actions li a img, .site__header__nav__links--actions li a svg {
  height: 20px;
  height: 20px; }
.site__header__nav__links--actions li a svg path {
  fill: #656565; }
.site__header__nav__links--actions li a:hover {
  background: #2C5F74;
  color: #FFFFFF;
  border-color: #2C5F74; }
.site__header__nav__links--actions li a:hover svg path {
  fill: #FFFFFF; }
.site__header__nav__links--actions li:first-child a {
  border-left: 1px solid #DDDDDD; }
.site__header__nav__links--actions li:first-child a:hover, .site__header__nav__links--actions li:first-child a:focus {
  border-color: #2C5F74; }
.site__header__nav__links--actions li.site__header__nav__links--actions__login {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  max-width: none; }
.site__header__nav__links--actions li.site__header__nav__links--actions__login a {
  width: 100%; }
.site__header__nav__links--actions li.site__header__nav__links--actions__login a img, .site__header__nav__links--actions li.site__header__nav__links--actions__login a svg {
  margin-right: 7px;
  height: 16px;
  width: 20px; }
.site__header__nav__links--languages li {
  width: auto;
  max-width: 45px; }
.site__header__nav__links--languages li a.active-lang {
  background: #2C5F74;
  color: #FFFFFF;
  border-color: #2C5F74; }
.site__header__nav__links--languages li:nth-child(1), .site__header__nav__links--languages li:nth-child(2) {
  display: none; }
@media only screen and (min-width: 960px) {
  .site__header__nav__links--languages li:nth-child(1), .site__header__nav__links--languages li:nth-child(2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.site__header__nav__links--mainNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.site__header__nav__links--mainNav li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.site__header__nav__links--mainNav li.active > a, .site__header__nav__links--mainNav li.current_page_parent > a, .site__header__nav__links--mainNav li.current_page_item > a {
  background: #2C5F74;
  color: #FFFFFF;
  border-color: #2C5F74; }
.site__header__nav__links--mainNav li.active::before, .site__header__nav__links--mainNav li.current_page_parent::before, .site__header__nav__links--mainNav li.current_page_item::before {
  background: #2C5F74 !important; }
.site__header__nav__links--mainNav li a {
  min-height: 45px;
  height: auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #DDDDDD;
  border-top: 0;
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000; }
@media only screen and (min-width: 960px) {
  .site__header__nav__links--mainNav li a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; } }
.site__header__nav__links--mainNav li a:hover, .site__header__nav__links--mainNav li a:focus {
  background: #2C5F74;
  color: #FFFFFF;
  border-color: #2C5F74; }
.site__header__nav__links--mainNav li ul li a {
  font-size: 1.1em; }
@media only screen and (min-width: 960px) {
  .site__header__nav__links--mainNav li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .site__header__nav__links--mainNav li:hover ul, .site__header__nav__links--mainNav li:focus ul {
    height: 100%;
    width: 300px;
    position: absolute;
    top: 0;
    left: 300px;
    display: block;
    padding-top: 219px;
    z-index: 100;
    background: #D6D6D6; } }
@media only screen and (min-width: 960px) and (min-height: 770px) {
  .site__header__nav__links--mainNav li:hover ul, .site__header__nav__links--mainNav li:focus ul {
    padding-top: 269px; } }
@media only screen and (min-width: 960px) {
  .site__header__nav__links--mainNav li:hover ul li, .site__header__nav__links--mainNav li:focus ul li {
    position: relative;
    background: #ebebeb;
    top: 1px; }
  .site__header__nav__links--mainNav li:hover ul li:first-child::before, .site__header__nav__links--mainNav li:focus ul li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DDDDDD; }
  .site__header__nav__links--mainNav li:hover ul li:hover::before, .site__header__nav__links--mainNav li:focus ul li:hover::before {
    background: #2C5F74; }
  .site__header__nav__links--mainNav li:hover ul li a, .site__header__nav__links--mainNav li:focus ul li a {
    padding-left: 20px;
    border-left: 0;
    font-size: 1.4em; }
  .site__header__nav__links--mainNav li ul {
    display: none; } }
.site__header__nav__links--socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.site__header__nav__links--socials li {
  width: 50px;
  height: 45px;
  position: relative;
  left: -1px; }
.site__header__nav__links--socials li a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  border-top: 0;
  text-decoration: none;
  font-family: "OpenSans", sans-serif;
  color: #656565;
  font-size: 0; }
.site__header__nav__links--socials li a img, .site__header__nav__links--socials li a svg {
  height: 17px;
  display: block; }
.site__header__nav__links--socials li a svg path {
  fill: #656565; }
.site__header__nav__links--socials li a:hover, .site__header__nav__links--socials li a:focus {
  background: #2C5F74;
  color: #FFFFFF;
  border-color: #2C5F74; }
.site__header__nav__links--socials li a:hover svg path, .site__header__nav__links--socials li a:focus svg path {
  fill: #FFFFFF; }

@media only screen and (min-width: 960px) {
  .site__footer {
    padding-left: 300px; } }

.site__footer__partners {
  background: #FFFFFF; }
.site__footer__partners ul {
  max-width: 740px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px 20px 30px 20px; }
.site__footer__partners ul li {
  display: inline-block; }
.site__footer__partners ul li a img {
  display: block;
  max-width: 100%;
  height: auto; }
.site__footer__partners ul li:nth-child(2) {
  margin: 0 30px; }

.site__footer__bottom {
  background: #2C5F74; }
.site__footer__bottom__siteMap > a {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px; }
@media only screen and (min-width: 1200px) {
  .site__footer__bottom__siteMap:hover .site__siteMap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.site__footer__bottom .container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.site__footer__bottom .container a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-family: "OpenSans", sans-serif; }
.site__footer__bottom .container a:hover, .site__footer__bottom .container a:focus {
  text-decoration: underline; }
.site__footer__bottom .container p {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "OpenSans", sans-serif;
  font-size: 1.05em;
  margin-right: 80px; }
.site__footer__bottom .container p a {
  margin-left: 2px; }
.site__footer__bottom__toTop {
  width: 40px;
  height: 100%;
  border-left: 1px solid #C0C8CC;
  border-right: 1px solid #C0C8CC;
  margin-left: 40px;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20px;
  top: 0; }
@media only screen and (min-width: 960px) {
  .site__footer__bottom__toTop {
    right: 40px; } }
@media only screen and (min-width: 1200px) {
  .site__footer__bottom__toTop {
    right: 60px; } }

@media print {
  .site__footer {
    display: none; } }

.site__main {
  background: #FFFFFF;
  display: block; }
@media only screen and (min-width: 960px) {
  .site__main {
    padding-left: 300px;
    min-height: calc(100vh - 196px); } }

.site__siteMap {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  background: #2C5F74;
  padding: 17px 60px 25px 60px;
  border-bottom: 1px solid #39697C; }
.site__siteMap:hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.site__siteMap::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  background: #FFFFFF; }
.site__siteMap ul {
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  margin-bottom: 25px;
  margin-top: 25px; }
.site__siteMap ul li {
  margin-bottom: 10px; }
.site__siteMap ul li:first-child a {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem; }
.site__siteMap ul li a {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.5rem; }

.news {
  padding: 30px 0 0 0;
  margin-bottom: -20px; }
.news h2 {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #2C5F74;
  text-transform: uppercase;
  font-size: 2.63em; }
.news h2 a {
  color: #2C5F74;
  text-decoration: none; }
.news h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #2C5F74;
  margin-top: 13px;
  margin-bottom: 25px; }
.news__post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px; }
.news__post:nth-child(4)::before, .news__post:nth-child(6)::before,
.news__post:nth-child(5)::before, .news__post:nth-child(5)::after,
.news__post:nth-child(2)::before, .news__post:nth-child(2)::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background: #C2C2C2; }
.news__post:nth-child(4)::before,
.news__post:nth-child(6)::before,
.news__post:nth-child(5)::before,
.news__post:nth-child(2)::before {
  left: -30px; }
.news__post:nth-child(5)::after,
.news__post:nth-child(2)::after {
  right: -30px; }
@media (min-width: 640px) and (max-width: 1200px) {
  .news__post:nth-child(4)::before,
  .news__post:nth-child(6)::before,
  .news__post:nth-child(5)::before,
  .news__post:nth-child(2)::before {
    display: block; }
  .news__post:nth-child(5)::before {
    display: none;
  }

  }
@media only screen and (min-width: 1200px) {
  .news__post:nth-child(5)::before,
  .news__post:nth-child(2)::before,
  .news__post:nth-child(5)::after,
  .news__post:nth-child(2)::after {
    display: block; } }
.news__post__category {
  display: block;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #2C5F74;
  font-size: 1.4em;
  text-decoration: none;
  margin-bottom: 7px; }
.news__post__category:hover, .news__post__category:focus {
  text-decoration: underline; }
  .news__post__title {
    padding-bottom: 10px;
  }
.news__post__title a {
  display: block;
  font-family: "OpenSans", sans-serif;
  /*border-bottom: 1px solid #2C5F74;*/
  display: inline;
  font-weight: 700;
  color: #2C5F74;
  /*font-size: 1.6em !important;*/
  line-height: 2rem;
  /*text-underline-position: under;*/
  text-decoration: none;
  margin-bottom: 10px; }
.news__post__title a:hover, .news__post__title a:focus {
  text-decoration: underline; }
.news__post p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.4em;
  line-height: 1.8rem; }
.news__post__date {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #777777;
  font-size: 1.4em;
  margin-bottom: 7px;
  display: block; }

.text {
  margin-bottom: -30px; }
.text__title {
  display: block;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #2C5F74; }
.text__title, .text__sectionTitle {
  font-family: "Minion-Pro";
  font-size: 2.6em;
  line-height: 2.9rem;
  color: #2C5F74;
  text-transform: uppercase; }
@media only screen and (min-width: 960px) {
  .text__title, .text__sectionTitle {
    font-size: 3.3em;
    line-height: 3.7rem; } }
.text__sectionTitle {
  margin-bottom: 45px; }
.text__subTitle {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 33px; }
.text__h3 {
  font-family: "OpenSans", sans-serif;
  font-size: 1.7em;
  line-height: 2.3rem;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase; }
.text p, .text__address {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 26px;
 /* font-size: 1.6em;
  line-height: 2.6rem;*/
  color: #000000;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 15px; }
.text p a, .text__address a {
  margin-bottom: 0;
  display: inline;
  text-underline-position: under;
  color: #2C5F74; }
.text p strong, .text p b, .text__address strong, .text__address b {
  font-weight: 700; }
.text p i, .text__address i {
  font-style: italic; }
.text p { }
.text p.text__paragraph--withoutMargin {
  margin-bottom: 0; }
.text p.text__paragraph--center {
  text-align: center; }
.text__link {
  margin-bottom: 30px;
  display: block;
  font-family: "OpenSans", sans-serif;
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #2C5F74;
  text-align: left; }
.text__link:hover, .text__link:focus {
  text-decoration: underline; }
.text__link--attachment {
  padding-left: 38px;
  position: relative;
  text-decoration: none;
  /*text-underline-position: under;*/
  /*display: inline-block;*/ }
.text__link--attachment::before {
  content: "";
  background: url(img/paper-clip.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.text__boxImage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 45px; }
.text__boxImage__text {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 1200px) {
  .text__boxImage__text {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }
.text__boxImage__image {
  text-align: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 1200px) {
  .text__boxImage__image {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 90px; } }
.text__boxImage__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
.text__boxImage__image--left {
  text-align: left; }
.text__boxImage__image--left img {
  margin: 0; }
.text__boxImage__image figcaption {
  margin-top: 20px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.4em;
  line-height: 2.3rem; }
.text__table {
  width: 100%;
  margin-bottom: 40px;
  display: block;
  overflow-x: auto; }
@media only screen and (min-width: 1200px) {
  .text__table {
    margin-bottom: 80px; } }
.text__table thead th {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.5em;
  line-height: 2rem; }
.text__table tbody tr th {
  padding-right: 20px;
  font-family: "OpenSans", sans-serif;
  text-align: left;
  font-weight: 700;
  color: #000000;
  font-size: 1.6em;
  line-height: 2.1rem;
  padding-bottom: 50px; }
@media only screen and (min-width: 960px) {
  .text__table tbody tr th {
    padding-right: 70px; } }
.text__table tbody tr td {
  font-family: "OpenSans", sans-serif;
  padding-bottom: 50px;
  text-align: left;
  font-weight: 400;
  color: #000000;
  font-size: 1.5em;
  line-height: 2rem;
   }
.text__table tbody tr td a {
  color: #2C5F74; 
}

.text__additionalBox {
  margin-top: 30px; }
@media only screen and (min-width: 1200px) {
  .text__additionalBox {
    margin-top: 40px; } }
.text__additionalBox p {
  color: #000000; }
.text__list li {
  font-family: "OpenSans", sans-serif;
  font-size: 1.7em;
  line-height: 2.3rem;
  color: #000000;
  font-weight: 400; }
.text__list li a {
  margin-bottom: 5px;
  display: inline-block; }
.text__list li > ul {
  padding-left: 40px; }
.text__list li > ul li a {
  color: #2C5F74;
  text-underline-position: under;
  padding-left: 0;
  display: inline; }
.text__list li > ul li a:hover, .text__list li > ul li a:focus {
  text-decoration: underline;
  color: #2C5F74; }
.text__list li > ul li::before {
  font-size: 1.8rem;
  color: #2C5F74;
  content: ">";
  margin-right: 5px; }
.text__list--withSpaces li {
  margin-bottom: 30px; }
.text ol.text__list {
  list-style-type: decimal;
  padding-left: 15px; }
  .text__files h4,
.text__files h3 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.7em;
  line-height: 2.3rem;
  margin-bottom: 15px; }
.text__files ul li {
  margin-bottom: 10px; }
.text__files ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-underline-position: under;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.3rem; }
.text__files ul li a:hover, .text__files ul li a:focus {
  text-decoration: underline; }
.text__files ul li a img {
  margin-right: 19px;
  width: 25px;
  height: 27px; }
.text__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  padding-bottom: 50px; }
.text__button a {
  font-family: "OpenSans", sans-serif;
  color: #2C5F74;
  font-size: 1.8rem;
  text-decoration: none;
  border: 1px solid #2C5F74;
  min-height: 38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 22px; }
.text__button a:hover, .text__button a:focus {
  background: #2C5F74;
  color: #FFFFFF; }
.text__seeAlso {
  margin-top: 50px; }
.text__seeAlso h3 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.7em;
  line-height: 2.3rem;
  margin-bottom: 16px; }
.text__seeAlso a {
  text-underline-position: under;
  padding-left: 29px;
  margin-bottom: 5px; }
.text__seeAlso ul {
  margin-top: 0; }
.text__share {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem; }
.text__share::before {
  content: url(img/icon-share.png);
  margin-right: 22px; }
.text__share:hover, .text__share:focus {
  text-decoration: underline; }
.text__form {
  max-width: 550px;
  margin-top: 60px; }
@media only screen and (min-width: 640px) {
  .text__form {
    margin: 0 auto; } }
.text__form div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 19px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.text__form div input[type="text"], .text__form div input[type="email"], .text__form div textarea {
  border: 1px solid #A5A5A5;
  width: 100%;
  max-width: 370px;
  min-height: 47px;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  font-size: 1.55rem;
  padding: 10px; }
.text__form div input[type="text"]:focus, .text__form div input[type="email"]:focus, .text__form div textarea:focus {
  outline: none;
  border-color: #2C5F74; }
.text__form div textarea {
  min-height: 150px; }
.text__form div label {
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.667rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 15px; }
@media only screen and (min-width: 640px) {
  .text__form div label {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 0; } }
.text__form input[type="submit"], .text__form button {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2C5F74;
  border: 1px solid #2C5F74;
  padding: 10px 35px;
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: 25px; }
.text__form input[type="submit"]:hover, .text__form input[type="submit"]:focus, .text__form button:hover, .text__form button:focus {
  background: #FFFFFF;
  color: #2C5F74;
  outline: none; }
@media only screen and (min-width: 640px) {
  .text__form input[type="submit"], .text__form button {
    margin-left: 180px; } }
.text__table {
  display: block;
  margin-top: 60px; }
@media only screen and (min-width: 640px) {
  .text__table {
    display: table; } }
.text__table thead, .text__table tbody {
  width: 100%; }
.text__table thead th {
  border: 1px solid #2C5F74;
  padding: 19px 5px;
  text-align: left;
  vertical-align: middle;
  font-weight: 700; }
.text__table tbody tr td {
  border: 1px solid #2C5F74;
  padding: 19px 10px;
  vertical-align: middle; }
.text__table tbody tr td strong {
  font-weight: 700; }
.text__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px; }
@media only screen and (min-width: 640px) {
  .text__gallery {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media only screen and (min-width: 1600px) {
  .text__gallery {
    max-width: 80%; } }
.text__gallery a {
  margin-bottom: 20px; }
@media only screen and (min-width: 480px) {
  .text__gallery a {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-right: 1%; } }
@media only screen and (min-width: 640px) {
  .text__gallery a {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%; } }
@media only screen and (min-width: 960px) {
  .text__gallery a {
    margin-right: 1%;
    -webkit-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%; } }
.text__breadcrumb {
  padding-bottom: 5px;
  margin-top: -10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2C5F74; }
.text__breadcrumb li {
  font-family: "OpenSans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.3rem; }
.text__breadcrumb li a {
  color: #000000;
  text-underline-position: under;
}
.text__breadcrumb li::after {
  content: "/";
  margin: 0 7px;
  color: #B9B9B9; }
.text__breadcrumb li:last-child::after {
  content: none; }
.text__breadcrumb li:last-child a {
  font-weight: 700; }

.gallery__thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px; }
.gallery__thumbs a {
  -webkit-flex-basis: calc(50% - 5px);
  -ms-flex-preferred-size: calc(50% - 5px);
  flex-basis: calc(50% - 5px); }

.gallery__hiddenItems a {
  display: none; }

.search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
  margin-bottom: 45px; }
.search label {
  margin-right: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.883em;
  margin-bottom: 10px; }
@media only screen and (min-width: 480px) {
  .search label {
    margin-bottom: 0; } }
.search input {
  width: 195px;
  height: 45px;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
  font-size: 1.5em;
  font-family: "OpenSans", sans-serif;
  font-weight: 400; }
.search input::-webkit-input-placeholder {
  color: #DDDDDD; }
.search input:-moz-placeholder {
  color: #DDDDDD; }
.search input::-moz-placeholder {
  color: #DDDDDD; }
.search input:-ms-input-placeholder {
  color: #DDDDDD; }
.search input:focus {
  color: #000000;
  outline: none;
  border: 1px solid #2C5F74; }
.search button {
  border: 0;
  background: transparent;
  cursor: pointer; }
.search button svg {
  width: 22px; }
.search button svg path {
  fill: #DDDDDD; }
.search button:focus path, .search button:hover path {
  fill: #CCCCCC; }
.search div {
  position: relative; }
.search div button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip {
  position: relative; }
.tooltip__text {
  position: absolute;
  line-height: 1.5rem;
  bottom: 50px;
  width: 120px;
  left: 0;
  background-color: #656565;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  visibility: hidden;
  z-index: 1;
  font-weight: 400;
  font-family: "OpenSans", sans-serif; }
.tooltip__text:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -5px;
  border: 5px solid;
  border-color: #656565 transparent transparent transparent; }
.tooltip:hover .tooltip__text {
  visibility: visible; }

.home__main__introduction {
  min-height: 361px;
  background: url("img/home-header.png") no-repeat left center;
  background-size: cover;
  position: relative; }
@media only screen and (min-width: 640px) {
  .home__main__introduction {
    min-height: 481px; } }
.home__main__introduction__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px; }
@media only screen and (min-width: 640px) {
  .home__main__introduction__content {
    padding-top: 83px; } }
@media only screen and (min-width: 960px) {
  .home__main__introduction__content {
    padding-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
@media only screen and (min-width: 1200px) {
  .home__main__introduction__content {
    padding-top: 95px;
    padding-right: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }
@media only screen and (min-width: 1600px) {
  .home__main__introduction__content {
    padding-top: 95px; } }
.home__main__introduction__content h1 {
  background: rgba(255, 255, 255, 0.8);
  font-family: "Minion-Pro";
  color: #000000;
  font-size: 2.1em;
  padding: 16px 20px; }
.home__main__introduction__content h1 span {
  text-transform: uppercase; }
@media only screen and (min-width: 480px) {
  .home__main__introduction__content h1 {
    font-size: 3em; }
  .home__main__introduction__content h1 span {
    display: block; } }
@media only screen and (min-width: 640px) {
  .home__main__introduction__content h1 span {
    display: inline; }
  .home__main__introduction__content h1 span:last-child {
    display: block; } }
@media only screen and (min-width: 960px) {
  .home__main__introduction__content h1 {
    padding: 16px 40px; }
  .home__main__introduction__content h1 span {
    display: block; } }
@media only screen and (min-width: 1200px) {
  .home__main__introduction__content h1 {
    width: calc(100% - 425px);
    padding: 30px 60px; } }
@media only screen and (min-width: 1600px) {
  .home__main__introduction__content h1 {
    font-size: 3.2em; }
  .home__main__introduction__content h1 span {
    display: inline; }
  .home__main__introduction__content h1 span:last-child {
    display: block; } }
@media only screen and (min-width: 1800px) {
  .home__main__introduction__content h1 {
    font-size: 3.6em; } }
.home__main__introduction__content__box {
  max-width: 365px;
  background: rgba(44, 95, 116, 0.9);
  padding: 20px;
  display: none; }
@media print {
  .home__main__introduction__content__box {
    display: block; }
  .home__main__introduction__content__box h3, .home__main__introduction__content__box p, .home__main__introduction__content__box a {
    color: #000000 !important;
    border-color: #000000; } }
@media only screen and (min-width: 640px) {
  .home__main__introduction__content__box {
    display: block; } }
@media only screen and (min-width: 960px) {
  .home__main__introduction__content__box {
    padding: 40px;
    min-height: 295px; } }
@media only screen and (min-width: 1200px) {
  .home__main__introduction__content__box {
    padding: 30px; } }
.home__main__introduction__content__box h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.93em;
  color: #FFFFFF;
  text-transform: uppercase; }
.home__main__introduction__content__box h3::after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #FFFFFF;
  margin-top: 9px;
  margin-bottom: 21px; }
.home__main__introduction__content__box p {
  font-family: "OpenSans", sans-serif;
  font-size: 1.58em;
  line-height: 1.94rem;
  color: #FFFFFF; }
.home__main__introduction__content__box a {
  margin-top: 23px;
  display: inline-block;
  font-family: "OpenSans", sans-serif;
  font-size: 1.05em;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 9px 15px;
  float: right; }
.home__main__introduction__content__box a:hover, .home__main__introduction__content__box a:focus {
  background: #FFFFFF;
  color: #2C5F74; }

.home__main__button {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  padding-bottom: 50px; }

.library__main article {
  padding-bottom: 60px;
  margin-bottom: 0; }
.library__main article .text__list li {
  margin-bottom: 4px; }

.conferenceRooms__main .text__list {
  margin-bottom: 27px; }

@media only screen and (min-width: 1200px) {
  .conferenceRooms__main__imageBox {
    text-align: center; }
  .conferenceRooms__main__imageBox img {
    display: inline; } }

.conferenceRooms__main .text__link--attachment {
  display: block;
  padding-left: 24px; }

.conferenceRooms__main .grid {
  border-bottom: 1px solid #000000;
  padding-bottom: 80px; }
.conferenceRooms__main .grid:first-of-type {
  margin-top: 15px;
  margin-bottom: 80px; }

.digitalResources__main {
  padding-bottom: 110px; }
.digitalResources__main__typesOfAccess li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
.digitalResources__main__typesOfAccess li img, .digitalResources__main__typesOfAccess li svg {
  display: inline;
  max-width: 37px;
  max-height: 43px;
  margin-right: 14px; }
.digitalResources__main__typesOfAccess li:first-child img, .digitalResources__main__typesOfAccess li:first-child svg {
  max-width: 32px;
  margin-right: 16px;
  margin-left: 3px; }
.digitalResources__main__table {
  display: block;
  margin-top: 60px; }
@media only screen and (min-width: 640px) {
  .digitalResources__main__table {
    display: table; } }
.digitalResources__main__table thead, .digitalResources__main__table tbody {
  width: 100%; }
.digitalResources__main__table thead th {
  border: 1px solid #2C5F74;
  padding: 19px 5px;
  text-align: center;
  vertical-align: middle; }
@media only screen and (min-width: 1600px) {
  .digitalResources__main__table thead th:first-child {
    width: 300px; } }
.digitalResources__main__table tbody tr td {
  border: 1px solid #2C5F74;
  padding: 19px 5px;
  text-align: center;
  vertical-align: middle; }
.digitalResources__main__table__access {
  padding: 0 !important;
  height: 100%; }
.digitalResources__main__table__access div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
.digitalResources__main__table__access div a {
  padding: 0 5px;
  width: 50%;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.digitalResources__main__table__access div a:first-child {
  border-right: 1px solid #2C5F74; }
.digitalResources__main__table__access div a img, .digitalResources__main__table__access div a svg {
  max-height: 42px;
  width: auto;
  margin: 0 auto; }
.digitalResources__main__how {
  margin-bottom: 0 !important; }

.contact__main {
  padding-bottom: 50px; }
.contact__main__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.contact__main__img {
  margin-bottom: 50px; }
@media only screen and (min-width: 640px) {
  .contact__main__img {
    width: 75%; } }
@media only screen and (min-width: 1260px) {
  .contact__main__img {
    max-width: 380px;
    width: 33%; }
  .contact__main__img img {
    max-width: 100%; } }
.contact__main__contactBox {
  background: #2C5F74;
  min-height: 255px;
  width: 100%;
  padding: 22px 36px;
  margin-bottom: 80px; }
@media only screen and (min-width: 640px) {
  .contact__main__contactBox {
    max-width: 280px;
    width: 280px; } }
@media print {
  .contact__main__contactBox {
    padding-left: 0; }
  .contact__main__contactBox h3, .contact__main__contactBox p, .contact__main__contactBox a {
    color: #000000 !important;
    border-color: #000000; }
  .contact__main__contactBox span::before {
    content: "" !important; } }
.contact__main__contactBox h3 {
  font-family: "OpenSans", sans-serif;
  color: #FFFFFF;
  font-size: 1.8em;
  margin-bottom: 25px; }
.contact__main__contactBox a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 21px; }
.contact__main__contactBox p {
  color: #FFFFFF;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.9rem;
  margin-bottom: 20px;
  text-align: left; }
.contact__main__contactBox p span {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding-left: 13px; }
.contact__main__contactBox p span::before {
  content: url(img/icon-phone.png);
  position: absolute;
  left: 0; }
.contact__main__contactBox p:last-child {
  margin-bottom: 0; }
.contact__main__box {
  margin-bottom: 40px; }
.contact__main__box--institute {
  width: 100%; }
@media only screen and (min-width: 640px) {
  .contact__main__box--institute {
    width: 50%; } }
@media only screen and (min-width: 1200px) {
  .contact__main__box--institute {
    max-width: 250px;
    width: 250px; } }
.contact__main__box--institute address {
  margin-bottom: 10px !important; }
.contact__main__box--institute p strong, .contact__main__box--institute p span {
  display: block; }
.contact__main__box__title {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 2.1rem;
  color: #000000;
  margin-bottom: 25px; }
.contact__main__box__title span {
  display: block;
  text-transform: uppercase; }
.contact__main__box address {
  font-family: "OpenSans", sans-serif;
  color: #000000;
  font-size: 1.6em;
  line-height: 2.1rem;
  margin-bottom: 24px; }
.contact__main__box p {
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-align: left; }
.contact__main__box p a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-underline-position: under;
}
.contact__main__box--data {
  max-width: 270px;
  width: 100%; }
@media only screen and (min-width: 640px) {
  .contact__main__box--data {
    max-width: 100%;
    width: 50%; } }
@media only screen and (min-width: 1200px) {
  .contact__main__box--data {
    margin-left: 20px;
    max-width: 270px;
    width: 270px; } }
.contact__main__box--data h3 {
  text-transform: uppercase;
  margin-bottom: 21px; }
.contact__main__box--data p span {
  margin-bottom: 22px;
  display: block; }
.contact__main__institutionsTitle {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  line-height: 2.1rem;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  border-top: 1px solid #2C5F74;
  padding-top: 60px; }
.contact__main__city {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (min-width: 1200px) {
  .contact__main__city {
    margin-bottom: 45px; } }
@media only screen and (min-width: 1200px) {
  .contact__main__city {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.contact__main__city__img {
  max-width: 330px;
  margin-bottom: 30px; }
@media only screen and (min-width: 1200px) {
  .contact__main__city__img {
    width: 24%; } }
@media only screen and (min-width: 1600px) {
  .contact__main__city__img {
    width: 100%; } }
.contact__main__city__institutions {
  width: 100%; }
.contact__main__city__institutions h3 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 2.4rem;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 40px; }
.contact__main__city__institutions h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  left: 0;
  bottom: -8px; }
.contact__main__city__institutions__institute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (min-width: 640px) {
  .contact__main__city__institutions__institute {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.contact__main__city__institutions__institute__name {
  width: 100%; }
@media only screen and (min-width: 640px) {
  .contact__main__city__institutions__institute__name {
    width: 50%; } }
@media only screen and (min-width: 1200px) {
  .contact__main__city__institutions__institute__name {
    width: 55%;
    max-width: 720px; } }
@media only screen and (min-width: 1600px) {
  .contact__main__city__institutions__institute__name {
    width: 48%;
    max-width: 100%; } }
.contact__main__city__institutions__institute__name h5 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  line-height: 2.1rem;
  color: #000000;
  text-transform: uppercase;
  max-width: 70%;
  margin-bottom: 30px; }
.contact__main__city__institutions__institute__name p {
  color: #342B2B;
  font-weight: 700;
  margin-bottom: 60px; }
.contact__main__city__institutions__institute__contact {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
@media only screen and (min-width: 640px) {
  .contact__main__city__institutions__institute__contact {
    width: 50%; } }
@media only screen and (min-width: 960px) {
  .contact__main__city__institutions__institute__contact {
    width: auto; } }
.contact__main__city__institutions__institute__contact span {
  font-family: "OpenSans", sans-serif;
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #000000; }

.calendar__main {
  padding-bottom: 50px; }
.calendar__main__introduction strong {
  margin-top: 27px;
  display: inline-block; }
.calendar__main__calendar {
  display: block;
  width: 100%;
  font-size: 15px; }

.newsList__main__search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #2C5F74;
  padding: 5px 0 50px 0;
  margin-bottom: 42px; }
.newsList__main__search label {
  margin-right: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.883em;
  margin-bottom: 10px; }
@media only screen and (min-width: 480px) {
  .newsList__main__search label {
    margin-bottom: 0; } }
@media only screen and (min-width: 960px) {
  .newsList__main__search label {
    font-size: 2.083rem; } }
.newsList__main__search input {
  width: 195px;
  height: 45px;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
  font-size: 1.7rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400; }
.newsList__main__search input::-webkit-input-placeholder {
  color: #DDDDDD; }
.newsList__main__search input:-moz-placeholder {
  color: #DDDDDD; }
.newsList__main__search input::-moz-placeholder {
  color: #DDDDDD; }
.newsList__main__search input:-ms-input-placeholder {
  color: #DDDDDD; }
.newsList__main__search input:focus {
  color: #000000;
  outline: none;
  border: 1px solid #2C5F74; }
.newsList__main__search button {
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none; }
.newsList__main__search button svg {
  width: 22px; }
.newsList__main__search button svg path {
  fill: #DDDDDD; }
.newsList__main__search button:focus path, .newsList__main__search button:hover path {
  fill: #CCCCCC; }
.newsList__main__search div {
  position: relative; }
.newsList__main__search div button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.newsList__main__news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 58px; }
@media only screen and (min-width: 1200px) {
  .newsList__main__news {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.newsList__main__news__image {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 75px;
  margin-bottom: 10px; }
@media only screen and (min-width: 640px) {
  .newsList__main__news__image {
    width: 220px; } }
.newsList__main__news__text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
@media only screen and (min-width: 640px) {
  .newsList__main__news__text {
    -webkit-flex-basis: calc(100% - 295px);
    -ms-flex-preferred-size: calc(100% - 295px);
    flex-basis: calc(100% - 295px); } }
.newsList__main__news__text time {
  display: block;
  margin-bottom: 24px;
  font-family: "OpenSans", sans-serif;
  font-size: 1.883em;
  line-height: 2.175rem;
  text-transform: uppercase;
  color: #000000; }
  .newsList__main__news__text h2, .newsList__main__news__text h2 a,
.newsList__main__news__text h3, .newsList__main__news__text h3 a {
  display: block;
  margin-bottom: 23px;
  font-family: "OpenSans", sans-serif;
  font-size: 1.883rem;
  line-height: 2.5rem;
  text-underline-position: under;
  color: #342B2B;
  font-weight: 700; }
  .newsList__main__news__text h2 a:hover,
.newsList__main__news__text h3 a:hover {
  text-decoration: underline; }
.newsList__main__news__text p {
  font-family: "OpenSans", sans-serif;
  font-size: 1.667em;
  line-height: 2.375rem;
  color: #000000; }
.newsList__main__news__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
@media only screen and (min-width: 640px) {
  .newsList__main__news__button {
    margin-left: 75px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media only screen and (min-width: 1200px) {
  .newsList__main__news__button {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
.newsList__main__news__button a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 105px;
  height: 32px;
  color: #2C5F74;
  border: 2px solid #2C5F74;
  font-size: 1.5em;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s; }
.newsList__main__news__button a:hover, .newsList__main__news__button a:focus {
  color: #FFFFFF;
  background: #2C5F74; }

.newsList__main__pagination {
  margin-top: 42px;
  padding-bottom: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.newsList__main__pagination ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 480px) {
  .newsList__main__pagination ul {
    margin-bottom: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
.newsList__main__pagination ul li {
  margin-right: 8px; }
@media only screen and (min-width: 640px) {
  .newsList__main__pagination ul li {
    margin-right: 8px; } }
.newsList__main__pagination ul li a, .newsList__main__pagination ul li span {
  width: 24px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: #2C5F74;
  color: #FFFFFF;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.683em; }
@media only screen and (min-width: 640px) {
  .newsList__main__pagination ul li a, .newsList__main__pagination ul li span {
    width: 34px;
    height: 30px;
    font-size: 16px; } }
.newsList__main__pagination ul li:last-child a img, .newsList__main__pagination ul li:last-child span img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
.newsList__main__pagination p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.883em;
  color: #B9B9B9;
  margin-left: 0;
  margin-bottom: 0;
  text-align: left; }
@media only screen and (min-width: 480px) {
  .newsList__main__pagination p {
    margin-left: 20px; } }
@media only screen and (min-width: 1200px) {
  .newsList__main__pagination p {
    margin-right: 170px; } }

.news__main__news time {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #342B2B;
  font-size: 1.8em;
  line-height: 2.1rem;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block; }
.news__main__news h2 {
  font-family: "OpenSans", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.news__main__news h3, .news__main__news h3 a {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #342B2B;
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-decoration: none;
  margin-bottom: 45px; }

.news__main__news__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-bottom: 65px; }
@media only screen and (min-width: 1200px) {
  .news__main__news__content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.news__main__news__content__image {
  width: 100%;
  margin-right: 47px;
  margin-bottom: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
@media only screen and (min-width: 1200px) {
  .news__main__news__content__image {
    max-width: 345px; } }
.news__main__news__content__text a {
    text-underline-position: under;
}
/*
.news__main__news__content__text p, .news__main__news__content__text p a {
  font-size: 1.8rem;
  line-height: 2.1rem; }
  */
  .news__main__news h2 {
    font-size: 22px;
    /*margin-bottom: 25px*/;
  }
.news__main__news__content__text p {
  color: #000000; }
.news__main__news__content__text p a {
    text-underline-position: under; }

.news__main__news__files h3 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 12px; }

.news__main__news__files ul li {
  margin-bottom: 10px; }
.news__main__news__files ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.1rem; }
.news__main__news__files ul li a:hover, .news__main__news__files ul li a:focus {
  text-decoration: underline; }
.news__main__news__files ul li a img {
  margin-right: 19px; }

.news__main__news__share {
  margin-top: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  color: #2C5F74;
  text-underline-position: under;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 130px; }
.news__main__news__share::before {
  content: url(img/icon-share.png);
  margin-right: 22px; }
.news__main__news__share:hover, .news__main__news__share:focus {
  text-decoration: underline; }

.jobOffers__main__title, .jobOffers__main__title a {
  margin-top: 50px;
  margin-bottom: 35px;
  display: block;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  font-size: 2.1rem;
  text-transform: uppercase;
  text-underline-position: under; }

.jobOffers__main__title a:hover, .jobOffers__main__title a:focus {
  text-decoration: underline;
  color: #2C5F74; }

.jobOffers__main__list li {
  margin-bottom: 11px; }
.jobOffers__main__list li a {
  text-decoration: none; }

.jobOffers__main__seeAlso {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #000000;
  padding-bottom: 90px; }
.jobOffers__main__seeAlso h3 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 16px; }
.jobOffers__main__seeAlso a {
  text-decoration: none;
  padding-left: 29px;
  margin-bottom: 5px; }

.jobOffers__main__pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0; }
.jobOffers__main__pagination li {
  margin-right: 8px; }
@media only screen and (min-width: 640px) {
  .jobOffers__main__pagination li {
    margin-right: 16px; } }
.jobOffers__main__pagination li a, .jobOffers__main__pagination li span {
  width: 24px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: #2C5F74;
  color: #FFFFFF;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.683em; }
@media only screen and (min-width: 640px) {
  .jobOffers__main__pagination li a, .jobOffers__main__pagination li span {
    width: 34px;
    height: 30px;
    font-size: 1.883em; } }
.jobOffers__main__pagination li:last-child a img, .jobOffers__main__pagination li:last-child span img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.jobOffer__main {
  padding-bottom: 50px; }
.jobOffer__main__title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #000000;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 30px; }
.jobOffer__main .text__list {
  margin-bottom: 27px; }

.guestRooms__main {
  padding-bottom: 100px; }
.guestRooms__main__title {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 2.5em;
  margin-top: 65px;
  margin-bottom: 40px; }
.guestRooms__main__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.guestRooms__main__gallery a {
  margin-bottom: 30px;
  margin-right: 25px; }
.guestRooms__main__gallery a img {
  max-height: 150px;
  display: block; }
@media only screen and (min-width: 1200px) {
  .guestRooms__main__gallery a img {
    max-height: 200px; } }
.guestRooms__main__share {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.1rem; }
.guestRooms__main__share::before {
  content: url(img/icon-share.png);
  margin-right: 22px; }
.guestRooms__main__share:hover, .guestRooms__main__share:focus {
  text-decoration: underline; }

.educationalInsitutions__main {
  padding-bottom: 100px; }
.educationalInsitutions__main__list li a {
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.6rem; }

.educationalInsitution__main {
  padding-bottom: 90px; }
.educationalInsitution__main .text__list {
  margin-bottom: 50px; }
.educationalInsitution__main__subTitle {
  margin-top: 70px; }

.conferences__main__conferenceName {
  margin-top: 50px;
  margin-bottom: 60px !important; }

.conferences__main__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 80px; }
.conferences__main__links .text__button {
  margin-top: 0; }
.conferences__main__links .text__share {
  margin-top: 0; }
.conferences__main__links > * {
  margin-bottom: 20px; }
@media only screen and (min-width: 640px) {
  .conferences__main__links > * {
    margin-bottom: 0; } }

.conferences__main__seeAlso p {
  margin-top: 35px;
  margin-bottom: 22px; }

.conferences__main__seeAlso .text__list li {
  margin-bottom: 15px; }

.administration__main {
  padding-bottom: 30px; }
.administration__main .text__title {
  margin-bottom: 40px; }
.administration__main .grid__50 {
  margin-bottom: 53px;
  width: 100% !important; }
@media only screen and (min-width: 768px) {
  .administration__main .grid__50 {
    width: calc(50% - 60px) !important; } }
.administration__main .grid__50 p {
  text-align: left; }

.coworkers__main {
  padding-bottom: 80px; }
.coworkers__main__list li a {
  padding: 15px 0;
  display: block;
  text-underline-position: under;
  color: #2C5F74;
  font-weight: 700;
  font-family: "OpenSans", sans-serif;
  border-bottom: 1px solid #2C5F74; }
.coworkers__main__list li a:hover, .coworkers__main__list li a:focus {
  text-decoration: underline; }
.coworkers__main__list li:last-child a {
  border-bottom: 0; }

.coworker__main {
  padding-bottom: 60px; }
.coworker__main__title {
  font-size: 2.2rem;
  font-family: "OpenSans", sans-serif;
  color: #000000;
  font-weight: 700;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #2C5F74;
  margin-bottom: 20px; }
.coworker__main h3 {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5em;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 700; }
.coworker__main p, .coworker__main ol {
/*  margin-bottom: 40px; */}

.publicProcurement__main__list {
  margin-top: 35px; }
.publicProcurement__main__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media only screen and (min-width: 640px) {
  .publicProcurement__main__list li {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.publicProcurement__main__list li span {
  margin: 10px 0;
  font-size: 1.7rem;
  line-height: 2.3rem;
  padding-left: 38px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 640px) {
  .publicProcurement__main__list li span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.publicProcurement__main__pagination {
  margin-top: 95px;
  margin-bottom: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.publicProcurement__main__pagination ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 480px) {
  .publicProcurement__main__pagination ul {
    margin-bottom: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
.publicProcurement__main__pagination ul li {
  margin-right: 8px; }
@media only screen and (min-width: 640px) {
  .publicProcurement__main__pagination ul li {
    margin-right: 16px; } }
.publicProcurement__main__pagination ul li a, .publicProcurement__main__pagination ul li span {
  width: 24px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: #2C5F74;
  color: #FFFFFF;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.683em; }
@media only screen and (min-width: 640px) {
  .publicProcurement__main__pagination ul li a, .publicProcurement__main__pagination ul li span {
    width: 34px;
    height: 30px;
    font-size: 1.883em; } }
.publicProcurement__main__pagination ul li:last-child a img, .publicProcurement__main__pagination ul li:last-child span img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
.publicProcurement__main__pagination p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.883em;
  color: #B9B9B9;
  margin-left: 20px;
  margin-bottom: 0; }

.publicProcurement__main .text__button {
  padding-bottom: 80px; }

.publicProcurementSingle__main__title {
  font-family: "OpenSans", sans-serif;
  font-size: 2.1rem;
  line-height: 2.6rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 60px; }
@media only screen and (min-width: 640px) {
  .publicProcurementSingle__main__title {
    font-size: 2.5rem;
    line-height: 3rem; } }

.publicProcurementSingle__main time {
  font-family: "OpenSans", sans-serif;
  color: #727272;
  font-size: 2.083rem;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block; }

.publicProcurementSingle__main .text__button {
  margin-top: 65px;
  padding-bottom: 75px; }

.scientificCouncil__main__list {
  margin-top: 50px; }
.scientificCouncil__main__list--afterLogin {
  border-bottom: 1px solid #000000;
  padding-bottom: 30px; }

.scientificCouncil__main .text__button {
  margin-top: 50px;
  padding-bottom: 65px; }

.scientificCouncil__main__title {
  font-family: "OpenSans", sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 2.6rem;
  margin-top: 45px; }
@media only screen and (min-width: 640px) {
  .scientificCouncil__main__title {
    font-size: 2.5rem;
    line-height: 3rem; } }

.scientificCouncil__main .text__files {
  margin-top: 50px; }

.scientificCouncil__main__seeAlso ul {
  margin-top: 0; }

.scientificCouncil__main__login {
  max-width: 402px;
  margin: 50px auto;
  text-align: center; }
.scientificCouncil__main__login p {
  margin-bottom: 42px;
  font-size: 1.8rem;
  line-height: 2.1rem; }
.scientificCouncil__main__login div {
  margin-bottom: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.scientificCouncil__main__login div input {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 2px solid #2C5F74;
  height: 42px;
  padding: 0 5px;
  font-family: "OpenSans", sans-serif;
  font-size: 1.3rem;
  color: #000000; }
@media only screen and (min-width: 640px) {
  .scientificCouncil__main__login div input {
    -webkit-flex-basis: 225px;
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px; } }
.scientificCouncil__main__login div label {
  font-family: "OpenSans", sans-serif;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 5px; }
@media only screen and (min-width: 640px) {
  .scientificCouncil__main__login div label {
    margin-bottom: 0; } }
.scientificCouncil__main__login button {
  font-family: "OpenSans", sans-serif;
  color: #FFFFFF;
  background-color: #2C5F74;
  border: 0;
  width: 157px;
  height: 48px;
  margin-top: 34px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 2.3rem; }
@media only screen and (min-width: 640px) {
  .scientificCouncil__main__login button {
    font-size: 2.292rem;
    line-height: 2.5rem; } }

.employeeBibliography__main .text__files {
  margin-top: 40px; }

.employeeBibliography__main .text__button {
  padding: 50px 0; }

.publishing__main {
  padding-bottom: 75px; }
.publishing__main__title {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 37px;
  padding-top: 22px;
  border-top: 1px solid #2C5F74;
  text-transform: uppercase; }
.publishing__main__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 47px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media only screen and (min-width: 640px) {
  .publishing__main__list li {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .publishing__main__list li p {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0px; } }
.publishing__main__list li img {
  margin-right: 48px;
  max-width: 142px; }
@media print {
  .publishing__main__list li img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid; } }
.publishing__main__list li p {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 30px; }
.publishing__main .text__button {
  margin-top: 150px; }

.newPublications__main__book {
  padding-top: 50px;
  clear: both; }
.newPublications__main__book h3 {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 27px; }
.newPublications__main__book h3 i {
  font-style: italic; }
.newPublications__main__book img {
  display: block;
  max-width: 200px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 30px; }
@media only screen and (min-width: 700px) {
  .newPublications__main__book img {
    float: left; }
  .newPublications__main__book:nth-child(even) img {
    float: right;
    margin-right: 0;
    margin-left: 30px; } }
.newPublications__main__book p { }

.newPublications__main .text__button {
  margin-top: 100px;
  padding-bottom: 100px; }

#bbpress-forums {
  font-family: "OpenSans", sans-serif; }
#bbpress-forums a {
  color: #2C5F74;
  text-decoration: none; }
#bbpress-forums a:hover, #bbpress-forums a:focus {
  text-decoration: underline; }
#bbpress-forums li {
  padding: 3px; }
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  background: #FFFFFF;
  padding: 13px;
  font-size: 1.5rem; }
#bbpress-forums li.bbp-header {
  border-top: 0; }
#bbpress-forums .topic {
  color: #000000;
  font-size: 1.3rem; }
#bbpress-forums .topic a {
  color: #000000;
  text-decoration: none; }
#bbpress-forums .topic a:hover, #bbpress-forums .topic a:focus {
  text-decoration: underline; }
#bbpress-forums .topic .bbp-author-name {
  color: #2C5F74; }
#bbpress-forums .topic .bbp-topic-permalink {
  color: #2C5F74; }
#bbpress-forums .bbp-search-form input[type="text"] {
  padding: 5px 3px; }
#bbpress-forums .bbp-search-form input[type="text"]:focus {
  border: 1px solid #2C5F74;
  outline: none; }
#bbpress-forums .bbp-search-form .button {
  font-weight: 700;
  font-size: 1.17rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2C5F74;
  border: 1px solid #2C5F74;
  padding: 7px 5px;
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: 25px; }
#bbpress-forums .bbp-search-form .button:hover, #bbpress-forums .bbp-search-form .button:focus {
  background: #FFFFFF;
  color: #2C5F74;
  outline: none; }
#bbpress-forums .bbp-forums {
  margin-top: 60px; }
#bbpress-forums .bbp-forums p {
  margin-bottom: 0; }
#bbpress-forums .bbp-forum-title {
  font-size: 1.6rem;
  color: #2C5F74;
  text-decoration: none; }
#bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-forum-title:focus {
  text-decoration: underline; }
#bbpress-forums .bbp-forum-reply-count, #bbpress-forums .bbp-forum-topic-count {
  font-size: 1.6rem; }
#bbpress-forums .bbp-body > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
#bbpress-forums .bbp-forum-freshness a {
  font-size: 1.3rem; }
#bbpress-forums .bbp-forum-freshness > a {
  color: #000000;
  text-decoration: none; }
#bbpress-forums .bbp-forum-freshness > a:hover, #bbpress-forums .bbp-forum-freshness > a:focus {
  text-decoration: underline; }
#bbpress-forums .bbp-pagination {
  color: #000000; }
#bbpress-forums .bbp-forum-description {
  color: #000000; }
#bbpress-forums .bbp-forum-description a:hover, #bbpress-forums .bbp-forum-description a:focus {
  color: #2C5F74;
  text-decoration: underline; }
#bbpress-forums .bbp-author-avatar {
  display: none; }
#bbpress-forums .bbp-author-name {
  color: #2C5F74;
  font-size: 1.3rem;
  text-decoration: none; }
#bbpress-forums .bbp-author-name:focus, #bbpress-forums .bbp-author-name:hover {
  text-decoration: underline; }
#bbpress-forums .bbp-reply-author .bbp-author-avatar {
  display: block; }
#bbpress-forums .bbp-reply-content {
  margin-left: 150px; }
#bbpress-forums .bbp-reply-content p {
  font-size: 1.5rem;
  line-height: 1.8rem; }
#bbpress-forums #bbp-user-body p, #bbpress-forums #bbp-user-body h2 {
  font-size: 1.5rem; }
#bbpress-forums .bbp-topic-permalink {
  font-size: 1.7rem; }
#bbpress-forums .bbp-form p label, #bbpress-forums .bbp-form p #bbp_topic_tags {
  display: none; }
#bbpress-forums .bbp-submit-wrapper button {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2C5F74;
  border: 1px solid #2C5F74;
  padding: 8px 25px;
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: 25px; }
#bbpress-forums .bbp-submit-wrapper button:hover, #bbpress-forums .bbp-submit-wrapper button:focus {
  background: #FFFFFF;
  color: #2C5F74;
  outline: none; }
#bbpress-forums .bbp-topic-revision-log .avatar {
  display: none; }

.notFound__main h3 {
  font-family: "Minion-Pro";
  color: #2C5F74;
  text-transform: uppercase;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 30px; }
@media only screen and (min-width: 640px) {
  .notFound__main h3 {
    font-size: 4.5rem;
    margin-bottom: 25px;
    margin-top: 50px; } }
@media only screen and (min-width: 1200px) {
  .notFound__main h3 {
    font-size: 8rem;
    margin-bottom: 50px;
    margin-top: 67px; } }

.notFound__main p {
  text-align: center;
  font-family: "Minion-Pro";
  color: #2C5F74;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.5rem; }
@media only screen and (min-width: 640px) {
  .notFound__main p {
    font-size: 2.3rem;
    line-height: 2.7rem; } }
@media only screen and (min-width: 1200px) {
  .notFound__main p {
    font-size: 3.3rem;
    line-height: 3.9rem; } }

.notFound__main__link {
  text-align: center; }
.notFound__main__link a {
  font-family: "Minion-Pro";
  color: #2C5F74;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.5rem; }
@media only screen and (min-width: 640px) {
  .notFound__main__link a {
    font-size: 2.3rem;
    line-height: 2.7rem; } }
@media only screen and (min-width: 1200px) {
  .notFound__main__link a {
    font-size: 3.3rem;
    line-height: 3.9rem; } }
.notFound__main__link a:focus, .notFound__main__link a:hover {
  text-decoration: underline; }
.notFound__main__link img {
  margin: 45px auto 13px auto;
  max-width: 70px; }
@media only screen and (min-width: 640px) {
  .notFound__main__link img {
    max-width: none; } }

@media only screen and (min-width: 1200px) {
  .notFound__main .text__button {
    margin-top: 100px; } }

.search__main__list {
  padding-left: 0 !important; }
.search__main__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 5px 0; }
.search__main__list li:last-child {
  border-bottom: 0; }
@media only screen and (min-width: 640px) {
  .search__main__list li {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.search__main__list li span {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 640px) {
  .search__main__list li span {
    text-align: right;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; } }
.search__main__list li a {
  text-decoration: none; }
.pass-log a {
font-size:1.4rem;
color: #000;
font-family:"OpenSans", sans-serif;
text-decoration:none;
}


/* Aktualizacja AiOnline 26.03.2018: Maciej Zadrożny */



@media only screen and (min-width: 960px) {

  .site__header__nav__links--mainNav li:hover ul li:hover ul.sub-menu, .site__header__nav__links--mainNav li:hover ul li:focus ul.sub-menu{
    height: 100%;
    width: 300px;
    position: absolute;
    top: 0;
    left: 300px;
    display: block;
    padding-top: 535px;
    z-index: 100;
    background: #D6D6D6; }


  .site__header__nav__links--mainNav li:hover ul li, .site__header__nav__links--mainNav li:focus ul li {
    position: static;
    background: #ebebeb;
    top: 1px; }

    .site__header__nav__links--mainNav li ul li ul.sub-menu{
      display: none;
    }

    .site__header__nav__links--mainNav li:hover ul li:hover ul.sub-menu li:first-child::before, .site__header__nav__links--mainNav li:hover ul li:focus ul.sub-menu li:first-child::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #DDDDDD; }

    }


   /* h2 {
      display: block;
      font-size: 2.63em;
      -webkit-margin-before: 0.83em;
      -webkit-margin-after: 0.83em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      font-weight: bold;
  }
*/

  .podpis_foty{
    text-align: left !important;
    line-height: 15px !important;
  }

  .multiphotos{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .singlephoto{
        display: inline-block !important;
        float: none !important;
        vertical-align: top;
  }
/*
  div.wpcf7-response-output{
    display: none;
  }

*/







  /* =WordPress Core
  -------------------------------------------------------------- */
  .alignnone {
      margin: 5px 20px 20px 0;
  }

  .aligncenter,
  div.aligncenter {
      display: block;
      margin: 5px auto 5px auto;
  }

  .alignright {
      float:right;
      margin: 5px 0 20px 20px;
  }

  .alignleft {
      float: left;
      margin: 5px 20px 20px 0;
  }

  a img.alignright {
      float: right;
      margin: 5px 0 20px 20px;
  }

  a img.alignnone {
      margin: 5px 20px 20px 0;
  }

  a img.alignleft {
      float: left;
      margin: 5px 20px 20px 0;
  }

  a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .wp-caption {
      background: #fff;
      border: 1px solid #f0f0f0;
      max-width: 96%; /* Image does not overflow the content area */
      padding: 5px 3px 10px;
      text-align: center;
  }

  .wp-caption.alignnone {
      margin: 5px 20px 20px 0;
  }

  .wp-caption.alignleft {
      margin: 5px 20px 20px 0;
  }

  .wp-caption.alignright {
      margin: 5px 0 20px 20px;
  }

  .wp-caption img {
      border: 0 none;
      height: auto;
      margin: 0;
      max-width: 98.5%;
      padding: 0;
      width: auto;
  }

  .wp-caption p.wp-caption-text {
      font-size: 11px;
      line-height: 17px;
      margin: 0;
      padding: 0 4px 5px;
  }

  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }

  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }

  .single-publish{
    border: 1px solid #707070;
    display: block;
    width: 250px;
    height: 250px;
    background-color: #fff;
    float: left;
    margin-left: 80px;
    padding-top: 12px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  .single-publish h2{
    margin-top: 0;
    color: #020202;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -0.14px;
  }

  .single-publish img{
    position: absolute;
    height: 170px;
    left: -22%;
    bottom: -1px;
  }

  .shortext{
    width: 62%;
    position: absolute;
    left: 31%;
    top: 76px;
  }

  .shortext p{
    font-family: "OpenSans", sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
  }

  .rcin-btn, .rcin-btn svg g text, .rcin-btn svg g use{
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 75px;
    height: 27px;
    background-color: #2c5f74;
    border: 1px solid #2c5f74;
    display: block;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .rcin-btn svg{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .rcin-btn span{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(50%, -50%);

    color: #ffffff;
    font-family: "OpenSans";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.12px;
    text-transform: uppercase;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .rcin-btn:hover svg g text, .rcin-btn:hover svg g use{
    fill: #2c5f74 !important;
  }

  .rcin-btn:hover{
    background-color: #fff;
  }

  .rcin-btn:hover span{
    color: #2c5f74 !important;
  }

  .ppnews8{
    display: block;
    width: 70%;
    float: left;
  }

  #search-publish{
    display: block;
    width: 30%;
    float: right;
  }

  #search-publish p{
    text-align: right;
  }

  #search-publish input{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.11px;

    width: 97px;
    height: 22px;
    border: 1px solid #dedede;
    outline: none !important;
    position: relative;
    top: -2px;
    padding-left: 5px;
  }

  #search-publish input::placeholder {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.11px;
    color: #e0dfdd;
    padding-left: 5px;
  }

  .rcin-btn{
    cursor: pointer;
  }

  .single-publish{
    text-decoration: none !important;
  }

.single-zasobcyfrowy{
  display: inline-block;
  width: 330px;
  height: 100px;
  border: 1px solid #000;
  position: relative;
  text-decoration: none;
  margin-right: 25px;
  margin-bottom: 25px;

  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.single-zasobcyfrowy:hover{
  border: 1px solid #2C5F74;
}

.single-zasobcyfrowy img{
  position: absolute;
  top: 27px;
  left: 10px;
  max-height: 20px;
}

.single-zasobcyfrowy p{
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  color: #4a4a4a;
  width: 90%;
  text-align: left !important;
}

.linktozasob{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 25px;
  background-color: #2C5F74;

  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.linktozasob:hover{
  background-color: #2C5F74 !important;
}

.single-zasobcyfrowy svg{
  width: 20px;
  position: absolute;
  top: 2px;
  right: 5px;

  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.single-zasobcyfrowy:hover svg{
  right: 10px;
}

.single-zasobcyfrowy svg g{
  fill: #fff !important;
}



@media (max-width:1500px) and (min-width:1200px) {
    .single-zasobcyfrowy{
      width: 30%;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .single-zasobcyfrowy{
      width: 45%;
    }
}

@media (max-width: 992px) {
    .single-zasobcyfrowy{
      width: 100%;
      height: 150px;
    }
}



.page-template-page-zasobycyfrowe #breadcrumbs{
  margin-bottom: 20px !important;
}

img.atlas-fontium{
  height: 30px;
  max-height: 30px;
}

.news__main__news__content .attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
  max-width: 300px;
  height: 100%;
}
/*
.news__main__news__content ul{
  list-style: inherit;
      color: #342B2B;
      font-size: 1.8rem;
      line-height: 2.1rem;
          font-weight: 400;
              font-family: "OpenSans", sans-serif;
              margin-left: 20px;
}
*/
@media (max-width: 768px) {
    .image-featured-singlepost{
      width: 100% !important;
      margin-right: 0!important;
    }
}

.site__main.search__main{
      width: calc(1620px - 213px);
}

body.search .site__footer, body.search .site__header{
  width: 100%;
}

body.search{
  margin-bottom: 0;
  padding-top: 0;
}

body > main > div > form > div > label{
  display: none;
}


.site__header__bar__search button svg {
    height: 10px;
    width: 10px;
}

.web-colors {
    display: flex;
    align-items: center;
}

.web-colors * {
    margin-left: 5px
}

.web-colors p {
    color: #fff;
	font-size: 14px;
	    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}


/* MULTI COLOR */

/* ############## 1 ############# */


body.color_theme_2 * {
    color: #fff;
    background-color: #000;
}

body.color_theme_2 a {
    color: #F7FF00;
}

body.color_theme_2 .news h3 a {
    color: #fff;
}

body.color_theme_2 section.home__main__introduction * {
    background-color: transparent;
}

body.color_theme_2 .home__main__introduction__content h2 {
    background-color: #000;
}

body.color_theme_2 article.home__main__introduction__content__box * {
    background-color: #292929 !important;
    color: #fff;
}

body.color_theme_2 .news .text__button a{
color: #fff  !important;
	border-color: #fff  !important;
}

body.color_theme_2 .site__header__nav__links--mainNav li a:hover, body.color_theme_2 .site__header__nav__links--mainNav li a:focus {
	border-color: #fff  !important;
    color: #FFFFFF;
	border-color: #fff  !important;
}

body.color_theme_2 table * {
    color: #fff !important;
    border-color: #fff !important;
}

body.color_theme_2  .text__title {
    border-bottom: #fff !important;
}

body.color_theme_2 .newsList__main__news__button a {
    color: #fff;
    border-color: #fff;
}

body.color_theme_2 .site__header__nav__links--mainNav li.current_page_parent > a{
background-color: #000 !important;
	color: #F7FF00 !important;
	border-color: #000 !important;
}

body.color_theme_2 .text__button a {
    color: #fff !important;
    border-color: #fff !important;
}

body.color_theme_2 .text__list li > ul li a{
		color: #F7FF00 !important;
}

body.color_theme_2 .text__breadcrumb{
border-color: #fff !important
}

body.color_theme_2 .coworkers__main__list li a{
	border-color: #fff !important
}

body.color_theme_2 article.home__main__introduction__content__box {
    background-color: #292929 !important;
}

body.color_theme_2 .text__files ul li a{
		color: #F7FF00 !important;
}
body.color_theme_2 .newsList__main__pagination ul li a, body.color_theme_2 .newsList__main__pagination ul li span{
	background-color: #000 !important;
}

body.color_theme_2 .text__form input[type="submit"], body.color_theme_2 .text__form button{
		background-color: #fff !important;
	color: #000 !important;
			border-color: #fff !important;

}

body.color_theme_2 .scientificCouncil__main__login div input{
color: #fff !important;
	border-color: #fff !important;
}

body.color_theme_2 label {
    color: #fff !important;
}

body.color_theme_2 nav.site__header__nav * {
    background-color: #292929 !important;
}

body.color_theme_2 nav.site__header__nav a {
    color: #fff !important;
}

body.color_theme_2 .site__header__nav__links--languages li a.active-lang {
    background: #000 !important;
    color: #f7ff00 !important;
    border-color: #000 !important;
}

body.color_theme_2 .site__header__nav__links--mainNav li.current_page_item > a {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #f7ff00 !important;
}

body.color_theme_2 .site__footer__bottom * {
    background-color: #292929 !important;
}

body.color_theme_2 nav.site__header__nav a:hover {
    color: #f7ff00 !important;
    background-color: #000 !important;
	border-color: #000 !important;
}

body.color_theme_2 .site__header__nav__logo a {
    background: url(https://ihpan.edu.pl/wp-content/uploads/2020/09/logo-ihpan-white-1.png) no-repeat center;
}

body.color_theme_2 .site__header__mobile__logo a{
	    background: url(https://ihpan.edu.pl/wp-content/uploads/2020/09/logo-ihpan-white-1.png)  no-repeat center;
	display: block;
    height: 48px;
    width: 37px;
    background-size: cover;
}

body.color_theme_2 .site__header__mobile * {
    background-color: #292929;
}

body.color_theme_2 .site__header__mobile {
    background-color: #292929;
}

body.color_theme_2 section.home__main__introduction h2, body.color_theme_2 section.home__main__introduction span {
    color: #f7ff00;
}

body.color_theme_2 .news .text__button a:hover {
    background-color: transparent;
}

body.color_theme_2 .text__button a:hover, .text__button a:focus{
    background-color: transparent;
}

body.color_theme_2 .newsList__main__news__button a:hover, .newsList__main__news__button a:focus{
	    background-color: transparent;
}

body.color_theme_2 .text__form div input[type="text"], body.color_theme_2 .text__form div input[type="email"], body.color_theme_2 .text__form div textarea{
color: #fff;
}

body.color_theme_2 .newsList__main__search input:focus{
color: #fff;
}

body.color_theme_2 h2.text__title {
    margin-top: 0;
}

/* ############## 2 ############# */



body.color_theme_3 * {
    color: #000;
    background-color: #f7ff00;
}
/*
body.color_theme_3 a {
    color: #00519F;
}*/

body.color_theme_3 .news h3 a {
    color: #000;
}

body.color_theme_3 section.home__main__introduction * {
    background-color: transparent;
}

body.color_theme_3 .home__main__introduction__content h2 {
    background-color: #f7ff00;
}

body.color_theme_3 article.home__main__introduction__content__box * {
    background-color: #f7ff00 !important;
    color: #000;
	border-color: #000;
}

body.color_theme_3 .news .text__button a{
color: #000  !important;
	border-color: #000  !important;
}

body.color_theme_3 .site__header__nav__links--mainNav li a:hover, body.color_theme_3 .site__header__nav__links--mainNav li a:focus {
	border-color: #000  !important;
    color: #000FFF;
	border-color: #000  !important;
}

body.color_theme_3 table * {
    color: #000 !important;
    border-color: #000 !important;
}

body.color_theme_3  .text__title {
    border-bottom: #000 !important;
}

body.color_theme_3 .newsList__main__news__button a {
    color: #000;
    border-color: #000;
}

body.color_theme_3 .site__header__nav__links--mainNav li.current_page_parent > a{
background-color: #f7ff00 !important;
	color: #00519F !important;
	border-color: #f7ff00 !important;
}

body.color_theme_3 .text__button a {
    color: #000 !important;
    border-color: #000 !important;
}

body.color_theme_3 .text__list li > ul li a{
		color: #00519F !important;
}

body.color_theme_3 .text__breadcrumb{
border-color: #000 !important
}

body.color_theme_3 .coworkers__main__list li a{
	border-color: #000 !important
}

body.color_theme_3 article.home__main__introduction__content__box {
    background-color: #f7ff00 !important;
}

body.color_theme_3 .text__files ul li a{
		color: #00519F !important;
}
body.color_theme_3 .newsList__main__pagination ul li a, body.color_theme_3 .newsList__main__pagination ul li span{
	background-color: #f7ff00 !important;
}

body.color_theme_3 .text__form input[type="submit"], body.color_theme_3 .text__form button{
		background-color: #000 !important;
	color: #f7ff00 !important;
			border-color: #000 !important;

}

body.color_theme_3 .scientificCouncil__main__login div input{
color: #000 !important;
	border-color: #000 !important;
}

body.color_theme_3 label {
    color: #000 !important;
}

body.color_theme_3 nav.site__header__nav * {
    background-color: #f7ff00 !important;
}

body.color_theme_3 nav.site__header__nav a {
    color: #000 !important;
}

body.color_theme_3 .site__header__nav__links--languages li a.active-lang {
    background: #f7ff00 !important;
    color: #00519F !important;
    border-color: #000 !important;
}

body.color_theme_3 .site__header__nav__links--mainNav li.current_page_item > a {
    border-color: #000 !important;
    background-color: #f7ff00 !important;
    color: #00519F !important;
}

body.color_theme_3 .site__footer__bottom * {
    background-color: #f7ff00 !important;
	color: #000 !important;
}

body.color_theme_3 nav.site__header__nav a:hover {
    color: #00519F !important;
    background-color: #f7ff00 !important;
	border-color: #000 !important;
}


body.color_theme_3 .site__header__mobile * {
    background-color: #f7ff00;
}

body.color_theme_3 .site__header__mobile {
    background-color: #f7ff00;
}
/*
body.color_theme_3 section.home__main__introduction h2, body.color_theme_3 section.home__main__introduction span {
    color: #00519F;
}*/

body.color_theme_3 header.site__header * {
    color: #000 !important;
}

body.color_theme_3 header.site__header * {
    color: #000 !important;
    border-color: #000 !important;
}

body.color_theme_3 .home__main__introduction__content__box h3::after{
background: #000 !important;
}

body.color_theme_3 form.newsList__main__search * {
    color: #000 !important;
    border-color: #000 !important;
}
/*
body.color_theme_3 button * {
    fill: #000 !important;
}*/

body.color_theme_3 .news .text__button a:hover {
    background-color: transparent;
}

body.color_theme_3 .text__button a:hover, .text__button a:focus{
    background-color: transparent;
}

body.color_theme_3 .newsList__main__news__button a:hover, .newsList__main__news__button a:focus{
	    background-color: transparent;
}

body.color_theme_3 input#newsSearch::placeholder {
    color: #000;
}

body.color_theme_3 .newsList__main__pagination ul li a, body.color_theme_3 .newsList__main__pagination ul li span {
    background-color: #f7ff00 !important;
    color: #000;
}

body.color_theme_3 input#coworkersSearch {
    color: #000;
    border-color: #000;
}
body.color_theme_3 input#coworkersSearch::placeholder {
    color: #000;
    border-color: #000;
}

body.color_theme_3 #search-publish input{

}

body.color_theme_3 #search-publish input::placeholder {
    color: #000;
    border-color: #000;
}

body.color_theme_3 h2.text__title {
    margin-top: 0;
}

/* ############## 3 ############# */



body.color_theme_4 * {
    color: #f7ff00;;
    background-color: #000;
}

body.color_theme_4 a {
    color: #F7FF00;
}

body.color_theme_4 .news h3 a {
    color: #F7FF00;
}

body.color_theme_4 section.home__main__introduction * {
    background-color: transparent;
}

body.color_theme_4 .home__main__introduction__content h2 {
    background-color: #000;
}

body.color_theme_4 article.home__main__introduction__content__box * {
    background-color: #292929 !important;
    color: #f7ff00;;
}

body.color_theme_4 .news .text__button a{
color: #f7ff00  !important;
	border-color: #fff  !important;
}

body.color_theme_4 .site__header__nav__links--mainNav li a:hover, body.color_theme_4 .site__header__nav__links--mainNav li a:focus {
	border-color: #fff  !important;
    color: #FFFFFF;
	border-color: #fff  !important;
}

body.color_theme_4 table * {
    color: #fff !important;
    border-color: #fff !important;
}

body.color_theme_4  .text__title {
    border-bottom: #fff !important;
}

body.color_theme_4 .newsList__main__news__button a {
    color: #fff;
    border-color: #fff;
}

body.color_theme_4 .site__header__nav__links--mainNav li.current_page_parent > a{
background-color: #000 !important;
	color: #F7FF00 !important;
	border-color: #000 !important;
}

body.color_theme_4 .text__button a {
    color: #fff !important;
    border-color: #fff !important;
}

body.color_theme_4 .text__list li > ul li a{
		color: #F7FF00 !important;
}

body.color_theme_4 .text__breadcrumb{
border-color: #fff !important
}

body.color_theme_4 .coworkers__main__list li a{
	border-color: #fff !important
}

body.color_theme_4 article.home__main__introduction__content__box {
    background-color: #292929 !important;
}

body.color_theme_4 .text__files ul li a{
		color: #F7FF00 !important;
}
body.color_theme_4 .newsList__main__pagination ul li a, body.color_theme_4 .newsList__main__pagination ul li span{
	background-color: #000 !important;
}

body.color_theme_4 .text__form input[type="submit"], body.color_theme_4 .text__form button{
		background-color: #fff !important;
	color: #000 !important;
			border-color: #fff !important;

}

body.color_theme_4 .scientificCouncil__main__login div input{
color: #fff !important;
	border-color: #fff !important;
}

body.color_theme_4 label {
    color: #fff !important;
}

body.color_theme_4 nav.site__header__nav * {
    background-color: #292929 !important;
}

body.color_theme_4 nav.site__header__nav a {
    color: #fff !important;
}

body.color_theme_4 .site__header__nav__links--languages li a.active-lang {
    background: #000 !important;
    color: #f7ff00 !important;
    border-color: #000 !important;
}

body.color_theme_4 .site__header__nav__links--mainNav li.current_page_item > a {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #f7ff00 !important;
}

body.color_theme_4 .site__footer__bottom * {
    background-color: #292929 !important;
}

body.color_theme_4 nav.site__header__nav a:hover {
    color: #f7ff00 !important;
    background-color: #000 !important;
	border-color: #000 !important;
}

body.color_theme_4 .site__header__nav__logo a {
    background: url(https://ihpan.edu.pl/wp-content/uploads/2020/09/logo-ihpan-white-1.png) no-repeat center;
}

body.color_theme_4 .site__header__mobile__logo a{
	    background: url(https://ihpan.edu.pl/wp-content/uploads/2020/09/logo-ihpan-white-1.png)  no-repeat center;
	display: block;
    height: 48px;
    width: 37px;
    background-size: cover;
}

body.color_theme_4 .site__header__mobile * {
    background-color: #292929;
}

body.color_theme_4 .site__header__mobile {
    background-color: #292929;
}

body.color_theme_4 section.home__main__introduction h2, body.color_theme_4 section.home__main__introduction span {
    color: #f7ff00;
}

body.color_theme_4 header.site__header * {
    color: #f7ff00 !important;
    border-color: #f7ff00 !important;
}

body.color_theme_4 nav.site__header__nav * {
    fill: #f7ff00 !important;
}

body.color_theme_4 .news__post__title a {
    color: #fff !important;
}

body.color_theme_4  .news h3::after{
	background: #fff !important;
}

body.color_theme_4 .site__footer__bottom .container * {
    color: #f7ff00 !important;
}

body.color_theme_4 header.site__header li * {
     color: #f7ff00 !important;
}

body.color_theme_4 button * {
    fill: #f7ff00 !important;
}

body.color_theme_4 .news .text__button a:hover {
    background-color: transparent;
}

body.color_theme_4 .text__button a:hover, .text__button a:focus{
    background-color: transparent;
}

body.color_theme_4 .newsList__main__news__button a:hover, .newsList__main__news__button a:focus{
	    background-color: transparent;
}

body.color_theme_4 .text__form div input[type="text"], body.color_theme_4 .text__form div input[type="email"], body.color_theme_4 .text__form div textarea{
color: #fff;
}

body.color_theme_4 .newsList__main__search input:focus{
color: #fff;
}

body.color_theme_4 h2.text__title {
    margin-top: 0;
}

/* ############## FONTS ############# */


html body.font_theme_2 {
    font-size: 110%;
}

html body.font_theme_3 {
    font-size: 120%;
}
.site__header__mobile__languages {
  padding-top: 4px;
}

.nav_wc { margin:0; padding:0; position: absolute; top:0; list-style: none;}
.nav_wc a {display:inline; left:-9000em; padding: 10px 10px; font-size: 1.8em; position:absolute; text-decoration:none; z-index: 99999; width: 300px; text-align:center; font-family: "OpenSans", sans-serif;}
.nav_wc a:hover, .nav_wc a:focus, .nav_wc a:active {background: #000; border: 2px solid #fff; color:#fff; left:0; top:0; position:absolute; font-weight:normal; }

body.color_theme_3 .news h2 a {
  color: #000;
}
body.color_theme_3 .cls-1 {
  fill: #000!important;
}

body.color_theme_3 .dropdown-toggle {
  background-image: url('img/arb_black.svg');
}
.dropdown {
    position: relative;
    z-index: 1;
}
.dropdown.dropd .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99999999;
    background: #2C5F74;
}

body.color_theme_2 .home__main__introduction__content h1,
body.color_theme_2 .dropdown .dropdown-menu {
  background: #000;
}
body.color_theme_3 .home__main__introduction__content h1,
body.color_theme_3 .dropdown .dropdown-menu {
  background: #f7ff00;
}
.dropdown .dropdown-menu button {
  border:  none;
  padding: 0;
  width: 50px;
  text-align: center;
  background: transparent;
  margin: 0;
  border-top: 1px solid #000;
  padding: 3px 0;
  display: block;
}
.dropdown .dropdown-menu button.active {
  background-color: #f7ff00;
}
.dropdown .dropdown-menu button svg {
  margin-left: 0;
  border: 1px solid #000;
  border-radius: 50%;
}

.dropdown-toggle {
    border: none;
    padding-right: 20px;
    background: transparent url('img/arb.svg') no-repeat right center;
    background-size: 15px;
}
/*.dropdown-toggle.active + .dropdown-menu,*/
.dropdown-toggle:focus + .dropdown-menu{
    display: block;
}
.dropdown-item {
    display: block;
}
#menu-menu-glowne li.dropd ul.sub-menu,
#menu-menu-glowne li a:focus + ul.sub-menu {
  display: block!important;
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  left: 300px;
  display: block;
  padding-top: 219px;
  z-index: 100;
  background: #D6D6D6;
}
#menu-menu-glowne li a:focus + ul.sub-menu li {
  position: static;
  background: #ebebeb;
  top: 1px;
}
#menu-menu-glowne li.dropd ul.sub-menu li a,
#menu-menu-glowne li a:focus + ul.sub-menu li a {
  padding-left: 0;
  border-left: 0;
  font-size: 1.4em;
  min-height: 45px;
  height: 100%;
  background: #ebebeb;
}
#menu-menu-glowne li.dropd ul.sub-menu li a:hover,
#menu-menu-glowne li.dropd ul.sub-menu li a:focus {
  background: #2C5F74;
  border-color: #2C5F74;
}
.ml-20 {
  margin-left: 20px;
}
body {
  font-family: "OpenSans", sans-serif;
}
.login_page {
    overflow: hidden;
    width: 100vw;
    height: 0;
    background: rgba(235, 235, 235, .9);
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity .2s;
}
.login_page.active {
  height: 100vh;
  display: flex;
  opacity: 1;
}
.text-center {
    text-align: center;
}
.login_page__box {
    width: 100%;
    max-width: 600px;
    background: #FFF;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.59);
    box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.59);
    padding: 25px;
    opacity: 0;
}
.active .login_page__box {
  opacity: 1;
  transition: opacity 0.5s;
}

.login_page__box .scientificCouncil__main__login2 {
    margin: 20px 50px;
    max-width: auto!important;
}
@media screen and (max-width: 600px) {
    .login_page__box .scientificCouncil__main__login2 {
        margin: 20px 25px;
    }
}
.login_page__box input {
    border: none;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    margin-top: 30px;
    font-size: 16px;
    font-family: "OpenSans", sans-serif;

}
.login_page__box .site__header__nav__logo {
    height: 140px;
}
.login_page__box .site__header__nav__logo a {
   display: inline-block;
   text-indent: 0;
   background-position: center center;
}
.remember {
    font-size:1.4rem;
    color:#000;
    margin-top: 20px;
    display: block;
    margin-left: 10px;
    font-family: "OpenSans", sans-serif;
}
.fz2 {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
}
.scientificCouncil__main__login {
    margin: 0;
    max-width: 100%;
}
article.grid__33.news__post:hover {
  cursor: pointer;
}
article.grid__33.news__post:hover p,
article.grid__33.news__post:hover a {
  text-decoration: underline;
}

@media only screen and (max-width: 1550px) {
  .site__header__bar address {
    flex-direction: column;
  }
  .site__header__bar address p {
    margin-bottom: 4px
  }
}
@media only screen and (max-width: 1100px) {
  .site__header__bar .container {
    flex-wrap: wrap;
  }
  .site__header__bar address { order: 3; margin-top: 10px; width: 100%; flex-direction: row!important;}
  .site__header__bar__search { order: 1; }
  .web-colors { order: 2; }
  .site__header__bar address p {
    display: inline-block;
    margin-right: 10px;
  }
  .site__header__bar__search input {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .site__header__bar address { order: 3; margin-top: 10px}
  .site__header__bar__search { order: 1; }
  .web-colors { order: 2; }
}
.page-template-employees-schema .container.text ol li, .page-template-employees-schema .container.text ul {
  line-height: 26px;
  font-size: 16px;
}
.page-template-employees-schema .container.text a
{margin-bottom: 0;
display: inline;
text-underline-position: under;
color: #2C5F74;

}

.page-template-employees-schema .container.text a:hover {
  color: #ffffff;
  background-color: #2C5F74;
}

.udzial a{
margin-bottom: 0;
display: inline;
text-decoration: underline;
color: #2C5F74;
}
.publishing__main__list li p {
  line-height: 36px;
  font-size: 24px;
}
.publishing__main__list li {
  padding-left: 0;
  margin-left: 0;
}
.publishing__main__list li::before {
  display: none;
}
.publishing__main__list li p {
  margin: 0;
  font-size: 18px;
}
ul.text__list.educationalInsitutions__main__list a.text__link,
ul.text__list.educationalInsitutions__main__list li a {
  text-decoration: none!important;
}
ul.text__list.educationalInsitutions__main__list ul {
  padding-top: 10px!important;
  padding-bottom: 5px!important;
}
ul.text__list.coworkers__main__list a {
  text-decoration: none!important;
}
ul.page-numbers li span,
ul.page-numbers li a {
  font-size: 14px;
}
ul.page-numbers li::before {
  display: none!important;
}

.jobOffers__main__seeAlso h4 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.7em;
  line-height: 2.3rem;
  margin-bottom: 16px;
}

ul.scientificCouncil__main__list li a,
div.text__seeAlso ul li a,
div.text__files ul li a,
.newsList__main__news__text h2 a, .newsList__main__news__text h3 a,
.newsList__main__news__text h2 a:hover, .newsList__main__news__text h3 a:hover {
  text-decoration: none!important;
}

div.text__seeAlso ul li a:hover,
div.text__files ul li a:hover {
  text-decoration: underline!important;
}

div.text__files ul li {
  padding-left: 0;
}
.text__breadcrumb li a {
  text-decoration: none!important;
}
.page-id-199 .single-zasobcyfrowy img.ipsb {
  max-height: 36px!important;
  top: 17px;
}
.single-zasobcyfrowy img.ipsb {
  max-height: 22px!important;
  top: 25px;
}

.post-template-default .news__post__date {
  font-size: 1.6rem;
}
.post-template-default .site__main ul {
  margin-left: 15px;
}
.post-template-default .site__main ul li {
  position: relative;
  padding-left: 10px;
}
.post-template-default .site__main ul li::before {
  font-size: 26px!important;
  position: absolute;
  line-height: 10px;
  left: 0;
  top: 7px;
  width: 20px;
}
.post-template-default .site__main ol li {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.post-template-default .site__main ol li::before {
  font-size: 16px;
}
.offers-template-default.single-offers .jobOffer__main ol li,
.offers-template-default.single-offers .jobOffer__main ul li {
  padding-left: 20px;
}

.offers-template-default.single-offers .jobOffer__main ul li::before {
  font-size: 26px !important;
  top: 4px;
  left: -4px;
  position: relative;
}
.collaborators-template-default ol {
  margin-left: 0;
  padding-left: 0;
}
.collaborators-template-default ol li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 6px;
}
.collaborators-template-default ol li::before {
  font-size: 16px;
  position: absolute;
  margin-left: -18px;
}
.collaborators-template-default ol li a {
  color: rgb(44, 95, 116);
}

div.text__files ul li a img {
  width: 40px;
  height: 40px;
}
/*body.page-template-site-general-php .scientificCouncil__main ul li::before {
  display: none;
}*/
.site__main.conferences__main ul li {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 26px;
}
.post-template-default .site__main ol li {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 26px;
}
.container.text ul:not(.text__breadcrumb) li {
  margin-left: 15px;
}
/*
.container.text ul:not(.text__breadcrumb) li a,
.news__main__news__content__text a,
.news__main__news__content__text a strong {
  color: #ffffff;
}*/
.container.text ul:not(.text__breadcrumb) li {
  position: relative;
}
/*
.container.text ul:not(.text__breadcrumb):not(.educationalInsitutions__main__list):not(.educationalInsitutions__main__list) li::after {
    content: "\2022";
    margin-top: 3px;
    padding-right: 8px;
    margin-left: -14px;
    color: #2C5F74;
    position: absolute;
  left: 0;
  top: -2px;
}
*/
ul li.noAfter::after,
.container.text .text__files  ul li::after {
  display: none;
}
.container.text  ul.text__list.educationalInsitutions__main__list li ul li {
  margin-left: 0!important;
}
ul.text__list.educationalInsitutions__main__list li ul li::after {
  display: none;
}
img.iapn {
  margin-top: -10px!important;
  height: 44px!important;
  max-height: 52px!important;
}
.font_theme_2 .news__main__news h2 {
  font-size: 24px;
}
.font_theme_2 .text p, .font_theme_2 .text__address {
  font-size: 18px;
  line-height: 28px;
}

.font_theme_2.post-template-default .site__main ol li {
  font-size: 18px;
  line-height: 28px;
}
.font_theme_2.post-template-default .news__post__date {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.font_theme_2 .news__main__news__share {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.font_theme_3 .news__main__news h2 {
  font-size: 28px;
}
.font_theme_3 .text p, .font_theme_3 .text__address {
  font-size: 20px;
  line-height: 32px;
}
.font_theme_3.post-template-default .site__main ol li {
  font-size: 20px;
  line-height: 32px;
}
.font_theme_3.post-template-default .news__post__date {
  font-size: 2rem;
  line-height: 2.3rem;
}

.font_theme_3 .news__main__news__share {
  font-size: 2rem;
  line-height: 3rem;
}
.news__main__news__content__text a {
  color: #2C5F74;
}

.site__header__nav__links--mainNav li a {
  text-align: center;
  padding: 0 8px;
}






