/*
    Theme Name: E3
    Description: Dedicated theme
    Version: 1.4
    Author: millstudio.pl
*/
@font-face {
  font-family: 'Poppins', sans-serif; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  border-bottom: 20px solid #00835D; }

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.content {
  flex: 1 0 auto;
  margin-top: 30rem; }
  @media (max-width: 1440px) {
    .content {
      margin-top: 25rem; } }
  @media (max-width: 768px) {
    .content {
      margin-top: 20rem; } }

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none; }

svg,
img {
  max-width: 100%;
  width: auto;
  height: auto; }

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s; }
  a:hover {
    color: #00835D; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit; }

.container {
  max-width: 1640px;
  padding: 0 1.4rem;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto; }

.navigation {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2rem 0;
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: top .2s, padding .2s; }
  .navigation.scrolled {
    top: 0;
    padding: 2rem 0;
    -webkit-box-shadow: 0px 3px 4px -4px #42445a;
    -moz-box-shadow: 0px 3px 4px -4px #42445a;
    box-shadow: 0px 3px 4px -4px #42445a; }

.navigation__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navigation__list {
  list-style-type: none;
  display: flex;
  align-items: center;
  transition: all .2s;
  -webkit-transition: all .2s; }
  @media (max-width: 1024px) {
    .navigation__list {
      display: none; } }

.navigation__logo {
  z-index: 99999; }

@media (max-width: 1440px) {
  .navigation__logo img {
    width: 15rem; } }

.navigation__item {
  padding: 0 30px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 1440px) {
    .navigation__item {
      font-size: 1.4rem;
      padding: 0 2rem; } }
  .navigation__item:hover {
    color: #00835D; }
  .navigation__item:first-child {
    padding-left: 0; }
  .navigation__item:nth-child(2) {
    position: relative;
    cursor: pointer; }
    .navigation__item:nth-child(2):hover > div {
      display: block; }
  .navigation__item:last-child {
    padding-right: 0; }

.navigation-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  background-color: white;
  z-index: 99999;
  transition: all .5s; }
  .navigation-mobile.opened {
    left: 0; }
  .navigation-mobile .container {
    height: 100%; }
    .navigation-mobile .container .navigation__container {
      flex-direction: column;
      justify-content: flex-start;
      height: 100%;
      margin-top: 10rem; }
      .navigation-mobile .container .navigation__container .navigation-mobile__upper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .navigation-mobile .container .navigation__container .navigation__list {
        flex-direction: column;
        width: 100%;
        display: flex;
        margin-top: 5rem; }
        .navigation-mobile .container .navigation__container .navigation__list .navigation__item {
          padding: 0 0 2rem;
          font-size: 3rem; }
          .navigation-mobile .container .navigation__container .navigation__list .navigation__item:nth-child(2) {
            text-align: center; }
            .navigation-mobile .container .navigation__container .navigation__list .navigation__item:nth-child(2) .dropdown {
              display: block;
              position: relative;
              font-size: 2rem;
              left: unset;
              top: unset;
              padding-top: 0; }
            .navigation-mobile .container .navigation__container .navigation__list .navigation__item:nth-child(2) .dropdown__item {
              margin-bottom: 0; }

.hamburger {
  display: none !important; }
  @media (max-width: 1024px) {
    .hamburger {
      display: inline-block !important; } }

.dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: transparent;
  width: 100%;
  padding-top: 40px; }

.navigation .dropdown__items {
  background-color: white;
  padding: 2rem;
  margin: -2rem;
  -webkit-box-shadow: 0px 3px 4px -4px #42445a;
  -moz-box-shadow: 0px 3px 4px -4px #42445a;
  box-shadow: 0px 3px 4px -4px #42445a; }

.dropdown__item {
  list-style-type: none;
  color: #000000;
  transition: all .2s;
  -webkit-transition: all .2s; }
  .dropdown__item:first-child {
    margin-bottom: 2rem; }
  .dropdown__item:hover {
    color: #00835D; }

.footer {
  width: 100%;
  margin-bottom: 8rem;
  color: #00835D;
  font-size: 1.5rem;
  font-weight: 500;
  flex-shrink: 0; }

.footer__container {
  display: flex;
  flex-direction: column; }

.footer__black-block {
  display: inline-block;
  width: 56px;
  height: 20px;
  background-color: #000000;
  margin: 5rem 0 7.5rem 0; }
  .footer__black-block:first-child {
    margin-top: 0; }

.footer__logos {
  display: flex;
  align-items: center;
  list-style-type: none; }
  @media (max-width: 1024px) {
    .footer__logos {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 5rem; } }

.footer__logo {
  margin-right: 10rem; }
  @media (max-width: 768px) {
    .footer__logo {
      margin-right: 0; } }
  .footer__logo:last-child {
    margin-right: 0; }

.footer__logo a {
  display: block; }

@media (max-width: 1440px) {
  .footer__logo img {
    width: 15rem; } }
@media (max-width: 480px) {
  .footer__logo img {
    width: 100%; } }

@media (max-width: 1440px) {
  .footer__logo:nth-child(3) img {
    width: 18rem; } }

.footer__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 1240px) {
    .footer__main {
      justify-content: normal; } }
  @media (max-width: 768px) {
    .footer__main {
      flex-direction: column; } }

@media (max-width: 1440px) {
  .footer__logo-main img {
    width: 15rem; } }

.footer__block {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1240px) {
    .footer__block {
      margin: 0 2rem 2rem; } }
  @media (max-width: 768px) {
    .footer__block {
      margin: 2rem 0; } }

.footer__main-links {
  list-style-type: none; }

.home__container {
  display: flex;
  flex-direction: column; }

.left-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  z-index: 2; }
  @media (max-width: 1024px) {
    .left-section {
      flex-direction: column; } }
  .left-section.margin-bottom {
    margin-bottom: 15rem; }

.right-section {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  z-index: 1; }
  @media (max-width: 1024px) {
    .right-section {
      flex-direction: column; } }

.img-wrapper {
  width: 55%;
  position: relative; }
  @media (max-width: 1024px) {
    .img-wrapper {
      width: 100%; } }

.white-block {
  width: 18.2%;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  background-color: #FFFFFF; }
  @media (max-width: 1024px) {
    .white-block {
      display: none; } }
  .white-block.left {
    left: 0; }

.left-section .img-wrapper {
  margin-bottom: -50px; }
  @media (max-width: 1024px) {
    .left-section .img-wrapper {
      margin-bottom: 0; } }
  .left-section .img-wrapper.margin-bottom {
    margin-bottom: unset;
    margin-top: -50px; }
    @media (max-width: 1024px) {
      .left-section .img-wrapper.margin-bottom {
        margin: 0; } }

.right-section .img-wrapper {
  margin-top: -50px; }
  @media (max-width: 1024px) {
    .right-section .img-wrapper {
      margin-top: 0; } }
  .right-section .img-wrapper.margin-bottom {
    margin-top: unset;
    margin-bottom: -50px; }
    @media (max-width: 1024px) {
      .right-section .img-wrapper.margin-bottom {
        margin: 0; } }

.img-wrapper img {
  overflow: visible;
  width: 54vw;
  max-width: none;
  height: 700px;
  object-fit: cover; }
  @media (max-width: 1440px) {
    .img-wrapper img {
      height: 500px; } }
  @media (max-width: 1024px) {
    .img-wrapper img {
      width: 100%; } }
  @media (max-width: 768px) {
    .img-wrapper img {
      height: 35rem; } }

.left-section .img-wrapper img {
  float: right; }
  @media (max-width: 1024px) {
    .left-section .img-wrapper img {
      float: none;
      width: 100%; } }

.right-section .img-wrapper img {
  float: left; }
  @media (max-width: 1024px) {
    .right-section .img-wrapper img {
      float: none; } }

.text-wrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 20px 70px; }
  @media (max-width: 1024px) {
    .text-wrapper {
      width: 100%;
      padding: 40px 0; } }

.home .right-section {
  display: flex; }

.home .right-section.grid {
  margin-bottom: -600px;
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-rows: 40% 1fr; }
  @media (max-width: 1440px) {
    .home .right-section.grid {
      margin-bottom: -300px; } }
  @media (max-width: 1024px) {
    .home .right-section.grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      margin-bottom: 0; } }

.home .right-section.grid .img-wrapper {
  grid-column: 2;
  width: 100%; }
  @media (max-width: 1024px) {
    .home .right-section.grid .img-wrapper {
      grid-column: 1;
      grid-row: 1; } }

.home .right-section.grid .text-wrapper {
  margin-top: 20rem;
  padding-left: 0;
  grid-column: 1;
  grid-row: 1/2;
  width: 100%; }
  @media (max-width: 1440px) {
    .home .right-section.grid .text-wrapper {
      margin-top: 15rem; } }
  @media (max-width: 1024px) {
    .home .right-section.grid .text-wrapper {
      margin-top: 0;
      grid-column: 1;
      grid-row: 2; } }

.home .right-section.grid .text-wrapper.right {
  grid-column: 2;
  grid-row: 2; }
  @media (max-width: 1024px) {
    .home .right-section.grid .text-wrapper.right {
      grid-column: 1;
      grid-row: 3; } }

.home .right-section .text-wrapper p,
.home .right-section .text-wrapper div {
  padding-left: 50px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 4rem; }
  @media (max-width: 1440px) {
    .home .right-section .text-wrapper p,
    .home .right-section .text-wrapper div {
      padding-left: 5rem;
      font-size: 1.8rem;
      line-height: 2.5rem; } }
  @media (max-width: 1024px) {
    .home .right-section .text-wrapper p,
    .home .right-section .text-wrapper div {
      padding-left: 0;
      font-size: 1.6rem;
      line-height: 2.2rem; } }

.text-wrapper h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 6.5rem;
  margin-bottom: 5rem; }
  @media (max-width: 1440px) {
    .text-wrapper h2 {
      font-size: 3rem;
      line-height: 3.5rem;
      margin-bottom: 2rem; } }

.home .left-section .text-wrapper h2 {
  max-width: 250px; }
  @media (max-width: 1024px) {
    .home .left-section .text-wrapper h2 {
      max-width: none; } }

.left-section .text-wrapper p {
  font-size: 4rem;
  font-weight: 300;
  line-height: 6.5rem; }
  @media (max-width: 1440px) {
    .left-section .text-wrapper p {
      font-size: 2.5rem;
      line-height: 3rem; } }

.right-section .text-wrapper h5,
.right-section .text-wrapper h6 {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: 'Poppins';
  padding-left: 100px; }
  @media (max-width: 1440px) {
    .right-section .text-wrapper h5,
    .right-section .text-wrapper h6 {
      font-size: 1.4rem;
      padding-left: 5rem; } }
  @media (max-width: 1024px) {
    .right-section .text-wrapper h5,
    .right-section .text-wrapper h6 {
      padding-left: 0; } }

.right-section .text-wrapper h5 {
  margin-bottom: 1rem; }
  @media (max-width: 1440px) {
    .right-section .text-wrapper h5 {
      margin-bottom: .5rem; } }

.right-section .text-wrapper h6 {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 3rem; }
  @media (max-width: 1440px) {
    .right-section .text-wrapper h6 {
      margin-bottom: 2rem; } }

.credentials {
  position: absolute;
  bottom: -90px;
  left: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3rem; }
  @media (max-width: 1440px) {
    .credentials {
      bottom: -5rem;
      font-size: 1.2rem;
      line-height: 2rem; } }
  @media (max-width: 1024px) {
    .credentials {
      bottom: .6rem;
      left: 0;
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.4); } }
  .credentials.right {
    left: unset;
    right: 0;
    text-align: right; }
    @media (max-width: 1024px) {
      .credentials.right {
        right: unset;
        left: 0; } }

.venue .left-section {
  position: relative; }
  @media (max-width: 1440px) {
    .venue .left-section .img-wrapper {
      margin-bottom: -25px; } }
  .venue .left-section .img-wrapper .credentials {
    bottom: -5rem; }
    @media (max-width: 1024px) {
      .venue .left-section .img-wrapper .credentials {
        bottom: .7rem; } }
  @media (max-width: 1440px) {
    .venue .left-section .img-wrapper .white-block {
      height: 50px; } }
  .venue .left-section .text-wrapper img {
    width: 15rem;
    margin-bottom: 3rem; }
  .venue .left-section .text-wrapper h2 {
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 5rem; }
    @media (max-width: 1440px) {
      .venue .left-section .text-wrapper h2 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 2rem; } }
  .venue .left-section .text-wrapper a {
    color: #00835D;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 3rem; }
    @media (max-width: 1440px) {
      .venue .left-section .text-wrapper a {
        margin-bottom: 2rem; } }
  .venue .left-section .text-wrapper p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3rem; }
    @media (max-width: 1440px) {
      .venue .left-section .text-wrapper p {
        line-height: 2rem; } }
  @media (max-width: 1280px) {
    .venue .left-section .text-wrapper {
      padding: 20px 30px; } }
  @media (max-width: 1024px) {
    .venue .left-section .text-wrapper {
      width: 100%;
      padding: 40px 0; } }
  .venue .left-section.flex-back {
    flex-direction: row-reverse;
    margin-top: 15rem; }
    @media (max-width: 1024px) {
      .venue .left-section.flex-back {
        flex-direction: column;
        margin-top: 5rem; } }
    .venue .left-section.flex-back .img-wrapper img {
      float: left; }
    .venue .left-section.flex-back .img-wrapper .white-block {
      left: 0;
      right: unset; }
    .venue .left-section.flex-back .img-wrapper .credentials {
      right: 0;
      left: unset; }
      @media (max-width: 1024px) {
        .venue .left-section.flex-back .img-wrapper .credentials {
          bottom: 0; } }
@media (max-width: 1440px) {
  .venue .right-section .img-wrapper {
    margin-top: -25px; } }
.venue .right-section .img-wrapper .credentials {
  bottom: -5rem; }
  @media (max-width: 1024px) {
    .venue .right-section .img-wrapper .credentials {
      bottom: .7rem; } }
.venue .right-section .text-wrapper {
  margin-top: 20rem;
  padding-left: 0; }
  @media (max-width: 1440px) {
    .venue .right-section .text-wrapper {
      margin-top: 15rem; } }
  @media (max-width: 1024px) {
    .venue .right-section .text-wrapper {
      margin-top: 0; } }
  .venue .right-section .text-wrapper p {
    padding-left: 100px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 4rem; }
    @media (max-width: 1440px) {
      .venue .right-section .text-wrapper p {
        padding-left: 5rem;
        font-size: 1.8rem;
        line-height: 2.5rem; } }
    @media (max-width: 1024px) {
      .venue .right-section .text-wrapper p {
        padding-left: 0;
        font-size: 1.6rem;
        line-height: 2.2rem; } }
.venue .right-section.flex-back {
  flex-direction: row;
  margin-bottom: 10rem; }
  @media (max-width: 1024px) {
    .venue .right-section.flex-back {
      flex-direction: column; } }
  .venue .right-section.flex-back .img-wrapper img {
    float: right; }
  .venue .right-section.flex-back .img-wrapper .credentials {
    right: unset;
    left: 0; }
    @media (max-width: 1024px) {
      .venue .right-section.flex-back .img-wrapper .credentials {
        bottom: 0; } }

.council .container .council__container {
  padding: 0 200px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 100px; }
  @media (max-width: 1440px) {
    .council .container .council__container {
      padding: 0 100px; } }
  @media (max-width: 1024px) {
    .council .container .council__container {
      padding: 0 50px;
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    .council .container .council__container {
      padding: 0;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto; } }
  .council .container .council__container .council__programme {
    grid-column: 1;
    grid-row: 1; }
    .council .container .council__container .council__programme .footer__black-block {
      margin: 5rem 0 0; }
  .council .container .council__container .council__members {
    grid-column: 2;
    grid-row: 2; }
    @media (max-width: 768px) {
      .council .container .council__container .council__members {
        grid-column: 1; } }
    .council .container .council__container .council__members .footer__black-block {
      margin: 0 0 5rem; }
  .council .container .council__container h3 {
    font-size: 4rem;
    margin-bottom: 6rem;
    font-weight: 700; }
    @media (max-width: 1440px) {
      .council .container .council__container h3 {
        font-size: 3rem;
        margin-bottom: 4rem; } }
  .council .container .council__container p {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 24px; }
    @media (max-width: 1440px) {
      .council .container .council__container p {
        font-size: 2rem;
        margin-bottom: 20px; } }
    .council .container .council__container p strong {
      font-weight: 500; }

.coordinators .container .coordinators__container {
  padding: 0 200px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1440px) {
    .coordinators .container .coordinators__container {
      padding: 0 100px; } }
  @media (max-width: 1024px) {
    .coordinators .container .coordinators__container {
      padding: 0 50px;
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    .coordinators .container .coordinators__container {
      padding: 0; } }
  .coordinators .container .coordinators__container .coordinators__lower {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1124px) {
      .coordinators .container .coordinators__container .coordinators__lower {
        flex-direction: column; } }
  .coordinators .container .coordinators__container .coordinators__left {
    width: 45%; }
    @media (max-width: 1124px) {
      .coordinators .container .coordinators__container .coordinators__left {
        width: 100%; } }
    .coordinators .container .coordinators__container .coordinators__left .footer__black-block {
      margin: 5rem 0 0; }
  .coordinators .container .coordinators__container .coordinators__right {
    width: 45%; }
    @media (max-width: 1124px) {
      .coordinators .container .coordinators__container .coordinators__right {
        width: 100%;
        margin-top: 50px; } }
    .coordinators .container .coordinators__container .coordinators__right .footer__black-block {
      margin: 5rem 0 0; }
  .coordinators .container .coordinators__container h3 {
    font-size: 4rem;
    margin-bottom: 6rem;
    font-weight: 700; }
    @media (max-width: 1440px) {
      .coordinators .container .coordinators__container h3 {
        font-size: 3rem;
        margin-bottom: 4rem; } }
  .coordinators .container .coordinators__container p {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 24px; }
    .coordinators .container .coordinators__container p:first-of-type {
      text-transform: uppercase; }
    @media (max-width: 1440px) {
      .coordinators .container .coordinators__container p {
        font-size: 2rem;
        margin-bottom: 20px; } }
    .coordinators .container .coordinators__container p strong {
      font-weight: 500; }
  .coordinators .container .coordinators__container .img-wrap {
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 50px; }
    .coordinators .container .coordinators__container .img-wrap img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.links .container .links__container {
  padding: 0 200px;
  margin-bottom: 100px; }
  @media (max-width: 1440px) {
    .links .container .links__container {
      padding: 0 100px; } }
  @media (max-width: 1024px) {
    .links .container .links__container {
      padding: 0 50px;
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    .links .container .links__container {
      padding: 0; } }
  .links .container .links__container .footer__black-block {
    margin: 5rem 0; }
  .links .container .links__container h3 {
    font-size: 4rem;
    margin-bottom: 6rem;
    font-weight: 700; }
    @media (max-width: 1440px) {
      .links .container .links__container h3 {
        font-size: 3rem;
        margin-bottom: 4rem; } }
  .links .container .links__container p {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 24px; }
    .links .container .links__container p:first-of-type {
      text-transform: uppercase; }
    @media (max-width: 1440px) {
      .links .container .links__container p {
        font-size: 2rem;
        margin-bottom: 20px; } }
    .links .container .links__container p strong {
      font-weight: 500; }

.contact .container .contact__container h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 9rem; }
.contact .container .contact__container h4 {
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4rem; }
.contact .container .contact__container .contact__main {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .contact .container .contact__container .contact__main {
      flex-direction: column; } }
  .contact .container .contact__container .contact__main .footer__black-block {
    margin: 0 0 4rem; }
  .contact .container .contact__container .contact__main h3 {
    margin-bottom: 4rem; }
.contact .container .contact__container .contact__images {
  list-style-type: none;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  height: 120px; }
.contact .container .contact__container .contact__image:last-child {
  margin-left: 60px; }
.contact .container .contact__container .main {
  display: flex; }
.contact .container .contact__container .main__left,
.contact .container .contact__container .main__right {
  display: flex;
  flex-direction: column; }
.contact .container .contact__container .main__left {
  width: 100%;
  max-width: 150px; }
  .contact .container .contact__container .main__left p {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px; }
.contact .container .contact__container .main__right {
  width: 100%; }
  .contact .container .contact__container .main__right p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.35; }
.contact .container .contact__container .contact__left,
.contact .container .contact__container .contact__right {
  width: 48%; }
  @media (max-width: 1024px) {
    .contact .container .contact__container .contact__left,
    .contact .container .contact__container .contact__right {
      width: 100%; } }
@media (max-width: 1024px) {
  .contact .container .contact__container .contact__right {
    margin-top: 5rem; } }

.cracow .container .left-section,
.tokyo .container .left-section {
  position: relative; }
  .cracow .container .left-section .img-wrapper,
  .tokyo .container .left-section .img-wrapper {
    width: 50%; }
    .cracow .container .left-section .img-wrapper img,
    .tokyo .container .left-section .img-wrapper img {
      height: 1100px; }
      @media (max-width: 1280px) {
        .cracow .container .left-section .img-wrapper img,
        .tokyo .container .left-section .img-wrapper img {
          height: 500px;
          float: none;
          width: 100%; } }
    .cracow .container .left-section .img-wrapper .white-block,
    .tokyo .container .left-section .img-wrapper .white-block {
      width: 30%; }
      @media (max-width: 1280px) {
        .cracow .container .left-section .img-wrapper .white-block,
        .tokyo .container .left-section .img-wrapper .white-block {
          display: none; } }
    .cracow .container .left-section .img-wrapper .credentials,
    .tokyo .container .left-section .img-wrapper .credentials {
      bottom: -50px; }
      @media (max-width: 1280px) {
        .cracow .container .left-section .img-wrapper .credentials,
        .tokyo .container .left-section .img-wrapper .credentials {
          bottom: 0;
          padding: 2rem;
          background-color: rgba(255, 255, 255, 0.4); } }
    @media (max-width: 1280px) {
      .cracow .container .left-section .img-wrapper,
      .tokyo .container .left-section .img-wrapper {
        width: 100%;
        margin-bottom: 0; } }
  .cracow .container .left-section .text-wrapper,
  .tokyo .container .left-section .text-wrapper {
    width: 50%; }
    .cracow .container .left-section .text-wrapper h4,
    .tokyo .container .left-section .text-wrapper h4 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 20px; }
    .cracow .container .left-section .text-wrapper p,
    .tokyo .container .left-section .text-wrapper p {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px; }
    .cracow .container .left-section .text-wrapper p:first-of-type,
    .tokyo .container .left-section .text-wrapper p:first-of-type {
      font-size: 24px;
      line-height: 40px; }
    @media (max-width: 1280px) {
      .cracow .container .left-section .text-wrapper,
      .tokyo .container .left-section .text-wrapper {
        width: 100%; } }
  @media (max-width: 1280px) {
    .cracow .container .left-section,
    .tokyo .container .left-section {
      flex-direction: column; } }
@media (max-width: 1280px) {
  .cracow .container .right-section,
  .tokyo .container .right-section {
    flex-direction: column; } }
.cracow .container .right-section .img-wrapper,
.tokyo .container .right-section .img-wrapper {
  width: 65%; }
  @media (max-width: 1280px) {
    .cracow .container .right-section .img-wrapper,
    .tokyo .container .right-section .img-wrapper {
      width: 100%;
      margin-top: 0; } }
  .cracow .container .right-section .img-wrapper img,
  .tokyo .container .right-section .img-wrapper img {
    width: 120%; }
    @media (max-width: 1440px) {
      .cracow .container .right-section .img-wrapper img,
      .tokyo .container .right-section .img-wrapper img {
        height: 700px; } }
    @media (max-width: 1280px) {
      .cracow .container .right-section .img-wrapper img,
      .tokyo .container .right-section .img-wrapper img {
        height: 500px;
        width: 100%; } }
  .cracow .container .right-section .img-wrapper .credentials,
  .tokyo .container .right-section .img-wrapper .credentials {
    bottom: -50px; }
    @media (max-width: 1280px) {
      .cracow .container .right-section .img-wrapper .credentials,
      .tokyo .container .right-section .img-wrapper .credentials {
        left: 0;
        bottom: 0;
        right: unset;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 2rem; } }
.cracow .container .right-section .text-wrapper,
.tokyo .container .right-section .text-wrapper {
  width: 35%;
  padding: 150px 100px 0 0; }
  @media (max-width: 1280px) {
    .cracow .container .right-section .text-wrapper,
    .tokyo .container .right-section .text-wrapper {
      width: 100%;
      padding: 40px 0; } }
  .cracow .container .right-section .text-wrapper p,
  .tokyo .container .right-section .text-wrapper p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px; }
  .cracow .container .right-section .text-wrapper a,
  .tokyo .container .right-section .text-wrapper a {
    color: #00835D; }
  .cracow .container .right-section .text-wrapper h4,
  .tokyo .container .right-section .text-wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px; }
.cracow .container .left-section-simple,
.cracow .container .right-section-simple,
.tokyo .container .left-section-simple,
.tokyo .container .right-section-simple {
  margin: 150px 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .cracow .container .left-section-simple,
    .cracow .container .right-section-simple,
    .tokyo .container .left-section-simple,
    .tokyo .container .right-section-simple {
      flex-direction: column;
      margin: 75px 0; } }
  .cracow .container .left-section-simple .img-wrapper,
  .cracow .container .right-section-simple .img-wrapper,
  .tokyo .container .left-section-simple .img-wrapper,
  .tokyo .container .right-section-simple .img-wrapper {
    width: 48%;
    position: relative; }
    @media (max-width: 1024px) {
      .cracow .container .left-section-simple .img-wrapper,
      .cracow .container .right-section-simple .img-wrapper,
      .tokyo .container .left-section-simple .img-wrapper,
      .tokyo .container .right-section-simple .img-wrapper {
        width: 100%; } }
    .cracow .container .left-section-simple .img-wrapper img,
    .cracow .container .right-section-simple .img-wrapper img,
    .tokyo .container .left-section-simple .img-wrapper img,
    .tokyo .container .right-section-simple .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .cracow .container .left-section-simple .img-wrapper .credentials,
    .cracow .container .right-section-simple .img-wrapper .credentials,
    .tokyo .container .left-section-simple .img-wrapper .credentials,
    .tokyo .container .right-section-simple .img-wrapper .credentials {
      position: absolute;
      bottom: -50px;
      left: 0;
      font-size: 13px;
      font-weight: 500; }
      .cracow .container .left-section-simple .img-wrapper .credentials.lower,
      .cracow .container .right-section-simple .img-wrapper .credentials.lower,
      .tokyo .container .left-section-simple .img-wrapper .credentials.lower,
      .tokyo .container .right-section-simple .img-wrapper .credentials.lower {
        bottom: -80px; }
        @media (max-width: 1024px) {
          .cracow .container .left-section-simple .img-wrapper .credentials.lower,
          .cracow .container .right-section-simple .img-wrapper .credentials.lower,
          .tokyo .container .left-section-simple .img-wrapper .credentials.lower,
          .tokyo .container .right-section-simple .img-wrapper .credentials.lower {
            bottom: 0; } }
      @media (max-width: 1024px) {
        .cracow .container .left-section-simple .img-wrapper .credentials,
        .cracow .container .right-section-simple .img-wrapper .credentials,
        .tokyo .container .left-section-simple .img-wrapper .credentials,
        .tokyo .container .right-section-simple .img-wrapper .credentials {
          bottom: 0;
          padding: 2rem;
          left: 0;
          right: unset; } }
  .cracow .container .left-section-simple .text-wrapper,
  .cracow .container .right-section-simple .text-wrapper,
  .tokyo .container .left-section-simple .text-wrapper,
  .tokyo .container .right-section-simple .text-wrapper {
    width: 48%; }
    @media (max-width: 1024px) {
      .cracow .container .left-section-simple .text-wrapper,
      .cracow .container .right-section-simple .text-wrapper,
      .tokyo .container .left-section-simple .text-wrapper,
      .tokyo .container .right-section-simple .text-wrapper {
        width: 100%; } }
    .cracow .container .left-section-simple .text-wrapper h4,
    .cracow .container .right-section-simple .text-wrapper h4,
    .tokyo .container .left-section-simple .text-wrapper h4,
    .tokyo .container .right-section-simple .text-wrapper h4 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 20px; }
    .cracow .container .left-section-simple .text-wrapper p,
    .cracow .container .right-section-simple .text-wrapper p,
    .tokyo .container .left-section-simple .text-wrapper p,
    .tokyo .container .right-section-simple .text-wrapper p {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px; }
    .cracow .container .left-section-simple .text-wrapper a,
    .cracow .container .right-section-simple .text-wrapper a,
    .tokyo .container .left-section-simple .text-wrapper a,
    .tokyo .container .right-section-simple .text-wrapper a {
      color: #00835D; }
.cracow .container .right-section-simple .img-wrapper .credentials,
.tokyo .container .right-section-simple .img-wrapper .credentials {
  left: unset;
  right: 0; }
  @media (max-width: 1024px) {
    .cracow .container .right-section-simple .img-wrapper .credentials,
    .tokyo .container .right-section-simple .img-wrapper .credentials {
      left: 0;
      right: unset; } }
@media (max-width: 1024px) {
  .cracow .container .right-section-simple,
  .tokyo .container .right-section-simple {
    flex-direction: column-reverse; } }
.cracow .container .margin-left-sm,
.tokyo .container .margin-left-sm {
  margin-left: 100px; }
  @media (max-width: 1280px) {
    .cracow .container .margin-left-sm,
    .tokyo .container .margin-left-sm {
      margin-left: 0; } }
.cracow .container .margin-right-sm,
.tokyo .container .margin-right-sm {
  margin-right: 100px; }
  @media (max-width: 1280px) {
    .cracow .container .margin-right-sm,
    .tokyo .container .margin-right-sm {
      margin-right: 0; } }

.news {
  margin-bottom: 200px; }
  @media (max-width: 768px) {
    .news {
      margin-bottom: 100px; } }
  .news__container {
    display: flex;
    flex-direction: column; }
  .news__main {
    display: flex;
    justify-content: space-between; }
    .news__main:not(:first-child) {
      margin-top: 120px; }
      @media (max-width: 768px) {
        .news__main:not(:first-child) {
          margin-top: 80px; } }
    @media (max-width: 768px) {
      .news__main {
        flex-direction: column; } }
  .news__left {
    width: 45%; }
    @media (max-width: 768px) {
      .news__left {
        width: 100%; } }
    .news__left .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .news__left .img-wrap img {
          max-height: 400px;
          margin-bottom: 30px; } }
  .news__right {
    width: 45%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .news__right {
        width: 100%; } }
  .news__date {
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 300; }
    @media (max-width: 768px) {
      .news__date {
        margin-bottom: 20px; } }
  .news__header {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      .news__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px; } }
  .news__link {
    color: #00835D; }
  .news .footer__black-block {
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .news .footer__black-block {
        margin-bottom: 20px; } }
  .news .news__main:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .news .news__main:nth-child(even) {
        flex-direction: column; } }


.supervisors .container .supervisors__container {
  padding: 0 200px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1440px) {
    .supervisors .container .supervisors__container {
      padding: 0 100px; } }
  @media (max-width: 1024px) {
    .supervisors .container .supervisors__container {
      padding: 0 50px;
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    .supervisors .container .supervisors__container {
      padding: 0;
      flex-direction: column; } }
  .supervisors .container .supervisors__container h3 {
    font-size: 4rem;
    margin-bottom: 6rem;
    font-weight: 700; }
    @media (max-width: 1440px) {
      .supervisors .container .supervisors__container h3 {
        font-size: 3rem;
        margin-bottom: 4rem; } }
  .supervisors .container .supervisors__container p {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 24px; }
    @media (max-width: 1440px) {
      .supervisors .container .supervisors__container p {
        font-size: 2rem;
        margin-bottom: 20px; } }
    .supervisors .container .supervisors__container p strong {
      font-weight: 500; }



.index-1 {
  z-index: 1 !important; }

.index-2 {
  z-index: 2 !important; }

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