:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 100%;
  padding: 0;
  margin: 0;
}

input, button, textarea {
  font-family: inherit;
  outline: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.uef__video-slider .video-slider-item img, .uef__video-slider .video-slider-item, .uef__content-gallery a img, .uef__comments-slider-item .slider-image img, .uef__support-block-icon img, .uef__group-member-photo img, .uef__projects-card-image img, .uef__banner-slider .slider-item-image img, .uef__banner-slider .slider-item-image::before {
  width: 100%;
  height: 100%;
}

.modal-cards-item, .modal-cards, .modal-body, .modal-head, .uef__content-gallery, .uef__content-wrap, .uef__support-block, .uef__support-wrap, .uef__group-member, .uef__projects-card-wrap, .uef__projects-card, .uef__projects-wrap, .uef__banner-slider .slider-item, .footer__top .container, .header .h_menu_lang, .header__menu, .header__wrap, .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

::-webkit-input-placeholder {
  opacity: 0.6;
}

::-moz-placeholder {
  opacity: 0.6;
}

:-ms-input-placeholder {
  opacity: 0.6;
}

:-moz-placeholder {
  opacity: 0.6;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  line-height: 100%;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 110px;
}
@media (max-width: 1600px) {
  .page-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 639px) {
  .page-wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 424px) {
  .page-wrapper {
    padding-top: 80px;
  }
}

.text-center {
  text-align: center;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1450px;
  padding: 0;
  position: relative;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1359px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 424px) {
  .container {
    padding: 0 22px;
  }
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  color: transparent;
  outline: none;
  background: #ffffff;
}

.slick-prev, .slick-next {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  opacity: 1;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1359px) {
  .slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    top: auto;
    bottom: 0;
    margin: 0 auto;
  }
}
@media (max-width: 424px) {
  .slick-prev, .slick-next {
    width: 54px;
    height: 54px;
  }
}
.slick-prev::before, .slick-next::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 20px;
  opacity: 0.6;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 1359px) {
  .slick-prev::before, .slick-next::before {
    width: 13px;
    height: 20px;
  }
}
@media (max-width: 424px) {
  .slick-prev::before, .slick-next::before {
    width: 11px;
    height: 17px;
  }
}
.slick-prev::after, .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  z-index: 1;
}

.slick-prev {
  left: calc((100% - 1650px) / 2);
}
@media (max-width: 1700px) {
  .slick-prev {
    left: calc((100% - 1570px) / 2);
  }
}
@media (max-width: 1600px) {
  .slick-prev {
    left: calc((100% - 1240px) / 2);
  }
}
@media (max-width: 1359px) {
  .slick-prev {
    left: 0;
    right: 80px;
  }
}
.slick-prev::before {
  margin-right: 3px;
  background-image: url("../img/icon/arrow-left-black.svg");
  background-size: cover;
}
.slick-prev::after {
  right: 0;
}
.slick-prev:hover::before {
  opacity: 1;
}

.slick-next {
  right: calc((100% - 1650px) / 2);
}
@media (max-width: 1700px) {
  .slick-next {
    right: calc((100% - 1570px) / 2);
  }
}
@media (max-width: 1600px) {
  .slick-next {
    right: calc((100% - 1240px) / 2);
  }
}
@media (max-width: 1359px) {
  .slick-next {
    left: 80px;
    right: 0;
  }
}
.slick-next::before {
  margin-left: 3px;
  background-image: url("../img/icon/arrow-right-black.svg");
  background-size: cover;
}
.slick-next::after {
  left: 0;
}
.slick-next:hover::before {
  opacity: 1;
}

.header {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1600px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 1359px) {
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    overflow: hidden;
  }
}
@media (max-width: 639px) {
  .header {
    height: 90px;
  }
}
@media (max-width: 424px) {
  .header {
    height: 80px;
  }
}
.header.fixed {
  position: fixed;
  height: 90px;
  -webkit-animation: menu 0.5s linear;
          animation: menu 0.5s linear;
}
@media (max-width: 1359px) {
  .header.fixed {
    height: 90px;
  }
}
@media (max-width: 639px) {
  .header.fixed {
    height: 80px;
  }
}
.header.top {
  position: absolute;
  -webkit-animation: menuTop 0.5s linear;
          animation: menuTop 0.5s linear;
}
@-webkit-keyframes menu {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes menu {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes menuTop {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes menuTop {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes menuUL {
  from {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    overflow: hidden;
  }
  to {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.2);
            transform: translateY(-100%) scale(0.2);
  }
}
@keyframes menuUL {
  from {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    overflow: hidden;
  }
  to {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.2);
            transform: translateY(-100%) scale(0.2);
  }
}
@-webkit-keyframes menuMob {
  from {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.2);
            transform: translateY(-100%) scale(0.2);
  }
  to {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    overflow: hidden;
  }
}
@keyframes menuMob {
  from {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.2);
            transform: translateY(-100%) scale(0.2);
  }
  to {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    overflow: hidden;
  }
}
.header__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1359px) {
  .header__wrap {
    background: #ffffff;
    height: 100px;
  }
  .fixed .header__wrap {
    height: 90px;
  }
}
@media (max-width: 639px) {
  .header__wrap {
    height: 90px;
  }
  .fixed .header__wrap {
    height: 80px;
  }
}
@media (max-width: 424px) {
  .header__wrap {
    height: 80px;
  }
}
.header__logo img {
  height: auto;
  max-width: 180px;
}
@media (max-width: 1359px) {
  .header__logo img {
    max-width: 170px;
  }
}
@media (max-width: 639px) {
  .header__logo img {
    max-width: 130px;
  }
}
@media (max-width: 424px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 170px;
}
@media (max-width: 1600px) {
  .header__menu {
    margin-left: 50px;
  }
}
@media (max-width: 1359px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: menuUL 0.2s linear;
            animation: menuUL 0.2s linear;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #ffffff;
  }
}
@media (max-height: 660px) {
  .header__menu {
    top: 100px;
    padding-bottom: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: scroll;
  }
}
@media (max-width: 1359px) {
  .header__menu ul {
    margin-bottom: 60px;
    width: 100%;
  }
}
.header__menu ul li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1359px) {
  .header__menu ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }
}
.header__menu ul li:nth-last-child(1) {
  margin-right: 0;
}
.header__menu ul li a {
  font-family: "Circe", sans-serif;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  position: relative;
  display: inline-block;
}
@media (max-width: 1359px) {
  .header__menu ul li a {
    font-size: 22px;
    text-transform: uppercase;
  }
}
@media (max-width: 639px) {
  .header__menu ul li a {
    font-size: 20px;
  }
}
.header__menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #ffae00;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.header__menu ul li a:hover {
  color: #ffae00;
}
.header__menu ul li a:hover::before {
  width: 100%;
}
.header__menu-social {
  margin-left: 100px;
}
@media (max-width: 1600px) {
  .header__menu-social {
    margin-left: 50px;
  }
}
@media (max-width: 1359px) {
  .header__menu-social {
    margin-left: 0;
  }
}
.header__menu-social a {
  display: inline-block;
  margin-right: 10px;
}
.header__menu-social a:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 1359px) {
  .header__info {
    margin-left: 270px;
  }
}
@media (max-width: 1023px) {
  .header__info {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .header__info {
    margin-left: 20px;
  }
}
@media (max-width: 639px) {
  .header__info {
    margin-right: 16%;
    margin-left: 0;
  }
}
@media (max-width: 424px) {
  .header__info {
    margin-right: 15%;
  }
}
.header__info button {
  outline: 0;
  border: 0;
}
.header .h_menu_lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1359px) {
  .header .h_menu_lang {
    margin-right: 100px;
  }
}
@media (max-width: 1023px) {
  .header .h_menu_lang {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .header .h_menu_lang {
    margin-right: 60px;
  }
}
@media (max-width: 639px) {
  .header .h_menu_lang {
    margin-right: 0;
    position: absolute;
    top: 80px;
    right: 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 424px) {
  .header .h_menu_lang {
    right: 23px;
  }
}
.header .h_menu_lang li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 639px) {
  .header .h_menu_lang li {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .header .h_menu_lang li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.header .h_menu_lang li:nth-last-child(1) {
  margin-right: 0;
  border-right: 0;
}
@media (max-width: 639px) {
  .header .h_menu_lang li:nth-last-child(1) {
    border-bottom: 0;
  }
}
.header .h_menu_lang li.current_page_item a {
  color: #ffae00;
  pointer-events: none;
}
.header .h_menu_lang li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  color: #000000;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
}
@media (max-width: 1023px) {
  .header .h_menu_lang li a {
    font-size: 16px;
  }
}
.header .h_menu_lang li a:hover {
  color: #ffae00;
  opacity: 1;
}
.header .burger-menu {
  width: 34px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
  cursor: pointer;
  display: none;
}
@media (max-width: 1359px) {
  .header .burger-menu {
    display: block;
  }
}
@media (max-width: 424px) {
  .header .burger-menu {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .header .burger-menu {
    right: 30px;
  }
}
@media (max-width: 424px) {
  .header .burger-menu {
    right: 22px;
  }
}
.header .burger-menu span {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
  height: 2px;
  background-color: #000000;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .burger-menu:before, .header .burger-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  border-radius: 5px;
  background-color: #000000;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .burger-menu:before {
  top: 0;
  right: 0;
}
.header .burger-menu:after {
  bottom: 0;
  left: 0;
}
.header .burger-menu.open span {
  width: 0;
  -webkit-transform: rotate(360deg) translateY(20px);
          transform: rotate(360deg) translateY(20px);
}
.header .burger-menu.open:before {
  width: 80%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  right: 1px;
}
@media (max-width: 424px) {
  .header .burger-menu.open:before {
    width: 100%;
    right: -3px;
  }
}
.header .burger-menu.open:after {
  width: 80%;
  bottom: 10px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 424px) {
  .header .burger-menu.open:after {
    width: 100%;
    left: 3px;
  }
}

.menu-open {
  overflow: hidden;
}
.menu-open .header {
  height: 100vh;
  z-index: 110;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menu-open .header .h_menu_lang {
  opacity: 1;
  visibility: visible;
}
.menu-open .header__menu {
  position: fixed;
  opacity: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: menuMob 0.5s linear;
          animation: menuMob 0.5s linear;
  visibility: visible;
}

.footer {
  width: 100%;
}
.footer__top {
  padding: 100px 0;
  background-color: #ffae00;
}
@media (max-width: 1359px) {
  .footer__top {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .footer__top {
    padding: 70px 0 60px;
  }
}
@media (max-width: 639px) {
  .footer__top {
    padding: 50px 0 40px;
  }
}
.footer__top .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__top a {
  color: #ffffff;
  font-size: 42px;
  line-height: 40px;
  font-weight: normal;
}
@media (max-width: 1600px) {
  .footer__top a {
    font-size: 38px;
  }
}
@media (max-width: 1359px) {
  .footer__top a {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .footer__top a {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .footer__top a {
    font-size: 24px;
  }
}
.footer__top-phone {
  margin-bottom: 25px;
}
@media (max-width: 1359px) {
  .footer__top-phone {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .footer__top-phone {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .footer__top-phone {
    margin-bottom: 0;
  }
}
.footer__top-mail {
  margin-bottom: 35px;
}
@media (max-width: 639px) {
  .footer__top-mail {
    margin-bottom: 30px;
  }
}
.footer__nav {
  background-color: #111111;
  padding: 45px;
}
@media (max-width: 1359px) {
  .footer__nav {
    padding: 40px;
  }
}
@media (max-width: 639px) {
  .footer__nav {
    padding: 35px 0 20px;
  }
}
.footer__nav ul {
  text-align: center;
}
.footer__nav ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 639px) {
  .footer__nav ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.footer__nav ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer__nav ul li a {
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
@media (max-width: 1359px) {
  .footer__nav ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .footer__nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .footer__nav ul li a {
    font-size: 13px;
  }
}
.footer__nav ul li a:hover {
  color: #ffae00;
}
.footer__bot {
  background-color: #000000;
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 639px) {
  .footer__bot {
    padding: 25px 0;
  }
}
.footer__bot a, .footer__bot span {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 100%;
  opacity: 0.4;
}
@media (max-width: 1359px) {
  .footer__bot a, .footer__bot span {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .footer__bot a, .footer__bot span {
    font-size: 13px;
  }
}
@media (max-width: 424px) {
  .footer__bot a, .footer__bot span {
    font-size: 12px;
  }
}

.button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
.button span {
  font-size: 18px;
  line-height: 46px;
  font-family: "Circe", sans-serif;
  position: relative;
  padding: 0 24px;
  z-index: 1;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .button span {
    font-size: 17px;
  }
}
@media (max-width: 1359px) {
  .button span {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .button span {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
  }
}
@media (max-width: 424px) {
  .button span {
    font-size: 13px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.button.button-clear {
  background: transparent;
  border: 1px solid #ffae00;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.button-clear:hover {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.button.button-yellow {
  background-color: #ffae00;
  color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.4s ease-out;
  transition: -webkit-box-shadow 0.4s ease-out;
  transition: box-shadow 0.4s ease-out;
  transition: box-shadow 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
}
.button.button-yellow:hover {
  -webkit-box-shadow: 0 0 4px #ffae00;
          box-shadow: 0 0 4px #ffae00;
}
.button.button-yellow:hover::before {
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.uef__banner {
  width: 100%;
  position: relative;
}
.uef__banner .scrollDown {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 639px) {
  .uef__banner .scrollDown {
    font-size: 13px;
  }
}
.uef__banner .scrollDown:hover {
  opacity: 0.5;
}
.uef__banner .scrollDown span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sd 1.5s infinite;
  animation: sd 1.5s infinite;
}
@media (max-width: 639px) {
  .uef__banner .scrollDown span {
    width: 14px;
    height: 14px;
  }
}
@-webkit-keyframes sd {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sd {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.uef__banner-slider {
  width: 100%;
  height: 680px;
}
@media (max-width: 1600px) {
  .uef__banner-slider {
    height: 550px;
  }
}
@media (max-width: 1359px) {
  .uef__banner-slider {
    height: 410px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .uef__banner-slider {
    height: 440px;
  }
}
@media (max-width: 424px) {
  .uef__banner-slider {
    height: 400px;
  }
}
.uef__banner-slider.one-slide .slick-list {
  padding: 0 !important;
}
.uef__banner-slider .slick-list {
  padding: 0 120px !important;
}
@media (max-width: 1600px) {
  .uef__banner-slider .slick-list {
    padding: 0 100px !important;
  }
}
@media (max-width: 1359px) {
  .uef__banner-slider .slick-list {
    padding: 0 80px !important;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slick-list {
    padding: 0 !important;
  }
}
@media (min-width: 1921px) {
  .uef__banner-slider .slick-list {
    padding: 0 10% !important;
  }
}
.project-slider .uef__banner-slider .slick-list {
  padding: 0 !important;
}
.uef__banner-slider .slick-prev, .uef__banner-slider .slick-next {
  width: 120px;
  height: 100%;
  top: 0;
  bottom: 0;
  border: 0;
  margin-top: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1600px) {
  .uef__banner-slider .slick-prev, .uef__banner-slider .slick-next {
    width: 100px;
  }
}
@media (max-width: 1359px) {
  .uef__banner-slider .slick-prev, .uef__banner-slider .slick-next {
    width: 80px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slick-prev, .uef__banner-slider .slick-next {
    width: 50%;
    height: 60px;
    opacity: 0.5;
    border-radius: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1921px) {
  .uef__banner-slider .slick-prev, .uef__banner-slider .slick-next {
    width: 10%;
  }
}
.uef__banner-slider .slick-prev::after, .uef__banner-slider .slick-next::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.uef__banner-slider .slick-prev {
  left: 0;
}
@media (max-width: 1359px) {
  .uef__banner-slider .slick-prev {
    right: auto;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slick-prev::after {
    opacity: 0.6;
    width: 1px;
  }
}
.uef__banner-slider .slick-prev::before {
  background-image: url("../img/icon/slider-left-white.svg");
}
.uef__banner-slider .slick-prev:hover::after {
  width: 100%;
  opacity: 1;
}
.uef__banner-slider .slick-next {
  right: 0;
}
@media (max-width: 1359px) {
  .uef__banner-slider .slick-next {
    left: auto;
  }
}
.uef__banner-slider .slick-next::before {
  background-image: url("../img/icon/slider-right-white.svg");
}
.uef__banner-slider .slick-next:hover::after {
  width: 100%;
  opacity: 1;
}
.uef__banner-slider .slider-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 1600px) {
  .uef__banner-slider .slider-item {
    padding: 0 40px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item {
    padding: 0;
  }
}
.uef__banner-slider .slider-item.slick-center .slider-item-content-title {
  -webkit-animation-name: bannetTitle;
          animation-name: bannetTitle;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.uef__banner-slider .slider-item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.uef__banner-slider .slider-item-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.uef__banner-slider .slider-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-image img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}
@media (max-width: 639px) {
  .uef__banner-slider .slider-item-image img {
    -o-object-position: 90% 50%;
       object-position: 90% 50%;
  }
}
@media (max-width: 424px) {
  .uef__banner-slider .slider-item-image img {
    -o-object-position: 85% 50%;
       object-position: 85% 50%;
  }
}
.uef__banner-slider .slider-item-content {
  width: 100%;
  z-index: 5;
  margin-bottom: 180px;
}
@media (max-width: 1600px) {
  .uef__banner-slider .slider-item-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 1359px) {
  .uef__banner-slider .slider-item-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-content {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .uef__banner-slider .slider-item-content {
    margin-bottom: 100px;
  }
}
.uef__banner-slider .slider-item-content .container {
  max-width: 90%;
}
@media (max-width: 1359px) {
  .uef__banner-slider .slider-item-content .container {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-content .container {
    max-width: 720px;
  }
}
.project-slider .uef__banner-slider .slider-item-content {
  padding: 0 150px;
}
.uef__banner-slider .slider-item-content .project-buttons .button {
  margin-right: 20px;
}
.uef__banner-slider .slider-item-content-title {
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  font-weight: bold;
  width: 1000px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1600px) {
  .uef__banner-slider .slider-item-content-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1359px) {
  .uef__banner-slider .slider-item-content-title {
    font-size: 36px;
    line-height: 48px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-content-title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .uef__banner-slider .slider-item-content-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 424px) {
  .uef__banner-slider .slider-item-content-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.uef__banner-slider .slider-item-content-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.uef__banner-slider .slider-item-content-text {
  width: 800px;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .uef__banner-slider .slider-item-content-text {
    font-size: 22px;
  }
}
@media (max-width: 1359px) {
  .uef__banner-slider .slider-item-content-text {
    font-size: 19px;
    line-height: 24px;
    width: 600px;
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-content-text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .uef__banner-slider .slider-item-content-text {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .uef__banner-slider .slider-item-content-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 424px) {
  .uef__banner-slider .slider-item-content-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.uef__banner-slider .slider-item-content .button {
  margin-top: 60px;
}
@media (max-width: 1359px) {
  .uef__banner-slider .slider-item-content .button {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-content .button {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .uef__banner-slider .slider-item-content .button {
    margin-top: 30px;
  }
}
@media (max-width: 424px) {
  .uef__banner-slider .slider-item-content .button {
    margin-top: 25px;
  }
}
.uef__banner-slider .slider-item-content .button span {
  padding: 0 50px;
  line-height: 58px;
}
@media (max-width: 1359px) {
  .uef__banner-slider .slider-item-content .button span {
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .uef__banner-slider .slider-item-content .button span {
    line-height: 46px;
  }
}
.uef__counter {
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 1359px) {
  .uef__counter {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__counter {
    padding: 70px 0;
  }
}
@media (max-width: 639px) {
  .uef__counter {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__counter {
    padding: 45px 0;
  }
}
.uef__counter-caption {
  font-size: 38px;
  line-height: 1.35;
  padding: 40px 0;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1600px) {
  .uef__counter-caption {
    font-size: 36px;
  }
}
@media (max-width: 1359px) {
  .uef__counter-caption {
    font-size: 32px;
    margin-bottom: 70px;
    padding: 35px 0;
  }
}
@media (max-width: 1023px) {
  .uef__counter-caption {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .uef__counter-caption {
    font-size: 24px;
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 424px) {
  .uef__counter-caption {
    font-size: 20px;
  }
}
.uef__counter-caption::before {
  content: "";
  position: absolute;
  width: 140px;
  top: 0;
  height: 1px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .uef__counter-caption::before {
    width: 120px;
  }
}
.uef__counter-caption::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .uef__counter-caption::after {
    width: 120px;
  }
}
.uef__counter-content {
  width: 100%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
     -moz-column-rule-width: 1px;
          column-rule-width: 1px;
  -webkit-column-rule-color: rgba(0, 0, 0, 0.1);
     -moz-column-rule-color: rgba(0, 0, 0, 0.1);
          column-rule-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 639px) {
  .uef__counter-content {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.uef__counter-content .description {
  font-size: 24px;
  line-height: 100%;
  color: #ffae00;
  text-transform: uppercase;
  letter-spacing: 0.275px;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .uef__counter-content .description {
    font-size: 22px;
  }
}
@media (max-width: 1359px) {
  .uef__counter-content .description {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .uef__counter-content .description {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .uef__counter-content .description {
    font-size: 17px;
  }
}
@media (max-width: 424px) {
  .uef__counter-content .description {
    font-size: 16px;
  }
}
.uef__counter-item {
  padding: 20px 0 30px;
}
@media (max-width: 1359px) {
  .uef__counter-item {
    padding: 10px 0 20px;
  }
}
@media (max-width: 639px) {
  .uef__counter-item {
    padding: 0;
    margin-bottom: 30px;
  }
  .uef__counter-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.uef__counter-item-stat {
  font-size: 72px;
  line-height: 100%;
  color: #ffae00;
  font-weight: bold;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .uef__counter-item-stat {
    font-size: 60px;
  }
}
@media (max-width: 1359px) {
  .uef__counter-item-stat {
    font-size: 52px;
  }
}
@media (max-width: 1023px) {
  .uef__counter-item-stat {
    font-size: 42px;
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
}
@media (max-width: 639px) {
  .uef__counter-item-stat {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 40px;
  }
}
@media (max-width: 424px) {
  .uef__counter-item-stat {
    font-size: 38px;
  }
}
.uef__about {
  padding: 100px 0;
  width: 100%;
  background-color: #fafbfb;
}
@media (max-width: 1359px) {
  .uef__about {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__about {
    padding: 70px 0;
  }
}
@media (max-width: 639px) {
  .uef__about {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__about {
    padding: 45px 0;
  }
}
.uef__about .page-title {
  margin-bottom: 40px;
}
@media (max-width: 1359px) {
  .uef__about .page-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 639px) {
  .uef__about .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 424px) {
  .uef__about .page-title {
    margin-bottom: 20px;
  }
}
.uef__about-tag {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .uef__about-tag {
    font-size: 22px;
  }
}
@media (max-width: 1359px) {
  .uef__about-tag {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .uef__about-tag {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .uef__about-tag {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .uef__about-tag {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.uef__about-desc {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  width: 1000px;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .uef__about-desc {
    font-size: 19px;
  }
}
@media (max-width: 1359px) {
  .uef__about-desc {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .uef__about-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .uef__about-desc {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 424px) {
  .uef__about-desc {
    font-size: 13px;
    line-height: 18px;
  }
}
.uef__about-desc p:nth-last-child(1) {
  margin-bottom: 0;
}
.uef__projects {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1359px) {
  .uef__projects {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__projects {
    padding: 70px 0;
  }
}
@media (max-width: 639px) {
  .uef__projects {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__projects {
    padding: 45px 0;
  }
}
.uef__projects .page-title {
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1359px) {
  .uef__projects .page-title {
    margin-bottom: 60px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  .uef__projects .page-title {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .uef__projects .page-title {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
}
@media (max-width: 424px) {
  .uef__projects .page-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.uef__projects .page-title::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.uef__projects-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uef__projects-card {
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 2.666%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border 0.6s ease-out, -webkit-transform 0.6s ease-out, -webkit-box-shadow 0.6s ease-out;
  transition: border 0.6s ease-out, -webkit-transform 0.6s ease-out, -webkit-box-shadow 0.6s ease-out;
  transition: transform 0.6s ease-out, box-shadow 0.6s ease-out, border 0.6s ease-out;
  transition: transform 0.6s ease-out, box-shadow 0.6s ease-out, border 0.6s ease-out, -webkit-transform 0.6s ease-out, -webkit-box-shadow 0.6s ease-out;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 0 40px;
  -webkit-box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1359px) {
  .uef__projects-card {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
}
@media (max-width: 639px) {
  .uef__projects-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 424px) {
  .uef__projects-card {
    margin-bottom: 14px;
  }
}
.uef__projects-card.large {
  padding: 30px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-right: 0;
}
@media (max-width: 424px) {
  .uef__projects-card.large {
    padding: 22px;
  }
}
.uef__projects-card.large:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.uef__projects-card:nth-of-type(5n+5) {
  margin-right: 0;
}
@media (max-width: 1359px) {
  .uef__projects-card:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.uef__projects-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.uef__projects-card:hover .uef__projects-card-borders::before {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}
.uef__projects-card:hover .uef__projects-card-borders::after {
  height: 100%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.uef__projects-card:hover .uef__projects-card-borders span::before {
  width: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.uef__projects-card:hover .uef__projects-card-borders span::after {
  height: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.uef__projects-card-image {
  width: 100%;
  height: 180px;
  margin-bottom: 25px;
  padding: 5px;
}
@media (max-width: 1359px) {
  .uef__projects-card-image {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .uef__projects-card-image {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .uef__projects-card-image {
    width: 60%;
  }
}
@media (max-width: 560px) {
  .uef__projects-card-image {
    height: 140px;
    width: 80%;
  }
}
@media (max-width: 424px) {
  .uef__projects-card-image {
    width: 100%;
  }
}
.uef__projects-card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}
.uef__projects-card-title {
  width: 100%;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 35px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  text-align: center;
}
@media (max-width: 1600px) {
  .uef__projects-card-title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .uef__projects-card-title {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .uef__projects-card-title {
    margin-bottom: 25px;
  }
}
.uef__projects-card-button {
  padding: 0 50px;
  width: 250px;
  text-align: center;
}
@media (max-width: 639px) {
  .uef__projects-card-button {
    width: 230px;
  }
}
@media (max-width: 424px) {
  .uef__projects-card-button {
    width: 200px;
  }
}
.uef__projects-card-button span {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.uef__projects-card-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.large .uef__projects-card-wrap {
  width: 30%;
  margin-right: 50px;
  padding-right: 50px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1359px) {
  .large .uef__projects-card-wrap {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .large .uef__projects-card-wrap {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .large .uef__projects-card-wrap {
    width: 52%;
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .large .uef__projects-card-wrap {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.large .uef__projects-card-content {
  width: 60%;
}
@media (max-width: 1359px) {
  .large .uef__projects-card-content {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .large .uef__projects-card-content {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .large .uef__projects-card-content {
    width: 40%;
  }
}
@media (max-width: 639px) {
  .large .uef__projects-card-content {
    width: 100%;
  }
}
.large .uef__projects-card-content p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .large .uef__projects-card-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 424px) {
  .large .uef__projects-card-content p {
    font-size: 14px;
    line-height: 19px;
  }
}
.large .uef__projects-card-content p:nth-last-child(1) {
  margin-bottom: 0;
}
.uef__projects-card-borders {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
}
.uef__projects-card-borders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-top: 1px solid #ffae00;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  border-radius: 0;
  opacity: 0;
}
.uef__projects-card-borders::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-right: 1px solid #ffae00;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 8px;
}
.uef__projects-card-borders span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.uef__projects-card-borders span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-bottom: 1px solid #ffae00;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  border-radius: 0;
}
.uef__projects-card-borders span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-left: 1px solid #ffae00;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-radius: 8px;
}
.uef__group {
  padding: 100px 0;
  width: 100%;
  background-color: #fafbfb;
}
@media (max-width: 1359px) {
  .uef__group {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__group {
    padding: 70px 0;
  }
}
@media (max-width: 639px) {
  .uef__group {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__group {
    padding: 45px 0;
  }
}
.uef__group .page-title {
  margin-bottom: 60px;
}
@media (max-width: 1359px) {
  .uef__group .page-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .uef__group .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 424px) {
  .uef__group .page-title {
    margin-bottom: 20px;
  }
}
.uef__group-slider .slick-slide {
  margin: 0 27px;
}
@media (max-width: 1359px) {
  .uef__group-slider .slick-slide {
    margin: 0 20px;
  }
}
@media (max-width: 1023px) {
  .uef__group-slider .slick-slide {
    margin: 0 14px;
  }
}
.uef__group-slider .slick-list {
  padding-top: 20px;
  margin: 0 -27px;
}
@media (max-width: 1359px) {
  .uef__group-slider .slick-list {
    margin: 0 -20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .uef__group-slider .slick-list {
    margin: 0 -14px;
  }
}
@media (max-width: 639px) {
  .uef__group-slider .slick-list {
    padding-bottom: 90px;
  }
}
@media (max-width: 424px) {
  .uef__group-slider .slick-list {
    padding-bottom: 80px;
  }
}
.uef__group-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uef__group-slider-item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1023px) {
  .uef__group-slider-item.slick-current::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.uef__group-member {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 424px) {
  .uef__group-member {
    padding: 0 10px;
  }
}
.uef__group-member-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1359px) {
  .uef__group-member-photo {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .uef__group-member-photo {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 639px) {
  .uef__group-member-photo {
    width: 120px;
    height: 120px;
  }
}
.uef__group-member-photo::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px solid #ffae00;
}
.uef__group-member-photo img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uef__group-member-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1359px) {
  .uef__group-member-name {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .uef__group-member-name {
    font-size: 18px;
  }
}
@media (max-width: 424px) {
  .uef__group-member-name {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.uef__group-member-position {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  opacity: 0.8;
  margin-bottom: 20px;
}
@media (max-width: 1359px) {
  .uef__group-member-position {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .uef__group-member-position {
    font-size: 16px;
  }
}
@media (max-width: 424px) {
  .uef__group-member-position {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.uef__group-member-contact a {
  font-size: 16px;
  color: #3c4d78;
}
@media (max-width: 639px) {
  .uef__group-member-contact a {
    font-size: 15px;
  }
}
@media (max-width: 424px) {
  .uef__group-member-contact a {
    font-size: 14px;
  }
}
.uef__support {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1359px) {
  .uef__support {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__support {
    padding: 70px 0;
  }
}
@media (max-width: 639px) {
  .uef__support {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__support {
    padding: 45px 0;
  }
}
.uef__support .page-title {
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1359px) {
  .uef__support .page-title {
    padding-bottom: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .uef__support .page-title {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .uef__support .page-title {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}
.uef__support .page-title::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.uef__support-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 80px;
}
@media (max-width: 1359px) {
  .uef__support-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .uef__support-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .uef__support-wrap {
    margin-bottom: 50px;
  }
}
.uef__support-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  text-align: center;
  -webkit-box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.1);
  padding: 60px 70px;
  border: 1px solid transparent;
  -webkit-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .uef__support-block {
    padding: 60px 50px;
  }
}
@media (max-width: 1359px) {
  .uef__support-block {
    padding: 60px 30px;
  }
}
@media (max-width: 1023px) {
  .uef__support-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .uef__support-block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 424px) {
  .uef__support-block {
    padding: 50px 30px;
  }
}
.uef__support-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border: 1px solid #ffae00;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: -1;
}
@media (max-width: 1023px) {
  .uef__support-block::before {
    left: 10px;
    top: 10px;
  }
}
.uef__support-block-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.uef__support-block-title {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  text-transform: uppercase;
}
@media (max-width: 1359px) {
  .uef__support-block-title {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .uef__support-block-title {
    font-size: 17px;
  }
}
@media (max-width: 424px) {
  .uef__support-block-title {
    font-size: 16px;
  }
}
.uef__support-block:hover::before {
  width: 110%;
  height: 120%;
  left: -5%;
  top: -10%;
  border: 1px solid #ffae00;
}
@media (max-width: 1023px) {
  .uef__support-block:hover::before {
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
.uef__support-block:hover .uef__support-block-title {
  text-transform: uppercase;
}
.uef__support-button .button {
  padding: 0 60px;
}
@media (max-width: 639px) {
  .uef__support-button .button {
    width: 100%;
  }
}
.uef__support-button .button span {
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 1359px) {
  .uef__support-button .button span {
    line-height: 54px;
  }
}
@media (max-width: 1023px) {
  .uef__support-button .button span {
    line-height: 52px;
  }
}
.uef__comments {
  width: 100%;
  padding: 100px 0;
  background-color: #ffff96;
}
@media (max-width: 1359px) {
  .uef__comments {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__comments {
    padding: 70px 0;
  }
}
@media (max-width: 639px) {
  .uef__comments {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__comments {
    padding: 45px 0;
  }
}
.uef__comments .page-title {
  margin-bottom: 40px;
}
@media (max-width: 1359px) {
  .uef__comments .page-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .uef__comments .page-title {
    margin-bottom: 0;
  }
}
.uef__comments-slider {
  width: 100%;
}
.uef__comments-slider .slick-list {
  margin: 0 -7px;
  overflow: visible !important;
}
@media (max-width: 1359px) {
  .uef__comments-slider .slick-list {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .uef__comments-slider .slick-list {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 639px) {
  .uef__comments-slider .slick-list {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 90px;
  }
}
@media (max-width: 424px) {
  .uef__comments-slider .slick-list {
    padding-bottom: 80px;
  }
}
.uef__comments-slider-item {
  text-align: center;
  padding: 40px 40px 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 1359px) {
  .uef__comments-slider-item {
    padding: 40px 20px 0;
  }
}
@media (max-width: 424px) {
  .uef__comments-slider-item {
    padding: 30px 10px 0;
  }
}
.uef__comments-slider-item.slick-slide {
  opacity: 0.2;
}
.uef__comments-slider-item.slick-active {
  opacity: 1;
}
.uef__comments-slider-item .slider-image {
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.2);
}
.uef__comments-slider-item .slider-image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uef__comments-slider-item .slider-content-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .uef__comments-slider-item .slider-content-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 424px) {
  .uef__comments-slider-item .slider-content-text {
    font-size: 13px;
  }
}
.uef__comments-slider-item .slider-content-author {
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .uef__comments-slider-item .slider-content-author {
    font-size: 14px;
  }
}
.uef__comments-slider-item .slider-content-position {
  font-size: 15px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .uef__comments-slider-item .slider-content-position {
    font-size: 13px;
  }
}
.uef__content {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1359px) {
  .uef__content {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__content {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .uef__content {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .uef__content {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__content {
    padding: 45px 0;
  }
}
.uef__content-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 170px;
}
@media (max-width: 1023px) {
  .uef__content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.uef__content .project-buttons {
  position: absolute;
  left: 0;
  top: 100px;
}
@media (max-width: 1359px) {
  .uef__content .project-buttons {
    top: 80px;
  }
}
@media (max-width: 1023px) {
  .uef__content .project-buttons {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.uef__content .project-buttons .button {
  padding: 0 30px;
}
@media (max-width: 1359px) {
  .uef__content .project-buttons .button {
    padding: 0 22px;
  }
}
@media (max-width: 424px) {
  .uef__content .project-buttons .button {
    width: 100%;
    text-align: center;
  }
}
.uef__content .project-buttons .button span {
  line-height: 60px;
}
@media (max-width: 639px) {
  .uef__content .project-buttons .button span {
    line-height: 50px;
  }
}
.uef__content .page-title {
  position: relative;
}
@media (max-width: 1023px) {
  .uef__content .page-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .uef__content .page-title {
    margin-bottom: 30px;
  }
}
.uef__content-description {
  width: 78%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 80px;
}
@media (max-width: 1359px) {
  .uef__content-description {
    width: 74%;
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  .uef__content-description {
    width: 100%;
    padding-left: 0;
    border: 0;
    margin-bottom: 30px;
  }
}
.uef__content-description p {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1359px) {
  .uef__content-description p {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .uef__content-description p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .uef__content-description p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
  }
}
@media (max-width: 424px) {
  .uef__content-description p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.uef__content-description p:nth-last-child(1) {
  margin-bottom: 0;
}
.uef__content-gallery {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}
@media (max-width: 1359px) {
  .uef__content-gallery {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .uef__content-gallery {
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .uef__content-gallery {
    margin-top: 35px;
    padding-bottom: 90px;
  }
}
@media (max-width: 424px) {
  .uef__content-gallery {
    padding-bottom: 80px;
  }
}
.uef__content-gallery .slick-list {
  margin: 0 -12px;
}
.uef__content-gallery .slick-slide {
  margin: 0 12px;
}
.uef__content-gallery a {
  display: inline-block;
  width: 100%;
  height: 300px;
}
@media (max-width: 1359px) {
  .uef__content-gallery a {
    height: 280px;
  }
}
@media (max-width: 639px) {
  .uef__content-gallery a {
    height: 220px;
  }
}
.uef__content-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.uef__content-gallery a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: contrast(1.5);
          filter: contrast(1.5);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.uef__content-button {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .uef__content-button {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .uef__content-button {
    margin-top: 32px;
  }
}
@media (max-width: 424px) {
  .uef__content-button {
    margin-top: 30px;
    width: 100%;
  }
}
.uef__content-button .button {
  padding: 0 30px;
}
@media (max-width: 424px) {
  .uef__content-button .button {
    width: 100%;
    text-align: center;
  }
}
.uef__content-button .button span {
  line-height: 60px;
}
@media (max-width: 639px) {
  .uef__content-button .button span {
    line-height: 50px;
  }
}
.uef__video {
  padding-bottom: 100px;
}
@media (max-width: 1359px) {
  .uef__video {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .uef__video {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .uef__video {
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .uef__video {
    padding-bottom: 50px;
  }
}
@media (max-width: 424px) {
  .uef__video {
    padding-bottom: 45px;
  }
}
.uef__video .page-title {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1359px) {
  .uef__video .page-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .uef__video .page-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .uef__video .page-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 424px) {
  .uef__video .page-title {
    margin-bottom: 30px;
  }
}
.uef__video-slider {
  width: 100%;
  height: 600px;
}
@media (max-width: 1023px) {
  .uef__video-slider {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .uef__video-slider {
    height: 460px;
  }
}
@media (max-width: 639px) {
  .uef__video-slider {
    height: 340px;
  }
}
@media (max-width: 424px) {
  .uef__video-slider {
    height: 280px;
  }
}
.uef__video-slider .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1359px) {
  .uef__video-slider .slick-list {
    padding-bottom: 100px;
  }
}
@media (max-width: 424px) {
  .uef__video-slider .slick-list {
    padding-bottom: 80px;
  }
}
.uef__video-slider .slick-track {
  margin-left: 0;
}
.uef__video-slider .slick-slide {
  margin: 0 20px;
}
.uef__video-slider .video-slider-item {
  position: relative;
}
.uef__video-slider .video-slider-item svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: -50px auto 0;
  width: 100px;
  height: 100px;
  top: 50%;
}
@media (max-width: 1023px) {
  .uef__video-slider .video-slider-item svg {
    margin: -45px auto 0;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 639px) {
  .uef__video-slider .video-slider-item svg {
    margin: -40px auto 0;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 424px) {
  .uef__video-slider .video-slider-item svg {
    margin: -38px auto 0;
    width: 76px;
    height: 76px;
  }
}
.uef__video-slider .video-slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.uef__donation {
  padding: 100px 0;
  background: #fafbfb;
}
@media (max-width: 1359px) {
  .uef__donation {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .uef__donation {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .uef__donation {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .uef__donation {
    padding: 50px 0;
  }
}
@media (max-width: 424px) {
  .uef__donation {
    padding: 45px 0;
  }
}
.uef__donation .page-title {
  margin-bottom: 50px;
}
@media (max-width: 639px) {
  .uef__donation .page-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 424px) {
  .uef__donation .page-title {
    margin-bottom: 30px;
  }
}
.uef__donation button {
  padding: 0 50px;
  border-radius: 14px;
  border: 0;
}
.uef__donation button span {
  line-height: 90px;
}
@media (max-width: 1359px) {
  .uef__donation button span {
    line-height: 80px;
  }
}
@media (max-width: 1023px) {
  .uef__donation button span {
    line-height: 70px;
  }
}
@media (max-width: 639px) {
  .uef__donation button span {
    line-height: 60px;
  }
}
@media (max-width: 424px) {
  .uef__donation button span {
    line-height: 55px;
  }
}

.fancybox-thumbs__list a:before {
  border: 4px solid #ffae00;
}

.page-title {
  font-size: 46px;
  line-height: 100%;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .page-title {
    font-size: 42px;
  }
}
@media (max-width: 1359px) {
  .page-title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .page-title {
    font-size: 32px;
  }
}
@media (max-width: 639px) {
  .page-title {
    font-size: 28px;
  }
}
@media (max-width: 424px) {
  .page-title {
    font-size: 24px;
  }
}

#toTop {
  outline: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  cursor: pointer;
}
#toTop::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -6px auto 0;
  width: 17px;
  height: 10px;
  background-image: url("../img/icon/arrow-up.svg");
  background-size: cover;
}
#toTop.show {
  opacity: 0.8;
  visibility: visible;
}
#toTop:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 30px #ccc;
          box-shadow: 0 0 30px #ccc;
}
#toTop.up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0.8;
}

/************************************************/
/***************** MODAL WINDOW *****************/
/************************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  outline: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.modal-contact .modal-wrap {
  max-width: 600px;
}
.modal.modal-contact .modal-wrap .modal-content .modal-head {
  font-size: 24px;
  text-align: left;
  padding: 22px 60px;
}
@media (max-width: 1023px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-head {
    margin-bottom: 30px;
    padding: 22px 40px;
  }
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-head {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 424px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-head {
    padding: 22px;
    font-size: 20px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body {
  padding: 0 60px 60px;
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body {
    padding: 0 40px 50px;
  }
}
@media (max-width: 424px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body {
    padding: 0 22px 40px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form {
  width: 100%;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap {
  margin-bottom: 40px;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap.input-checkbox .caption {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap.input-checkbox .caption {
    margin-bottom: 20px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap .caption {
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap .caption {
    font-size: 14px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap input, .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 0;
  font-size: 18px;
  line-height: 100%;
  height: 56px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap input, .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap textarea {
    height: 50px;
    font-size: 16px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap input:nth-last-child(1), .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap textarea:nth-last-child(1) {
  margin-bottom: 0;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap input:hover, .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap textarea:hover {
  border-bottom: 1px solid #ffae00;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap input:focus, .modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap textarea:focus {
  border-bottom: 1px solid #ffae00;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .input-wrap textarea {
  max-width: 100%;
  min-width: 100%;
  padding: 15px 0;
  min-height: 56px;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox:nth-last-child(1) {
  margin-bottom: 0;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  width: 100%;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  top: 3px;
  position: relative;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox .wpcf7-list-item-label {
  margin-left: 5px;
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox label {
  font-size: 18px;
  line-height: 100%;
  display: block;
  cursor: pointer;
  color: #000000;
  opacity: 0.8;
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .checkbox label {
    font-size: 16px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .form-submit {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .form-submit {
    margin-top: 40px;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .form-submit .button {
  width: 300px;
  border: 0;
  outline: 0;
  text-align: center;
}
@media (max-width: 424px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .form-submit .button {
    width: 100%;
  }
}
.modal.modal-contact .modal-wrap .modal-content .modal-body form .form-submit .button span {
  line-height: 56px;
}
@media (max-width: 639px) {
  .modal.modal-contact .modal-wrap .modal-content .modal-body form .form-submit .button span {
    line-height: 50px;
  }
}
.modal .overlay {
  position: fixed;
  width: 100%;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(42, 41, 47, 0.8);
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-close:after, .modal-close:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  height: 3px;
  width: 16px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #c7cbd1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-close:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000000;
}
.modal-close:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000000;
}
.modal-wrap {
  max-width: 90%;
  min-height: calc(96.5%);
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 1.75rem auto;
  border-radius: 10px;
}
.modal-head {
  padding: 22px 36px;
  text-align: center;
  font-size: 36px;
  line-height: 100%;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1359px) {
  .modal-head {
    margin-bottom: 20px;
    font-size: 32px;
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .modal-head {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .modal-head {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 424px) {
  .modal-head {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.modal-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  position: relative;
  top: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  opacity: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-body {
  padding: 0 60px 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .modal-body {
    padding: 0 40px 20px;
  }
}
@media (max-width: 639px) {
  .modal-body {
    padding: 0 30px 10px;
  }
}
@media (max-width: 424px) {
  .modal-body {
    padding: 0 22px 0;
  }
}
.modal-cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.modal-cards-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19%;
  padding: 10px;
  height: 150px;
  margin-bottom: 20px;
  margin-right: 1.25%;
  position: relative;
}
@media (max-width: 1359px) {
  .modal-cards-item {
    width: 24%;
    margin-right: 1.333%;
  }
}
@media (max-width: 1023px) {
  .modal-cards-item {
    width: 32%;
    margin-right: 2%;
    height: 130px;
    margin-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .modal-cards-item {
    width: 47%;
    margin-right: 6%;
    height: 120px;
  }
}
@media (max-width: 424px) {
  .modal-cards-item {
    padding: 0 22px 0;
    height: 110px;
  }
}
.modal-cards-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 6px;
  top: 6px;
  border: 1px solid #ffae00;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.modal-cards-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  z-index: 2;
}
.modal-cards-item:nth-of-type(5n+5) {
  margin-right: 0;
}
@media (max-width: 1359px) {
  .modal-cards-item:nth-of-type(5n+5) {
    margin-right: 1.333%;
  }
}
@media (max-width: 1023px) {
  .modal-cards-item:nth-of-type(5n+5) {
    margin-right: 2%;
  }
}
@media (max-width: 639px) {
  .modal-cards-item:nth-of-type(5n+5) {
    margin-right: 6%;
  }
}
@media (max-width: 1359px) {
  .modal-cards-item:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .modal-cards-item:nth-of-type(4n+4) {
    margin-right: 2%;
  }
}
@media (max-width: 639px) {
  .modal-cards-item:nth-of-type(4n+4) {
    margin-right: 6%;
  }
}
@media (max-width: 1023px) {
  .modal-cards-item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .modal-cards-item:nth-of-type(3n+3) {
    margin-right: 6%;
  }
}
@media (max-width: 639px) {
  .modal-cards-item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.modal-cards-item img {
  max-width: 80%;
  max-height: 100px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .modal-cards-item img {
    max-height: 80px;
    max-width: 70%;
  }
}
@media (max-width: 639px) {
  .modal-cards-item img {
    max-width: 90%;
  }
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal.active .modal-content {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.open-modal {
  overflow: hidden;
  position: relative;
}
.open-modal .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes shine {
  0% {
    opacity: 0;
    left: -75%;
  }
  100% {
    opacity: 1;
    left: 110%;
  }
}
@keyframes shine {
  0% {
    opacity: 0;
    left: -75%;
  }
  100% {
    opacity: 1;
    left: 110%;
  }
}
@-webkit-keyframes bannerSlider {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bannerSlider {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}