@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: 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 {
  color: #222222;
  background-color: #FAFAFF;
  line-height: initial;
  font-family: Inter;
}

a {
  color: #27509B;
}

strong {
  color: #222222;
}

svg {
  width: initial;
  height: initial;
}

/*p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.main-content p {
  margin-bottom: 0;
}*/


.arrow {
  cursor: pointer;
}


/* Cookies info block start */

.cookiesjsr-banner {
  background-color: #B8DFF5;
  border-radius: 1rem;
  color: #222;
  width: 100%;
}

.cookiesjsr-banner a {
  color: #036;
}

@media (min-width: 576px) {
  .cookiesjsr-btn {
    min-height: 3.6875rem;
  }
}

.cookiesjsr-btn.important {
  background-color: #B8DFF5;
  border: 1px solid #036;
  border-radius: 2rem;
  color: #036;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  padding: 1.25rem 2rem;
  text-transform: none;
}

@media screen and (min-width: 1024px) {
  .cookiesjsr-btn:hover {
    background-color: #036;
    color: #fff;
  }
}

@media (min-width: 576px) {
  .cookiesjsr-links.links--row li:before {
    display: none;
  }
}

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

@media screen and (min-width: 1408px) {
  .cookiesjsr-banner {
    padding: 2rem 8vw;
    column-gap: .625rem;
    align-items: start;
  }

  .cookiesjsr-banner--info {
    margin-bottom: 0;
    padding: 0 3rem 0 0;
    flex-grow: 1;
  }

  .cookiesjsr-banner--action {
    width: 8.375rem;
  }

  .cookiesjsr-btn.important {
    width: auto;
    margin: 0;
  }

  .cookiesjsr-banner--links {
    margin-top: 1.5rem;
  }
}

/* Cookies info block end */


.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.25rem;
  width: 100%;
  margin: 0 8.33vw;
}

.nav-right-block {
  display: flex;
  align-items: center;
  margin: 1.875rem 0 1.875rem 0;
}

@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;
  }
}

.map-wrapper {
  position: relative;
  width: 100%;
  min-height: 500px;
  border: 0.0625rem solid #b8dff5;
  border-bottom: none;
}

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

.nested-contacts {
  background-color: #b8dff5;
}

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

.nested-informs-wrapper, .conf-sections-item {
  border-radius: 1rem;
  background-color: #FAFAFF;
  padding: 3rem;
}

@media screen and (max-width: 768px) {
  .nested-informs-wrapper, .conf-sections-item {
    padding: 1rem;
  }
}

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

.contacts-item {
  padding: 2rem;
}

.contacts-item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 1023px) {
  .contacts-item h4 {
    font-size: 1.125rem;
  }
}

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

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{
    padding-right: 1rem;
}*/

.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:first-child a {
  padding-left: 0;
}

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

/* BREADCRUMBS END */

.footer-bottom {
  padding: 3rem 10rem 3rem 10rem;
}

.tab-content article {
  display: none;
}

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

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

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

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

.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: 600;
}

@media screen and (max-width: 768px) {
  .tabs a {
    padding: 1.5rem .5rem;
    font-size: .75rem;
  }
  .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-tabs-content {
  font-family: Inter;
  border-radius: 0 0 1rem 1rem;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .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: Inter;
  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;
}

.footer-bottom {
  padding: 3rem 10rem 3rem 10rem;
}

@media only screen and (min-width:1023px) and (max-width:1919px) {
  .footer-bottom {
    padding: 3rem 7.3125rem 3rem 7.3125rem;
  }
}

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

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

@media (min-width: 1024px) {
  .footer-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .footer-items {
    display: flex;
    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: 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;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  border: 0.0625rem solid #b8dff5;
}

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

/*.info-item {
  padding: 3rem;
}

@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: 0;
  font-size: 1.125rem;
}

.dates-item div:first-child {
  display: list-item;
  list-style-position: inside;
  font-weight: 600;
}

@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 {
    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: 1.125rem;
  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: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 1023px) {
  .contacts-item-subtitle {
    font-size: 1rem;
  }
}

.item-with-icon a {
  font-size: 1rem;
  font-weight: normal;
}

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

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

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

.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;
}


.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 .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;
  }
}

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

.news-button-top, .news-button-bottom {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .news-button-top {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .news-button-bottom {
    display: none;
  }
}

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

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

.mainpage-colspan {
  font-family: Inter;
  border-radius: 1rem;
  color: #000;
  font-weight: 600;
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
}

@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;
}

.mainpage-banner-section {
  background-color: #003366;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 8.125rem;
}

.breadcrumbs-section {
  background-color: #003366;
  border-radius: 0 0 1rem 1rem;
}

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

.header-item-big {
  padding: 0 8.33vw 0 8.33vw;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .header-item-big {
    padding: 0 8.33vw 0 8.33vw;
  }
}

@media screen and (max-width: 1023px) {
  .header-item-big {
    padding: 0 1.5rem 0 8.33vw;
  }
}

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

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

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

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

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

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

.location-images .column {
  border: 0.0625rem solid #FAFAFF;
}

/*.conf-title {
  font-family: Inter;
  font-size: 3.0625rem;
  border-radius: 1rem;
  border: 0.0625rem solid;
  padding: 3rem 3.0938rem;
  text-transform: uppercase;
}

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

.conf-title strong {
  font-size: 5.625rem;
}

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

/*
@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: 1.5rem;
  color: #000;
  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: 0.875rem;
  }
}

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

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .header-item {
    padding: 1.5rem 2.25rem;
  }
}

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

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

@media screen and (min-width: 500px) {
  .to-500-left, .to-500-right {
    display: flex;
    align-items: center;
  }

  .to-500-right {
    justify-content: flex-end;
  }
}

/*
@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) {
  .navbar-brand {
    display: none;
  }
}

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

.news-title {
  font-family: Inter;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
}

.news-block-header {
  margin-bottom: 2.5rem;
}

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

.news-block-header .mainpage-section-title {
  margin-bottom: 0;
}

.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: 1023px) {
  .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;
  }
}

.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;
  }
}

.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;
  }
}

@media screen and (min-width:1024px) and (max-width:1399px) {
  .nav-container {
    margin: 0 7.3125rem;
  }
}

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

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

@media screen and (max-width: 1294px) {
  .nav-container {
    width: initial;
  }
}

.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;
}

/*@media screen and (max-width: 1023px) {
  .navbar:not(.is-blue-bordered) {
    border-bottom: 0.0625rem solid #001740;
  }
}*/

/*.navbar-item, .navbar-link:not(.is-arrowless) {
  padding: 0.5rem 1.5rem 0.5rem 0;
}*/

.navbar-link {
  color: #27509B;
}

.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: 1.75rem 2.5rem 1.75rem 0;
}

.card {
  background-color: #FAFAFF;
}

.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;
  }
}

.conf-sections-th {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem;
}

.conf-sections-item {
  font-size: 1.125rem;
}

.conf-sections .conf-sections-item {
  padding: 2rem;
}

.lang {
  margin-right: 5rem;
}

/*p + p {
   margin-top: 1rem;
}*/

.conf-about-purpose {
  margin-bottom: 1.5rem;
}

.conf-about-item li + li, .conf-purpose-item li + li, .conditions-item li + li {
   margin-top: .75rem;
}

.conf-about-item p + p, .conf-about-item ul + p, .conf-purpose-item p + p, .conf-purpose-item ul + p, .conditions-item p + p, .conditions-item ul + p {
   margin-top: 1rem;
}

.conf-organisers-item {
  padding: 2rem;
}

.conf-organisers-person {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.conf-organisers-th {
  font-size: 1.5rem;
  font-weight: 600;
}

.conf-organisers-people {
  font-size: 1.125rem;
}

.conf-organisers-list-item:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .navbar-menu {
    flex-grow: initial;
    flex-shrink: initial;
  }
}

.committee-contacts > .item-with-icon span, .committee-contacts > .item-with-icon div {
  letter-spacing: 0.05em;
}

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

.user-login-form input {
  display: block;
}

@media screen and (max-width: 1023px) {
  .nested-header > .columns:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
}


/************************************/
/************************************/

.header-banner {
  padding: 6.25rem 8.33vw 6.25rem 8.33vw;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .header-banner {
    padding: 4.625rem 8.33vw 4rem 8.33vw;
  }
}

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

@media screen and (max-width: 768px) {
  .header-banner {
    padding: 2.625rem 8.33vw 3rem 8.33vw;
  }
}

.banner-columns {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .banner-columns {
    display: block;
  }
}

.header-title-column {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .header-title-column {
    flex: none;
    width: calc(100% - 50vw);
    margin-right: 1rem;
  }
  .header-image-column {
    flex: none;
    width: 50vw;
  }
}

.header-image-column img {
  border-radius: 1rem;
}

.site-title {
  font-weight: 600;
  line-height: 110%;
}

@media screen and (min-width: 1900px) {
  .site-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1899px) {
  .site-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .site-title {
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: .6875rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .site-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 768px) {
  .site-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .75rem;
  }
}


.site-subtitle {
  line-height: 120%;
}

@media screen and (min-width: 1900px) {
  .site-subtitle {
    font-size: 1.5rem;
  }
}

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

@media screen and (max-width: 768px) {
  .site-subtitle {
    margin-bottom: 2rem;
  }
}

/*.conf-header p {
  margin-bottom: 0;
}*/

.plug-section {
  margin: 8.125rem 8.33vw 11.25rem 8.33vw;
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .plug-section {
    margin: 3.75rem 8.33vw 7.5rem 8.33vw;
  }
}

@media screen and (max-width: 499px) {
  .plug-section {
    margin: 2.75rem 8.33vw 6.25rem 8.33vw;
  }
}

.mainpage-section-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .mainpage-section-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .mainpage-section-title {
    font-size: 1.5rem;
  }
}

.blue-button {
  border-radius: 0.5rem;
  color: #0062C5;
  padding: 1rem 1.5rem;
  border: 1px solid #0062C5;
  font-size: 1rem;
  line-height: 120%;
  cursor: pointer;
}

.conf-news-info p:first-child {
  margin: 0.5rem 0;
  color: #7A7A7A;
}

.visually-hidden {
  display: none;
}

.br-4 {
  border-radius: 0 0 1rem 1rem;
}

.navbar-main-menu {
  border-radius: 0 0 1rem 1rem;
  background-color: #FAFAFF;
  display: block;
}

.navbar-main-menu .main-menu {
  background-color: #FAFAFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 8.33vw;
}

@media screen and (max-width: 1215px) {
  .navbar-main-menu .main-menu {
    padding: 1rem 8.33vw;
  }
}

.navbar-item {
  padding: 0;
  line-height: normal;
}

.navbar-item span {
  color: #222222;
  font-weight: 500;
}

.navbar-item span.menu-spmi-link {
  color: #036;
  font-weight: 400;
}

.navbar-main-menu img, .navbar-main-menu svg {
  max-height: none;
}

.item-with-icon {
  display: flex;
  align-items: center;
}

.navbar-item .item-with-icon {
  gap: .75rem;
}

@media screen and (max-width: 1407px) {
  .navbar-main-menu .navbar-item .item-with-icon {
    gap: .25rem;
  }
}

.navbar-main-menu .navbar-item span {
  font-size: .75rem;
}

.menu-sss-link {
  line-height: 100%;
  letter-spacing: .01em;
}

.contact-information .item-with-icon {
  gap: 1.125rem;
}

.item-with-icon svg {
  flex: none;
}

.contact-information > * + * {
  margin-top: 1.5rem;
}

.contact-information a {
  display: inline-flex;
}

/*.contact-lines {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}*/

.footer-blue {
  border-radius: 1rem 1rem 0 0;
  background-color: #003366;
}

.footer-items a {
  color: #ffffff;
}

.footer-items span {
  color: #B8DFF5;
}

.footer-items-wrapper {
  padding: 2.5rem 8.33vw;
}

.bottom-contacts-section {
  margin: 0 8.33vw 11.25rem 8.33vw;
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .bottom-contacts-section {
    margin: 0 8.33vw 7.5rem 8.33vw;
  }
}

@media screen and (max-width: 499px) {
  .bottom-contacts-section {
    margin: 0 8.33vw 6.25rem 8.33vw;
  }
}

.mainpage-sss-section {
  background-color: #FFEDD6; 
  padding: 6rem 8.33vw;
  margin-bottom: 11.25rem;
}

@media screen and (max-width: 1407px) {
  .mainpage-sss-section {
    padding: 3rem 8.33vw;
  }
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .mainpage-sss-section {
    margin-bottom: 7.5rem;
  }
}

@media screen and (max-width: 499px) {
  .mainpage-sss-section {
    margin-bottom: 6.25rem;
  }
}

.sss-link {
  color: #222222;
}

.sss-item {
  display: flex;
  margin-bottom: 0;
  column-gap: 1rem;
  align-items: center;
}

/*.sss-grid {
  row-gap: 2.25rem;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

.sss-grid > .column {
  padding: 0;
  margin: 0;
}

.mainpage-sss-section > .columns:last-child {
  margin: 0;
}*/

.sss-name-items {
  margin-left: 1rem;
}

.sss-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

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

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

.sss-subtitle {
  line-height: 100%;
}

/*.sss-logo-mini img {
  border-radius: .75rem;
}*/

.mainpage-more-link {
  border-radius: 2rem;
  color: #036;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin: .125rem 0;
  outline: 1px solid #036;
  padding: 1.25rem 2rem;
}

@media screen and (min-width: 1024px) {
  .mainpage-more-link:hover {
    background-color: #036;
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .mainpage-more-link {
    margin: 1rem 0 0 0;
  }
}

.sss-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .sss-block-header, .news-block-header {
    flex-wrap: wrap;
  }
}

.sss-title-wrapper {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

.sss-block-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .sss-block-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .sss-block-title {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

.sss-projects-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .sss-projects-title {
    font-size: 1.25rem;
  }
}

.extra-event-button {
  background-color: #27509B;
  border-radius: 2rem;
  padding: 1.5rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .extra-event-button {
    margin-bottom: 1.0625rem;
  }
}

.mainpage-news-section {
  margin: 0 8.33vw 11.25rem 8.33vw;
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .mainpage-news-section {
    margin: 0 8.33vw 7.5rem 8.33vw;
  }
}

@media screen and (max-width: 499px) {
  .mainpage-news-section {
    margin: 0 8.33vw 6.25rem 8.33vw;
  }
}

.mainpage-events-section {
  margin: 0 8.33vw 8.75rem 8.33vw;
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .mainpage-events-section {
    margin: 0 8.33vw 7.5rem 8.33vw;
  }
}

@media screen and (max-width: 499px) {
  .mainpage-events-section {
    margin: 0 8.33vw 6.25rem 8.33vw;
  }
}

.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.events-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

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

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

.events-arrows-wrapper {
  display: flex;
  justify-content: space-between;
  height: 3rem;
  width: 7.5rem;
}

@media screen and (max-width: 499px) {
  .events-arrows-wrapper {
    flex-shrink: 0;
  }
}

.events-arrows-wrapper .arrow {
  height: 3rem;
  position: static;
  transform: none;
  -webkit-transform: none;
  width: 3rem;
}

.events-arrows-wrapper .arrow--left, .events-arrows-wrapper .arrow--right {
  align-items: center;
  background-color: #036;
  background-image: none;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .events-arrows-wrapper > .arrow--left:hover, .events-arrows-wrapper > .arrow--right:hover {
    background-color: #27509B;
  }
}

.mainpage-events-links {
  display: flex;
  column-gap: 1.0625rem;
}

@media screen and (min-width: 1024px) {
  .events-extra-links {
    column-gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .events-extra-links {
    column-gap: .5rem;
    row-gap: .5rem;
  }
}

@media screen and (max-width: 1023px) {
  .events-extra-links, .mainpage-events-links {
    display: block;
  }
  .mainpage-events-links > :not(:last-child) .upcoming-event-button {
    margin-bottom: 1.0625rem;
  }
}

.events-more-link {
  display: block;
}

@media screen and (min-width: 1408px) {
  .events-more-link {
    width: calc((100% / 2) - 1rem + (1rem / 2));
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .events-more-link {
    width: calc((100% / 2) - 0.5rem + (0.5rem / 2));
  }
}

@media screen and (max-width: 1023px) {
  .events-more-link:not(:first-child) {
    margin-top: .5rem;
  }
}

.upcoming-event-link {
  border-radius: 2rem;
  color: #036;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin-top: 2rem;
  max-width: 10rem;
  outline: 1px solid #036;
  padding: 1.25rem 2rem;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .upcoming-event-link:hover {
    background-color: #036;
    color: #fff;
  }
}

.events-divider {
  background-color: #C19D60;
  margin: 2.5rem 0;
}

.link-with-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.link-with-icon svg {
  flex: none;
}




.sss-columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.0625rem;
  row-gap: 2.25rem;
}

@media screen and (min-width: 1408px) {
  .sss-column {
    width: calc((100% / 3) - 1.0625rem + (1.0625rem / 3));
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .sss-column {
    width: calc((100% / 2) - 1.0625rem + (1.0625rem / 2));
  }
}

@media only screen and (max-width: 768px) {
  .sss-columns {
    display: block;
  }
  .sss-columns > :not(:last-child) {
    margin-bottom: 2.25rem;
  }
}

.sss-logo-mini {
  border-radius: .75rem;
}




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

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

@media only screen and (max-width: 768px) {
  .mainpage-news-columns {
    display: block;
  }
  .mainpage-news-columns > :not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}




.upcoming-event-button {
  color: #222222;
  background-color: #B8DFF5;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .upcoming-event-button {
    padding: 1.5rem 1rem;
  }
}

.event-button .columns {
  height: 100%;
}

.is-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.upcoming-event-date-wrapper {
  display: flex;
  column-gap: .5rem;
}

.closest-event-date-wrapper, .upcoming-event-date-wrapper {
  margin-bottom: 1.5rem;
}

.event-button .closest-event-date {
  background-color: #B8DFF5;
}

.event-name {
  font-weight: 600;
  line-height: 120%;
}

.upcoming-event-name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.upcoming-event-type {
  line-height: 120%;
  margin-top: .75rem;
}


.news-button-bottom {
  margin-top: 2rem;
}

.conf-news-title {
  color: #222222;
}


.navbar-dropdown a.navbar-item:not(.is-active,.is-selected) {
  background-color: #FAFAFF;
  color: #222222;
}

.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover {
  --bulma-navbar-item-background-l-delta: #FAFAFF;
  --bulma-navbar-item-background-a: 1;
}

.navbar-link:not(.is-arrowless):after {
  border-color: #0062C5;
  margin-top: -0.375em;
}

.navbar-main-menu .navbar-link:not(.is-arrowless):after {
  inset-inline-end: 1.125em;
}

.navbar-mobile-menu .navbar-link:not(.is-arrowless):after {
  inset-inline-end: .125em;
}

.navbar-link:not(.is-arrowless):after, .select:not(.is-multiple):not(.is-loading):after {
  border: 0.0625rem solid #0062C5;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625rem;
  margin-top: -0.4375rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  transition-duration: var(--bulma-duration);
  transition-property: border-color;
  width: 0.625rem;
  will-change: transform;
  transition: transform 500ms ease;
}

.navbar-item.is-active .navbar-link:not(.is-arrowless):after {
  transform: rotate(0.38turn);
  top: 60%;
}

.navbar-menu, .navbar-dropdown {
  box-shadow: none;
}




.main_banner {
  border-radius: 1rem;
}

.mainpage-slider-dots {
  justify-content: center;
  position: relative;
  right: initial;
}

@media screen and (max-width: 1023px) {
  .mainpage-slider-dots {
    margin-top: 1rem;
  }
}

.dots {
  display: flex;
  justify-content: flex-start;
}

.dots > :first-child {
  margin-left: 0;
}

.dot {
  border: 0;
  width: .75rem !important;
  height: .75rem;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 .5rem;
  padding: .35rem;
  cursor: pointer;
  opacity: 40%;
}

.dot--active {
  border: 0;
  width: .75rem !important;
  height: .75rem;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 .5rem;
  padding: .35rem;
  cursor: pointer;
  opacity: 100%;
}



.navbar-mobile-menu:not(.is-active) {
  display: none;
}

/*.sidebar-menu_position-front.is-active {
  z-index: 2;
}*/

/*.sidebar-menu_position-front.sidebar-menu_position-right {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}*/

.sidebar-menu_position-front.sidebar-menu_position-right .is-active {
  transform: translateY(-100%);
}

/*.sidebar-menu_position-right {
  left: auto;
  right: 0;
}*/

.navbar-mobile-menu {
  width: 100%;
  padding: 1.5625rem 8.33vw;
  min-height: 100vh;
  min-width: 240px;
  /*max-width: 440px;*/
  /*position: fixed;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  /*top: 0;
  right: 0;
  left: 0;*/
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar-menu_position-front {
  -webkit-transition: -webkit-transform .9s ease;
  transition: -webkit-transform .9s ease;
  -o-transition: transform .9s ease;
  transition: transform .9s ease;
  transition: transform .9s ease,-webkit-transform .9s ease;
}

.navbar-mobile-menu, .navbar-mobile-menu a {
  background: #FAFAFF;
}

/*@media screen and (min-width: 769px) {
  .sidebar-menu_offcanvas a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-menu_offcanvas a {
    font-size: 5.5vw;
    line-height: 8vw;
  }
}*/

.navbar-mobile-menu .main-menu > a > div, .navbar-mobile-menu .main-menu > div {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .navbar-dropdown {
    display: none;
  }
  .navbar-mobile-menu .navbar-link {
    padding: 0;
  }
}

@media screen and (max-width: 1407px) {
  .site-logo {
    width: 7.8125rem;
  }
}

/*@media screen and (max-width: 1023px) {
  .navbar .main-menu > :nth-last-child(2) img, .navbar .main-menu > :nth-last-child(3) img {
    width: 1.5rem;
  }
}*/

/*@media screen and (max-width: 1023px) {
  .sidebar-menu_offcanvas .main-menu > :nth-last-child(2) img, .sidebar-menu_offcanvas .main-menu > :nth-last-child(3) img {
    width: 3.0625rem;
  }
}*/

/*@media screen and (max-width: 1023px) {
  .sidebar-menu_offcanvas .main-menu > :nth-last-child(2) img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/spmi_big.svg) no-repeat;
    width: 3.0625rem;
    height: 3.0625rem;
    padding-left: 3.0625rem;
  }
  .sidebar-menu_offcanvas .main-menu > :nth-last-child(3) img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/contacts_big.svg) no-repeat;
    width: 3.0625rem;
    height: 3.0625rem;
    padding-left: 3.0625rem;
  }
}*/


/*
@media screen and (max-width: 1023px) {
  .sidebar-menu_offcanvas .main-menu > :nth-last-child(2) img {
    content: url(../images/spmi_big.svg);
  }
  .sidebar-menu_offcanvas .main-menu > :nth-last-child(3) img {
    content: url(../images/contacts_big.svg);
  }
}
*/


/*@media screen and (max-width: 1023px) {
  .sidebar-menu_offcanvas .main-menu > :nth-last-child(2) source, .sidebar-menu_offcanvas .main-menu > :nth-last-child(3) source {
    content: '';
  }
}*/


.navbar-main-menu .item-with-icon span, .navbar-mobile-menu .item-with-icon span {
  line-height: 120%;
}

@media screen and (max-width: 1407px) {
  .navbar-main-menu .item-with-icon span {
    font-size: .75rem;
  }
}



@media screen and (max-width: 499px) {
  .is-hidden-smart {
    display: none;
  }
}


.home-link {
  line-height: 0.75;
}



.Button-content {
  align-items: center;
  display: grid;
  flex: 1 0 auto;
  grid-template-areas: "leadingVisual text trailingVisual";
  grid-template-columns: min-content minmax(0, auto) min-content;
  place-content: center;
}
.Button--link .Button-label {
  white-space: unset;
}

.Button-label {
  line-height: 1.4285;
}

.HeaderMenu-toggle-bar {
  width: 1.5rem;
  height: 0;
  border-top: 0.0625rem solid #0062C5;
}

.rounded {
  border-radius: 6px;
}

.nav-burger:not(.is-active) .Button-label > :first-child {
  margin-top: 0;
}

.nav-burger:not(.is-active) .Button-label > :last-child {
  margin-bottom: 0;
}

.burger-line {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.nav-burger.is-active .Button-content {
  margin-top: 0.1875rem;
}

.nav-burger.is-active .HeaderMenu-toggle-bar:nth-of-type(1) {
  transform: rotate(-45deg) translateY(-5px);
  transform-origin: bottom right;
}

.nav-burger.is-active .HeaderMenu-toggle-bar:nth-of-type(2) {
  opacity: 0;
  transform: scale(0);
}

.nav-burger.is-active .HeaderMenu-toggle-bar:nth-of-type(3) {
  transform: rotate(45deg) translateY(5px);
  transform-origin: bottom right;
}

.nav-burger.is-active .HeaderMenu-toggle-bar:nth-of-type(4) {
  opacity: 0;
  transform: scale(0);
}

@media (prefers-reduced-motion: no-preference) {
  .HeaderMenu-toggle-bar {
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-duration: 500ms;
    transition-property: opacity,transform;
  }
}

.breadcrumbs-wrapper {
  padding: 0.875rem 8.33vw;
}

@media screen and (max-width: 1023px) {
  .breadcrumbs-wrapper {
    padding: 0.6875rem 8.33vw 0.625rem 8.33vw;
  }
}

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

.breadcrumb li.is-active a {
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.breadcrumb a {
  padding: 0 0.5rem;
  line-height: 120%;
  color: #768CB2;
}

.breadcrumbs-wrapper ul {
  align-items: center;
}

.breadcrumb a:hover {
  color: #768CB2;
}

.navbar-block {
  background-color: #003366;
  border-bottom: 0.0625rem solid #003366;
}

.documents-grid-wrapper, .events-grid-wrapper {
  margin: 6.25rem 8.33vw 11.25rem 8.33vw;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .documents-grid-wrapper, .events-grid-wrapper {
    margin: 5.1875rem 8.33vw 10rem 8.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .documents-grid-wrapper, .events-grid-wrapper {
    margin: 2.5rem 8.33vw 7.5rem 8.33vw;
  }
}

@media screen and (max-width: 768px) {
  .documents-grid-wrapper, .events-grid-wrapper {
    margin: 2.9375rem 8.33vw 6.25rem 8.33vw;
  }
}


.documents-page-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0625rem;
  width: 100%;
}

.documents-page-column {
  width: calc((100% / 3) - 1.0625rem + (1.0625rem / 3));
  border: 1px solid #E5E9F0;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .documents-page-column {
    margin: 5.1875rem 8.33vw 10rem 8.33vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1023px) {
  .documents-page-column {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .documents-page-columns {
    display: block;
  }
  .documents-page-columns > :not(:last-child) {
    margin-bottom: 1.0625rem;
  }
  .documents-page-column {
    width: 100%;
  }
}


.document-name {
  font-weight: 600;
  margin-bottom: 1.3125rem;
}

.document-download-link {
  display: flex;
}



.download-button-wrapper {
  outline: 1px solid #036;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
  color: #036;
}

.download-button {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.download-button p {
  font-weight: 700;
}






.events-page-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0625rem;
  width: 100%;
}

.events-page-link {
  width: calc((100% / 3) - 1.0625rem + (1.0625rem / 3));
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .events-page-columns {
    display: block;
  }
  .events-page-link {
    width: 100%;
  }
  .events-page-link > .event-button {
    margin-bottom: 1rem;
  }
}

/*.events-page-link > .event-button {
  border: 1px solid #B8DFF5;
}*/

.event-button {
  color: #222222;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
}

.closest-event-date {
  display: inline-block;
  color: #7A7A7A;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.lang-switcher-columns .column {
  background-color: #27509B;
  border-radius: 1rem;
  font-weight: 500;
}

.language-link {
  color: #ffffff;
}

.lang-switcher-columns .column.is-active {
  background-color: #B8DFF5;
}

/*.lang-switcher-columns .column.is-active a {
  color: #000000;
}*/

.lang-switcher-columns p {
  letter-spacing: .01em;
  line-height: 140%;
  text-align: center;
}

.lang-name {
  height: 100%;
  padding: 1.5rem 0;
}

.lang-switcher-columns.is-gapless:not(:last-child), .banner-columns.is-gapless:not(:last-child) {
  margin-bottom: 0;
}


html:lang(en) .en-language-link {
  color: #000000;
}

html:lang(ru) .ru-language-link {
  color: #000000;
}

/*@media screen and (min-width: 1024px) {
  .header-image-column {
    width: 50vw;
  }
}*/

.header-image-column {
  line-height: 0.8;
}

.header-image-column img {
  border-radius: 1rem;
}

.header-item-wrapper {
  height: 100%;
  width: 50vw;
  background-color: #FAFAFF;
  border: 1px solid #FAFAFF;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}

.conf-conditions-wrapper, .conf-documents-wrapper, .conf-archive-wrapper, .conf-holders-wrapper, .conf-partners-wrapper {
  margin: 0 8.33vw 11.25rem 8.33vw;
}

@media screen and (min-width: 1408px) and (max-width: 1900px) {
  .conf-conditions-wrapper, .conf-documents-wrapper, .conf-archive-wrapper, .conf-holders-wrapper, .conf-partners-wrapper {
    margin: 0 8.33vw 10rem 8.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .conf-conditions-wrapper, .conf-documents-wrapper, .conf-archive-wrapper, .conf-holders-wrapper, .conf-partners-wrapper {
    margin: 0 8.33vw 7.5rem 8.33vw;
  }
}

@media (max-width: 768px) {
  .conf-conditions-wrapper, .conf-holders-wrapper, .conf-documents-wrapper, .conf-archive-wrapper, .conf-partners-wrapper {
    margin: 0 1rem 6.25rem 1rem;
  }
}

.conf-info-wrapper {
  margin: 11.25rem 8.33vw 11.25rem 8.33vw;
}

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

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

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


.tabs-of-three li {
  flex: 1 1 calc(100%/3);
}

.conf-conditions > .columns .column {
  border: 0.0625rem solid #b8dff5;
  border-radius: 1rem;
  background-color: #b8dff5;
}

.conditions-title, .archive-title, .holders-title, .partners-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1407px) {
  .conditions-title, .archive-title, .holders-title, .partners-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .conditions-title, .archive-title, .holders-title, .partners-title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .conditions-title, .archive-title, .holders-title, .partners-title {
    margin-top: 1.5rem;
  }
}

.contacts-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (min-width: 1408px) {
  .conf-conditions > .columns > :not(:last-child) > .conditions-item {
    padding-right: 1.3331rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-condition .conditions-item {
    width: 47rem;
  }
}

.conf-about-item h4, .conf-purpose-item h4, .conditions-item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 140%;
}

.conf-about-item {
  padding-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .conf-purpose-item {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .conf-purpose-item {
    padding-top: 2rem;
  }
}

/*
@media screen and (min-width: 1408px) {
  .conf-purpose-item {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1407px) {
  .conf-purpose-item {
    padding-top: 2rem;
  }
}
*/

.formatting-reqs {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .formatting-reqs {
    margin-top: 1.5rem;
  }
}




@media screen and (min-width: 1408px) {
  .slider-long-card .keen-slider__slide {
    border: 2px solid #B8DFF5;
    border-radius: 1rem;
    padding: 3rem;
  }
}

.holder-logo {
  min-width: 384px;
  /*height: 110px;*/
}

.holder-name {
  margin-bottom: .5rem;
  font-weight: 700;
}

.long-card {
  display: flex;
  align-items: flex-start;
  column-gap: 3rem;
}

@media screen and (max-width: 1023px) {
  .long-card {
    flex-direction: column;
    row-gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .holder-logo {
    min-width: 300px;
    height: 85px;
  }
}

.holder-logo img {
  height: 100%;
}

.holder-description p + p {
  margin-top: 1rem;
}

.holders-header .arrow, .article-banner-bottom .arrow {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #0062C5;
  border-radius: .5rem;
}

.arrow--left {
  background: center center no-repeat url(/themes/webapp/images/slider-arrow-left.svg);
}

.arrow--right {
  background: center center no-repeat url(/themes/webapp/images/slider-arrow-right.svg);
}

.arrows-wrapper {
  width: 10rem;
  display: flex;
  justify-content: space-between;
}

.holders-header, .partners-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.partner-card-single {
  display: flex;
}

@media screen and (min-width: 1408px) {
  .partner-card-single .keen-slider__slide {
    width: 25%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .partner-card-single .keen-slider__slide {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .partner-card-single .keen-slider__slide {
    width: 100%;
  }
}

.partner-logo {
  display: block;
}

.partner-logo img {
  border-radius: 1rem;
}


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

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

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

.contacts-block-bg .item-with-icon {
  gap: .5rem;
  margin-top: .75rem;
}

.contacts-block-bg .item-with-icon > span, .contacts-block-bg .item-with-icon > div {
  line-height: 140%;
}




.conf-dates, .conf-venue {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.conf-dates {
  gap: 1rem;
  margin-bottom: 1rem;
}

.conf-venue {
  gap: .875rem;
}




.news-grid-wrapper {
  margin: 3.125rem 8.33vw 11.25rem 8.33vw;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .news-grid-wrapper {
    margin: 2.5rem 8.33vw 10rem 8.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .news-grid-wrapper {
    margin: 1.875rem 8.33vw 10rem 8.33vw;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .news-grid-wrapper {
    margin: 1.875rem 8.33vw 7.5rem 8.33vw;
  }
}

@media screen and (max-width: 499px) {
  .news-grid-wrapper {
    margin: 1.875rem 8.33vw 6.25rem 8.33vw;
  }
}

.page-news-columns {
  display: flex;
  column-gap: 1.0625rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .page-news-column {
    width: calc((100% / 3) - 1.0625rem + (1.0625rem / 3));
  }
}

@media screen and (max-width: 768px) {
  .page-news-columns {
    display: block;
  }
  .page-news-column {
    width: 100%;
  }
  .page-news-columns > :not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}




.article-grid-wrapper {
  margin: 3.125rem 8.33vw 11.25rem 8.33vw;
}

.article-columns {
  display: flex;
  column-gap: 8.33vw;
}

@media screen and (max-width: 1023px) {
  .article-columns {
    display: block;
  }
  .article-column-text {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .article-column-text {
    width: 50%;
  }
  .article-column-image {
    width: 40%;
  }
}

.article-column-text p + p {
  margin-top: 1rem;
}

.article-column-text ul, .article-column-text ol {
  list-style-position: inside;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article-column-image img {
  border-radius: 1rem;
}

.article-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.article-date {
  color: #7A7A7A;
}

.article-title, .article-date {
  margin-bottom: 1.25rem;
}

.article_banner {
  border-radius: 1rem;
}

.article-banner-bottom {
  display: flex;
  justify-content: end;
  gap: 5rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .article-banner-bottom {
    gap: 2.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .article-banner-bottom {
    gap: 5.6875rem;
  }
}

@media screen and (max-width: 1023px) {
  .article-banner-bottom {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .article-banner-bottom {
    gap: 3rem;
  }
}

@media screen and (max-width: 499px) {
  .article-banner-bottom {
    gap: 2.5rem;
  }
}



.pagination,.pagination-list {
  gap: 2rem;
}

@media print,screen and (min-width: 769px) {
  .pagination-list {
    justify-content: center;
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .pagination-list li,.pagination-next,.pagination-previous {
    flex-grow: 0;
  }
}

.pagination-list a {
  color: #0062C5;
  height: auto;
  line-height: 120%;
  padding: 0;
}

.pagination-list .is-active a {
  color: #000000;
}

.news-grid-wrapper .pager, .events-grid-wrapper .pager {
  margin-top: 3rem;
}

@media screen and (max-width: 1023px) {
  .news-grid-wrapper .pager, .events-grid-wrapper .pager {
    margin-top: 2rem;
  }
}

.conf-sections-item {
  background-color: #fff;
  border-radius: 1rem;
}

.info-item ul, .conditions-item ul {
  list-style: disc outside;
  margin-left: 2rem;
  margin-top: 1rem;
  /*  margin-left: 1.125rem;margin-top: 1rem;*/
}

.conf-sections-items ol {
  list-style: decimal outside;
  margin-left: 2rem;
}

.conf-sections-items ol + p, .conf-sections-items p + ol {
  margin-top: 1rem;
}

.conf-sections-item ol > li + li {
  margin-top: .25rem;
}

.conf-conditions-tabs {
  border: 1px solid #FAFAFF;
  border-radius: 1rem;
}

.contacts-subitem-block {
  margin-top: .75rem;
}

.conf-announcement-wrapper {
  margin: 11.25rem 8.33vw 0 8.33vw;
}

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

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

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

.announcement-content {
  border: 1px solid #001740;
  border-radius: 1rem;
  padding: 3rem;
}

.announcement-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}



.events-banner-columns.is-gapless:not(:last-child) {
  margin-bottom: 0;
}

.events-banner-title {
  line-height: 120%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1732px) {
  .events-banner-title {
    font-size: 3rem;
  }
}

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

@media screen and (min-width: 500px) and (max-width: 1023px) {
  .events-banner-title {
    font-size: 2rem;
  }
}

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

.events-banner-subtitle {
  line-height: 140%;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .events-banner-subtitle {
    font-size: 1.5rem;
  }
}

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

.header-text-column {
  color: #ffffff;
  background-color: #003366;
}

@media screen and (min-width: 1024px) {
  .header-text-column {
    border-radius: 1rem 0 0 1rem;
  }
}

.header-text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .header-text-wrapper {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .events-banner-columns {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 8.33vw 8.33vw 3rem;
    background-color: #003366;
    border-radius: 1rem;
    column-gap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .events-banner-columns > .header-image-column {
    background: linear-gradient(to left, #ffffff 50%, #003366 50%);
  }
}

@media screen and (min-width: 1732px) {
  .header-text {
    padding: 3rem 8.33vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1731px) {
  .header-text {
    padding: 1.5rem 8.33vw;
  }
}

/*.header-text > :not(:last-child) {
  margin-bottom: 1.5rem;
}*/

.events-banner-button {
  display: flex;
  margin-bottom: 2.5rem;
}

.event-form-link {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
}

.form-link-name {
  color: #0062C5;
  font-weight: 600;
}

.events-banner-columns .header-image-column img {
  height: 100%;
}

.events-banner-contacts a {
  color: #0062C5;
  text-decoration: underline;
}

.section-accordion-content:not(.show) {
  display: none;
}

@media screen and (min-width: 769px) {
  .section-accordion-content > :first-child {
    margin-top: 1rem;
  }
}

.section-accordion-content p + p, .section-accordion-content ul + p {
  margin-top: 1rem;
}

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

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

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

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

.conf-sections-items {
  background-color: #b8dff5;
}

.extra-document {
  border: 1px solid #27509B;
}

.extra-document {
  border: 1px solid #27509B;
  border-radius: 1rem;
  padding: 1.5rem 3rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 1407px) {
  .extra-document img {
    margin-left: 1rem;
  }
}

.extra-document-name {
  color: #222222;
}

@media screen and (min-width: 1408px) {
  .extra-document-name {
    width: 50rem;
  }
}

.section-accordion {
  cursor: pointer;
  padding: 1.5rem 2rem;
}

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

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

.section-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


@media screen and (min-width: 1408px) {
  .buttons-block {
    font-size: 1.5rem;
  }
}

.mini-menu-link {
  padding: 1.5rem .75rem;
  letter-spacing: .01em;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .mini-menu-link {
    padding: 1.5rem .5rem;
  }
}

@media screen and (min-width: 1408px) {
  .total-menu-links-5, .total-menu-links-6, .total-menu-links-7 {
    font-size: 1rem;
  }
}

.mini-menu-link img {
  margin-left: 1rem;
}




/* banner rebuild */

.conf-banner {
  display: flex;
  border: 1px solid #FAFAFF;
}

@media screen and (max-width: 1023px) {
  .conf-banner {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .conf-banner-text-column, .conf-banner-image-column {
    width: 50%;
  }
  .conf-banner-text-column {
    display: flex;
    align-items: center;
  }
}

.conf-banner-image-column {
  line-height: .8;
}

.conf-banner-image-column img {
  border-radius: 1rem;
}

@media screen and (min-width: 1900px) {
  .conf-banner-text {
    padding: 0 8.33vw;
  }
}

@media screen and (min-width: 1408px) and (max-width: 1899px) {
  .conf-banner-text {
    padding: 0 1.5rem 0 8.33vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .conf-banner-text {
    padding: 0 1.625rem 0 8.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .conf-banner-text {
    padding: 2rem 8.33vw;
  }
}

@media screen and (max-width: 768px) {
  .conf-banner-text {
    padding: 1.875rem;
  }
}

.conf-banner-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (max-width: 1023px) {
  .conf-banner-title {
    line-height: 110%;
  }
}

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

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

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

.conf-banner-subtitle {
  line-height: 120%;
}

@media screen and (min-width: 769px) {
  .conf-banner-subtitle {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .conf-banner-subtitle {
    margin-top: .25rem;
  }
}

.conf-banner-short-info-area {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .conf-banner-short-info-area {
    margin-top: 1.25rem;
  }
}

.conf-banner-dates {
  gap: 1rem;
}

.conf-banner-venue {
  margin-top: 1rem;
  gap: .875rem;
}

@media screen and (max-width: 1407px) {
  .conf-banner-venue {
    margin-top: .5rem;
  }
}

.conf-banner-dates, .conf-banner-venue {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1900px) {
  .conf-banner-dates span, .conf-banner-venue span {
    font-size: 1.5rem;
  }
}

.conf-banner-dates span, .conf-banner-venue span {
  letter-spacing: .05em;
}

/* meet conf programm block*/

.flex-tab-content article {
  display: none;
}

@media screen and (min-width: 1408px) {
  .flex-tab-content article.is-active {
    display: flex;
  }
}

@media screen and (max-width: 1407px) {
  .flex-tab-content article.is-active {
    display: block;
  }
}

.conf-program-tabs-content {
  padding: 3rem 0;
  border-radius: 0 0 1rem 1rem;
  margin: 0;
  justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .conf-program-tabs-content {
    padding: 2rem;
  }
}

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

.conf-program {
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (min-width: 1408px) {
  .conf-program {
    width: 66.875rem;
  }
}

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

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

.conf-program > div + div {
  margin-top: 2rem;
}

.conf-program-item {
  display: flex;
  column-gap: 1rem;
}

.conf-program-time {
  flex-shrink: 0;
}

.conf-program-time p {
  font-weight: 600;
}

.conf-program-event p + p {
  margin-top: 1rem;
}

/*button flare*/

.mini-menu-link .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 4s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.conf-quick-links .buttons-block > .column .mini-menu-link {
  position: relative;
}


.archive-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .archive-items {
    column-gap: 2.5rem;
    row-gap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .archive-items {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .archive-items {
    display: block;
  }
  .archive-items > div + div {
    margin-top: 1.5rem;
  }
}

.archive-year {
  background-color: #FFEDD6;
  border-radius: 1rem;
  padding: 3rem;
  width: calc((100% / 2) - 2.5rem + (2.5rem / 2));
}

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

@media screen and (max-width: 768px) {
  .archive-year {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}

.archive-year-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: .75rem;
}

.archive-year-links {
  display: flex;
  flex-direction: column;
  row-gap: .75rem;
}

.archive-year-links > a {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: .01em;
}


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

.archive-columns a {
  color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .conf-conditions .columns > div:not(:first-child) .conditions-item {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .conf-conditions .columns > div:not(:first-child) .conditions-item {
    padding-top: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .announcement-title, .archive-title {
    padding: 0 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  html:lang(en) .breadcrumb li.is-active {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.language-link.is-active {
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 1024px) {
  .holders-slider .keen-slider__slide {
    display: flex;
    align-items: center;
  }

  .holders-slider .long-card {
    align-items: center;
  }
}

/* External Events */

.external-event-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #B8DFF5;
  border-radius: 1rem;
  width: calc((100% / 3) - 1.0625rem + (1.0625rem / 3));
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .external-event-card {
    width: 100%;
  }
  .external-event-card:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.external-event-card.expired {
  background-color: #D3D3D3;
}
.external-event-name {
  font-weight: 600;
  line-height: 120%;
}
.external-event-subtitle {
  font-weight: 600;
  font-size: .75rem;
  margin-top: 1rem;
}
.external-event-dates {
  font-size: .875rem;
  margin-top: .25rem;
}
.external-event-link {
  border-radius: 2rem;
  color: #036;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin-top: 2.375rem;
  max-width: 10rem;
  outline: 1px solid #036;
  padding: 1.25rem 2rem;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .external-event-link:hover {
    background-color: #036;
    color: #fff;
  }
}



.events-legend {
  align-items: center;
  display: flex;
  column-gap: 3rem;
  margin-bottom: 1.0625rem;
}

@media screen and (min-width: 769px) and (max-width: 1407px) {
  .events-legend {
    column-gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .events-legend {
    display: block;
  }
  .events-legend > p + p {
    margin-top: .5rem;
  }
}

.events-legend-info {
  align-items: center;
  display: flex;
  column-gap: .5rem;
}

.events-legend-info span {
  font-size: .75rem;
  line-height: 100%;
}

/* External Events */
