@font-face {
  font-family: 'Roboto Light';
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Regular';
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Black';
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: currentColor;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button {
  border: 0;
}

button:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #f8f8f8;
  color: #3f3f3f;
  position: relative;
  line-height: 28px;
  font-size: 21px;
  font-family: 'Roboto Regular', sans-serif;
}

h1 {
  font-family: 'Roboto Black', sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #3f3f3f;
}

h2 {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 34px;
  line-height: 52px;
  color: #3f3f3f;
}

h3 {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 21px;
  line-height: 32px;
  color: #3f3f3f;
}

h4 {
  font-family: 'Roboto Medium', sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #3f3f3f;
}

.subTitle {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
}

.smallText {
  font-size: 17px;
  line-height: 24px;
}

.smallText:not(.purple) {
  font-family: 'Roboto Light';
}

.strongText {
  font-weight: bold;
  line-height: 24px;
  font-size: 21px;
}

strong {
  font-family: 'Roboto Medium';
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-arrow {
  width: 22px;
  height: 15px;
}

.icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-facebook {
  width: 8px;
  height: 16px;
}

.icon-twitter {
  width: 16px;
  height: 14px;
}

.icon-youtube {
  width: 16px;
  height: 12px;
}

.icon-link {
  color: #765694;
}

.icon-arrow-left {
  color: #765694;
  width: 17px;
  height: 13px;
}

.social .icon {
  color: #ebebeb;
}

.social .icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .arrow-wrap {
  margin-bottom: 20px;
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1440px) {
  .container-lg {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}

.swiper-container {
  width: 100%;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

header {
  background: url('../images/bg-pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 473px;
}

header.small {
  height: 195px;
}

header.inner-header {
  height: 326px;
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 61px;
}

header .wrapper .logo {
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  header .wrapper .logo img {
    width: 185px;
    height: 93px;
  }
}

header .wrapper .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .wrapper .right-side .social.on-menu {
  display: none;
}

header .wrapper .right-side .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

header .wrapper .right-side .social a + a {
  margin-left: 10px;
}

header .wrapper .right-side .social .icon {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

header .wrapper .nav {
  margin-top: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .wrapper .nav-list {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}

header .wrapper .nav-list li {
  line-height: 1;
}

header .wrapper .nav-list li a {
  padding: 15px;
  font-size: 21px;
  font-family: 'Roboto Medium', sans-serif;
  color: #ddcdeb;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
}

header .wrapper .nav-list li a span {
  position: relative;
}

header .wrapper .nav-list li a span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .wrapper .nav-list li a:hover {
  color: #fff;
}

header .wrapper .nav-list li a:hover span:after {
  opacity: 1;
}

header .wrapper .nav-list li.active a {
  color: #fff;
}

header .wrapper .nav-list li.active a span:after {
  opacity: 1;
}

header .wrapper .nav-list li:last-child a {
  padding-right: 0;
}

header .wrapper .nav-list li.lang {
  margin-left: 40px;
}

header .wrapper .nav-list li.lang a {
  font-family: 'Roboto Regular', sans-serif;
}

@media screen and (max-width: 1200px) {
  header .wrapper .nav {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
    height: 100%;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    visibility: hidden;
    opacity: 0;
  }
  header .wrapper .nav .social {
    padding-right: 20px;
  }
  header .wrapper .nav .social .icon {
    color: #765694;
  }
  header .wrapper .nav.active {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  header .wrapper .nav .nav-list {
    margin-top: 15px;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
    width: 100%;
    padding-right: 0;
  }
  header .wrapper .nav .nav-list li {
    margin-bottom: 10px;
  }
  header .wrapper .nav .nav-list li a {
    font-family: 'Roboto Bold', sans-serif;
    color: #765694;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.01em;
    padding: 7px;
    padding-right: 20px;
    width: 100%;
  }
  header .wrapper .nav .nav-list li:last-child a {
    padding-right: 20px;
  }
  header .wrapper .nav .menu-btn {
    margin-right: 20px;
    margin-top: 25px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  header .wrapper .nav .menu-btn .icon {
    color: #765694;
  }
}

.banner {
  margin-top: -270px;
}

.banner-wrapper {
  border-bottom: 10px solid #ebebeb;
  padding: 50px;
  background-color: #ffffff;
}

.banner-wrapper-inner {
  padding: 10px;
  background-color: #ffffff;
  position: relative;
}

.banner-wrapper-inner .page-title {
  position: absolute;
  color: #ffffff;
  bottom: 30px;
  left: 50px;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.banner-content .conference-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 3;
  padding-right: 30px;
  border-right: 1px solid #c4c4c4;
}

.banner-img-wrap {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 408px;
  height: 100%;
}

.banner .right .title {
  margin-bottom: 9px;
}

.banner .right .date {
  margin-bottom: 9px;
  color: #765694;
}

.banner .right.wide {
  max-width: initial;
}

.banner .right:hover .desc {
  -webkit-text-decoration-color: #3f3f3f;
  text-decoration-color: #3f3f3f;
}

.banner .right:hover .icon {
  color: #b64690;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner .arrow-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
}

.banner .arrow-wrap .icon {
  width: 35px;
  height: 23px;
  color: #ddcdeb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.conference-area .banner-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.underline {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.divider {
  background-color: #c4c4c4;
}

.divider.ver {
  width: 1px;
  margin-right: 30px;
  margin-left: 30px;
}

.divider.hor {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.purple {
  color: #765694 !important;
}

.category-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 9px;
}

.category-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #765694;
}

.news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 30px;
}

.news-area .news {
  padding: 0 20px;
  display: block;
  margin-bottom: auto;
}

.news-area .news:hover h3 {
  -webkit-text-decoration-color: #3f3f3f;
  text-decoration-color: #3f3f3f;
}

.news-area .news .date {
  color: #765694;
}

.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-home {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-home-wrapper {
  background-color: #765694;
  color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-home-wrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding: 50px;
}

.about-home-wrapper .content .title {
  color: #ebebeb;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.about-home-wrapper .content .text {
  max-width: 639px;
  margin-left: auto;
  margin-bottom: 30px;
}

.about-home-wrapper .content .icon-arrow {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 20px;
}

.about-home-wrapper .img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-home-wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.about-home-wrapper:hover .content .title {
  color: #ffffff;
}

.about-home-wrapper:hover .img {
  border-color: #000000;
  opacity: 0.8;
}

.about-home-wrapper:hover .icon-arrow {
  opacity: 1;
}

.activities {
  margin-bottom: 100px;
}

.activities .news {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.activities .news:hover .underline {
  -webkit-text-decoration-color: #3f3f3f;
  text-decoration-color: #3f3f3f;
}

.activities .news .underline {
  margin-bottom: 9px;
}

.card-item {
  background-color: #ffffff;
  border-bottom: 10px solid #ebebeb;
  padding: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-bottom: 30px;
}

.card-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-color: #765694;
}

.box-section .box-wrap .box {
  padding: 0 10px;
}
.footer .left .footer-section {
  flex: 1;
}

.banner .right {
  max-width: 300px;
}
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.link {
  padding: 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: 'Roboto Medium';
}

.link-with-icon .icon {
  margin-left: 15px;
}

.link:after {
  position: absolute;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #765694;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.link:hover::after {
  opacity: 1;
}

.all-news {
  margin-top: 25px;
}

.membership-home {
  margin-top: 100px;
  margin-bottom: 100px;
}

.membership-home-wrapper {
  background-color: #b64690;
  color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.membership-home-wrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.membership-home-wrapper .content .title {
  color: #ebebeb;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.membership-home-wrapper .content .text {
  max-width: 639px;
  margin-right: auto;
  margin-bottom: 30px;
}

.membership-home-wrapper .content .text .bold {
  color: #ebebeb;
}

.membership-home-wrapper .content .arrow-wrap {
  margin-top: auto;
}

.membership-home-wrapper .content .icon-arrow {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 20px;
}

.membership-home-wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.membership-home-wrapper:hover .content .title {
  color: #ffffff;
}

.membership-home-wrapper:hover .text .bold {
  color: #ffffff;
}

.membership-home-wrapper:hover .icon-arrow {
  opacity: 1;
}

.publications-home {
  margin-bottom: 100px;
}

.publications-home .col-lg-8 {
  padding-right: 30px;
}

.publications-home .col-lg-4 {
  padding-left: 30px;
}

.publications-home .publ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 15px;
  border-bottom: 1px solid #c4c4c4;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.publications-home .publ:hover {
  background-color: #ffffff;
}

.publications-home .publ P {
  padding-right: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.publications-home .publ .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.publications-home .publ .right .category-title {
  margin-bottom: 0;
  margin-right: 10px;
}

.publications-home .publ .right .icon {
  color: #765694;
  margin-top: 3px;
}

.publications-home .positions {
  margin-top: 100px;
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.publications-home .positions::after {
  background-image: url('../images/position.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.publications-home .positions h3 {
  margin-bottom: 10px;
  color: #765694;
}

.publications-home .positions .text {
  margin-bottom: 34px;
}

.publications-home .positions .arrow-wrap {
  margin-top: auto;
}

.publications-home .positions .arrow-wrap .icon {
  width: 30px;
  height: 20px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #765694;
}

.publications-home .positions:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.publications-home .positions:hover:after {
  opacity: 1;
}

.publications-home .positions:hover .arrow-wrap .icon {
  opacity: 1;
}

.footer {
  background-color: #765694;
  color: #ffffff;
}

.footer .title {
  margin-bottom: 2px;
}

.footer .smallText {
  font-size: 15px;
}

.footer .wrapper {
  padding-top: 85px;
  padding-bottom: 120px;
}

.footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .left .logo-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer .left .footer-section {
  margin-left: 30px;
}

.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .social .icon-facebook {
  width: 12px;
  height: 24px;
}

.footer .social .icon-twitter {
  width: 24px;
  height: 21px;
}

.footer .social .icon-youtube {
  width: 24px;
  height: 17px;
}

.footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.footer .social a + a {
  margin-left: 15px;
}

.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}

.footer .bottom .bottom-links a + a {
  margin-left: 45px;
}

.box-section {
  margin-bottom: 50px;
  margin-top: 20px;
}

.box-section .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 2px;
}

.box-section .box-wrap .box {
  font-family: 'Roboto Medium';
  height: 94px;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box-section .box-wrap .box:hover {
  background-color: #ffffff;
}

.box-section .box-wrap .box.active {
  background-color: #765694;
  color: #ffffff;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.btn-wrapper .load-more {
  color: #b64690;
  border: 1px solid #b64690;
  background-color: #f8f8f8;
  height: 64px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-wrapper .load-more:hover {
  background-color: #ffffff;
}

.events {
  margin-top: 50px;
  margin-bottom: 150px;
}

@media screen and (min-width: 1200px) {
  .events .left {
    max-width: 960px;
    margin-right: auto;
  }
}

.events .left .videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.events .left .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.events .left .img,
.events .left .text,
.events .left .iframe {
  margin-bottom: 25px;
}

.events .news:hover .underline {
  -webkit-text-decoration-color: #3f3f3f;
  text-decoration-color: #3f3f3f;
}

@media screen and (min-width: 1540px) {
  .events .col-lg-4 > .right {
    margin: 0 -20px;
  }
}

.title-wrap {
  padding-left: 20px;
  border-left: 10px solid #c4c4c4;
  margin-bottom: 55px;
}

.title-wrap h1 {
  margin-bottom: 0;
  line-height: 48px;
}

.title-wrap .subtitle {
  margin-top: 10px;
}

.accordion {
  margin-bottom: 3px;
}

.accordion-head {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-head:hover {
  background-color: #dbdbdb;
}

.accordion-head .title {
  margin-bottom: 0;
  font-size: 28px;
  font-family: 'Roboto Bold';
}

.accordion-head .icon {
  width: 30px;
  height: 2px;
  background-color: #898989;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-head .icon:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #898989;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-content {
  background-color: #ffffff;
  max-height: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.accordion-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.accordion-content .top a {
  color: #765694;
}

.accordion-content-wrapper {
  padding: 30px;
}

.accordion-content .line {
  width: 10px;
  height: 189px;
  background-color: #ebebeb;
  margin: 0 20px;
}

.accordion-content b {
  font-family: 'Roboto Bold';
}

.accordion-content .anchor {
  color: #b64690;
  text-decoration: underline;
}

.accordion.active .accordion-head {
  background-color: #765694;
  color: #ffffff;
}

.accordion.active .accordion-head .title {
  color: #ffffff;
}

.accordion.active .accordion-head .icon {
  background-color: #ffffff;
}

.accordion.active .accordion-head .icon:after {
  display: none;
}

.accordion.active .accordion-content {
  max-height: 800px;
  overflow: auto;
}

.person-modal-big {
  margin-top: 20px;
}

.person-modal-big .body-wrapper {
  padding: 30px;
}

.person-modal-big .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}

.person-modal-big .top a {
  color: #765694;
}

.person-modal-big .line {
  width: 10px;
  height: 189px;
  background-color: #ebebeb;
  margin: 0 20px;
}

.person-modal-big .modal-content {
  overflow: initial;
  border-radius: 0;
}

.person-modal-big .modal-header.top {
  top: -41px;
  right: 0;
  z-index: 9;
  position: absolute;
  padding: 21px;
  border: none;
}

.person-modal-big .modal-header .close {
  background: #765694;
  padding: 10px;
  z-index: 9;
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.person-modal-big .modal-header .close:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.person-modal-big .modal-header .close:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.person-modal-big .modal-dialog {
  margin-top: 40px;
}

.documents {
  margin-top: 20px;
}

.documents-item {
  padding: 30px 20px;
  border-bottom: 1px solid #c4c4c4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents-item:hover {
  background-color: #ffffff;
}

.documents-item .icon {
  margin-right: 25px;
  color: #765694;
}

.space {
  height: 30px;
}

.space.small {
  height: 25px;
}

.event-card {
  padding: 30px;
  border: 1px solid #ddcdeb;
  position: relative;
  background-color: #ffffff;
}

.event-card .category-title {
  margin-top: 10px;
  text-transform: uppercase;
}

.event-card:before {
  content: url('../images/icons/badge.png');
  position: absolute;
  top: 0;
  left: 30px;
}

.right-menu-wrapper.on-mobile {
  display: none;
}

.right-menu-item {
  display: block;
  font-family: 'Roboto Medium';
  font-size: 18px;
  padding: 16px 15px;
  border-bottom: 1px solid #ebebeb;
}

.right-menu-item .icon {
  margin-right: 10px;
  opacity: 0.5;
}

.right-menu-item:hover,
.right-menu-item.active {
  background-color: #ffffff;
  color: #765694;
}

.right-menu-item:hover .icon,
.right-menu-item.active .icon {
  opacity: 1;
}

.booklet {
  background-color: #765694;
  color: #ddcdeb;
  font-size: 18px;
  padding: 20px;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.booklet .icon {
  margin-right: 10px;
}

.booklet:hover {
  color: #ffffff;
}

.booklet:hover .icon {
  color: #ffffff;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.gallery .img-wrapper {
  width: calc(33% - 9px);
}

.gallery .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery .img-wrapper.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddcdeb;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 163px;
}

.gallery .img-wrapper.last .icon {
  margin-right: 5px;
  color: #765694;
}

.gallery .img-wrapper.last:hover {
  background-color: #ddcdeb;
}

.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  width: 80%;
}

.sponsors img {
  margin-right: 30px;
}

.link-btn {
  color: #765694;
  font-family: 'Roboto Medium';
  padding: 15px 0;
  position: relative;
}

.link-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #765694;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.link-btn:hover {
  color: #765694;
}

.link-btn:hover:after {
  opacity: 1;
}

.link-btn .icon {
  margin-right: 10px;
  width: 22px;
  height: 15px;
}

.link-btn.on-mobile {
  display: none;
}

.publications {
  margin-bottom: 100px;
}

.card-item img {
  margin-bottom: 10px;
}

.card-item .smallText {
  color: #898989;
}

.card-item .icon-wrap {
  margin-bottom: 9px;
}

.card-item .icon {
  color: #765694;
}

.card-item .icon-download {
  color: #ddcdeb;
}

.card-item .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  background-color: #ffffff;
  padding: 10px 15px;
}

.card-item:hover .icon-download {
  color: #b64690;
}

.directors {
  margin-top: 94px;
  margin-bottom: 100px;
}

.directors .accordion-content > div {
  padding: 40px !important;
}

.events-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.event {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  border-bottom: 6px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-date {
  margin-bottom: 12px;
}

.event-img {
  margin-bottom: 20px;
}

.event-desc {
  margin-bottom: 10px;
}

.event .arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.event .icon {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #765694;
}

.event:hover {
  border-color: #765694;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}

.event:hover .icon {
  opacity: 1;
  color: #b64690;
}

.subject {
  font-family: 'Roboto Medium';
}

.persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 6px solid #ebebeb;
  width: calc(50% - 20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.person-title {
  font-size: 18px;
}

.person:hover {
  border-color: #765694;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}

.person-img {
  margin-right: 20px;
  width: 160px;
  height: 160px;
}

.person-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  line-height: 28px;
}

.person-name {
  color: #765694;
  font-family: 'Roboto Bold';
  margin-bottom: 5px;
}

.program-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program-content .time {
  width: 200px;
}

.program-content .desc {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-section {
  margin-bottom: 100px;
  margin-top: 50px;
}

.news {
  padding-bottom: 15px;
}

.news p {
  margin-bottom: 12px;
}

.news .date {
  color: #898989;
}

.contact {
  margin-top: 100px;
}

.form {
  margin-bottom: 100px;
}

.form-col {
  margin-bottom: 24px;
}

.form-col .smallText {
  display: block;
  margin-bottom: 8px;
  font-family: 'Roboto Regular';
}

.form-col label.error {
  font-size: 13px;
  color: #b64690;
  margin-bottom: 0;
  line-height: 1.2;
}

.form-input {
  width: 100%;
  height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-family: 'Roboto Light';
  color: #495057;
}

.form-input:focus,
.form-input:focus-visible {
  border: 1px solid #3f3f3f;
  outline: none;
}

.form-input.error {
  border: 1px solid #b64690;
}

.form-input.textarea {
  height: auto;
  padding-top: 15px;
}

.form-row {
  margin-right: -13px;
  margin-left: -13px;
}

.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 13px;
  padding-left: 13px;
}

.send-btn {
  width: 100%;
  background-color: #b64690;
  color: #ffffff;
  height: 68px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.send-btn:hover {
  background-color: #ad3b86;
}

.contact-card {
  background-color: #ffffff;
  padding: 30px;
  padding-right: 45px;
  border-bottom: 6px solid #ebebeb;
  margin-bottom: 30px;
}

.contact-card .title {
  color: #b64690;
  margin-bottom: 9px;
  font-family: 'Roboto Medium';
}

.contact-card a {
  text-decoration: underline;
}

.success-message {
  display: none;
}

.rectors {
  margin-bottom: 100px;
}

.rectors .on-desktop {
  display: block;
}

.rectors .on-mobile {
  display: none;
}

.rectors h1 {
  margin-bottom: 40px;
  padding-right: 30px;
}

.map {
  position: relative;
  margin-bottom: 80px;
}

.person-modal .modal-dialog {
  max-width: 360px;
  margin: 0;
}

.person-modal .top {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  padding-right: 10px;
  border-radius: 0;
}

.person-modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  background-color: #ffffff;
  width: 100%;
}

.person-modal .modal-body .person {
  cursor: pointer;
  width: 100%;
  border-color: #765694;
  -webkit-filter: none;
  filter: none;
  margin-bottom: 5px;
}

.person-modal .modal-body .person-img {
  width: 100px;
  height: 100px;
}

.person-modal .modal-body .person-img img {
  max-width: 100% !important;
}

.person-modal .modal-body .person-name {
  font-size: 16px;
  margin-bottom: 0;
}

.person-modal .modal-body .person-title {
  font-size: 17px;
  font-family: 'Roboto Regular';
}

.person-modal .modal-body .person-desc {
  font-size: 15px;
  color: #765694;
  font-family: 'Roboto Regular';
}

.person-modal .modal-content {
  position: relative;
  border: none;
}

.person-modal .modal-content:after {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
}

.tweeter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mfp-close {
  width: 45px !important;
  height: 40px !important;
  background-color: #765694 !important;
  margin-right: 6px;
  opacity: 1;
}

.mfp-close:after,
.mfp-close:before {
  content: '';
  height: 30px;
  width: 2px;
  background-color: #ebebeb;
  position: absolute;
  top: 6px;
  right: 20px;
}

.mfp-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mfp-arrow {
  margin-top: 0;
}

.mfp-arrow:active {
  margin-top: 1px;
}

.mfp-arrow-left {
  background: url('../images/icons/arrow-left-white.png') no-Repeat top left !important;
  background-size: cover !important;
  width: 35px;
  height: 27px;
  left: 10px;
}

.mfp-arrow-right {
  background: url('../images/icons/arrow-right-white.png') no-Repeat top right !important;
  background-size: cover !important;
  width: 35px;
  height: 27px;
  right: 10px;
}

.mfp-arrow-left::before,
.mfp-arrow-right::before {
  display: none;
  content: '';
}

.mfp-arrow-left::after,
.mfp-arrow-right::after {
  display: none;
  content: '';
}

.mfp-counter {
  display: none;
}

.mfp-container {
  padding-right: 50px;
  padding-left: 50px;
}

.accordion-wrapper.content {
  margin-top: 75px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .about-home-wrapper .content .text,
  .membership-home-wrapper .content .text,
  .publications-home .positions .text,
  .membership-home-wrapper .content .text .bold {
    font-size: 14px !important;
    line-height: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .accordion-wrapper.content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 785px) {
  .banner .arrow-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
  }
  .accordion-wrapper.content {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.twitter-section .subtitle {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 32px;
}

.twitter-section .subtitle span {
  color: #2b7bb9;
  font-size: 24px;
}

.twitter-section .icon {
  display: none;
}

.menu-btn {
  display: none;
  color: #ffffff;
  background-color: transparent;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.menu-btn .icon {
  width: 24px;
  height: 24px;
}

.selected-box {
  display: none;
}

.scrollup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  background: #b64690;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.scrollup.show {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.events-banner .banner-img-wrap .banner-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1540px) {
  .form-row > .col,
  .form-row > [class*='col-'],
  .container-lg,
  .col-lg-4,
  .col-lg-8,
  .col-xl-8,
  .col-xl-4,
  .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .news-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 1200px) {
  .conference-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .banner-img-wrap {
    margin-bottom: 30px;
  }
  .banner-img-wrap img {
    max-height: 278px;
  }
  .banner-wrapper {
    padding: 20px;
  }
  .banner .right {
    max-width: initial;
  }
}

@media screen and (max-width: 1200px) {
  .person-name {
    font-size: 15px;
  }
  .content-img {
    width: 67px;
  }
  .conference-area .banner-img {
    width: 100%;
    height: auto;
  }
  .contact-card .desc {
    font-size: 15px;
  }
  .contact-card .title,
  .banner .right .date {
    font-size: 15px;
    font-family: 'Roboto Medium';
  }
  header .wrapper .right-side .social.on-menu {
    display: block;
  }
  header,
  header.small {
    height: 105px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  header .wrapper {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  header .wrapper .logo {
    width: 109px;
  }
  header .wrapper .right-side .social {
    display: none;
  }
  .menu-btn {
    display: block;
    margin-left: auto;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .banner {
    margin-top: 0;
  }
  .banner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner .right {
    width: 100%;
    max-width: initial;
  }
  .banner .arrow-wrap .icon {
    color: #b64690;
  }
  .banner-img-wrap {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .news-area {
    max-width: 350px;
  }
  .news-area .news {
    padding: 0;
  }
  .about-home-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-home-wrapper .content {
    padding: 20px;
    color: #ffffff;
  }
  .about-home-wrapper .content .text {
    max-width: initial;
  }
  .about-home-wrapper .content .title {
    color: #ffffff;
  }
  .about-home-wrapper .content .icon {
    opacity: 1;
  }
  .link-text {
    display: none;
  }
  .head {
    margin-bottom: 0;
    margin-top: 38px;
  }
  .head h2 {
    margin-bottom: 9px;
  }
  .membership-home {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .membership-home-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .membership-home-wrapper .content {
    padding: 20px;
  }
  .membership-home-wrapper .content .text {
    max-width: initial;
  }
  .membership-home-wrapper .content .icon-arrow {
    opacity: 1;
  }
  .membership-home-wrapper .img {
    width: 100%;
  }
  .membership-home-wrapper .img img {
    width: 100%;
  }
  .news-section .masonry .card-item,
  .activities .masonry .card-item,
  .publications .masonry .card-item {
    width: calc(50% - 15px);
  }
  .about-home-wrapper .img {
    width: 100%;
  }
  .about-home-wrapper .img img {
    width: 100%;
  }
  .selected-box {
    color: #765694;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-right: 20px;
    height: 65px;
    border-bottom: 5px solid #765694;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    padding-top: 10px;
  }
  .selected-box span {
    margin-right: 10px;
  }
  .box-section .boxes {
    position: relative;
  }
  .box-section .box-wrap {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .box-section .box-wrap .box {
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .box-section .box-wrap.open {
    display: block;
  }
  .box-section .box-wrap:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
    height: 50px;
    z-index: 1;
  }
  .banner-wrapper-inner {
    padding: 0;
  }
  .banner-wrapper-inner .page-title {
    margin-top: 30px;
  }
  .banner-wrapper-inner .img-wrap {
    display: none;
  }
  .banner-wrapper-inner .page-title {
    position: static;
    color: #3f3f3f;
  }
  .selected-menu {
    color: #765694;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-right: 20px;
    height: 55px;
    border-bottom: 5px solid #765694;
  }
  .selected-menu span {
    margin-right: 10px;
    font-family: 'Roboto Medium';
    font-size: 15px;
    text-transform: uppercase;
  }
  .right-menu-wrapper {
    position: relative;
  }
  .right-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .right-menu-item {
    font-size: 15px;
    width: 100%;
    height: 55px;
    padding: 0 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    border-bottom: none;
    text-transform: uppercase;
  }
  .right-menu.open {
    display: block;
  }
  .right-menu .booklet {
    text-align: right;
    padding: 11px;
  }
  .right-menu:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
    height: 50px;
    z-index: 1;
  }
  .person-modal .modal-body .person-name {
    font-size: 15px;
  }
  .person-modal .modal-body .person-title {
    font-size: 14px;
  }
  .banner-wrapper-inner {
    background-color: #f8f8f8;
  }
  .banner {
    background-color: #ffffff;
  }
  .banner.inner,
  .banner.events-banner {
    background-color: #f8f8f8;
  }
  .event-card {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .right-menu-wrapper.on-mobile {
    display: block;
  }
  .right-menu.on-desktop {
    display: none;
  }
  .on-desktop {
    display: none;
  }
  .events .left .img img {
    width: 100%;
  }
  .btn-wrapper .load-more {
    font-size: 15px;
    font-family: 'Roboto Medium';
    height: 44px;
  }
  body {
    font-size: 16px;
    line-height: 21px;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h3 {
    font-size: 18px;
  }
  .smallText {
    font-size: 15px;
  }
  .events-banner .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .events-banner .banner-img-wrap {
    margin-right: -20px;
    margin-left: -20px;
  }
  .events-banner .banner-img-wrap .banner-img {
    width: 100%;
    height: 218px;
  }
  .event {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 15px);
    flex: 0 calc(50% - 15px);
  }
  .accordion-wrapper {
    margin-top: 20px;
  }
  .accordion-head {
    padding-left: 20px;
  }
  .accordion-head .title {
    font-size: 18px;
  }
  .accordion-head .icon {
    width: 24px;
  }
  .accordion-head .icon:after {
    width: 24px;
  }
  .accordion-content .top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .accordion-content .right .name {
    font-size: 18px;
    line-height: 21px;
  }
  .accordion-content .right .strongText {
    font-size: 15px;
  }
  .accordion-content .right .name,
  .accordion-content .right .strongText,
  .accordion-content .right .email {
    margin-bottom: 0;
  }
  .accordion-content .right .email {
    display: block;
  }
  .directors .accordion-content > div {
    padding: 40px 20px !important;
  }
  .sponsors {
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .sponsors img {
    margin-right: 0;
  }
  .gallery .img-wrapper {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-btn.on-mobile {
    display: block;
    background-color: #ddcdeb;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }
  .events {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .title-wrap {
    border-left: none;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .news-section {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .contact-card {
    margin-bottom: 0;
  }
  .form-col {
    margin-bottom: 20px;
  }
  .contact {
    margin-top: 20px;
  }
  .success-message {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .map {
    margin-bottom: 34px;
  }
  .rectors h1 {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .person-modal-big .top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .person-modal-big .top .right {
    margin-left: 20px;
  }
  .person-modal-big .top .right .email {
    display: block;
  }
  .person-modal-big .top .line {
    display: none;
  }
  .person-modal-big .top a {
    color: #765694;
  }
  .person-modal-big .top .name {
    font-size: 18px;
    line-height: 21px;
  }
  .person-modal-big .top .strongText {
    font-size: 15px;
  }
  .person-modal-big .top .name,
  .person-modal-big .top .strongText,
  .person-modal-big .top .email {
    margin-bottom: 0;
  }
  .person-modal-big .top .email {
    font-family: 'Roboto Medium';
    font-size: 15px;
  }
  .person-modal-big .body-wrapper {
    padding: 0;
  }
  .person-modal-big .modal-content b {
    font-family: 'Roboto Bold';
  }
  .person-modal-big .modal-content .anchor {
    color: #b64690;
    text-decoration: underline;
  }
  .footer .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .left .footer-section {
    display: none;
  }
  .footer .left .logo-wrap {
    width: 64px;
    margin-bottom: 20px;
  }
  .footer .bottom {
    display: none;
  }
  .footer .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .directors {
    margin-top: 0;
  }
  .accordion-content .top .right {
    margin-left: 20px;
  }
  .accordion-content .top .line {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .publications-home .col-lg-4 {
    padding-left: 20px;
  }
  .publications-home .col-lg-8 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .news-home {
    margin-top: 20px;
  }
  .all-news {
    margin-top: 0;
  }
  .person-modal-big .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 6px solid #c4c4c4;
  }
  .person-modal-big .top .right {
    margin-top: 20px;
    margin-left: 0;
  }
  .membership-home-wrapper .content,
  .about-home-wrapper .content {
    color: #ffffff;
  }
  .membership-home-wrapper .content .title,
  .about-home-wrapper .content .title {
    color: #ffffff;
  }
  .membership-home-wrapper .content .text .bold,
  .about-home-wrapper .content .text .bold {
    color: #ffffff;
  }
  .right-menu,
  .selected-box,
  .selected-menu,
  .box-section .box-wrap {
    margin-right: -20px;
    margin-left: -20px;
  }
  .news-section .masonry .card-item,
  .activities.home .masonry .card-item,
  .activities .masonry .card-item,
  .publications .masonry .card-item {
    width: 100%;
  }
  .publications-home {
    margin-bottom: 25px;
  }
  .publications-home .positions {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 25px 20px;
  }
  .smallText {
    font-size: 15px;
  }
  .smallText:not(.purple) {
    font-family: 'Roboto Regular';
  }
  h1 {
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0.02em;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .events {
    margin-top: 0;
  }
  .membership-home-wrapper .content .text .bold {
    font-size: 16px;
    font-family: 'Roboto Regular';
  }
  .publications-home .positions .text {
    margin-bottom: 10px;
  }
  .activities {
    margin-bottom: 50px;
  }
  .card-item {
    padding: 20px;
  }
  .publications-home .positions .arrow-wrap .icon,
  .about-home-wrapper .content .icon-arrow {
    opacity: 1;
  }
  .twitter-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .twitter-head .icon {
    width: 32px;
    height: 28px;
    color: #765694;
    margin-right: 15px;
  }
  .twitter-section .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Roboto Medium';
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .twitter-section .subtitle span {
    font-family: 'Roboto Regular';
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
  .twitter-section .icon {
    display: block;
  }
  .events .left .videowrapper {
    width: calc(100% + 40px);
  }
  .persons {
    gap: 0;
  }
  .events .left .img,
  .contact-card,
  .gallery,
  .news-section .masonry,
  .persons,
  .events-wrapper,
  .accordion-wrapper,
  .events .left .videowrapper,
  .event-card,
  .banner-wrapper,
  .banner-img-wrap,
  .about-home-wrapper,
  .activities.home .masonry,
  .activities .masonry,
  .publications .masonry,
  .membership-home-wrapper,
  .publications-home .positions {
    margin-right: -20px;
    margin-left: -20px;
  }
  .membership-home {
    margin-bottom: 20px;
  }
  .banner-content {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-home {
    margin-top: 0;
    margin-bottom: 0;
  }
  .publications-home .publ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-right: 0;
    padding-left: 0;
  }
  .publications-home .publ .right {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 0;
    margin-top: 13px;
  }
  .card-item {
    margin-bottom: 0;
  }
  .activities.home .card-item {
    margin-bottom: 0;
  }
  .card-item .icon-download {
    color: #b64690;
  }
  .gallery {
    gap: 0;
  }
  .gallery .img-wrapper {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .gallery .img-wrapper img {
    width: 100%;
  }
  .gallery .img-wrapper.last {
    max-width: initial;
  }
  .events-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .event {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .directors {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .accordion-content .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .accordion-content .top .right {
    padding-bottom: 20px;
    border-bottom: 6px solid #c4c4c4;
    margin-top: 20px;
    margin-left: 0;
  }
  .directors .accordion-content > div {
    padding: 40px 20px !important;
  }
  .person {
    width: 100%;
  }
  .accordion-content-wrapper {
    padding: 20px;
  }
  .program-content .time {
    width: auto;
    padding-right: 20px;
  }
  .documents .title {
    padding-left: 20px;
  }
  .form {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .map {
    margin-bottom: 20px;
  }
  .rectors {
    margin-bottom: 50px;
  }
  .rectors .on-desktop {
    display: none;
  }
  .rectors .on-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-img-wrap img {
    max-height: initial;
  }
  .news-area {
    max-width: initial;
    padding: 0;
    margin-bottom: 20px;
  }
  .divider.hor {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .membership-home {
    margin-top: 30px;
  }
  .activities.home {
    margin-bottom: 30px;
  }
  .news .date {
    font-size: 15px;
    font-family: 'Roboto Medium';
  }
  .banner-wrapper {
    padding: 0;
  }
  .banner-content .conference-area {
    padding-right: 0;
    border: none;
  }
  .contact .right {
    margin-bottom: 20px;
  }
  .strongText {
    font-size: 18px;
  }
}

#map {
  height: 530px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 387px;
  }
}

#map > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > div > button {
  margin-right: 10px !important;
  top: 0 !important;
}

#map > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > div > button img {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw-c {
  padding-top: 30px;
  border-radius: 0;
  width: 400px !important;
  max-width: initial !important;
}

@media screen and (max-width: 768px) {
  .gm-style .gm-style-iw-c {
    width: 320px !important;
  }
}

.gm-style .gm-style-iw-c:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  height: 30px;
  width: 100%;
  z-index: -1;
}

.ewora-member {
  font-family: 'Roboto Medium';
  font-size: 15px;
  color: #765694;
}
/*
.masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .masonry {
    gap: 0;
  }
}

.masonry .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}

.masonry .card-item .date {
  margin-top: auto;
}

.masonry .card-item .download-btn {
  margin-top: auto;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .news-section .masonry .card-item,
  .activities .masonry .card-item,
  .publications .masonry .card-item {
    width: calc(33% - 17px);
  }
}*/
/*# sourceMappingURL=style.css.map */

.masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .masonry {
    gap: 0;
  }
}

.masonry .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  width: calc(33% - 16px);
}

.masonry .card-item .date {
  margin-top: auto;
}

.masonry .card-item .download-btn {
  margin-top: auto;
}

.activities.home .masonry .card-item {
  width: calc(50% - 15px);
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .news-section .masonry .card-item,
  .activities .masonry .card-item,
  .publications .masonry .card-item {
    width: calc(33% - 17px);
  }
}

@media screen and (max-width: 1200px) {
  .news-section .masonry .card-item,
  .activities .masonry .card-item,
  .publications .masonry .card-item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .news-section .masonry .card-item,
  .activities.home .masonry .card-item,
  .activities .masonry .card-item,
  .publications .masonry .card-item {
    width: 100%;
  }
}
.events-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.events-wrapper .event {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(33% - 17px);
  flex: 0 calc(33% - 17px);
}

.gallery {
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery .img-wrapper {
  width: 117px;
  height: 117px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 117px;
  flex: 0 0 117px;
}

@media screen and (max-width: 1200px) {
  .events-wrapper .event {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 16px);
    flex: 0 calc(50% - 16px);
  }
  .space.on-desktop {
    height: 20px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .about-home-wrapper .content {
    text-align: left;
  }
  .about-home-wrapper .content .icon-arrow {
    width: 22px;
    height: 15px;
  }
  .membership-home-wrapper .content .icon-arrow,
  .banner .arrow-wrap .icon {
    width: 22px;
    height: 15px;
  }
  .banner .arrow-wrap {
    padding-right: 0;
  }
  .events-wrapper .event {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
  }
  .content-wrapper {
    margin-top: 20px;
  }
}

.card-item .desc {
  margin-bottom: 10px;
}
.events .left table {
  margin-bottom: 20px;
}
