@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Inter/Inter-Regular.ttf') format('truetype');
  src: local(''),
  url('fonts/Inter/Inter-Regular.woff2') format("woff2"),
  url("fonts/Inter/Inter-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Inter/Inter-Bold.ttf') format('truetype');
  src: local(''),
  url('fonts/Inter/Inter-Bold.woff2') format("woff2"),
  url("fonts/Inter/Inter-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter/Inter-Black.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Inter/Inter-Italic.ttf') format('truetype');
  src: local(''),
  url('fonts/Inter/Inter-Italic.woff2') format("woff2"),
  url("fonts/Inter/Inter-Italic.otf") format("opentype");
}

body {
  background-color: #D7F0E2;
  color: #000;
  font-family: Inter;
}

a {
  color: #27509B;
}

@media screen and (min-width: 1024px) {
  a:hover {
    color: #1D458D;
  }
}

strong {
  color: #000;
  font-weight: 700;
}

/* navbar styles start */

.navbar-block {
  height: 6.6875rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .navbar-block {
    height: 5.375rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .navbar-block {
    height: 7.9375rem;
  }
}

@media screen and (max-width: 499px) {
  .navbar-block {
    height: 7.3125rem;
  }
}

.navbar {
  background-color: #fff;
}

@media screen and (min-width: 1408px) {
  .navbar {
    justify-content: center;
  }
}

.nav-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 83.33vw;
}

@media screen and (max-width: 1407px) {
  .nav-container {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .nav-container {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-container {
    padding: 0 1rem;
  }
}

.navbar-menu {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    box-shadow: none;
    padding: 0;
  }
  .navbar-item {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .nav-container {
    flex-wrap: wrap;
  }

  .nav-container > :nth-child(1) {
    order: 1;
  }

  .nav-container > :nth-child(2) {
    order: 4;
    width: 100%;
  }

  .nav-container > :nth-child(3) {
    order: 2;
  }

  .nav-container > :nth-child(4) {
    order: 3;
  }

  .navbar-brand {
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .navbar-brand {
    min-height: 3.0625rem;
  }
}

@media screen and (max-width: 499px) {
  .navbar-brand {
    min-height: 2.4375rem;
  }
}

.navbar-logo {
  line-height: 0.75;
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .system-branding {
    margin: .75rem 0;
  }
}

@media screen and (max-width: 768px) {
  .system-branding {
    margin: .5rem 0;
  }
}

.nav-lang-block .links {
  display: flex;
}

.nav-lang-block .links li + li {
  padding-left: .75rem;
}

@media screen and (max-width: 768px) {
  .nav-lang-block .links li + li {
    padding-left: 1rem;
  }
}

.registration-link {
  background-color: #27509B;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.1875rem;
  margin: 1.5rem 0;
  padding: 1.25rem 2rem;
}

@media screen and (min-width: 1024px) {
  .registration-link:hover {
    background-color: #1D458D;
    color: #fff;
  }
}

@media screen and (max-width: 1407px) {
  .registration-link {
    margin: 0;
    padding: 1rem 1.5rem;
  }
}

/*@media screen and (min-width: 769px) and (max-width: 1407px) {
  .registration-link {
    margin: 1.125rem 0;
  }
}

@media screen and (max-width: 768px) {
  .registration-link {
    margin: .875rem 0;
  }
}*/

@media screen and (min-width: 1408px) {
  .navbar-item, .navbar-link:not(.is-arrowless) {
    padding: 0 2rem 0 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .navbar-item, .navbar-link:not(.is-arrowless) {
    padding: 0 1.5rem 0 0;
  }
}



.navbar-link {
  color: #27509B;
  font-size: .875rem;
  letter-spacing: .01em;
}

a.navbar-item {
  color: #27509B;
  font-size: .875rem;
  letter-spacing: .01em;
}

@media screen and (max-width: 768px) {
  a.navbar-item {
    font-size: .75rem;
  }
}

a.navbar-item:hover {
  background-color: #fff;
}

/* navbar styles end */

/* banner styles start */

.conf-header {
  background-image: linear-gradient(to right,#195934,#369D62);
  display: flex;
  justify-content: center;
}

/*@media screen and (max-width: 1407px) {
  .conf-header {
    display: block;
  }
}*/

.conf-banner {
  background-image: url('../images/shapes.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

@media screen and (min-width: 1408px) {
  .conf-banner {
    margin: 2rem 0;
    padding: 5rem 0;
    /*padding: 7rem 0;*/
    width: 83.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .conf-banner {
    margin: 1.5rem;
    padding: 3.5rem 0;
    /*padding: 5rem 1.5rem;*/
  }
}

@media screen and (max-width: 768px) {
  .conf-banner {
    margin: 2rem 1rem;
    padding: 2rem 0;
    /*padding: 4rem 1rem;*/
  }
}

.conf-banner-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  /*width: 75%;*/
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .conf-banner-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .conf-banner-title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .conf-banner-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 499px) {
  .conf-banner-title {
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 1408px) {
  html:lang(en) .conf-banner-title {
    width: 50rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  html:lang(en) .conf-banner-title {
    width: 50%;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1215px) {
  html:lang(en) .conf-banner-title {
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  html:lang(en) .conf-banner-title {
    width: 90%;
  }
}

.conf-banner-subtitle {
  color: #fff;
  font-size: 2rem;
}

@media screen and (min-width: 500px) and (max-width: 1407px) {
  .conf-banner-subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 499px) {
  .conf-banner-subtitle {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1408px) {
  html:lang(en) .conf-banner-subtitle {
    width: 47.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  html:lang(en) .conf-banner-subtitle {
    width: 36.625rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  html:lang(en) .conf-banner-subtitle {
    width: 37.5rem;
  }
}

.conf-banner-delimiter {
  background-color: #fff;
  height: 1px;
  margin: 3rem 0;
  opacity: 60%;
  width: 22.5rem;
}

@media screen and (min-width: 500px) and (max-width: 1407px) {
  .conf-banner-delimiter {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 499px) {
  .conf-banner-delimiter {
    margin: 1.5rem 0;
    width: auto;
  }
}

.conf-banner-title-area p + p {
  margin-top: 1.5rem;
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .conf-banner-title-area p + p {
    margin-top: 1rem;
  }
}

.conf-banner-short-info-area p + p {
  margin-top: 1rem;
}

.conf-banner-dates, .conf-banner-venue {
  align-items: flex-start;
  color: #fff;
  column-gap: .25rem;
  display: flex;
  width: 22.5rem;
}

@media screen and (max-width: 499px) {
  .conf-banner-dates, .conf-banner-venue {
    font-size: .875rem;
    width: auto;
  }
}

.conf-banner-dates svg, .conf-banner-venue svg {
  flex-shrink: 0;
}

.conf-banner-dates span, .conf-banner-venue span {
  font-weight: 700;
}

/* banner styles end */

.mainpage-content-wrapper, .innerpage-content-wrapper {
  margin-top: 6.6875rem;
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .mainpage-content-wrapper, .innerpage-content-wrapper {
    margin-top: 5.375rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .mainpage-content-wrapper, .innerpage-content-wrapper {
    margin-top: 7.9375rem;
  }
}

@media screen and (max-width: 499px) {
  .mainpage-content-wrapper, .innerpage-content-wrapper {
    margin-top: 7.3125rem;
  }
}

.conf-ribbon {
  line-height: .75;
}

.news-block-header, .organisers-block-header, .venue-block-header, .contacts-block-header  {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .news-block-header, .organisers-block-header, .venue-block-header, .contacts-block-header  {
    margin-bottom: 1.5rem;
  }
}

/*@media screen and (max-width: 768px) and (min-width: 500px) {
  .news-block-header {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 499px) {
  .news-block-header {
    margin-bottom: 2rem;
  }
}*/

.news-title, .organisers-title, .venue-title, .contacts-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.about-more-button, .news-more-button {
  background-color: #27509B;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .01em;
  margin-top: 2rem;
  padding: 1.25rem 2rem;
}

@media screen and (min-width: 1024px) {
  .about-more-button:hover, .news-more-button:hover {
    background-color: #1D458D;
    color: #fff;
  }
}

@media screen and (max-width: 1407px) {
  .about-more-button, .news-more-button {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .about-more-button, .news-more-button {
    font-size: .875rem;
    padding: 1rem 1.5rem;
  }
}

.conf-mainpage-content, .conf-innerpage-content {
  display: block;
}

@media screen and (min-width: 1408px) {
  .conf-mainpage-content, .conf-innerpage-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 10rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .conf-mainpage-content > div:not(:last-child) {
    margin-bottom: 8.75rem;
  }
}

@media screen and (max-width: 768px) {
  .conf-mainpage-content > div:not(:last-child) {
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .about-info-item, .mainpage-news, .mainpage-organisers, .mainpage-venue, .mainpage-contacts {
    width: 83.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .mainpage-news, .mainpage-organisers, .mainpage-venue, .mainpage-contacts {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .mainpage-news, .mainpage-organisers, .mainpage-venue, .mainpage-contacts {
    padding: 0 1rem;
  }
}

/* mainpage about block start */

.mainpage-about {
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1407px) {
  .mainpage-about {
    display: block;
  }
}

@media screen and (min-width: 1900px) {
  .about-info-item {
    padding: 10rem 0;
  }
}

@media screen and (min-width: 1408px) and (max-width: 1899px) {
  .about-info-item {
    padding: 7.3125rem 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .about-info-item {
    padding: 4rem 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about-info-item {
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .about-info-item {
    padding: 3rem 1rem;
  }
}

.about-info-item p {
  font-size: 1.5rem;
  line-height: 150%;
}

@media screen and (min-width: 1408px) and (max-width: 1899px) {
  .about-info-item p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1407px) {
  .about-info-item p {
    font-size: 1rem;
  }
}

/* mainpage about block end */

/* mainpage news block start */

.mainpage-news-columns {
  column-gap: 1.5rem;
  display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .mainpage-news-columns {
    column-gap: 1rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .mainpage-news-columns {
    column-gap: 1rem;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}

@media screen and (max-width: 499px) {
  .mainpage-news-columns {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .mainpage-news-column {
    width: calc((100% / 4) - 1.5rem + (1.5rem / 4));
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .mainpage-news-column {
    width: calc((100% / 4) - 1rem + (1rem / 4));
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .mainpage-news-column {
    width: calc((100% / 2) - 1rem + (1rem / 2));
  }
}

@media screen and (max-width: 499px) {
  .mainpage-news-column {
    width: 100%;
  }
  .mainpage-news-column:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.news-card-image img {
  border-radius: 1rem;
}

.news-card-info p:first-child {
  margin: .5rem 0;
}

.news-card-date {
  color: #555;
  font-size: .875rem;
}

.news-card-title {
  /*font-weight: 600;*/
  color: #000;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .news-card-title {
    font-size: 1rem;
  }
}

/* mainpage news block end */


/* mainpage organisers block start */

.mainpage-organisers-columns {
  column-gap: .25rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mainpage-organisers-columns {
    flex-wrap: wrap;
  }
  .mainpage-organisers-column {
    width: calc((100% / 2) - .25rem + (.25rem / 2));
  }
}

.mainpage-organisers-column img {
  border-radius: 1rem;
}

/* mainpage organisers block end */


/* mainpage venue block start */

@media screen and (min-width: 1024px) {
  .mainpage-venue-columns {
    column-gap: .25rem;
    display: flex;
  }
}

/*@media screen and (max-width: 768px) {
  .mainpage-venue-columns {
    flex-wrap: wrap;
  }
}*/

.mainpage-venue-column {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .mainpage-venue-column {
    width: 100%;
  }
  .mainpage-venue-column:not(:last-child) {
    margin-bottom: .25rem;
  }
}

.mainpage-venue-images {
  column-gap: .25rem;
  display: flex;
}

.mainpage-venue-images img {
  border-radius: 1rem;
  width: calc((100% / 2) - .25rem + (.25rem / 2));
}

.mainpage-venue-description {
  background-color: #fff;
  border-radius: 1rem;
  flex-grow: 1;
  margin-top: .25rem;
  padding: 2rem;
}

.mainpage-venue-description p {
  line-height: 140%;
}

/* mainpage venue block end */


/* mainpage contacts block start */

.mainpage-contacts {
  margin-bottom: .25rem;
}

@media screen and (min-width: 1024px) {
  .mainpage-contacts-columns {
    column-gap: .25rem;
    display: flex;
  }

  .mainpage-contacts-column {
    /*width: calc((100% / 3) - .25rem + (.25rem / 3));*/
    width: calc((100% / 2) - .25rem + (.25rem / 2));
  }
}

@media screen and (max-width: 1023px) {
  .mainpage-contacts-column:not(:last-child) {
    margin-bottom: .25rem;
  }
}

.mainpage-contacts-column {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.mainpage-contacts-column h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}

.contacts-info-delimeter {
  background-color: #D7F0E2;
  height: 1px;
}

.contacts-info-row:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*.contacts-info-row a, .contacts-info-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}*/

.contacts-info-subtitle, .mid-link, .unesco-link, .spmi-link {
  /*font-size: 1.125rem;*/
  font-weight: 600;
  line-height: 140%;
}

/*.contacts-info-row a[href^="tel:"], .contacts-info-row a[href^="mailto:"] {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}*/

.item-with-icon {
  align-items: center;
  column-gap: .25rem;
  display: flex;
  margin-top: .75rem;
}

.address-info {
  align-items: start;
}

.address-info span {
  line-height: 140%;
}

.item-with-icon svg {
  flex-shrink: 0;
}

.contact-person {
  line-height: 140%;
  margin-top: .25rem;
}

/* mainpage contacts block end */



/* footer styles start */

.footer-bottom {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}

@media screen and (min-width: 1408px) {
  .footer-items {
    width: 83.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .footer-bottom {
    padding: 1.5rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 1.5rem 1rem;
  }
}

.footer-items span, .footer-items a {
  font-weight: 500;
}

.footer-items {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1407px) {
  .footer-bottom {
    display: block;
  }

  .footer-items {
    flex-direction: column;
  }

  .footer-items li:nth-child(1) {
    order: 3;
  }

  .footer-items li:nth-child(2) {
    order: 1;
  }

  .footer-items li:nth-child(3) {
    order: 2;
  }

  .footer-items li:not(:first-child) {
    margin-bottom: .5rem;
  }
}

/* footer styles end */


/*html:lang(en) .en-language-link {
  color: #000;
  cursor: default;
  pointer-events: none;
}

html:lang(ru) .ru-language-link {
  color: #000;
  cursor: default;
  pointer-events: none;
}*/

.ru-language-link.is-active, .en-language-link.is-active {
  color: #000;
  cursor: default;
  pointer-events: none;
}


.map-wrapper {
  position: relative;
  width: 100%;
  min-height: 31.25rem;
}



/*@media screen and (min-width: 769px) and (max-width: 1023px) {
  .nav-right-block {
    margin: 0.8125rem 0 0.8125rem 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-right-block {
    margin: 1.125rem 0 1.125rem 0;
  }
}*/



/* BREADCRUMBS START */

.breadcrumbs-area > nav {
  margin: 1rem 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
}

.breadcrumbs li {
  font-size: .75rem;
  letter-spacing: .02em;
  line-height: 120%;
}

.breadcrumbs li + li:before {
  color: #5B5B5B;
  content: "\0002f";
}

.breadcrumbs li.is-active {
  font-weight: 700;
}

.breadcrumbs a, .breadcrumbs span {
  padding: 0 .25rem;
}

@media (max-width: 1407px) {
  .breadcrumbs a, .breadcrumbs span {
    padding: 0 .5rem;
  }
}

/* BREADCRUMBS END */





.nested-contacts-header {
  background-color: #FAFAFF;
  border-radius: 1rem;
  color: #000;
  font-weight: 600;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  border: 0.0625rem solid #b8dff5;
}

@media screen and (min-width: 501px) and (max-width: 1023px) {
  .nested-contacts-header {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .nested-contacts-header {
    font-size: 2rem;
  }
}

/*.nested-contacts, .nested-informs {
  background-color: #b8dff5;
}*/

.nested-contacts > .columns .column, .nested-holders > .columns .column, .nested-informs > .columns .column {
  border: 0.0625rem solid #b8dff5;
  border-radius: 1rem;
  background-color: #FAFAFF;
}

.contacts-block-bg {
  background-color: #b8dff5;
  padding: 3rem 10rem 0 10rem;
  border-radius: 1rem;
}

@media only screen and (min-width:1024px) and (max-width:1399px) {
  .contacts-block-bg {
    padding: 3rem 7.3125rem 0 7.3125rem;
  }
}

@media screen and (min-width: 501px) and (max-width: 1023px) {
  .contacts-block-bg {
    padding: 3rem 1.5rem 0 1.5rem;
  }
}

@media (max-width: 500px) {
  .contacts-block-bg {
    padding: 3rem 1rem 0 1rem;
  }
}

.column .columns:not(:last-child) {
  margin: 0;
}

.contacts-item {
  padding: 1.5rem;
}

.contacts-item h4{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width:500px) {
  .contacts-item h4{
    margin-bottom: 1rem;
  }
}

/******* Header START ******/

header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  min-height: 100px;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 8%;
  position: relative;
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
  header {
    max-width: 1200px;
    padding-left: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  header {
    padding: 0 15px;
  }
}

@media only screen and (max-width:767px) {
  header {
    width: 100%;
    min-height: 90px;
    padding: 0 15px;
    margin: 0;
  }
}

header .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 16px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 }

 @media only screen and (min-width:768px) and (max-width:1199px) {
  header .right-block {
    width: 200px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 0;
    padding-bottom: 12px;
  }
}

header .right-block .lang a {
  font-size: 20px;
  line-height: 39px;
  color: #818284;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  header .right-block {
    width: 200px;
    padding-bottom: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
  }
  header .right-block .lang a {
    line-height: 50px;
  }
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0;
}

@media only screen and (max-width:767px) {
  header .menu {
    display: none;
  }
}

header .menu .item.active, header .menu .item.active .sub-menu {
  display: block;
}

header .menu .item {
  padding: 5px 20px;
  position: relative;
}

header .menu .item.active a:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 10%;
  background-color: transparent;
  -webkit-animation: underline .2s ease forwards;
  animation: underline .2s ease forwards;
}

header .menu .item.active a:hover {
  cursor: pointer;
}

header .menu .item > a {
  color: #818284;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
  header .menu .item > a {
    font-size: 18px;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  header .menu .item {
    padding: 5px 15px;
  }

  header .menu .item > a {
    font-size: 18px;
  }
}

header .menu .sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  background-color: #FAFAFF;
  top: 40px;
  z-index: 400;
  width: 350px;
  padding: 20px;
}

header .menu .sub-menu li {
  display: block;
}

header .menu .sub-menu li a {
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #818284!important;
  margin: 10px 0;
  display: block;
}

header .logo, header .menu .sub-menu li a:after {
  display: none;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  header .menu .sub-menu li a {
    font-size: 16px;
  }
}

header .menu .sub-menu li a:hover {
  color: #1c558d!important;
}

header .logo {
  width: 180px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 70px);
}

header .logo img, header nav {
  width: 100%
}

@media only screen and (max-width:767px) {
  header .logo {
    display: block;
  }
}

header nav {
  display: none;
}

@media only screen and (max-width:767px) {
  header nav {
    display: block;
  }
}

header nav #menuToggle {
  position: relative;
  top: 54px;
  left: 10px;
  z-index: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header nav #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

header nav #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0;
  transform-origin: 4px 0;
  transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
}

header nav #menuToggle span:first-child {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

header nav #menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

header nav #menuToggle input:checked~span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: #cdcdcd;
}

header nav #menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0) scale(.2, .2);
  transform: rotate(0) scale(.2, .2);
}

header nav #menuToggle input:checked~span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}

header nav #menu {
  display: none;
  position: absolute;
  width: 100vw;
  height: auto;
  min-height: 400px;
  margin-top: 25px;
  padding: 30px;
  background: rgba(0, 0, 0, .9);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(-115%, 0);
  transform: translate(-115%, 0);
  transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  left: -25px;
}

header nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 27px;
}

header nav #menu li {
  padding: 8px 0;
  font-size: 22px;
  font-weight: 700;
}

header nav #menu li .dropdown-menu {
  display: none;
}

header nav #menu li .dropdown-menu.active {
  display: block;
  height: auto;
}

header nav #menu li .dropdown-menu a {
  font-size: 18px;
  font-weight: 400;
}

header nav #menuToggle input:checked~ul {
  -webkit-transform: none;
  transform: none;
}

a, a.link {
  text-decoration: none;
  border-bottom: 0px none;
}

.region-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0;

  min-height: 100%;
  height: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang .links{
    display: flex;
}

.lang .links li + li {
  padding-left: 1rem;
}

.field--type-image img {
  margin: 0 0 1em;
}

.cell:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.cell:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-9 {
    width: 75%;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  width:80%
}

/******* Header END ******/

/* BREADCRUMBS START */

/*.breadcrumbs-line {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 3.25rem;
}

@media screen and (min-width: 769px) {
  .breadcrumbs-line {
    margin: 0.625rem 10rem;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs-line {
    margin: 0 1rem;
  }
}

.breadcrumbs-line div {
  margin: 1.25rem 0;
  line-height: 0;
}

.breadcrumb li+li::before {
  color: #B8DFF5;
  content: "\0002f";
}

.breadcrumb li.is-active a {
  color: #000;
  cursor: default;
  pointer-events: none;
  font-weight: 700;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb a {
  padding: 0 0.5rem;
  line-height: 0.75;
  letter-spacing: calc(1em / 50);
  color: #27509B;
}

.breadcrumbs-line ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}*/

/* BREADCRUMBS END */

#tab-content article {
  display: none;
}

#tab-content article.is-active {
  display: block;
}

.tabs:not(:last-child) {
  margin-bottom: 0;
}

.tabs a {
  font-family: Manrope;
  font-size: 24px;
  line-height: 120%;
  background-color: #27509B;
  border-bottom-color: #27509B;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1.5rem;
}



.tabs a:hover {
  border-bottom-color: #27509B;
  color: #fff;
  background-color: #27509B;
}

.tabs li {
  padding-left: 0.0625rem;
}

.tabs li:first-child {
  padding: 0;
}

.tabs li.is-active a {
  border-radius: 1rem 1rem 0 0;
  background-color: #b8dff5;
  border-bottom-color: #b8dff5;
  color: #000;
  font-weight: 700;
}

@media screen and (max-width: 1190px) {
  .tabs a {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .tabs a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .tabs a {
    padding: 1rem;
  }
  .tabs-of-four li:nth-child(4) {
    order: 4;
  }
  .tabs-of-four li.is-active {
    order: 3;
  }
  .pre_active-tab {
    order: 4;
  }
  .tabs-of-four ul {
    flex-wrap: wrap;
    flex-shrink: 1;
  }
  .tabs-of-four li {
    width: 50%;
    margin-top: 0.13rem;
  }
  .tabs-of-four li.is-active {
    padding-left: 0;
  }
}

.conf-info-wrapper {
  margin: 0 10rem 10rem 10rem;
}


@media only screen and (min-width:1024px) and (max-width:1399px) {
  .conf-info-wrapper {
    margin: 0 7.3125rem 10rem 7.3125rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .conf-info-wrapper {
    margin: 0 1.5rem 7.5rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .conf-info-wrapper {
    margin: 0 0 6.25rem 0;
  }
}

.conf-info-tabs-content {
  font-family: Manrope;
  border-radius: 0 0 1rem 1rem;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .conf-info-tabs-content {
    padding: 3rem;
  }
}

@media screen and (max-width: 1023px) {
  .conf-info-tabs-content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .conf-info-tabs-content {
    padding: 1rem;
  }
}

/*.participants-tabs-content {
  font-family: Manrope;
  border-radius: 0 0 1rem 1rem;
  margin: 0;
  padding: 3rem 20rem;
}*/

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .participants-tabs-content {
    padding: 3rem 6.45rem;
  }
}

@media screen and (max-width: 1023px) {
  .participants-tabs-content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .participants-tabs-content {
    padding: 1.5rem 1rem;
  }
}

.mobile-background {
  background-color: #b8dff5;
  border-radius: 0 0 1rem 1rem;
}



.contacts-item .contacts-item-block:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  .contacts-item .contacts-item-block:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.conf-info-colspan {
  background-color: #FAFAFF;
  border-radius: 1rem;
  position: relative;
  border: 0.0625rem solid #b8dff5;
}

.info-item {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .info-item {
    padding: 1.5rem;
  }
}

.conf-info-note {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .conf-info-note {
    font-size: 1.125rem;
  }
}



.route-details {
  margin-top: 0.75rem;
}

.conf-stats {
  margin-top: 0.25rem;
}

@media (min-width: 1690px) {
  .to-1400-one-fifth {
    flex: none;
    width: 20%;
    text-align: left;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1689px) {
  .to-1400-one-fifth {
    flex: none;
    width: 23%;
    text-align: left;
  }
}

@media (min-width: 1401px) {
  .to-1400-one-fifth p {
    display: inline-block;
  }
  .conf-stats div:nth-child(3) {
    padding-left: 0;
  }
  .conf-stats div:nth-child(4) {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 1401px) {
  .stats-detail {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1400px) {
  .stats-detail {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats-count {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .stats-count {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .stats-count {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1401px) {
  .conf-dates-content {
    width: 49vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1689px) {
  .conf-dates-content {
    width: 61vw;
    margin: 0 auto;
  }
}

.dates-item {
  padding: 2rem;
  font-size: 1.125rem;
}

.dates-item div:first-child {
  display: list-item;
  font-weight: 700;
  margin-left: 2rem!important;
}

@media screen and (min-width: 769px) {
  .days-item div:first-child {
    display: list-item;
    font-weight: 700;
    margin-left: 2rem!important;
  }
}

.dates-item.is-gapless:not(:last-child), .days-item.is-gapless:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .dates-item, .days-item {
    padding: 1rem;
    flex-wrap: wrap;
  }
}

.format-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.organizers-item {
  padding: 2.5rem 2rem;
}

@media screen and (max-width: 768px) {
  .organizers-item {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .organizers-logo img {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .organizers-logo {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .organizers-logo {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .organizers-description {
    padding-left: 2.25rem;
    padding-right: 6.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .organizers-description {
    padding-left: 2.25rem;
  }
}

.organizers-link {
  margin-bottom: 0.5rem;
}

.organizers-link a {
  font-size: 18px;
  font-weight: 700;
}


/* mainpage styles */
.mini-menu .column {
  border: 0.0625rem solid #FAFAFF;
  border-radius: 1rem;
  background-color: #27509B;
  padding: 0;
}

.mini-menu a {
  color: #fff;
}

.bd-registration {
  background-color: #27509B;
  border-radius: 1rem;
  border: 0.0625rem solid #FAFAFF;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  text-align: center;
}

/* end mainpage styles */

.contacts-item-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.contacts-item-block a {
  font-size: 18px;
  font-weight: 600;
}

.item-with-icon a {
  font-size: 16px;
  font-weight: normal;
}

.contacts-item-bold-note {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-person-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.conf-info-colspan ol {
  list-style-position: inside;
}

.accordion-body {
  margin-top: 1rem;
}

.conf-info-colspan p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  .to-1400-hidden {
    display: none;
  }
}

tab-container-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}

@media screen and (max-width: 768px) {
  tab-container-two {
    grid-template-columns: repeat(2, 50%);
  }
}

tab-container-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
}

@media screen and (max-width: 768px) {
  tab-container-three {
    grid-template-columns: repeat(3, 33.33%);
  }
}

/*
TAB CONTROLS
Hide radios */
input {display: none;}
input:checked + label {
  color: #000;
  background-color: #b8dff5;
  transition: all 250ms;
}
.conf-info-wrapper label {
  cursor: pointer;
  transition: color 250ms;
  padding: 1.5rem;
  border-right: solid 0.0625rem #FAFAFF;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  background-color: #27509B;
  font-weight: 600;
  text-align: center;
  transition: all 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  label {
    font-size: 14px;
  }
}

label:last-of-type {border: none; }

tab-content {
  display: grid;
  grid-column: 1 / -1;
  color: #000;
  background-color: #b8dff5;
  border-radius: 0 0 1rem 1rem;
}

input#tabToggle01:checked ~ tab-content:not(:nth-of-type(1)),
input#tabToggle02:checked ~ tab-content:not(:nth-of-type(2)),
input#tabToggle03:checked ~ tab-content:not(:nth-of-type(3)) {display: none;}


.programm-tab-content {
  padding: 3rem 3rem 1rem 3rem;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .programm-tab-content, .directions-tab-content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .programm-tab-content, .directions-tab-content {
    padding: 1rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .programm-tab-content .views-element-container:first-child {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 1401px) {
  .conf-directions-content, .conf-participants-content {
    width: 59.875rem;
    margin: 3rem auto;
  }
}

@media screen and (max-width: 1400px) {
  .conf-programm-content {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1401px) {
  .conf-programm-content {
    width: 59.875rem;
    margin: 2rem auto;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .column.is-days-tab {
    flex: none;
    width: 20%;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .column.is-days-tab {
    flex: none;
    width: 25%;
  }
}

@media screen and (max-width: 499px) {
  .column.is-days-tab {
    flex: none;
    width: 33.33333%;
  }
}

.conf-days-tabline {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .conf-days-tabline {
    margin-bottom: 2rem;
  }
}

.conf-days-tabline li {
  border-left: 0.0625rem solid #b8dff5;
  border-top: 0.0625rem solid #b8dff5;
  cursor: pointer;
}

.conf-days-tabline li:first-child {
  border-left: unset;
}

.conf-days-tabline li.is-active p {
  background-color: #FAFAFF;
  color: #000;
}

.is-days-tab p {
  background-color: #27509B;
  color: #fff;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.days-accordion p {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .days-accordion-content p {
    margin-top: 1rem;
  }
}

.days-item .column {
  font-size: 1.125rem;
  font-weight: 600;
}

.days-accordion {
  padding: 1.5rem 2rem;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .days-accordion {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .days-accordion {
    padding: 0;
  }
  .days-accordion-content {
    padding: 0 1rem 1rem 1rem;
  }
  .days-accordion-head {
    padding: 1rem;
  }
}

.days-event {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.toggle-icon {
  line-height: 0.7;
}

.section-toggle-icon-closed {
  display: inline;
}

.section-toggle-icon-opened {
  display: none;
}

.active .section-toggle-icon-closed {
  display: none;
}

.active .section-toggle-icon-opened {
  display: inline;
}

.toggle-title {
  font-weight: 700;
  text-transform: uppercase;
}




.mainpage-block-limited, .mainpage-block-full {
  padding: 10rem 10rem 0 10rem;
  background-color: #FAFAFF;
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .mainpage-block-limited, .mainpage-block-full {
    padding: 10rem 7.3125rem 0 7.3125rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .mainpage-block-limited, .mainpage-block-full {
    padding: 8.75rem 1.5rem 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .mainpage-block-limited {
    padding: 6.25rem 1rem 0 1rem;
  }
}



@media screen and (max-width: 768px) {
  .mainpage-block-full {
    padding: 6.25rem 0 0 0;
  }
}


.buttons-block {
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  .buttons-block {
    font-size: 1rem;
  }
}

.buttons-block .column {
  border: 0.0625rem solid #FAFAFF;
  border-radius: 1rem;
  background-color: #27509B;
  padding: 0;
}

.buttons-block a {
  color: #fff;
}

/*.mainpage-gap {
  margin-bottom: 0;
}*/

/*.conf-mainpage-image:first-child img {
  border-radius: 1rem;
}*/

.blue-block-bg {
  background-color: #b8dff5;
  border-radius: 1rem;
  padding: 3rem;
  font-size: 2rem;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .blue-block-bg {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .blue-block-bg {
    padding: 1.5rem 1rem;
    font-size: 1.125rem;
  }
}

button {
  font-family: Manrope;
}

.blue-button {
  background-color: #27509B;
  border-radius: 0.5rem;
  color: #fff;
  padding: 1rem 2rem;
  border: unset;
  font-size: 1rem;
  cursor: pointer;
}


@media screen and (max-width: 499px) {
  .to-500-centered {
    text-align: center;
  }
  .to-500-centered button {
    width: 100%;
  }
}



.is-white-bordered {
  background-color: #b8dff5;
}

.is-blue-bordered {
  border: 0.0625rem solid #b8dff5;
  background-color: #FAFAFF;
}

.mainpage-colspan {
  border-radius: 1rem;
  color: #000;
  font-weight: 600;
  padding: 2rem;
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .conf-locations-colspan, .conf-holders-colspan {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .conf-locations-colspan, .conf-holders-colspan {
    padding: 1.5rem 1rem;
    font-size: 32px;
  }
}

.locations-item {
  padding: 2rem;
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .locations-item {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 499px) {
  .locations-item {
    padding: 1.5rem 1rem;
  }
}

.holders-item {
  padding: 2rem;
}

@media screen and (max-width: 1399px) and (min-width: 500px) {
  .holders-item {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 499px) {
  .holders-item {
    padding: 1.5rem 1rem;
  }
}

.mainpage-gap {
  margin-top: 10rem;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .mainpage-gap {
    margin-top: 8.75rem;
  }
}

@media screen and (max-width: 768px) {
  .mainpage-gap {
    margin-top: 6.25rem;
  }
}

.blue-block-bg .to-500-centered {
  margin-top: 1.5rem;
}

.header-banner {
  padding: 0 10rem 3rem 10rem;
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .header-banner {
    padding: 0 7.3125rem 3rem 7.3125rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header-banner {
    padding: 2.125rem 1.5rem 1.5rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .header-banner {
    padding: 0 1rem 1.5rem 1rem;
  }
}

.header-item {
  padding: 2.125rem 3rem;
}

.location-columns, .nested-locations-header, .about-info-columns {
  padding: 0 10rem;
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .location-columns, .nested-locations-header, .about-info-columns {
    padding: 0 7.3125rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .location-columns, .nested-locations-header, .about-info-columns {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .location-columns, .nested-locations-header, .about-info-columns {
    padding: 0;
  }
}

.holders-item img {
  margin-bottom: 1.5rem;
}

.location-columns .column, .about-info-columns .column {
  border: 0.0625rem solid #FAFAFF;
  border-radius: 1rem;
  background-color: #b8dff5;
}

.conf-title {
  font-size: 1.5rem;
  border-radius: 1rem;
  border: 0.0625rem solid;
  padding: 2rem;
  text-transform: uppercase;
}

/*
@media screen and (min-width: 1400px) {
  .conf-title {
    font-size: 2.875rem;
  }
}

@media screen and (min-width: 1399px) and (max-width: 1024px) {
  .conf-title {
    font-size: 2.4375rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .conf-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .conf-title {
    font-size: 2.4375rem;
  }
}

@media screen and (max-width: 499px) {
  .conf-title {
    font-size: 1.625rem;
  }
}
*/

.main-logos-row {
  line-height: 0;
}

.main-logos-row .column {
  background-color: #001740;
  border: 0.0625rem solid #001740;
}

.navbar-end a {
  color: #27509B;
}

.header-item span {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .header-item span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .header-item span {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 499px) {
  .header-item span {
    display: block;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1649px) {
  .header-item {
    padding: 1.1875rem 3rem;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .header-item {
    padding: 1.1094rem 3rem;
  }
}


@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header-item {
    padding: 0.5938rem 3rem;
  }
}

@media screen and (min-width: 500px) {
  .to-500-right {
    text-align: right;
  }
}

/*
@media screen and (max-width: 500px) {
  .conf-title {
    text-align: left;
  }
}
*/

@media screen and (max-width: 1024px) {
  .conf-title {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .nav-container {
    margin: 0;
  }
}



/*@media screen and (min-width: 769px) and (max-width: 1400px) {
  .news-title, .mainpage-colspan {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .news-title, .mainpage-colspan {
    font-size: 2rem;
  }
}*/



.dates-and-place-row .column {
  border: 0.0625rem solid #001740;
  border-radius: 1rem;
  background-color: #FAFAFF;
}

@media screen and (max-width: 499px) {
  .mainpage-colspan {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 499px) {
  .header-item-last {
    padding: 1.5rem 0.75rem;
  }
}

.holders-item-arrow svg {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .holders-item-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.holders-item-arrow {
  padding: 1.5rem 2rem;
  line-height: 1;
}

@media screen and (max-width: 499px) {
  .holders-item-arrow {
    padding: 1.5rem;
  }
}

.conf-news-info p:first-child {
  margin: 0.75rem 0;
}

.participants-item {
  padding: 1.5rem 2rem;
}

.participants-item .days-accordion-content {
  margin-top: 1rem;
}

.is-days-tab span {
  font-size: 1.125rem;
  font-weight: 700;
}

.is-days-tab time {
  font-weight: 600;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .is-days-tab span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .is-days-tab span {
    font-size: 0.75rem;
  }
  .is-days-tab time {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.holder-link {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.mini-menu-link {
  padding: 1.5rem 0;
  text-align: center;
}

.participants-buttons {
  padding: 10rem 0 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .participants-buttons {
    padding: 7.5rem 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .participants-buttons {
    padding: 6.25rem 1rem 0 1rem;
  }
}

.navbar-link:not(.is-arrowless)::after {
  content: none;
}

@media screen and (min-width: 1024px) {
  .navbar-dropdown {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.navbar-dropdown {
  border-top: unset;
  background-color: #FAFAFF;
}

.mobile-menu {
  display: none;
  background-color: #FAFAFF;
  padding: 1.5rem;
  min-height: 100vh;
}

@media screen and (max-width: 500px) {
  .mobile-menu {
    padding: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-menu.is-active {
    display: block;
  }
}

.bordered-blue {
  border: 0.0625rem solid #b8dff5;
  border-radius: 1rem;
  background-color: #FAFAFF;
}

.accordion-wrapper {
  padding: 1.5rem;
}

@media screen and (max-width: 500px) {
  .accordion-wrapper {
    padding: 1.5rem 1rem;
  }
}

.menu-category-title {
  font-size: 1.5rem;
  color: #27509B;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .navbar-button {
    padding: 0.6875rem 1.5rem;
  }
}


.navbar-burger {
  margin-left: 0;
}

.menu-accordion-content {
  margin-top: 1rem;
}

.archive-accordion-content ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.menu-accordion-content ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.menu-accordion-content ul li:first-child {
  margin-top: 0.75rem;
}





.has-dropdown span {
  cursor: default;
}

.main-logos-row .column img {
  border-radius: 1rem;
}

.header-item-last svg {
  margin-right: 0.875rem;
}

@media screen and (max-width:1400px) {
  .header-item-last svg {
    margin-right: 0.6375rem;
  }
}

.header-item svg {
  margin-right: 1rem;
}

@media screen and (max-width:1400px) {
  .header-item svg {
    margin-right: 0.7288rem;
  }
}

/*.navbar-logo .navbar-item {
  padding: 0.5rem 2.5rem 0.5rem 0;
}*/

.archive-year {
  font-weight: 700;
  padding: 0.5rem 1.5rem 0.625rem 1rem;
}

.conf-info-colspan ul {
  list-style: inside;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .navbar-dropdown > .navbar-item:last-child {
    margin-bottom: 0.5rem;
  }

  .archive-year-box:last-child {
    margin-bottom: 0.5rem;
  }
}

.header-item-wrapper {
  background-color:#B8DFF5;
  border: 0.0625rem solid #001740;
  border-radius: 1rem;
}

@media screen and (min-width: 769px) {
  .header-item-wrapper {
    height: 50%;
  }
}

@media screen and (min-width: 769px) {
  .bottom-logo-column {
    display: flex;
  }
}

.about-info-item-wrapper {
  padding: 3rem;
}

@media screen and (max-width: 1407px) {
  .about-info-item-wrapper {
    padding: 1.5rem;
    height: 100%;
  }
}








@media screen and (min-width: 1024px) {
  .lang {
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .lang {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .lang {
    margin-right: 1rem;
  }
}

/* Cookie*/

.cookiesjsr-links.links--row li:last-child {
  display: none;
}

