@import "./assets/css/normalize.css";
*,
*:before,
*:after {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

hr {
  border-style: inset;
  border-width: 1px;
}
.custom div p {
  color: red;
}
body {
 
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  height: 100%;
  padding: 0;
  overflow-x: hidden;
  background: #f6f9f9;
  min-height: 100vh;
  max-height: 100vh;
  height: 100%;
  min-width: 320px;
  color: #000;
}

.content table {
  border: 1px solid #3b8992;
  border-collapse: collapse;
}

.content td {
  border: 1px solid #3b8992;
  padding: 5px;
}

body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: bold;
  line-height: 130%;
  overflow-wrap: break-word;
}

h1 {
  font-size: 65px;
}

h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}

figure {
  margin: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

/*.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 1240px) and (min-width: 767px) {
  .container {
    padding: 0 34px;
  }
}*/

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

svg {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.image {
  line-height: 0;
}

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

.hidden_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hidden_scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.icon path {
  fill: inherit;
  stroke: inherit;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.3);
}

.icon {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-container {
  display: none;
}

.list-semantic {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  background: #3b8992;
  border-radius: 12px;
  padding: 16px;
  min-width: 384px;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.btn:hover {
  background: #f8ac1a;
}

.emerald-text {
  color: #3b8992;
}

.text-uppercase {
  text-transform: uppercase;
}

.article_yellow-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -24px;
}
.article_yellow-sections li {
  margin-left: 24px;
  width: calc((100% - 72px) / 3);
  border-top: 6px solid #f8ac1a;
  padding-top: 14px;
}
.article_yellow-sections.four-sections li {
  width: calc((100% - 96px) / 4);
}

.article_with-yellow-border {
  border-left: 6px solid #f8ac1a;
  padding-left: 20px;
}
.article_with-yellow-border h2 {
  margin-bottom: 24px;
}
.article_with-yellow-border a {
  color: #3b8992;
  text-decoration: underline;
}

.white-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -24px;
}
.white-tables ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 24px;
  margin-top: 24px;
  width: calc((100% - 48px) / 2);
  background: #ffffff;
  padding: 20px 10px 31px;
  text-align: center;
}
.white-tables ul li {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(65, 138, 130, 0) 15%, rgba(65, 138, 130, 0.4) 49.75%, rgba(65, 138, 130, 0) 86.5%);
  border-image-slice: 1;
  font-size: 18px;
  line-height: 140%;
}
.white-tables ul li:first-child {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 24px;
  line-height: 140%;
}

.emblem-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.emblem-list li {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 140%;
}
.emblem-list li:not(:last-child) {
  margin-bottom: 16px;
}
.emblem-list li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background: url("./assets/img/icons/emblem.svg") no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.default-margin {
  margin-top: 42px;
}
.default-margin.small {
  margin-top: 42px;
}
.default-margin.half {
  margin-top: 42px;
}

.warning-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.warning-item:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  background: url("./assets/img/icons/warn.svg") no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.title_smaller {
  font-size: 32px;
  line-height: 130%;
  text-transform: none;
}

.smaller-text {
  font-size: 20px;
  line-height: 140%;
}

.table-default {
  border-collapse: collapse;
}
.table-default td {
  width: 33%;
  border: 1px solid #3b8992;
  font-size: 20px;
  line-height: 140%;
  padding: 14px 12px;
  vertical-align: top;
}
.table-default td b {
  font-size: 20px;
  line-height: 140%;
}


.header.header_light:after {
  display: none;
}

.header_menu-opened {
  background-color: #3b8992;
}
.header_menu-opened .btn, .header_menu-opened .header__links a {
  background: #fff !important;
  color: #000;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header_menu-opened .btn:hover, .header_menu-opened .header__links a:hover {
  color: #f8ac1a;
}
.header_menu-opened .header__halal-pic {
  display: none;
}

.header:not(.header_light) .logo_light {
  display: none;
}

.header.header_light .logo_dark {
  display: none;
}

.header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-bg__video {
  -o-object-fit: cover;
     object-fit: cover;
}

.header-bg__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__content {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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


.header_light {
  color: #fff;
}
.header_light .btn, .header_light .header__links a {
  background: #fff !important;
  color: #000;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header_light .btn:hover, .header_light .header__links a:hover {
  color: #f8ac1a;
}
.header_light .lang__current {
  color: #f8ac1a;
}
.header_light .menu-open__text {
  color: #fff;
}

.header-action .icon.user-icon svg,
.header_light .header-action .icon.user-icon svg {
  stroke: #000;
  fill: transparent;
}
.header-action .icon svg,
.header_light .header-action .icon svg {
  fill: #000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header_menu-opened .header-action:not(.header__search) .icon.user-icon svg,
.header_light .header-action:not(.header__search) .icon.user-icon svg {
  stroke: #fff;
  fill: transparent;
}
.header_menu-opened .header-action:not(.header__search) .icon svg,
.header_light .header-action:not(.header__search) .icon svg {
  fill: #fff;
}

.header_menu-opened .header-action .search__button .icon svg,
.header_light .header-action .search__button .icon svg {
  fill: #fff;
}

.header-action:not(:last-child) {
  margin-right: 45px;
}

.menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 24px;
}
.header_menu-opened .menu-open .menu-icon {
  display: none;
}

.menu-close {
  display: none;
}
.header_menu-opened .menu-close {
  display: block;
}
.header_menu-opened .menu-close svg {
  stroke: #f8ac1a;
}

.menu-open__text {
  margin-right: 12px;
}
.header_menu-opened .menu-open__text {
  color: #f8ac1a;
}

.header_menu-opened .lang__current {
  color: #f8ac1a;
}

.menu-container {
  padding-top: 23px;
}

.header {
  margin-bottom: 48px;
}

.page__head div.header__links {
  font-size: 0;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-left: -24px;
  margin-top: 48px;
}
.header__links a {
  margin-left: 24px;
  padding: 10px;
  font-size: 24px;
  line-height: 130%;
  width: calc((100% - 72px) / 3);
  text-transform: uppercase;
  color: #fff;
  background: #3b8992;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header__links a:hover {
  background: #f8ac1a;
}
.header__links br {
  display: none;
}

@media (max-width: 1240px) and (min-width: 767px) {
  .header_menu-opened .menu-container {
    margin-bottom: 40px;
  }

  .header__logo {
    width: 164px;
  }

  .header:after {
    background-position: 26% 7px;
    height: 834px;
  }

  .header__content {
    min-height: 77px;
  }

  .header-action:not(:last-child) {
    margin-right: 10px;
  }

  .header__links {
    margin-left: -18px;
  }
  .header__links a {
    font-size: 16px;
    line-height: 100%;
    padding: 14px;
    margin-left: 18px;
    width: calc((100% - 54px) / 3);
  }
}
@media (max-width: 767px) {
  .header:after {
    height: 214px;
  }

  .header__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__logo {
    width: 168px;
    max-width: 50%;
  }

  .header__actions {
    width: 100%;
  }

  .header__content {
    min-height: 64px;
    padding: 16px 0;
  }

  .header_menu-opened .header__actions {
    display: none;
  }

  .header__logo {
    top: 10px;
  }

  .header__actions {
    margin-top: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__menu-open.header-action {
    display: none;
  }

  .header-action:not(:last-child) {
    margin-right: 0;
  }

  .header__menu-open .menu-icon svg {
    fill: #000;
  }
  .header_light .header__menu-open .menu-icon svg {
    fill: #fff;
  }

  .header:after {
    background-position-x: 25%;
  }

  .header {
    margin-bottom: 24px;
  }

  .header-action .icon.user-icon svg {
    width: 22px;
  }

  .header_light .icon.lang-selector__arrow,
.header_menu-opened .icon.lang-selector__arrow {
    stroke: #fff;
  }
  .header_light .menu-close svg,
.header_menu-opened .menu-close svg {
    stroke: #fff;
  }
  .header_light .lang a,
.header_menu-opened .lang a {
    color: #000;
  }

  .header__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/*.footer {
  background-color: #3b8992;
  margin-top: 120px;
  position: relative;
  z-index: 55;
}*/

.footer__sep {
  border-top: 3px solid #f8ac1a;
  margin: 19px 0 15px;
}

/*.footer {
  padding-top: 36px;
}*/

.footer__contacts {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 15px;
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__apps a:not(:last-child) {
  margin-right: 30px;
}

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

.footer__apps {
  margin-top: 24px;
}

.footer__logo {
  max-width: 328px;
}

.footer__contacts a:not(:first-child) {
  display: inline-block;
  margin-top: 15px;
}

.footer__contact-us {
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__policy {
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #fff;
  max-width: 350px;
  margin-top: 9px;
}

.footer__contact-us a:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("./assets/img/icons/arrow-up-right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -20px;
}

.footer__contact-us a {
  padding-right: 70px;
}

.footer__contact-us {
  position: relative;
}

.footer__copy {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  padding: 25px 0 30px;
}

@media (max-width: 1240px) and (min-width: 767px) {
  .footer {
    padding-top: 20px;
  }

  .footer__copy {
    padding-bottom: 20px;
  }

  .footer__sep {
    margin: 15px 0;
  }

  .footer__contact-us a:after {
    width: 49px;
    height: 50px;
    top: -7px;
  }

  .footer__contact-us a {
    padding-right: 60px;
  }

  .footer__policy {
    margin-top: 0;
  }

  .footer__contacts a:not(:first-child) {
    margin-top: 10px;
  }

  .footer__contacts {
    margin-bottom: 20px;
  }

  .footer__apps {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
/*  .footer {
    padding-top: 20px;
    margin-top: 55px;
  }*/

  .footer__contacts {
    font-size: 16px;
  }

  .footer__contacts a:not(:first-child) {
    margin-top: 8px;
  }

  .footer__apps {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
  }

  .footer-mob-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .footer__socials .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .footer__socials .social__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: auto;
  }

  .footer__contacts-wrp {
    margin-right: 9%;
  }

  .footer__apps a:not(:last-child) {
    margin-right: 16px;
  }

  .footer__apps a {
    width: calc(50% - 8px);
    display: block;
    max-width: 121px;
  }

  .footer__socials .social__item {
    width: 22px;
    height: 22px;
  }

  .footer__sep {
    display: none;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer__policy {
    text-align: left;
    font-size: 14px;
    width: 100%;
    max-width: none;
    margin-bottom: 8px;
    border-bottom: 3px solid #f8ac1a;
    padding-bottom: 15px;
    margin-top: 0;
  }

  .footer__contact-us {
    font-size: 20px;
  }

  .footer__contact-us a {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__contact-us a:after {
    width: 27px;
    height: 26px;
    position: relative;
    display: inline-block;
    top: -3px;
    margin-left: 10px;
  }

  .footer__copy {
    font-size: 14px;
    padding: 20px 0;
  }

  .footer__head {
    margin-bottom: 14px;
  }
}
.page__head > div {
  font-size: 24px;
  line-height: 130%;
  margin-top: 48px;
}

.sep .container {
  margin-top: 48px;
}

.page__title {
  text-transform: uppercase;
  margin-top: 80px;
}
.page__title h1 {
  font-weight: 400;
}

.sep hr {
  margin: 0;
  border-top: 6px solid #f8ac1a;
  border-bottom: 0;
}

.sep {
  margin: 100px 0 0px;
}

.page-photo-gallery .page__head {
  margin-top: 60px;
}
.page-photo-gallery .sep {
  margin-top: 46px;
}

.page-programm .page__head div:not(.header__links) {
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
}

.page-participation .page__head {
  margin-top: 60px;
}
.page-participation .sep {
  margin-top: 132px;
}

.page-slider .header {
  margin-bottom: 32px;
}
.page-slider .page-content-wrp > .container {
  max-width: 1044px;
}

.page-search .page__title {
  margin-top: 126px;
}

.slider-default-arrow svg {
  width: 36px;
  height: 36px;
}

.slider-button-next {
  right: 0;
}

.slider-default-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.slider-default-arrow svg path {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.slider-default-arrow:hover svg path {
  stroke: #3b8992;
}
.slider-default-arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.slider-button-prev {
  left: 0;
}

.slider-wrp.default-slider-pagination {
  position: relative;
}
.slider-wrp.default-slider-pagination .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrow {
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrow svg path {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrow:hover svg path {
  stroke: #3b8992;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrow svg {
  width: 36px;
  height: 36px;
}
.slider-wrp.default-slider-pagination .slider-navigation__arrow.slider-navigation__arrow-prev {
  margin-right: 20px;
}
.slider-wrp.default-slider-pagination .slider-navigation__pagination.swiper-pagination {
  position: static;
  width: auto;
  font-size: 32px;
  line-height: 130%;
}

.promo-link-btn {
  margin-top: 20px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn.broadcast-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ElMessiri", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 50px;
  border: 3px solid #F8AC1A;
  border-radius: 5px;
  background-color: transparent !important;
  min-width: auto !important;
}
.btn.broadcast-btn span {
  margin-right: 10px;
}
.btn.broadcast-btn svg {
  margin-bottom: 5px;
}
.btn.broadcast-btn svg path {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.broadcast-btn:hover {
  background-color: #F8AC1A !important;
  color: #fff;
}
.btn.broadcast-btn:hover svg path {
  stroke: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.section-video {
  margin-top: 12px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 549px;
  max-height: 549px;
  min-height: 549px;
}

@media (min-width: 767px) {
  .desk_hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile_hidden {
    display: none;
  }
}
@media (max-width: 1023px) {
  .tablet_hidden {
    display: none;
  }
}
@media (max-width: 1240px) and (min-width: 767px) {
  .page__title {
    margin-top: 48px;
  }

  .header {
    margin-bottom: 24px;
  }

  .page__title h1 {
    font-size: 42px;
    line-height: 130%;
  }

  .page-photo-gallery .page__head {
    margin-top: 48px;
  }
  .page-photo-gallery .sep {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .article_yellow-sections {
    font-size: 16px;
    line-height: 140%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -18px;
  }
  .article_yellow-sections li {
    width: 100%;
    margin-top: 18px;
    border-top-width: 3px;
  }
  .article_yellow-sections.four-sections {
    margin-left: -20px;
    margin-top: -24px;
  }
  .article_yellow-sections.four-sections li {
    width: calc((100% - 40px) / 2);
    margin-left: 20px;
    margin-top: 24px;
    padding-top: 10px;
    border-width: 3px;
  }

  .white-tables {
    margin: 0;
  }
  .white-tables ul {
    width: 100%;
    margin: 0;
    padding: 16px 10px;
    margin-bottom: 24px;
  }
  .white-tables ul:last-child {
    margin-bottom: 0;
  }
  .white-tables ul li {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .white-tables ul li:first-child {
    font-size: 18px;
    line-height: 140%;
  }

  .title_smaller {
    font-size: 24px;
    line-height: 130%;
  }

  .emblem-list li {
    font-size: 16px;
    line-height: 140%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .emblem-list li:before {
    width: 22px;
    height: 22px;
    margin-right: 14px;
    background-size: contain;
  }

  .warning-item:before {
    margin-right: 14px;
  }

  .smaller-text {
    font-size: 16px;
    line-height: 140%;
  }

  .table-default tr td {
    font-size: 16px;
    line-height: 140%;
  }
  .table-default td b {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 7px;
    display: inline-block;
  }

  .default-margin {
    margin-top: 24px;
  }
  .default-margin.half {
    margin-top: 24px;
  }
  .default-margin.small {
    margin-top: 24px;
  }

  .page__title {
    margin-top: 28px;
  }

  h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .menu-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .page__head div {
    font-size: 20px;
    margin-top: 16px;
  }

  .sep {
    margin: 32px 0 0px;
  }

  .sep .container {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .btn {
    padding: 14px;
    min-width: 262px;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
  }

  .header__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .header__links a {
    width: 100%;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 100%;
    padding: 14px;
  }
  .header__links a:last-child {
    margin-bottom: 0;
  }

  ul {
    margin: 10px 0;
    padding-left: 23px;
  }

  .page-programm page__title, .page-programm .page__head {
    max-width: 300px;
  }
  .page-programm .page__head {
    margin-top: 8px;
  }
  .page-programm .page__head div:not(.header__links) {
    font-size: 24px;
  }

  .page-participation .page__head {
    margin: 0;
  }
  .page-participation .page-participation .sep {
    margin-top: 32px;
  }

  .slider-default-arrow svg {
    width: 24px;
    height: 24px;
  }

  .slider-default-arrow {
    padding: 10px;
  }

  .slider-button-next {
    right: -16px;
  }

  .slider-button-prev {
    left: -16px;
  }

  .slider-wrp.default-slider-pagination .slider-navigation__pagination.swiper-pagination {
    font-size: 24px;
    line-height: 130%;
  }

  .slider-wrp.default-slider-pagination .slider-navigation__arrow svg {
    width: 30px;
    height: 30px;
  }

  .fancybox-slide {
    padding: 16px;
  }

  .mob-slider.swiper {
    padding-bottom: 30px;
  }

  .mob-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #bdbdbd;
    opacity: 1;
  }

  .mob-slider.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mob-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .mob-slider .swiper-pagination-bullet-active {
    background: #3b8992;
  }

  .mob-slider .swiper-pagination {
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .section-video {
    margin-bottom: 40px;
    height: auto;
    max-height: none;
    min-height: auto;
  }
}
.header-not-margin{
margin-bottom : 0px !important;
}
.attractions__list ul li div p:first-child {margin-top: 0 !important;margin-bottom: 0 !important; text-align: center;}.attractions__list ul li div p:last-child {margin-bottom: 0 !important;}

.attractions__list ul li div {padding: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;background: rgba(255,255,255,.6);color: #000;border-bottom: 6px solid #f8ac1a;flex-direction: column;justify-content: center;}
.attractions__list ul li div p {
  text-align: start;
}
.registration-for-speakers {
  width: 100% !important;
}
@media (max-width: 767px) {
  .registration-for-speakers {
    margin-top: 28px;
  }
}
.package__reg-btn{
  color: #fff !important;
}
@media (min-width: 1200px) {
  .accreditation__link.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: center;
    justify-content: right;
    margin-top: 42px;
  }
}
@media (max-width: 1200px) {
  .accreditation__link.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px;
  }
}
.gallery-exhibition {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 20px;
}
@media (max-width: 1240px) {
  .gallery-exhibition {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .gallery-exhibition {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 200px;
}
}
.gallery-exhibition img{
  height: 100%;
  width: 100%
}
.none{
  display: none;
}
.text-ar-size{
  font-size:18px;
}

@media (max-width: 576px) {
  .none-mobile {
    display:none;
margin-bottom: 24px;
  }
}