body {
  font-family: 'Raleway', sans-serif;
}

p{
  margin: 0;
}

button, a {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */ }

button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.075em;
  background: linear-gradient(221.66deg, rgba(255, 133, 65, 0.85) 27%, rgba(255, 255, 255, 0) 161.47%), linear-gradient(95.57deg, rgba(255, 188, 0, 0.82) -0.33%, rgba(252, 150, 107, 0) 145.87%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border: none;
  color: #ffffff;
  padding: 10px 37px;
  cursor: pointer;
  outline: none;
  transition: 0.3s all ease; }

button:hover {
  transform: scale(1.15) perspective(1px); }

a {
  outline: none; }


.lang-list{
  position: absolute;
  cursor: pointer;
  padding: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 20%;
}

.lang-list select{
  border: none;
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  position: relative;
  line-height: 3;
  padding: 5px 10px;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
}

.lang-list::after{
  content: url('../assets/global2.png');
  position: absolute;
  top: 32%;
  left: 100%;
  cursor: default;
}

@media screen and (min-width: 1176px){
  .lang-list::after{
    content: url('../assets/global.png');
  }
}

.overlay-content-lang select{
  background: transparent;
  color: #fff;
}



/* For IE10 */
select::-ms-expand {
  display: none;
}

.lang-list option{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  border-color: #fff;
  cursor: pointer;
}

.section-inner {
  max-width: 1140px;
  margin: auto; }

.section-outer {
  padding: 0 40px; }

.sfc-logo {
  max-width: 130px;
  text-align: center; }
  .sfc-logo__img {
    height: 70px; }
  .sfc-logo__header {
    color: #000000;
    text-transform: none;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 0.01px; }
  .sfc-logo .footer-text {
    color: #ffffff; }
  .sfc-logo__ukraine {
    color: #F4B856;
    font-weight: 600;
    margin: 0;
    font-size: 18px; }
  @media screen and (max-width: 736px) {
    .sfc-logo {
      max-width: 68px; }
      .sfc-logo__img {
        height: 40px; }
      .sfc-logo__header {
        font-size: 12px;
        line-height: 14px; }
      .sfc-logo__ukraine {
        font-size: 9px; } }

.section-menu {
  flex-grow: 2; }
  .section-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-top: 100px;
    text-transform: uppercase; }
    .section-menu__list li + li {
      margin-left: 30px; }
    .section-menu__list li a {
      display: inline-block;
      padding: 10px 0;
      position: relative;
      text-decoration: none;
      color: #000000; }
    .section-menu__list li a:after {
      bottom: 0;
      content: "";
      display: block;
      height: 1px;
      left: 50%;
      position: absolute;
      background: #F4B856;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0; }
    .section-menu__list li a:hover:after {
      width: 100%;
      left: 0; }
  @media screen and (max-width: 1175px) {
    .section-menu {
      display: none; } }

.section-header {
  background-color: #ffffff;
  position: relative; }
  .section-header:before {
    content: "";
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 190px;
    background: url("../assets/header_wave_1.png") no-repeat 50% 50%;
    background-size: cover;
    z-index: 1; }
  .section-header-container {
    display: flex;
    padding: 20px 0; }
  .section-header-logo {
    display: flex;
    align-items: center; }
    .section-header-logo a {
      text-decoration: none;
      color: #000000; }
  .section-header-hamburger {
    display: flex;
    align-items: center;
    font-size: 25px; }
    .section-header-hamburger__icon {
      cursor: pointer; }
  .section-header-button {
    padding: 100px 0 85px; 
    position: relative;
  }

  @media screen and (max-width: 1175px) {
    .section-header {
      padding: 0 50px; }
      .section-header:before {
        background: url("../assets/mobile-wave.svg") no-repeat 50% 50%;
        background-size: cover;
        bottom: -22vw;
        height: 23vw; }
      .section-header-container {
        justify-content: space-between; }
      .section-header-button {
        display: none; } }
  @media screen and (min-width: 736px) and (max-width: 1175px) {
    .section-header-hamburger__icon {
      font-size: 32px; } }
  @media screen and (min-width: 1176px) {
    .section-header-hamburger {
      display: none; } }

@media screen and (max-width: 1175px) {
  .header-index {
    position: absolute;
    z-index: 2;
    background: transparent;
    right: 0;
    left: 0;
    top: 0; }
    .header-index:before {
      display: none; }
    .header-index .section-header-hamburger__icon {
      color: #ffffff; }
    .header-index .sfc-logo__header {
      color: #fff; } }

.section-slider {
  color: #ffffff;
  background: url("../assets/background-slider.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative; }
  .section-slider .section-inner {
    height: 75vh; }
  .section-slider-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .section-slider-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-slider-content .slider-container {
      height: 300px;
      overflow: hidden;
      width: 100%;
      text-align: center; }
      .section-slider-content .slider-container button {
        display: none; }
      .section-slider-content .slider-container .slider-track {
        width: 100%;
        height: 100%; }
    .section-slider-content_text {
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 0.155em;
      line-height: 38px; }
    .section-slider-content_bigtext {
      outline: none;
      height: 300px;
      font-weight: bold;
      font-size: 92px;
      line-height: 94px;
      text-transform: none; }
    .section-slider-content_button {
      margin: 50px auto 0 auto; }
  @media screen and (max-width: 1175px) {
    .section-slider .section-inner {
      height: 100vh; }
    .section-slider-content_text {
      font-size: 24px;
      line-height: 110%; }
    .section-slider-content_bigtext {
      font-size: 72px;
      line-height: 100%; } }
  @media screen and (max-width: 736px) {
    .section-slider-content .slider-container {
      height: 120px; }
    .section-slider-content_text {
      font-size: 12px;
      line-height: 188.9%; }
    .section-slider-content_bigtext {
      font-size: 38px;
      line-height: 100%; } }
  @media screen and (min-width: 737px) and (max-width: 1176px) {
    .section-slider .slider-container {
      height: 225px; } }
  @media screen and (min-width: 1176px) {
    .section-slider-content_button {
      display: none; } }
  @media screen and (max-width: 736px){
    .section-slider{
      padding: 0 !important;
    }
  }

.section-welcome {
  background: linear-gradient(172.91deg, rgba(176, 208, 255, 0.42) 6.4%, rgba(255, 251, 253, 0) 51.09%);
  position: relative; }
  .section-welcome:before {
    content: "";
    position: absolute;
    bottom: -240px;
    left: 0;
    width: 100%;
    height: 240px;
    background: url("../assets/wave-1.png") no-repeat 50% 50%;
    background-size: cover;
    z-index: 1; }
  .section-welcome-container {
    display: flex;
    justify-content: space-between; }
  .section-welcome-image--img {
    margin: 50px 0; }
  .section-welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin: 10px;
    max-width: 500px; }
    .section-welcome-content__header {
      font-weight: 300;
      font-size: 35px;
      line-height: 41px; }
      .section-welcome-content__header--bold {
        font-weight: bold; }
    .section-welcome-content__text {
      font-weight: 200;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.055em; 
      margin: 18px 0;
    }
  @media screen and (max-width: 1189px) {
    .section-welcome:before {
      bottom: -220px; }
    .section-welcome-image img {
      width: 550px; } }
  @media screen and (max-width: 1175px) {
    .section-welcome {
      background: #ffffff; }
      .section-welcome:before {
        display: none; }
      .section-welcome-container {
        justify-content: space-around; }
      .section-welcome-image {
        display: none; }
      .section-welcome-content {
        padding: 50px; }
        .section-welcome-content__header {
          text-align: center;
          margin-bottom: 30px; } }
  @media screen and (max-width: 736px) {
    .section-welcome-content {
      padding: 50px 0; }
      .section-welcome-content__header {
        font-weight: 200;
        font-size: 24px;
        line-height: 26px; }
      .section-welcome-content__text {
        font-size: 9px;
        line-height: 15px;
        letter-spacing: 0.03em;
        margin: 9px 0;
       } }

.section-invitation {
  background: rgba(238, 238, 238, 0.5); }
  .section-invitation-container {
    padding: 110px; }
  .section-invitation-content {
    text-align: center; }
    .section-invitation-content__header {
      display: block;
      margin: auto;
      font-weight: 600;
      font-size: 45px;
      line-height: 53px; }
    .section-invitation-content__text {
      font-weight: 300;
      font-size: 22px;
      line-height: 26px;
      margin: 22px 0;
      color: #757575; }
  .section-invitation-form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-invitation-form__fields {
      display: flex;
      margin-top: 40px; }
      .section-invitation-form__fields--input {
        margin: 0 20px;
        width: 320px;
        border-radius: 19px;
        border: none;
        color: #000000;
        padding: 12px 30px;
        outline: none; }
        .section-invitation-form__fields--input::placeholder {
          color: #A5A4A4; }
    .section-invitation-form .g-recaptcha {
      margin-top: 30px; }
    .section-invitation-form__button {
      margin-top: 50px; }
      .section-invitation-form__button button {
        background: linear-gradient(221.66deg, rgba(255, 133, 65, 0.85) 27%, rgba(255, 255, 255, 0) 161.47%), linear-gradient(95.57deg, rgba(255, 188, 0, 0.82) -0.33%, rgba(252, 150, 107, 0) 145.87%);
        border-radius: 20px;
        border: none;
        color: #ffffff;
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        text-transform: uppercase;
        padding: 15px 80px;
        cursor: pointer; }
  @media screen and (max-width: 1175px) {
    .section-invitation {
      display: none; } }

.section-footer {
  background: linear-gradient(260.8deg, rgba(6, 48, 131, 0.2275) -0.27%, rgba(24, 23, 39, 0) 108.85%), #151A1F;
  background-blend-mode: darken, normal; }
  .section-footer-content {
    display: flex; }
    .section-footer-content__logo {
      padding-top: 40px; }
    .section-footer-content__menu {
      flex-grow: 2; }
      .section-footer-content__menu ul li a {
        color: #ffffff; }
    .section-footer-content-socialmedia {
      margin-top: 85px;
      padding: 20px 0; }
      .section-footer-content-socialmedia__text {
        display: none; }
      .section-footer-content-socialmedia__icon {
        font-size: 20px;
        color: #ffffff;
        margin: 0 5px; }
        .section-footer-content-socialmedia__icon:hover {
          transition: 0.2s ease;
          color: #F4B856; }
  .section-footer-copyrights {
    text-align: center;
    padding: 30px 0; }
    .section-footer-copyrights__text {
      font-size: 12px;
      margin: 12px 0;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 1175px) {
    .section-footer {
      position: relative; }
      .section-footer:before {
        content: "";
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 165px;
        background: url("../assets/wave-footer.svg") no-repeat 50% 50%;
        background-size: cover;
        z-index: 5; }
      .section-footer-content {
        justify-content: center; }
        .section-footer-content__logo {
          display: none; }
        .section-footer-content__menu {
          display: none; }
        .section-footer-content-socialmedia {
          margin: 35px 0;
          text-align: center; }
          .section-footer-content-socialmedia__icon {
            margin: 10px; }
          .section-footer-content-socialmedia__text {
            display: block;
            font-weight: 300;
            color: #FFFFFF; }
      .section-footer-copyrights {
        display: none; } }
  @media screen and (max-width: 736px) {
    .section-footer-content-socialmedia__text {
      font-weight: 300;
      font-size: 8px;
      margin: 8px 0;
      line-height: 9px; }
    .section-footer-content-socialmedia__icon {
      font-size: 10px;
      margin: 5px; } }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: linear-gradient(149.66deg, #101010 -6.07%, rgba(104, 104, 104, 0) 102.18%), rgba(16, 19, 30, 0.85); }
  .overlay a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #ffffff;
    text-transform: uppercase; }
  .overlay a:hover, .overlay a:focus {
    background: -webkit-linear-gradient(#FAAD44, #F96737);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .overlay-content-list {
      list-style: none;
      padding: 0;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px; }
      .overlay-content-list li {
        margin-bottom: 20px; }
        .overlay-content-list li a {
          text-transform: uppercase; }
    .overlay-content-button {
      margin-top: 10px; }
      .overlay-content-button-btn {
        font-size: 10px;
        line-height: 12px; }
    .overlay-content-socialmedia {
      margin-top: 25px; }
      .overlay-content-socialmedia__text {
        color: #ffffff;
        font-weight: 300;
        font-size: 10px; }
      .overlay-content-socialmedia__icons {
        display: flex;
        justify-content: center;
        margin-left: 5px; }
      .overlay-content-socialmedia__icon {
        margin: 10px; }
    .overlay-content-lang{
      position: relative;
      padding-top: 80px;
    }
  .overlay-closebtn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 50px; }

.overlay-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .overlay-form .overlay-blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' '; }
  .overlay-form__container {
    background: linear-gradient(180deg, #FFFFFF 6.04%, rgba(255, 255, 255, 0) 133.65%), #DBDBDB;
    box-shadow: 0px 26px 25px rgba(40, 41, 61, 0.1);
    border-radius: 8px;
    padding: 40px 160px;
    position: relative; }
  .overlay-form__cross {
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 30px;
    cursor: pointer; }
    .overlay-form__cross--image {
      width: 20px; }
  .overlay-form .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .overlay-form .form-header {
      font-weight: 500;
      font-size: 48px;
      line-height: 56px; }
    .overlay-form .form-text {
      font-weight: 300;
      font-size: 20px;
      margin: 20px 0;
      line-height: 23px;
      color: #757575; }
    .overlay-form .form-input {
      padding: 15px;
      background: #FFFFFF;
      border-radius: 7px;
      outline: none;
      border: none;
      margin-bottom: 30px;
      width: 100%; }
    textarea {
      resize: none; 
    }
    .overlay-form .form .g-recaptcha {
      margin-bottom: 20px; }
  .overlay-form .overlay-content-socialmedia {
    margin-left: 0;
    text-align: center; }
    .overlay-form .overlay-content-socialmedia__text {
      color: #000000; }
    .overlay-form .overlay-content-socialmedia__icons {
      justify-content: center; }
    .overlay-form .overlay-content-socialmedia__icon {
      color: #000000; }
  @media screen and (max-width: 736px) {
    .overlay-form__container {
      padding: 25px; }
    .overlay-form .form-header {
      font-size: 36px; 
      line-height: 40px;}
    .overlay-form .form-text {
      font-size: 15px;
      line-height: 20px;
      margin: 15px 0; } 
    
    .overlay-form .form-input {
      margin-bottom: 12px;
      width: 90%;
    }
    }

.hidden {
  display: none; }

.section-whoweare {
  background-size: cover; }
  .section-whoweare-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: 125px; }
  .section-whoweare-logo {
    margin-top: 100px;
    position: relative; }
    .section-whoweare-logo img {
      max-width: 570px; }
    .section-whoweare-logo .sfc-logo {
      max-width: 265px;
      position: absolute;
      top: 5%;
      left: 30%; }
      .section-whoweare-logo .sfc-logo__img {
        height: 130px; }
      .section-whoweare-logo .sfc-logo__header {
        font-size: 48px;
        line-height: 55px; }
      .section-whoweare-logo .sfc-logo__ukraine {
        font-size: 28px; }
  .section-whoweare-content {
    margin-left: 10px;
    margin-bottom: 60px; }
    .section-whoweare-content__header {
      text-align: center;
      font-weight: normal;
      font-size: 30px;
      line-height: 35px;
      margin: 20px; }
    .section-whoweare-content__text {
      font-weight: 300;
      font-size: 18px;
      margin: 18px 0;
      line-height: 25px;
      letter-spacing: 0.05em;
      margin-right: 40px;
      margin-left: 40px; }
    .section-whoweare-content__text span {
      font-weight: 600; }
  @media screen and (max-width: 1189px) {
    .section-whoweare-container {
      padding: 0;
      display: block; }
    .section-whoweare-logo {
      text-align: center; }
      .section-whoweare-logo .sfc-logo {
        top: 10%;
        left: 37vw; }
    .section-whoweare-content {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .section-whoweare-logo {
      text-align: center; }
      .section-whoweare-logo__bg {
        width: 100%; }
      .section-whoweare-logo .sfc-logo {
        max-width: 250px;
        position: absolute;
        top: 10%;
        left: 35vw; }
        .section-whoweare-logo .sfc-logo__img {
          height: 130px; }
        .section-whoweare-logo .sfc-logo__header {
          font-size: 48px;
          line-height: 55px; }
        .section-whoweare-logo .sfc-logo__ukraine {
          font-size: 28px; } }
  @media screen and (max-width: 1175px) {
    .section-whoweare-logo .sfc-logo {
      left: 33vw; } }
  @media screen and (max-width: 735px) {
    .section-whoweare-container {
      padding-top: 0; }
    .section-whoweare-logo .sfc-logo {
      max-width: 21vw;
      position: absolute;
      top: 10vw;
      left: 40%; }
      .section-whoweare-logo .sfc-logo__img {
        height: 18vw; }
      .section-whoweare-logo .sfc-logo__header {
        font-size: 4vw;
        line-height: 4.1vw; }
      .section-whoweare-logo .sfc-logo__ukraine {
        font-size: 3vw; }
    .section-whoweare-content {
      margin-bottom: 0; }
      .section-whoweare-content__header {
        font-size: 15px;
        line-height: 18px; }
      .section-whoweare-content__text {
        font-size: 9px;
        margin: 9px 0;
        line-height: 15px; } }

.section-whatwebelieve {
  background: linear-gradient(142.94deg, rgba(255, 255, 255, 0.5) 15.72%, rgba(255, 255, 255, 0) 121.84%), #E6E6E6; }
  .section-whatwebelieve-container {
    padding: 100px 0; }
  .section-whatwebelieve-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
  .section-whatwebelieve .row-reverse {
    flex-direction: row; }
  .section-whatwebelieve-row + .section-whatwebelieve-row {
    margin-top: 50px; }
  .section-whatwebelieve-image img {
    max-width: 555px;
    width: 100%; }
  .section-whatwebelieve-content {
    width: 550px; }
    .section-whatwebelieve-content :not(:first-child) {
      margin-top: 25px; }
    .section-whatwebelieve-content__header {
      font-style: normal;
      font-weight: normal;
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 0.02em; }
    .section-whatwebelieve-content__epigraph {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.05em; }
    .section-whatwebelieve-content__list {
      font-weight: 300;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: 0.07em; }
  @media screen and (max-width: 1189px) {
    .section-whatwebelieve {
      background-color: #ffffff; }
      .section-whatwebelieve-container {
        padding-top: 20px;
        padding-bottom: 35px; }
      .section-whatwebelieve-row {
        display: block; }
      .section-whatwebelieve-image {
        text-align: center; }
      .section-whatwebelieve-content {
        width: 100%; }
        .section-whatwebelieve-content__header {
          margin: 20px;
          text-align: center; }
        .section-whatwebelieve-content__epigraph {
          text-align: center; }
        .section-whatwebelieve-content__list {
          margin-right: 40px;
          margin-left: 40px; }
      .section-whatwebelieve .content-bottom {
        margin-top: 50px; } }
  @media screen and (max-width: 735px) {
    .section-whatwebelieve-container {
      padding: 20px 0; }
    .section-whatwebelieve-row + .section-whatwebelieve-row {
      margin-top: 20px; }
    .section-whatwebelieve-content__header {
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0.02em; }
    .section-whatwebelieve-content__epigraph {
      width: 200px;
      margin: auto;
      font-weight: 500;
      font-size: 9px;
      line-height: 15px;
      letter-spacing: 0.03em; }
    .section-whatwebelieve-content__list {
      font-weight: 300;
      font-size: 9px;
      line-height: 15px;
      letter-spacing: 0.03em;
      margin: 0; }
    .section-whatwebelieve .content-bottom {
      margin-top: 20px; } }

.section-history-container {
  padding: 80px 0;
  text-align: center; }

.section-history-header {
  font-weight: normal;
  font-size: 32px;
  line-height: 38px; }

.section-history-content {
  max-width: 640px;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 35px auto; }

.section-history-image {
  max-width: 800px; }

@media screen and (max-width: 1189px) {
  .section-history-container {
    padding-top: 0; }
  .section-history-image {
    width: 100%; } }

@media screen and (max-width: 735px) {
  .section-history-container {
    padding: 0;
    display: flex;
    flex-direction: column-reverse; }
  .section-history-header {
    display: none; }
  .section-history-content {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.03em; } }

.section-conference-container {
  padding-top: 150px;
  padding-bottom: 110px; }

.section-conference-header {
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-align: center; }

.section-conference-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section-conference-content__text {
    max-width: 500px;
    margin: auto; }
    .section-conference-content__text p {
      font-weight: 300;
      font-size: 17px;
      margin: 17px 0;
      line-height: 22px;
      letter-spacing: 0.055em; }
    .section-conference-content__text a {
      display: block;
      margin: auto;
      font-weight: 300;
      font-size: 15px;
      margin: 15px 0;
      line-height: 22px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #2194FE;
      text-decoration: none; }
  .section-conference-content__images {
    max-width: 550px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    margin: auto; }
    .section-conference-content__images img {
      border-radius: 5px;
      height: 100%; }

@media screen and (max-width: 1189px) {
  .section-conference-container {
    padding-top: 100px;
    padding-bottom: 50px; }
  .section-conference-header {
    margin-bottom: 0; }
  .section-conference-content {
    flex-direction: column-reverse; }
    .section-conference-content__images {
      margin: 50px auto; } }

@media screen and (max-width: 735px) {
  .section-conference-header {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.02em; }
  .section-conference-content__text {
    margin-top: -30px; }
    .section-conference-content__text p {
      font-style: normal;
      font-weight: 300;
      font-size: 9px;
      margin: 9px 0;
      line-height: 15px;
      letter-spacing: 0.03em; } }

.section-training-container {
  padding-bottom: 50px; }

.section-training-header {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  margin-bottom: 3  0px; }

.section-training-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .section-training-videos iframe {
    width: 550px;
    height: 310px;
    margin-bottom: 20px; }
  .section-training-videos .training-video {
    margin-top: 40px;
    text-align: center; }
    .section-training-videos .training-video--topic {
      display: block;
      margin: auto;
      max-width: 500px;
      font-weight: 500;
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 0.03em; }
    .section-training-videos .training-video--speaker {
      font-weight: 300;
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 0.03em;
      margin: 18px; }

.section-training-viewmore {
  display: block;
  margin: auto;
  margin-top: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2194FE;
  cursor: pointer; }

@media screen and (max-width: 1189px) {
  .section-training-header {
    margin-bottom: 0; } }

@media screen and (max-width: 735px) {
  .section-training-header {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.02em; }
  .section-training-videos iframe {
    height: 53vw;
    width: 93vw; }
  .section-training-videos .training-video--topic {
    font-size: 15px;
    line-height: 22px; }
  .section-training-videos .training-video--speaker {
    font-size: 12px;
    line-height: 15px;
    margin: 0; } }

.section-ukraine {
  background: url("../assets/ukrainemap.png") no-repeat 50% 50%;
  background-size: contain;
  position: relative; }
  .section-ukraine-container {
    max-height: 800px;
    height: 50vw; }
  .section-ukraine-logo {
    text-align: center;
    position: absolute;
    top: 13%;
    left: 46%; }
	.section-ukraine-logo a{
/* 		text-decoration: none; */
	}
    .section-ukraine-logo .logo-image {
      max-height: 125px;
      height: 6.5vw;
      margin-bottom: 20px; }
    .section-ukraine-logo .logo-text {
	  color: #000000;
	  text-decoration: none;
      font-style: normal;
      font-weight: bold;
      font-size: 25px;
      line-height: 18px;
      text-align: center;
      letter-spacing: 0.05em; }
/* 	.section-ukraine-logo a:hover .logo-text{
		text-decoration: underline;
		color: #F4B856;
	} */
  @media screen and (max-width: 1175px) {
    .section-ukraine-container {
      margin-top: 50px; } }
  @media screen and (max-width: 735px) {
    .section-ukraine-logo {
      text-align: center;
      position: absolute;
      top: 17%;
      left: 45%; }
      .section-ukraine-logo .logo-image {
        margin-bottom: 5px; }
      .section-ukraine-logo .logo-text {
        font-weight: 600;
        font-size: 12px;
        line-height: 8px;
        text-align: center;
        letter-spacing: 0.03em;
        text-transform: uppercase; } }

.section-information {
  position: relative;
  top: -10vw;
  margin-bottom: -10vw; }
  .section-information-container {
    text-align: center; }
  .section-information-header {
    display: flex;
    justify-content: center; }
    .section-information-header .logo-image {
      position: relative;
      height: 65px;
      margin-right: 10px;
      top: -20px; }
    .section-information-header .logo-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      text-align: right; }
      .section-information-header .logo-content-header {
        text-transform: none; }
      .section-information-header .logo-content-ukraine {
        margin: 0;
        margin-top: -5px;
        color: #F15A29;
        font-weight: 700;
        font-size: 18px;
        text-transform: lowercase; }
  .section-information-info {
    display: block;
    margin: 45px auto 25px auto;
    max-width: 720px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.04em; }
  .section-information-text {
    display: block;
    margin: 30px auto 30px auto;
    padding: 20px;
    max-width: 880px;
    font-weight: 300;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16), 0px 0px 2px rgba(40, 41, 61, 0.04);
    border-radius: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.03; }
    .section-information-text a {
      color: #000000;
      text-decoration-style: unset; }
  .section-information-regbutton {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #101010;
    padding: 20px;
    max-width: 190px;
    margin-bottom: 100px;
    background: linear-gradient(180.05deg, rgba(255, 255, 255, 0.2) -60.75%, rgba(255, 255, 255, 0.52) 99.86%), rgba(216, 230, 243, 0.8);
    border-radius: 25px 0px 0px 25px;
    position: relative;
    transition: 0.4s; }
    .section-information-regbutton:after {
      content: '>';
      position: absolute;
      top: 0;
      right: -20px;
      padding: 20px;
      background: linear-gradient(180.18deg, rgba(255, 255, 255, 0.0625) -60.75%, rgba(255, 255, 255, 0.1625) 99.86%), #D8E6F3;
      border-radius: 0px 25px 25px 0px; }
    .section-information-regbutton:hover {
      background: linear-gradient(180.18deg, rgba(255, 255, 255, 0.0625) -60.75%, rgba(255, 255, 255, 0.1625) 99.86%), #D8E6F3; }
  @media screen and (max-width: 1175px) {
    .section-information-header .logo-image {
      position: relative;
      height: 40px;
      margin-right: 10px;
      top: -15px; }
    .section-information-header .logo-content-header {
      font-weight: 600;
      font-size: 24px;
      line-height: 26px;
      letter-spacing: 0.03em; }
    .section-information-header .logo-content-ukraine {
      font-size: 14px; }
    .section-information-info {
      font-size: 1em;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.05em; }
    .section-information-text {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.03em; } }
  @media screen and (max-width: 734px) {
    .section-information-header .logo-image {
      position: relative;
      height: 30px;
      margin-right: 10px;
      top: -10px; }
    .section-information-header .logo-content-header {
      font-size: 16px;
      line-height: 14px;
      text-align: center;
      letter-spacing: 0.03em; }
    .section-information-header .logo-content-ukraine {
      font-size: 8px;
      line-height: 15px;
      letter-spacing: 0.05em; }
    .section-information-info {
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 0.03em; }
    .section-information-text {
      font-size: 8px;
      line-height: 10px;
      letter-spacing: 0.05em; }
    .section-information-regbutton {
      font-size: 8px;
      line-height: 6px;
      letter-spacing: 0.1em;
      width: 120px;
      left: -10px;
      margin-bottom: 50px; } }

.section-worldmap {
  margin-bottom: 100px; }
  .section-worldmap-container {
    text-align: center; }
  .section-worldmap-logo {
    margin-bottom: 25px;
    max-width: 350px;
    width: 35vw; }
  .section-worldmap-header {
    font-weight: 300;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.03em;
    max-width: 580px;
    margin: auto;
    margin-bottom: 70px; }
    .section-worldmap-header .gsm {
      font-weight: 600; }
  .section-worldmap-map {
    height: 550px;
    background: url("../assets/worldmap.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative; }
    .section-worldmap-map .map-block {
      display: block;
      position: absolute;
      text-align: center;
      text-decoration: none;
      color: #000000; }
      .section-worldmap-map .map-block img {
        height: 5vw;
        max-height: 62px; }
    .section-worldmap-map__header {
      font-weight: 600;
      font-size: 20px;
      line-height: 23px;
      text-align: center;
      letter-spacing: 0.03em; }
    .section-worldmap-map__organization {
      display: block;
      margin: 5px auto 0;
      max-width: 135px;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      letter-spacing: 0.03em; }
    .section-worldmap-map__link {
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.03em;
      color: #40A3FF;
      text-decoration: none;
      background-color: rgba(250, 250, 250, 0.8);
      padding: 2px 10px; }
    .section-worldmap-map .north-america {
      top: 30%;
      left: 15%; }
    .section-worldmap-map .latin-america {
      top: 60%;
      left: 23%; }
    .section-worldmap-map .europe {
      top: 20%;
      left: 48%; }
    .section-worldmap-map .eurasia {
      top: 25%;
      right: 20%; }
    .section-worldmap-map .asia {
      top: 45%;
      right: 5%; }
    .section-worldmap-map .africa {
      top: 45%;
      left: 50%; }
  @media screen and (max-width: 1175px) {
    .section-worldmap {
      margin-bottom: 50px; }
      .section-worldmap-header {
        width: 370px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0.03em;
        margin-bottom: 0; }
      .section-worldmap-map__header {
        font-size: 16px;
        line-height: 20px; }
      .section-worldmap-map__organization {
        font-size: 12px;
        line-height: 14px;
        margin: 2px auto; }
      .section-worldmap .north-america {
        top: 40%;
        left: 5%; }
      .section-worldmap .latin-america {
        top: 60%;
        left: 17%; }
      .section-worldmap .europe {
        top: 25%;
        left: 45%; }
      .section-worldmap .eurasia {
        top: 35%;
        right: 15%; }
      .section-worldmap .asia {
        top: 45%;
        right: 2%; }
      .section-worldmap .africa {
        left: 47%; } }
  @media screen and (max-width: 734px) {
    .section-worldmap {
      padding: 0; }
      .section-worldmap-header {
        width: 200px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.03em; }
      .section-worldmap-map {
        height: 250px; }
        .section-worldmap-map__header {
          font-size: 6px;
          line-height: 7px;
          letter-spacing: 0.03em; }
        .section-worldmap-map__organization {
          font-size: 4px;
          line-height: 5px;
          letter-spacing: 0.03em;
          margin: 2px auto; }
        .section-worldmap-map__link {
          font-size: 5px;
          line-height: 6px;
          letter-spacing: 0.03em; }
      .section-worldmap .north-america {
        top: 33%;
        left: 20%; }
      .section-worldmap .latin-america {
        top: 57%;
        left: 28%; }
      .section-worldmap .europe {
        top: 10%;
        left: 49%; }
      .section-worldmap .eurasia {
        top: 20%;
        right: 30%; }
      .section-worldmap .asia {
        top: 45%;
        right: 17%; } }
  @media screen and (max-width: 512px) {
    .section-worldmap .north-america {
      top: 33%;
      left: 15%; }
    .section-worldmap .latin-america {
      top: 57%;
      left: 23%; }
    .section-worldmap .europe {
      top: 15%;
      left: 49%; }
    .section-worldmap .eurasia {
      top: 20%;
      right: 25%; }
    .section-worldmap .asia {
      top: 45%;
      right: 10%; } }
  @media screen and (max-width: 420px) {
    .section-worldmap .north-america {
      top: 35%;
      left: 13%; }
    .section-worldmap .latin-america {
      top: 60%;
      left: 20%; }
    .section-worldmap .europe {
      top: 23%;
      left: 49%; }
    .section-worldmap .eurasia {
      top: 29%;
      right: 18%; }
    .section-worldmap .asia {
      top: 45%;
      right: 8%; } }

.section-resources {
  padding-top: 120px; }
  .section-resources-container {
    text-align: center; }
  .section-resources__header {
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 49px; }
  .section-resources__text {
    font-weight: 300;
    font-size: 17px;
    margin: 17px 0;
    line-height: 22px; }
  .section-resources__books {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 90px; }
    .section-resources__books .book {
      margin: 50px; }
      .section-resources__books .book-image {
        box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
        margin-bottom: 25px; }
      .section-resources__books .book-header {
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.03em;
        margin-bottom: 12px; }
      .section-resources__books .book-text {
        font-weight: 300;
        font-size: 10px;
        line-height: 12px; }
      .section-resources__books .book-version {
        font-weight: 500;
        font-size: 8px;
        line-height: 9px;
        color: #4ABEFF;
        margin: 10px; }
        .section-resources__books .book-version span {
          display: block;
          height: 20px;
          width: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          margin-bottom: 5px; }
      .section-resources__books .book .flags {
        display: flex;
        justify-content: center; }
  .section-resources__footer-text {
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.01em;
    margin-top: 100px;
    margin-bottom: 80px; }
    .section-resources__footer-text a {
      text-decoration-style: unset;
      color: #000000; }
  @media screen and (max-width: 735px) {
    .section-resources {
      padding-top: 100px; }
      .section-resources__header {
        font-weight: normal;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.02em; }
      .section-resources__text {
        font-weight: 300;
        font-size: 8px;
        margin: 8px 0;
        line-height: 12px;
        letter-spacing: 0.01em; }
      .section-resources__books {
        margin-top: 0; }
      .section-resources__footer-text {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0.01em;
        margin-top: 0; } }

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: flex; }
  #loading img {
    height: 100px;
    margin: auto;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }
