

/* Start:/local/templates/portal/template_styles.css?1753291558176587*/
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
@import url('/local/templates/portal/libs/slick/style.css');
@import url('/local/templates/portal/libs/fancybox/style.css');
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/*! modern-normalize v1.1.0 | MIT License | https: //github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
hr {
  color: inherit;
  height: 0;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  background-image: url(/local/templates/portal/img/bg12.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  font-family: Roboto, serif;
  font-size: 10px;
  font-weight: 400;
  height: 100%;
  margin: 0;
  min-height: 300px;
  padding: 0;
}
@media (max-width: 460px) {
  html {
    background-image: url(/local/templates/portal/img/bgmob.png);
    background-repeat: repeat-y;
  }
}
html.index-page {
  background-attachment: fixed;
}
body {
  -webkit-font-smoothing: antialiased;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
}
body.open-menu {
  overflow: hidden;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
}
svg {
  height: 100%;
}
.body,
svg {
  width: 100%;
}
.body {
  flex: 1 0 auto;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1540px;
  padding: 1px 20px;
}
@media (max-width: 999px) {
  .container {
    max-width: 100%;
    padding: 1px 15px;
  }
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.modal__container {
  left: 50%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}
.modal__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.modal__close svg {
  vertical-align: middle;
  width: 100%;
}
.modal__close:hover rect {
  fill: #36a9e1;
}
.modal__action {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 60px rgba(45, 46, 131, 0.25);
  box-sizing: border-box;
  margin-top: 30px;
  padding: 40px 35px;
  width: calc(100% - 30px);
}
@media (max-width: 460px) {
  .modal__action {
    padding: 20px 15px;
  }
}
.modal__title {
  color: #24337c;
  font-family: Montserrat, serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 460px) {
  .modal__title {
    font-size: 20px;
  }
}
.modal__group {
  margin-bottom: 10px;
}
.modal__name {
  color: #313131;
  font-weight: 500;
  margin-bottom: 5px;
}
.modal__field {
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #24337c;
  font-size: 14px;
  padding: 15px;
  width: 100%;
}
.modal__field::placeholder {
  color: #a6a6a6;
}
.modal__field_area {
  height: 140px;
  resize: none;
}
@media (max-width: 460px) {
  .modal__field_area {
    height: 80px;
  }
}
.modal__submit {
  display: inline-block !important;
  margin-bottom: 0 !important;
  text-align: center;
  width: auto !important;
}
.success {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.success__container {
  left: 50%;
  max-width: 830px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}
.success__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.success__close svg {
  vertical-align: middle;
  width: 100%;
}
.success__close:hover rect {
  fill: #36a9e1;
}
.success__box {
  background: url(/local/templates/portal/img/bg-success.png) no-repeat 50% / cover;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 30px;
  padding: 60px;
  width: calc(100% - 30px);
}
@media (max-width: 460px) {
  .success__box {
    padding: 40px 20px;
  }
}
.success__text {
  color: #24337c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 10px;
}
@media (max-width: 460px) {
  .success__text {
    font-size: 20px;
  }
}
.success__btn {
  align-items: center;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  width: auto !important;
}
.success__btn svg {
  margin-left: 20px;
  vertical-align: middle;
  width: 21px;
}
.flex-grid {
  align-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: -16px;
}
@media (min-width: 760px) and (max-width: 1000px) {
  .flex-grid {
    margin: -12px;
  }
}
@media (max-width: 760px) {
  .flex-grid {
    flex-direction: column;
    margin: -12px;
  }
}
@media (min-width: 760px) {
  .flex-grid.wrap {
    flex-wrap: wrap;
  }
}
.flex-grid.justify-content-start {
  justify-content: flex-start;
}
@media (min-width: 760px) and (max-width: 1000px) {
  .flex-grid.tablet-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 999px) {
  .flex-grid.mobile-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 760px) and (max-width: 1000px) {
  .flex-grid.tablet-column {
    flex-direction: column;
  }
}
.flex-grid .col {
  align-items: stretch;
  display: flex;
  padding: 16px;
  width: 100%;
}
.flex-grid .col.flex-direction-column {
  flex-direction: column;
}
.flex-grid .col.align-items-start {
  align-items: flex-start;
}
@media (min-width: 1000px) {
  .flex-grid .col.w-20-desktop {
    width: 20%;
  }
  .flex-grid .col.w-25-desktop {
    width: 25%;
  }
  .flex-grid .col.w-33-desktop {
    width: 33.333333%;
  }
  .flex-grid .col.w-35-desktop {
    width: 35%;
  }
  .flex-grid .col.w-40-desktop {
    width: 40%;
  }
  .flex-grid .col.w-50-desktop {
    width: 50%;
  }
  .flex-grid .col.w-60-desktop {
    width: 60%;
  }
  .flex-grid .col.w-65-desktop {
    width: 65%;
  }
  .flex-grid .col.w-67-desktop {
    width: 67%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .flex-grid .col.w-100-xxs-desktop {
    width: 100%;
  }
}
@media (min-width: 760px) and (max-width: 1000px) {
  .flex-grid .col {
    padding: 12px;
  }
  .flex-grid .col.w-25-tablet {
    width: 25%;
  }
  .flex-grid .col.w-33-tablet {
    width: 33.333333%;
  }
  .flex-grid .col.w-50-tablet {
    width: 50%;
  }
  .flex-grid .col.w-100-tablet {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .flex-grid .col {
    padding: 12px;
  }
  .flex-grid .col.w-25-mobile {
    width: 25%;
  }
  .flex-grid .col.w-33-mobile {
    width: 33.333333%;
  }
  .flex-grid .col.w-50-mobile {
    width: 50%;
  }
  .flex-grid .col.w-100-mobile {
    width: 100%;
  }
}
.flex-grid .col.w-25 {
  width: 25%;
}
.flex-grid .col.w-30 {
  width: 30%;
}
.flex-grid .col.w-33 {
  width: 33.333333%;
}
.flex-grid .col.w-35 {
  width: 35%;
}
.flex-grid .col.w-40 {
  width: 40%;
}
.flex-grid .col.w-50 {
  width: 50%;
}
.flex-grid .col.w-60 {
  width: 60%;
}
.flex-grid .col.w-65 {
  width: 65%;
}
.flex-grid .col.w-70 {
  width: 70%;
}
.hide {
  display: none !important;
}
@media (min-width: 1000px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 760px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 760px) and (max-width: 1000px) {
  .hide-only-tablet {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .hide-only-mobile {
    display: none !important;
  }
}
.color-main {
  color: #a07e64 !important;
}
.color-black {
  color: #2b2b2b !important;
}
.color-link {
  color: #0094ff !important;
}
.color-white {
  color: #fff !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
@media (max-width: 999px) {
  .no-margin-top-mobile {
    margin-top: 0 !important;
  }
}
.margin-top {
  margin-top: 20px !important;
}
.margin-top-x2 {
  margin-top: 40px !important;
}
.margin-top-x3 {
  margin-top: 60px !important;
}
@media (max-width: 999px) {
  .margin-top-x2-mobile {
    margin-top: 40px !important;
  }
  .margin-top-mobile {
    margin-top: 20px !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.margin-bottom-x2 {
  margin-bottom: 40px !important;
}
.margin-bottom-x3 {
  margin-bottom: 60px !important;
}
.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-vertical {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 999px) {
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important;
  }
}
.padding-top {
  padding-top: 20px !important;
}
.padding-top-x1_5 {
  padding-top: 30px !important;
}
.padding-top-x2 {
  padding-top: 40px !important;
}
.padding-top-x3 {
  padding-top: 60px !important;
}
.padding-top-x3_5 {
  padding-top: 80px !important;
}
.padding-top-x4 {
  padding-top: 90px !important;
}
@media (max-width: 999px) {
  .padding-top-mobile {
    padding-top: 30px !important;
  }
}
@media (max-width: 760px) {
  .no-padding-top-only-mobile {
    padding-top: 0 !important;
  }
}
@media (min-width: 1000px) {
  .no-padding-bottom-desktop {
    padding-bottom: 0 !important;
  }
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-bottom {
  padding-bottom: 20px !important;
}
.padding-bottom-x2 {
  padding-bottom: 40px !important;
}
.padding-bottom-x1_5 {
  padding-bottom: 50px !important;
}
.padding-bottom-x3 {
  padding-bottom: 60px !important;
}
@media (max-width: 999px) {
  .padding-bottom-mobile {
    padding-bottom: 30px !important;
  }
}
.padding-right {
  padding-right: 30px !important;
}
.padding-right-x2 {
  padding-right: 60px !important;
}
@media (max-width: 999px) {
  .no-padding-right-mobile {
    padding-right: 0 !important;
  }
}
@media (max-width: 760px) {
  .no-padding-bottom-only-mobile {
    padding-bottom: 0 !important;
  }
}
.no-padding {
  padding: 0 !important;
}
.no-padding-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
@media (max-width: 999px) {
  .no-padding-top-mobile {
    padding-top: 0 !important;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 760px) and (max-width: 1000px) {
  .padding-top-tablet {
    padding-top: 30px !important;
  }
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-center {
  text-align: center !important;
}
@media (max-width: 999px) {
  .text-align-left-mobile {
    text-align: left !important;
  }
}
@media (max-width: 760px) {
  .text-align-center-only-mobile {
    text-align: center !important;
  }
}
.text-transform-capitalize {
  text-transform: capitalize !important;
}
.text-transform-uppercase {
  text-transform: uppercase !important;
}
.text-transform-lowercase {
  text-transform: lowercase !important;
}
.nobr {
  white-space: nowrap;
}
.hr,
hr {
  border-bottom: 1px solid #f5f6f7;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.align-items-center {
  align-items: center !important;
}
.relative {
  position: relative;
  z-index: 5;
}
.color-blue {
  color: #2d2e83 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.normal-letter-spacing {
  letter-spacing: normal !important;
}
.text-transform-none {
  text-transform: none !important;
}
.countdown-block .countdown-heading,
.events-heading .name,
.events-list .event-item .info .name,
.finish-event .finish-event-text,
.h1,
.h1-bold,
.h1-large,
.h2,
.h2-bold,
.h3,
.h3-bold,
.h3-bold-roboto,
.inner-heading,
.kits-list .item .name,
.module-item .name,
.view-dec .event-item .info .name,
h1,
h2,
h3 {
  color: #2b2b2b;
  font-family: Montserrat, serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 44px;
  margin: 25px 0;
  text-transform: uppercase;
}
.countdown-block .countdown-heading:first-child,
.events-heading .name:first-child,
.events-list .event-item .info .name:first-child,
.finish-event .finish-event-text:first-child,
.h1-bold:first-child,
.h1-large:first-child,
.h1:first-child,
.h2-bold:first-child,
.h2:first-child,
.h3-bold-roboto:first-child,
.h3-bold:first-child,
.h3:first-child,
.inner-heading:first-child,
.kits-list .item .name:first-child,
.module-item .name:first-child,
.view-dec .event-item .info .name:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
.countdown-block .countdown-heading:last-child,
.events-heading .name:last-child,
.events-list .event-item .info .name:last-child,
.finish-event .finish-event-text:last-child,
.h1-bold:last-child,
.h1-large:last-child,
.h1:last-child,
.h2-bold:last-child,
.h2:last-child,
.h3-bold-roboto:last-child,
.h3-bold:last-child,
.h3:last-child,
.inner-heading:last-child,
.kits-list .item .name:last-child,
.module-item .name:last-child,
.view-dec .event-item .info .name:last-child,
h1:last-child,
h2:last-child,
h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .countdown-block .countdown-heading,
  .events-heading .name,
  .events-list .event-item .info .name,
  .finish-event .finish-event-text,
  .h1,
  .h1-bold,
  .h1-large,
  .h2,
  .h2-bold,
  .h3,
  .h3-bold,
  .h3-bold-roboto,
  .inner-heading,
  .kits-list .item .name,
  .module-item .name,
  .view-dec .event-item .info .name,
  h1,
  h2,
  h3 {
    font-size: 30px;
    line-height: 39px;
  }
}
.h1-large {
  color: #2d2e83;
  font-size: 65px;
  line-height: 65px;
}
@media (max-width: 999px) {
  .h1-large {
    font-size: 40px;
    line-height: 40px;
  }
}
.h2,
.h2-bold,
.module-item .name,
h2 {
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 999px) {
  .h2,
  .h2-bold,
  .module-item .name,
  h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
.countdown-block .countdown-heading,
.events-list .event-item .info .name,
.finish-event .finish-event-text,
.h3,
.h3-bold,
.h3-bold-roboto,
.kits-list .item .name,
.view-dec .event-item .info .name,
h3 {
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 999px) {
  .countdown-block .countdown-heading,
  .events-list .event-item .info .name,
  .finish-event .finish-event-text,
  .h3,
  .h3-bold,
  .h3-bold-roboto,
  .kits-list .item .name,
  .view-dec .event-item .info .name,
  h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
.events-list .event-item .info .name,
.h3-bold-roboto,
.view-dec .event-item .info .name {
  font-family: Roboto, serif;
}
.body-14,
.body-16,
.body-24,
.breadcrumbs .divider,
.breadcrumbs .item,
.button,
.events-heading .text,
.events-list .event-item .info .desc,
.events-switchers .item label,
.input-block .error-message,
.input-block .field.empty .label,
.input-block .label,
.input-block input,
.input-block textarea,
.link,
.mobile-menu .item .link,
.search-input-with-button .input-wrapper input,
.view-dec .event-item .info .desc,
a,
p {
  color: #2b2b2b;
  font-family: Roboto, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 999px) {
  .body-14,
  .body-16,
  .body-24,
  .breadcrumbs .divider,
  .breadcrumbs .item,
  .button,
  .events-heading .text,
  .events-list .event-item .info .desc,
  .events-switchers .item label,
  .input-block .error-message,
  .input-block .field.empty .label,
  .input-block .label,
  .input-block input,
  .input-block textarea,
  .link,
  .mobile-menu .item .link,
  .search-input-with-button .input-wrapper input,
  .view-dec .event-item .info .desc,
  a,
  p {
    font-size: 22px;
    line-height: 22px;
  }
}
.body-14,
.body-16,
.breadcrumbs .divider,
.breadcrumbs .item,
.button,
.events-heading .text,
.events-list .event-item .info .desc,
.input-block .error-message,
.input-block .field.empty .label,
.input-block .label,
.input-block input,
.input-block textarea,
.link,
.search-input-with-button .input-wrapper input,
.view-dec .event-item .info .desc,
a,
p {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 999px) {
  .body-14,
  .body-16,
  .breadcrumbs .divider,
  .breadcrumbs .item,
  .button,
  .events-heading .text,
  .events-list .event-item .info .desc,
  .input-block .error-message,
  .input-block .field.empty .label,
  .input-block .label,
  .input-block input,
  .input-block textarea,
  .link,
  .search-input-with-button .input-wrapper input,
  .view-dec .event-item .info .desc,
  a,
  p {
    font-size: 15px;
    line-height: 15px;
  }
}
.body-14,
.search-input-with-button .input-wrapper input {
  font-size: 14px;
  line-height: 14px;
}
:root {
  --viewport-height: 100%;
}
p {
  display: block;
  margin: 20px 0;
}
@media (min-width: 760px) and (max-width: 1000px) {
  p {
    margin: 15px 0;
  }
}
.link,
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section {
  display: block;
  flex: 1 0 auto;
  margin: 0;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 999px) {
  .section {
    padding: 30px 0;
  }
}
ul {
  font-family: Roboto, serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.theme-blue li {
  margin: 25px 0;
}
ul.theme-blue li:before {
  background-color: #2d2e83;
}
ul li {
  color: #191c28;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 35px 0;
  padding-left: 24px;
  position: relative;
}
ul li:before {
  background-color: #36a9e1;
  border-radius: 50%;
  content: '';
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 9px;
}
.button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #36a9e1;
  border-radius: 100px;
  box-sizing: border-box;
  color: #36a9e1;
  cursor: pointer;
  display: flex;
  font-family: Roboto, serif;
  font-weight: 500;
  height: 55px;
  justify-content: center;
  margin: 20px auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  user-select: none;
  width: 100%;
  z-index: 5;
}
.button.inline {
  display: inline-flex;
  width: auto;
}
.button.with-dot .text:before {
  background-color: #36a9e1;
  border-radius: 50%;
  content: '';
  display: inline-flex;
  height: 9px;
  margin-right: 10px;
  width: 9px;
}
@media (min-width: 1000px) {
  .button.with-dot:hover {
    background: #36a9e1;
    color: #fff;
  }
  .button.with-dot:hover .text:before {
    background-color: #fff;
  }
}
.button.theme-default {
  border-color: #36a9e1;
  color: #36a9e1;
}
@media (min-width: 1000px) {
  .button.theme-default:hover {
    background: #36a9e1;
    color: #fff;
  }
}
.button.theme-default-icon {
  border-color: #36a9e1;
  color: #36a9e1;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}
.button.theme-default-icon .icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23px;
  width: 23px;
}
.button.theme-default-icon .icon.telegram {
  background-image: url(/local/templates/portal/img/telegram.png);
}
.button.theme-default-icon .icon.vk {
  background-image: url(/local/templates/portal/img/vk.png);
}
.button.theme-default-icon .icon.whatsap {
  background-image: url(/local/templates/portal/img/whatsap.png);
}
.button.theme-default-icon .icon.phone {
  background-image: url(/local/templates/portal/img/icon-phone.svg);
}
.button.theme-default-icon .text {
  display: block;
  margin: 0 10px;
  min-width: 200px;
}
@media (min-width: 1000px) {
  .button.theme-default-icon:hover {
    border-width: 2px;
  }
}
.button.theme-white.with-dot .text:before {
  background-color: #fff;
}
@media (min-width: 1000px) {
  .button.theme-white:hover {
    border-color: #36a9e1;
  }
}
.button.theme-blue {
  background: #36a9e1;
  box-shadow: 0 10px 22px rgba(54, 169, 225, 0.15);
  color: #fff;
}
.button.theme-blue.with-dot .text:before {
  background-color: #fff;
}
@media (min-width: 1000px) {
  .button.theme-blue:hover {
    background: radial-gradient(44.44% 44.44% at 50% 50%, rgba(219, 48, 234, 0.5) 0, rgba(176, 129, 248, 0) 100%), linear-gradient(180deg, rgba(54, 169, 225, 0.45), rgba(45, 46, 131, 0.45) 81.48%), #36a9e1;
    box-shadow: 0 10px 22px rgba(54, 169, 225, 0.15);
  }
}
.button.display-inline {
  display: inline-flex;
  flex-shrink: 0;
  padding-left: 36px;
  padding-right: 36px;
  width: auto;
}
@media (max-width: 999px) {
  .button {
    font-size: 16px;
    line-height: 16px;
  }
}
.breadcrumbs {
  font-size: 0;
  text-align: center;
}
.breadcrumbs.theme-white .divider,
.breadcrumbs.theme-white .item {
  color: #fff;
}
.breadcrumbs .item {
  align-items: center;
  color: #2b2b2b;
  display: inline-flex;
}
.breadcrumbs .item:not(.link) {
  cursor: default;
}
.breadcrumbs .divider {
  display: inline-flex;
  padding: 0 3px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 999px) {
  .select2-container {
    width: 100%;
  }
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 999px) {
  .select2-container .select2-selection--single {
    background: #fff;
    border: 1px solid #36a9e1;
    border-radius: 5px;
    box-sizing: border-box;
    height: 55px;
    width: 100%;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #36a9e1;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  color: #36a9e1;
  margin: 0;
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 1280px) {
  .select2-results__option {
    padding: 15px 20px;
  }
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option:before {
  content: none;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}
.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #36a9e1;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 999px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1f74fe;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
@media (max-width: 999px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    width: 50px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #36a9e1 transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #36a9e1;
  border-width: 0 6px 8px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #24337c;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled='true'] {
  color: gray;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.carousel {
  box-sizing: border-box;
  position: relative;
}
.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
  position: relative;
  width: var(--carousel-slide-width, 60%);
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  user-select: none;
}
.carousel__dots .carousel__dot {
  cursor: pointer;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 22px;
}
.carousel__dots .carousel__dot:after {
  background-color: currentColor;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out;
  width: 8px;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  align-items: center;
  background: var(--carousel-button-bg, transparent);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  color: var(--carousel-button-color, currentColor);
  cursor: pointer;
  display: flex;
  height: var(--carousel-button-height, 48px);
  justify-content: center;
  padding: 0;
  pointer-events: all;
  transition: opacity 0.15s ease;
  width: var(--carousel-button-width, 48px);
}
.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  height: var(--carousel-button-svg-height, 50%);
  pointer-events: none;
  width: var(--carousel-button-svg-width, 50%);
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  bottom: 0;
  box-sizing: border-box;
  color: var(--fancybox-color, #fff);
  direction: ltr;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top left;
  z-index: 1050;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.fancybox__carousel {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  cursor: default;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  outline: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 48px 8px 8px;
  position: relative;
  width: 100%;
}
.fancybox__slide:after,
.fancybox__slide:before {
  content: '';
  flex: 0 0 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  color: var(--fancybox-content-color, #374151);
  display: flex;
  flex-direction: column;
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  position: relative;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  box-shadow: none;
  outline: thin dotted;
}
.fancybox__caption {
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 1rem 0 0;
  visibility: visible;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  color: var(--fancybox-color, #fff);
  top: 100%;
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  right: 8px;
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  top: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  z-index: 40;
}
@media (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  color: var(--fancybox-color, #fff);
  position: absolute;
  right: 0;
  top: -40px;
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  color: var(--fancybox-color, currentColor);
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: a 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  width: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: currentColor;
  animation: b 1.5s ease-in-out infinite;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
@keyframes b {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden='false'] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden='false'] .carousel__dots,
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__nav {
  animation: c 0.15s ease backwards;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  animation: d 0.15s ease both;
}
.fancybox-fadeIn {
  animation: c 0.15s ease both;
}
.fancybox-fadeOut {
  animation: d 0.1s ease both;
}
.fancybox-zoomInUp {
  animation: e 0.2s ease both;
}
.fancybox-zoomOutDown {
  animation: f 0.15s ease both;
}
.fancybox-throwOutUp {
  animation: g 0.15s ease both;
}
.fancybox-throwOutDown {
  animation: h 0.15s ease both;
}
@keyframes c {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes d {
  to {
    opacity: 0;
  }
}
@keyframes e {
  0% {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes f {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}
@keyframes g {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes h {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-color: #ccc hsla(0, 0%, 100%, 0.1);
  scrollbar-width: thin;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  transition: none;
  user-select: none;
}
.has-image .fancybox__content {
  background: transparent;
  min-height: 1px;
  padding: 0;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit='contain'] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit='contain'] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit='contain'] .fancybox__image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.has-image[data-image-fit='contain-w'] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit='contain-w'] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit='contain-w'] .fancybox__image {
  height: auto;
  max-width: 100%;
}
.has-image[data-image-fit='cover'] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit='cover'] .fancybox__content {
  height: 100%;
  width: 100%;
}
.has-image[data-image-fit='cover'] .fancybox__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  flex-shrink: 1;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 80%;
  width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  opacity: var(--fancybox-opacity, 1);
  padding: 0 3px;
  position: relative;
}
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__thumbs {
  animation: c 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 8px 3px;
  width: var(--fancybox-thumbs-width, 96px);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  border-style: solid;
  border-width: 5px;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  position: relative;
  width: 100%;
}
.fancybox__toolbar {
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44));
  display: flex;
  justify-content: space-between;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
  top: 0;
  touch-action: none;
  z-index: 20;
}
@media (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__toolbar {
  animation: c 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--carousel-button-height, 48px);
  min-width: 72px;
  padding: 0 10px;
  text-align: center;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  user-select: none;
  z-index: 30;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
.header {
  position: relative;
  z-index: 999;
}
.header .header-row {
  align-items: center;
  display: flex;
  padding: 35px 0;
}
.header .header-row.header-menu {
  justify-content: space-between;
}
.header .header-row.justify-start {
  justify-content: flex-start;
}
.header .logo {
  background-image: url(/local/templates/portal/img/Logo.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 58px;
  margin-right: 20px;
  width: 231px;
}
.header .buttons {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 30px;
  min-width: 1px;
}
.header .buttons .button {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 0;
}
.header .menu-item {
  font-family: 'Montserrat', serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100.9%;
  color: #36a9e1;
  text-shadow: 0px 4px 10px rgba(45, 46, 131, 0.08);
  flex: none;
  margin: 0;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .header .header-menu {
    flex-wrap: wrap;
  }
  .header .menu-item {
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .header .header-menu {
    flex-wrap: wrap;
  }
  .header .menu-item {
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0;
  }
}
.menu-item {
  font-family: 'Montserrat', serif;
  color: #36a9e1;
  display: inline-flex;
  margin: 20px 39px 0;
}
.menu-item:first-child {
  margin-left: 0;
}
.menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .menu-item {
    margin: 20px 20px 0;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .menu-item {
    margin: 20px 20px 0;
  }
}
.mobile-menu {
  background-size: cover;
  background: #2d2e83 url(/local/templates/portal/img/bg_menu.jpg) 50%;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 800;
}
@media (min-width: 1000px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .menu-list {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: auto;
  padding: 0 20px;
  position: absolute;
  top: 130px;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 9;
}
@media (max-width: 760px) {
  .mobile-menu .menu-list {
    top: 180px;
  }
}
.mobile-menu .item {
  display: block;
  margin: 45px 0;
  padding: 0;
  position: relative;
  z-index: 800;
}
.mobile-menu .item:first-of-type {
  margin-top: 20px;
}
.mobile-menu .item .link {
  color: #36a9e1;
  font-family: Montserrat, serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .open-menu body {
    overflow: hidden;
  }
  .open-menu .mobile-menu {
    opacity: 1;
    transform: translateY(0);
  }
  .open-menu .mobile-menu .menu-list {
    opacity: 1;
  }
}
.footer .footer-row {
  align-items: center;
  display: flex;
  padding: 35px 0;
}
.footer .copyright {
  background-image: url(/local/templates/portal/img/copyright.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #36a9e1;
  font-family: Roboto, serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 27px;
}
.footer .socials {
  flex-shrink: 0;
  margin-bottom: 23px;
}
.footer .socials .item {
  height: 37px;
  width: 37px;
}
.footer .socials .item .icon {
  height: 18px;
  width: 18px;
}
.footer .menulist-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
.footer .menulist-mobile .menu-item {
  display: block;
  position: relative;
  z-index: 5;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  padding: 15px;
}
@media (min-width: 1000px) {
  .footer .menulist-mobile .menu-item {
    width: auto;
    padding: 0;
  }
}
/*
@media(max-width:999px) {
    .footer .menulist-mobile {
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer .menulist-mobile .menu-item {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
        width: 50%}
    .footer .menulist-mobile .menu-item:after {
        display: none;
    }
}

.footer .menu-item:after {
    background-color: #36a9e1;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: -38px;
    top: 0;
    width: 1px;
}
@media(min-width:1000px)and (max-width:1280px) {
    .footer .menu-item:after {
    right: -10px;
}

}.footer .menu-item:first-child {
    margin-left: 0;
}
.footer .menu-item:last-child {
    margin-right: 0;
}
.footer .menu-item:last-child:after {
    display: none;
}
*/
.socials {
  margin-left: auto;
}
.socials.for-mobile {
  align-self: center;
  display: flex;
  justify-content: space-evenly;
  margin: 34px 0;
}
.socials.for-mobile .item {
  height: 76px;
  margin: 0;
  width: 76px;
}
.socials.for-mobile .item .icon {
  height: 36px;
  width: 36px;
}
.socials .item {
  align-items: center;
  border: 1px solid #36a9e1;
  border-radius: 50%;
  color: #36a9e1;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 47px;
  justify-content: center;
  margin: 0 5px;
  text-decoration: none;
  transition: border 0.2s linear;
  width: 47px;
}
.socials .item:nth-last-child(1) {
  margin-right: 0;
}
@media (min-width: 1000px) {
  .socials .item:hover {
    border-width: 2px;
  }
}
.socials .item .icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23px;
  width: 23px;
}
.socials .item .icon.telegram {
  background-image: url(/local/templates/portal/img/telegram.png);
}
.socials .item .icon.vk {
  background-image: url(/local/templates/portal/img/vk.png);
}
.socials .item .icon.whatsap {
  background-image: url(/local/templates/portal/img/whatsap.png);
}
.socials .item .icon.phone {
  background-image: url(/local/templates/portal/img/icon-phone.svg);
}
.mobile-burger {
  cursor: pointer;
  flex-shrink: 0;
  height: 46px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 50px;
  margin-left: auto;
}
.mobile-burger,
.mobile-burger span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile-burger span {
  background: #3a3b8b;
  display: block;
  height: 10px;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 10px;
}
.mobile-burger span:nth-child(2n) {
  border-radius: 50%;
  left: calc(50% - 5px);
}
.mobile-burger span:nth-child(odd) {
  border-radius: 50%;
  left: 0;
}
.mobile-burger span:first-child,
.mobile-burger span:nth-child(2),
.mobile-burger span:nth-child(3) {
  top: 0;
}
.mobile-burger span:nth-child(4),
.mobile-burger span:nth-child(5),
.mobile-burger span:nth-child(6) {
  top: 20px;
}
.mobile-burger span:nth-child(7),
.mobile-burger span:nth-child(8),
.mobile-burger span:nth-child(9) {
  top: 40px;
}
.mobile-burger span:nth-child(3),
.mobile-burger span:nth-child(6),
.mobile-burger span:nth-child(9) {
  left: calc(100% - 10px);
}
html.open-menu .mobile-burger span:nth-child(2) {
  top: 20px;
}
html.open-menu .mobile-burger span:nth-child(5),
html.open-menu .mobile-burger span:nth-child(6) {
  left: calc(50% - 5px);
}
html.open-menu .mobile-burger span:nth-child(8) {
  top: 20px;
}
.main-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: block;
  filter: drop-shadow(-14px 15px 35px rgba(45, 46, 131, 0.15));
  margin-top: 140px;
  padding-top: 68.48%;
  width: 100%;
}
@media (max-width: 999px) {
  .main-image {
    margin-top: 40px;
  }
}
.main-info {
  margin: 0 auto;
  max-width: 460px;
}
.bottom-thing {
  align-items: center;
  background-image: url(/local/templates/portal/img/bg_shad.png);
  bottom: -22vw;
  display: flex;
  height: 44vw;
  justify-content: center;
  max-height: 856px;
  max-width: 856px;
  pointer-events: none;
  position: absolute;
  right: -28vw;
  width: 44vw;
  z-index: 1;
}
.bottom-thing,
.bottom-thing .conus {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-thing .conus {
  background-image: url(/local/templates/portal/img/1_1.png);
  height: 242px;
  transform: translateX(-75%) translateY(-10%);
  width: 214px;
}
.events-heading {
  background: #2d2e83 url(/local/templates/portal/img/bg4_1.png) no-repeat 50%;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 29px 50px rgba(85, 65, 138, 0.3);
  margin-bottom: 97px;
  padding: 60px 80px;
  position: relative;
  z-index: 5;
}
@media (max-width: 999px) {
  .events-heading {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 64px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
  }
}
.events-heading .event-wrapper {
  padding-right: 20%;
}
@media (max-width: 999px) {
  .events-heading .event-wrapper {
    padding: 0;
  }
}
.events-heading .ellips {
  background-image: url(/local/templates/portal/img/ellips.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  position: absolute;
  right: 20%;
  top: 25%;
  width: 48px;
}
@media (max-width: 999px) {
  .events-heading .ellips {
    display: none;
  }
}
.events-heading .piece {
  background-image: url(/local/templates/portal/img/piece.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -30%;
  filter: drop-shadow(-17px 30px 26px rgba(0, 0, 0, 0.15));
  height: 119px;
  position: absolute;
  right: 20%;
  width: 178px;
}
@media (max-width: 999px) {
  .events-heading .piece {
    bottom: -43px;
    height: 63px;
    right: 115px;
    top: auto;
    width: 94px;
  }
}
.events-heading .conus {
  background-image: url(/local/templates/portal/img/1_1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(-17px 30px 26px rgba(0, 0, 0, 0.15));
  height: 242px;
  position: absolute;
  right: 5%;
  top: 25%;
  width: 214px;
}
@media (max-width: 999px) {
  .events-heading .conus {
    bottom: -64px;
    height: 128px;
    right: -10px;
    top: auto;
    width: 114px;
  }
}
.events-heading .name {
  color: #fff;
}
.events-heading .text {
  color: #fff;
  line-height: 24px;
  max-width: 800px;
}
.events-switchers {
  align-items: stretch;
  background-image: url(/local/templates/portal/img/switchers.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}
.events-switchers .mobile-toggler {
  display: none;
}
@media (max-width: 999px) {
  .events-switchers {
    flex-direction: column;
  }
  .events-switchers .mobile-toggler {
    background-image: url(/local/templates/portal/img/arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 15px;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
}
.events-switchers .item {
  width: 100%;
}
@media (min-width: 1000px) {
  .events-switchers .item:hover input:not(:checked) + label {
    background-color: #fff;
    color: #1f338e;
  }
}
.events-switchers .item label {
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  justify-content: center;
  padding: 38px 0;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .events-switchers .item label {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .events-switchers .item label {
    height: 100%;
  }
}
@media (max-width: 999px) {
  .events-switchers .item label {
    justify-content: flex-start;
    padding: 38px 36px;
  }
}
.events-switchers .item label:before {
  border-radius: 50%;
  content: '';
  height: 9px;
  margin-right: 18px;
  width: 9px;
}
.events-switchers .item input {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.events-switchers .item input:checked + label {
  background-color: #fff;
}
.events-switchers .item input:checked + label:before {
  background-color: #3a2c68;
}
@media (max-width: 999px) {
  .events-switchers .item input:checked + label {
    background-color: transparent;
    color: #fff;
  }
  .events-switchers .item input:checked + label:before {
    background-color: #fff;
  }
}
.events-switchers .item input:not(:checked) + label {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 999px) {
  .events-switchers .item input:not(:checked) + label {
    display: none;
  }
  .events-switchers.opened {
    border-radius: 60px;
  }
  .events-switchers.opened .item input:not(:checked) + label {
    color: #fff;
    cursor: pointer;
    display: flex;
  }
  .events-switchers.opened .item:first-of-type label {
    padding-bottom: 38px;
    padding-top: 38px;
  }
  .events-switchers.opened .item:not(.events-switchers.opened .item:first-of-type) label {
    padding-top: 0;
  }
  .events-switchers.opened .mobile-toggler {
    transform: rotate(180deg);
  }
}
.search-input-with-button {
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  margin: 30px 0;
  padding: 20px;
}
@media (max-width: 460px) {
  .search-input-with-button {
    padding: 10px;
  }
}
@media (min-width: 1000px) {
  .search-input-with-button:hover .input-wrapper {
    box-shadow: inset 0 0 0 2px #36a9e1;
  }
}
.search-input-with-button .input-wrapper {
  border: 1px solid #36a9e1;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 460px) {
  .search-input-with-button .input-wrapper {
    padding: 5px;
  }
}
.search-input-with-button .input-wrapper input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #36a9e1;
  display: inline-flex;
  padding-left: 25px;
  width: 100%;
}
.search-input-with-button .input-wrapper input::placeholder {
  color: #36a9e1;
}
.search-input-with-button .input-wrapper .button {
  background-color: #24337c;
  border-color: #24337c;
  color: #fff;
  display: inline-flex;
  margin: 0;
  width: 134px;
}
@media (min-width: 1000px) {
  .search-input-with-button .input-wrapper .button:hover {
    background-color: #36a9e1;
    border-color: #36a9e1;
  }
}
@media (max-width: 460px) {
  .search-input-with-button .input-wrapper .button {
    height: 40px;
    width: 90px;
  }
}
.events-list .event-item {
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 30px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  margin: 36px 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .events-list .event-item:hover {
    box-shadow: 0 27px 35px rgba(54, 169, 225, 0.25);
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item {
    flex-direction: column;
  }
}
@media (max-width: 999px) {
  .events-list .event-item {
    flex-direction: column;
  }
}
.events-list .event-item .info {
  padding: 50px 40px 37px;
  width: 760px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .info {
    padding: 42px 36px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .info {
    padding: 42px 36px;
    width: 100%;
  }
}
.events-list .event-item .info .name {
  color: #36a9e1;
  letter-spacing: normal;
  text-transform: none;
}
.events-list .event-item .info .desc {
  color: #2b2b2b;
  margin-top: 10px;
}
.events-list .event-item .lectors-head {
  color: #2b2b2b;
  font-family: Roboto, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 35px;
}
.events-list .event-item .lectors {
  font-size: 0;
}
@media (max-width: 999px) {
  .events-list .event-item .lectors {
    margin-left: -36px;
    margin-right: -36px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.events-list .event-item .lectors .item {
  align-items: center;
  display: inline-block;
  margin: 13px 19px 13px 0;
  text-align: center;
}
.events-list .event-item .lectors .item:last-child {
  margin-left: 35px;
}
@media (max-width: 999px) {
  .events-list .event-item .lectors .item:first-child {
    margin-left: 36px;
  }
}
.events-list .event-item .lectors .item .lector-photo {
  background-blend-mode: hard-light;
  background-color: rgba(38, 47, 141, 0.25);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #36a9e1;
  border-radius: 50%;
  height: 70px;
  margin: 7px auto;
  width: 70px;
}
.events-list .event-item .lectors .item .lector-name {
  color: #36a9e1;
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.events-list .event-item .date {
  background-image: url(/local/templates/portal/img/bg6.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 48px 49px 56px 40px;
  position: relative;
  width: 233px;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .date {
    background-image: url(/local/templates/portal/img/bg9.png);
    background-position: -100px -50px;
    background-repeat: repeat;
    padding: 34px 26px 34px 30px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .date {
    background-image: url(/local/templates/portal/img/bg9.png);
    background-position: -100px -50px;
    background-repeat: repeat;
    padding: 34px 26px 34px 30px;
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .date .date-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .date .date-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
  }
}
.events-list .event-item .date:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 70px;
  transform: rotate(45deg);
  width: 20px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .date:before {
    height: 28px;
    left: 40px;
    top: -16px;
    width: 28px;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .date:before {
    height: 28px;
    left: 40px;
    top: -16px;
    width: 28px;
  }
}
.events-list .event-item .date .number {
  color: #fff;
  font-family: Roboto, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .date .number {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .date .number {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
.events-list .event-item .date .month,
.events-list .event-item .date .year {
  color: #fff;
  font-family: Roboto, serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .date .month,
  .events-list .event-item .date .year {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .date .month,
  .events-list .event-item .date .year {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
.events-list .event-item .date .date-text {
  color: #fff;
  font-family: Roboto, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.events-list .event-item .price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 70px;
  position: relative;
  width: 507px;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .price {
    padding: 46px 35px 30px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .price {
    padding: 46px 35px 30px;
    width: 100%;
  }
}
.events-list .event-item .price .price-bg {
  background-blend-mode: multiply, normal;
  background-image: url(/local/templates/portal/img/bg7.jpeg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  filter: grayscale(100%);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .price .price-bg {
    background-position: top;
  }
}
.events-list .event-item .price:before {
  background: linear-gradient(0deg, rgba(45, 46, 131, 0.5), rgba(45, 46, 131, 0.5));
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.events-list .event-item .price .price-val {
  align-self: flex-end;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .events-list .event-item .price .price-val {
    align-self: flex-start;
    margin-bottom: 93px;
    margin-top: 0;
  }
}
@media (max-width: 999px) {
  .events-list .event-item .price .price-val {
    align-self: flex-start;
    margin-bottom: 93px;
    margin-top: 0;
  }
}
.events-list .event-item .price .buttons {
  display: flex;
  position: relative;
  z-index: 5;
}
.events-list .event-item .price .buttons .button {
  margin: 0 22px 0 0;
  padding: 0 20px;
  white-space: nowrap;
  width: 50%;
}
.events-list .event-item .price .buttons .button:last-child {
  margin: 0;
}
.inner-heading {
  color: #2d2e83;
  letter-spacing: normal;
  line-height: 57px;
  text-transform: none;
}
@media (max-width: 999px) {
  .inner-heading {
    line-height: 39px;
  }
}
.event-inner-heading {
  background: #2d2e83 url(/local/templates/portal/img/bg4_1.png) no-repeat 50%;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 29px 50px rgba(85, 65, 138, 0.3);
  margin-bottom: 85px;
  margin-top: 37px;
  padding: 34px 30px;
  position: relative;
  z-index: 5;
}
.event-inner-heading .pdivider {
  padding-top: 50px;
}
@media (max-width: 999px) {
  .event-inner-heading .pdivider {
    display: none;
  }
  .event-inner-heading {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 20px;
  }
}
.event-inner-heading:before {
  background-image: url(/local/templates/portal/img/2_23.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  filter: drop-shadow(0 63px 50px rgba(81, 64, 136, 0.2));
  height: 197px;
  position: absolute;
  right: 0;
  transform: translate(50%, 50%);
  width: 289px;
  z-index: 5;
}
@media (max-width: 999px) {
  .event-inner-heading:before {
    height: 163px;
    right: -16px;
    transform: translate(0, 30%);
    width: 239px;
    z-index: -1;
  }
}
.module-item {
  margin: 64px 0;
  position: relative;
  will-change: auto;
}
@media (max-width: 999px) {
  .module-item {
    margin: 40px 0;
  }
}
.module-item:first-of-type {
  margin-top: 109px;
}
@media (max-width: 999px) {
  .module-item:first-of-type {
    margin-top: 48px;
  }
}
.module-item_first {
  margin-top: 40px !important;
}
.module-item .ul-wrap {
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 30px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  padding: 1px 25px;
}
@media (max-width: 999px) {
  .module-item .ul-wrap {
    padding: 1px 17px;
  }
}
.module-item .ul-wrap ul li {
  font-weight: 300;
  line-height: 16px;
}
@media (max-width: 999px) {
  .module-item .ul-wrap ul li {
    font-size: 15px;
    line-height: 19px;
  }
}
.module-item .name {
  color: #2d2e83;
  letter-spacing: normal;
  line-height: 39px;
  margin: 0 0 30px;
  text-transform: none;
}
.module-item .chips {
  align-items: center;
  background: #36a9e1;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  justify-content: center;
  line-height: 37px;
  margin-bottom: 15px;
  padding: 4px 27px;
  text-align: center;
}
@media (max-width: 999px) {
  .module-item .chips {
    font-size: 22px;
    line-height: 26px;
    padding: 7px 22px;
  }
}
.module-item .text p {
  line-height: 1.6;
}
.module-item .text b {
  font-size: 16px;
  margin: 25px 0;
}
.module-item .conus {
  background-image: url(/local/templates/portal/img/cone.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -100px;
  height: 222px;
  left: -160px;
  position: absolute;
  width: 216px;
}
.lectors-list {
  display: flex;
}
@media (max-width: 999px) {
  .lectors-list {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.lectors-list .lector-item {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 44px;
  width: 100%;
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .lectors-list .lector-item {
    padding: 0 30px;
  }
}
@media (max-width: 999px) {
  .lectors-list .lector-item {
    display: inline-block;
    margin-right: 20px;
    max-width: 300px;
    padding: 0 20px;
    vertical-align: top;
  }
}
.lectors-list .lector-item .photo {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  height: 230px;
  margin: 46px auto;
  position: relative;
  width: 230px;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .lectors-list .lector-item .photo {
    height: 180px;
    width: 180px;
  }
}
.lectors-list .lector-item .photo:before {
  background-image: url(/local/templates/portal/img/bg_w.png);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  flex-shrink: 0;
  height: 185px;
  left: 0;
  position: absolute;
  transform: translate(-30%, 25%);
  width: 175px;
  z-index: -1;
}
.lectors-list .lector-item .name {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: center;
  white-space: normal;
}
.lectors-list .lector-item .info {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 5px 0;
  text-align: center;
  white-space: normal;
}
.countdown-block {
  background-image: url(/local/templates/portal/img/bg4_1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 29px 55px rgba(43, 48, 124, 0.2);
  margin: 100px 0;
  padding: 38px 20px;
}
@media (max-width: 999px) {
  .countdown-block {
    flex-direction: column;
    margin: 76px auto 58px;
    padding: 44px 20px 24px;
  }
}
.countdown-block .countdown-inner {
  align-items: center;
  display: flex;
}
@media (max-width: 999px) {
  .countdown-block .countdown-inner {
    display: block;
  }
}
.countdown-block .countdown-heading {
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0;
  padding-left: 55px;
  padding-right: 18px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .countdown-block .countdown-heading {
    padding-left: 20px;
  }
}
@media (max-width: 999px) {
  .countdown-block .countdown-heading {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
}
.countdown-block .countdown-items {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .countdown-block .countdown-items {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
}
.countdown-block .countdown-items .item {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  min-width: 20%;
  padding: 0 40px;
}
@media (min-width: 1000px) {
  .countdown-block .countdown-items .item {
    border-right: 1px solid #30509d;
  }
  .countdown-block .countdown-items .item:last-child {
    border-right: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .countdown-block .countdown-items .item {
    padding: 0 25px;
  }
}
@media (max-width: 999px) {
  .countdown-block .countdown-items .item {
    padding: 20px 0;
    width: 33.333333%;
  }
}
.countdown-block .countdown-items .item .name {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}
.countdown-block .countdown-items .item .value {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  line-height: 46px;
}
.countdown-block .countdown-btn {
  margin-left: 55px;
  margin-top: 20px;
  max-width: 380px;
}
@media (max-width: 1280px) {
  .countdown-block .countdown-btn {
    margin-left: 15px;
  }
}
@media (max-width: 460px) {
  .countdown-block .countdown-btn {
    margin-left: 0;
  }
}
.contests-heading {
  position: relative;
}
.contests-heading + .projects {
  margin-top: 40px;
}
.contests-heading h2 {
  text-transform: none;
}
@media (max-width: 1280px) {
  .contests-heading h2 br {
    display: none;
  }
}
.contests-heading img {
  width: 100%;
}
.contests-heading .name {
  color: #24337c;
}
.contests-heading .contests-wrapper {
  position: relative;
  z-index: 99;
}
.contests-heading .torus {
  height: 383px;
  left: -110px;
  position: absolute;
  top: 10px;
  width: 371px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .contests-heading .torus {
    height: 250px;
    left: -50px;
    top: 100px;
  }
}
@media (max-width: 460px) {
  .contests-heading .torus {
    display: none;
  }
}
.contests-heading .torus:after {
  background-image: url(/local/templates/portal/img/torus.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.contests-heading .torus:before {
  background-image: url(/local/templates/portal/img/events-bg-1.png);
  bottom: -85%;
  left: 105px;
  z-index: -1;
}
.contests-heading .torus:before,
.contests-heading:after {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 628px;
  position: absolute;
  width: 645px;
}
.contests-heading:after {
  background-image: url(/local/templates/portal/img/events-bg-2.png);
  right: -100px;
  top: -20%;
}
@media (max-width: 460px) {
  .contests-heading:after {
    content: none;
  }
}
.partners-heading {
  position: relative;
}
.partners-heading .name {
  color: #24337c;
}
.partners-heading .partners-wrapper {
  position: relative;
  z-index: 99;
}
.partners-heading .torus {
  height: 383px;
  left: -250px;
  position: absolute;
  top: -20px;
  width: 371px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .partners-heading .torus {
    height: 250px;
    left: -170px;
    top: -90px;
    width: 250px;
  }
}
@media (max-width: 460px) {
  .partners-heading .torus {
    display: none;
  }
}
.partners-heading .torus:after {
  background-image: url(/local/templates/portal/img/torus.png);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.partners-heading .torus:after,
.partners-heading .torus:before {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
}
.partners-heading .torus:before {
  background-image: url(/local/templates/portal/img/events-bg-1.png);
  bottom: -85%;
  display: block;
  height: 628px;
  left: 105px;
  width: 645px;
  z-index: -1;
}
.sort-box {
  align-items: center;
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}
@media (max-width: 999px) {
  .sort-box {
    backdrop-filter: none;
    background: none;
    box-shadow: none;
    display: block;
    padding: 0;
  }
}
.sort-box__left {
  align-items: center;
  display: flex;
  width: 100%;
}
@media (max-width: 999px) {
  .sort-box__left {
    flex-wrap: wrap;
  }
}
.sort-box__right {
  max-width: 310px;
}
.sort-box .sort-select {
  margin-right: 55px;
}
@media (max-width: 999px) {
  .sort-box .sort-select {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
}
.sort-tbs {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 999px) {
  .sort-tbs {
    justify-content: flex-start;
  }
}
.sort-tbs .sort-text {
  color: #1f74f1;
}
.sort-tbs .sort-bnt {
  background: none;
  border: none;
  color: #1f74f1;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  margin-left: 25px;
  padding: 0;
}
.sort-tbs .sort-bnt.active {
  border-bottom: 1px solid #1f74f1;
}
.events {
  margin-top: 35px;
  position: relative;
  z-index: 99;
}
.events__pag {
  justify-content: flex-end;
  margin-bottom: 20px;
}
.events__cntrl,
.events__pag {
  align-items: center;
  display: flex;
}
.events__cntrl {
  background: #36a9e1;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 60px;
  justify-content: center;
  margin-left: 20px;
  width: 60px;
}
.events__cntrl.disabled {
  background: #fff;
  border-color: #36a9e1;
}
.events__cntrl.disabled path {
  stroke: #36a9e1;
}
.events__cntrl svg {
  vertical-align: middle;
  width: 18px;
}
.events__cntrl path {
  stroke: #fff;
  transition: 0.5s ease;
}
.events__nav-link {
  color: #36a9e1;
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 100;
  margin-left: 20px;
}
.events__nav-link.active {
  font-weight: 700;
}
.events__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: 0 auto;
  max-width: 1920px;
}
@media (max-width: 1280px) {
  .events__list {
    grid-template-columns: repeat(1, 100%);
  }
}
.events__item {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 35px 60px;
}
@media (max-width: 1600px) {
  .events__item {
    padding: 25px;
  }
}
@media (max-width: 460px) {
  .events__item {
    flex-wrap: wrap-reverse;
    padding: 20px;
  }
}
.events__item_white {
  backdrop-filter: blur(25px);
  background: hsla(0, 0%, 100%, 0.8);
}
.events__item_white .events__date,
.events__item_white .events__sub,
.events__item_white .events__title {
  color: #36a9e1;
}
.events__item_white .events__picture:before {
  background-image: url(/local/templates/portal/img/torus.png);
}
.events__item_dark {
  background: #24337c;
}
.events__item_dark .events__date,
.events__item_dark .events__sub,
.events__item_dark .events__title {
  color: #fff;
}
.events__item_dark .events__btn {
  border-color: #fff;
  color: #fff;
}
.events__item_dark .events__btn .text:before {
  background: #fff;
}
.events__item_dark .events__picture:before {
  background-image: url(/local/templates/portal/img/cheese.png);
}
@media (max-width: 1600px) {
  .events__item:first-of-type {
    order: 1;
  }
  .events__item:nth-of-type(2) {
    order: 2;
  }
  .events__item:nth-of-type(3) {
    order: 4;
  }
  .events__item:nth-of-type(4) {
    order: 3;
  }
}
.events__content {
  margin-top: 30px;
}
@media (max-width: 460px) {
  .events__content {
    margin-top: -20px;
  }
}
.events__date {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 55px;
}
@media (max-width: 1600px) {
  .events__date {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .events__date {
    margin-bottom: 10px;
  }
}
.events__title {
  font-family: Montserrat, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .events__title {
    font-size: 30px;
  }
}
.events__sub {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .events__sub {
    font-size: 22px;
  }
}
.events__btn {
  margin-left: 0;
  margin-top: 42px;
  max-width: 270px;
}
.events__picture {
  flex-shrink: 0;
  max-width: 425px;
  position: relative;
  width: 50%;
}
@media (max-width: 460px) {
  .events__picture {
    width: 100%;
  }
}
.events__picture img {
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.events__picture:before {
  background-size: contain;
  content: '';
  height: 199px;
  left: 5px;
  position: absolute;
  top: 25%;
  width: 195px;
}
.events__picture:before,
.finish-event {
  background-position: 50%;
  background-repeat: no-repeat;
}
.finish-event {
  background-image: url(/local/templates/portal/img/bg4_1.png);
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 29px 55px rgba(43, 48, 124, 0.2);
  margin: 100px 0;
  padding: 55px 20px;
  position: relative;
}
.finish-event:before {
  background-image: url(/local/templates/portal/img/finish-pic.png);
  background-repeat: no-repeat;
  bottom: -100px;
  content: '';
  height: 270px;
  position: absolute;
  right: 30px;
  width: 505px;
}
@media (max-width: 1280px) {
  .finish-event:before {
    display: none;
  }
}
@media (max-width: 999px) {
  .finish-event {
    flex-direction: column;
    margin: 76px auto 58px;
    padding: 44px 20px 24px;
  }
}
.finish-event .finish-event-text {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
  padding-left: 55px;
  padding-right: 18px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .finish-event .finish-event-text {
    padding-left: 20px;
  }
}
@media (max-width: 999px) {
  .finish-event .finish-event-text {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
}
.res-event {
  display: none;
  margin-top: 30px;
}
.res-event-title {
  color: #24337c;
  font-size: 44px;
  text-transform: none;
}
@media (max-width: 1280px) {
  .res-event-title {
    font-size: 30px;
  }
}
.fin {
  margin: 100px 0;
}
@media (max-width: 1280px) {
  .fin {
    margin: 50px 0;
  }
}
@media (max-width: 999px) {
  .fin {
    margin: 30px 0;
  }
}
.fin:first-of-type {
  margin-top: 0;
}
.fin .fin-nav-1,
.fin .fin-nav-2,
.fin .fin-nav-3,
.fin .sert-nav,
.fin .slick-arrow {
  align-items: center;
  display: flex;
}
.fin .slick-arrow {
  background: #36a9e1;
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  height: 60px;
  justify-content: center;
  margin-left: 20px;
  transition: 0.5s ease;
  width: 60px;
}
.fin .slick-arrow.slick-prev {
  order: 1;
}
.fin .slick-arrow.slick-next {
  order: 3;
}
.fin .slick-arrow svg {
  vertical-align: middle;
  width: 18px;
}
.fin .slick-arrow path {
  stroke: #fff;
  transition: 0.5s ease;
}
.fin .slick-arrow:hover {
  background: #fff;
  border-color: #36a9e1;
}
.fin .slick-arrow:hover path {
  stroke: #36a9e1;
}
.fin .slick-dots {
  align-items: center;
  display: flex;
  order: 2;
}
.fin .slick-dots li {
  margin: 0 0 0 20px;
  padding: 0;
}
.fin .slick-dots li:before {
  content: none;
}
.fin .slick-dots li.slick-active button {
  font-weight: 700;
}
.fin .slick-dots button {
  background: none;
  border: none;
  color: #36a9e1;
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  padding: 0;
}
.fin .fin-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .fin .fin-head {
    margin-bottom: 10px;
  }
}
.fin h3 {
  color: #2d2e83;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 44px;
  margin: 25px 0;
  text-transform: none;
}
.fin .fin-item {
  padding-right: 30px;
}
@media (max-width: 999px) {
  .fin .fin-item {
    padding-right: 0;
  }
}
.fin .fin-video {
  border-radius: 30px;
  display: block;
  position: relative;
  width: 100%;
  z-index: 3;
}
.fin .fin-video:before {
  backdrop-filter: blur(8px);
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: url(/local/templates/portal/img/icon-play.svg);
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  content: '';
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 9;
}
@media (max-width: 460px) {
  .fin .fin-video:before {
    background-size: 20px;
    height: 40px;
    width: 40px;
  }
}
.fin .fin-pic {
  border-radius: 30px;
  height: 230px;
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
.fin .fin-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.fin .fin-lector {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 30px;
  width: 100%;
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .fin .fin-lector {
    padding: 0 30px;
  }
}
@media (max-width: 999px) {
  .fin .fin-lector {
    display: inline-block;
    margin-right: 20px;
    max-width: 300px;
    padding: 0 20px;
    vertical-align: top;
  }
}
.fin .fin-lector .photo {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  height: 175px;
  margin: 30px auto;
  position: relative;
  width: 175px;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .fin .fin-lector .photo {
    height: 140px;
    width: 140px;
  }
}
.fin .fin-lector .photo:before {
  background-image: url(/local/templates/portal/img/bg_w.png);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  flex-shrink: 0;
  height: 175px;
  left: 0;
  position: absolute;
  transform: translate(-30%, 25%);
  width: 175px;
  z-index: -1;
}
.fin .fin-lector .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}
.fin .fin-lector .info,
.fin .fin-lector .name {
  color: #2b2b2b;
  text-align: center;
  white-space: normal;
}
.fin .fin-lector .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 5px 0;
}
.sert {
  margin: 100px 0;
}
@media (max-width: 1280px) {
  .sert {
    margin: 50px 0;
  }
}
.sert .sert-nav,
.sert .slick-arrow {
  align-items: center;
  display: flex;
}
.sert .slick-arrow {
  background: #36a9e1;
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  height: 60px;
  justify-content: center;
  margin-left: 20px;
  transition: 0.5s ease;
  width: 60px;
}
.sert .slick-arrow.slick-prev {
  order: 1;
}
.sert .slick-arrow.slick-next {
  order: 3;
}
.sert .slick-arrow svg {
  vertical-align: middle;
  width: 18px;
}
.sert .slick-arrow path {
  stroke: #fff;
  transition: 0.5s ease;
}
.sert .slick-arrow:hover {
  background: #fff;
  border-color: #36a9e1;
}
.sert .slick-arrow:hover path {
  stroke: #36a9e1;
}
.sert .slick-dots {
  align-items: center;
  display: flex;
  order: 2;
}
.sert .slick-dots li {
  margin: 0 0 0 20px;
  padding: 0;
}
.sert .slick-dots li:before {
  content: none;
}
.sert .slick-dots li.slick-active button {
  font-weight: 700;
}
.sert .slick-dots button {
  background: none;
  border: none;
  color: #36a9e1;
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  padding: 0;
}
.sert .sert-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .sert .sert-item {
    padding-right: 10px;
  }
}
.sert h3 {
  color: #2d2e83;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 44px;
  margin: 25px 0;
  text-transform: none;
}
@media (max-width: 999px) {
  .sert h3 {
    margin: 0;
  }
}
.input-block {
  margin-bottom: 12px;
}
.input-block .field {
  background: transparent;
  border: none;
  display: block;
  margin: 0;
  padding: 1px 0 2px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.input-block .field.focused .label {
  display: none;
}
.input-block .field.focused input {
  box-shadow: inset 0 0 0 2px #36a9e1;
}
.input-block .field.empty .label {
  top: 18px;
}
.input-block .field.required .label:after {
  content: ' *';
}
.input-block .label {
  display: block;
  font-family: Roboto, serif;
  left: 0;
  margin: 0 15px;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 3;
}
.input-block input {
  background: transparent;
  border: 1px solid #36a9e1;
  color: #36a9e1;
  display: block;
  height: 55px;
  margin: 0;
  padding: 17px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.input-block input::placeholder {
  color: #36a9e1;
}
.input-block textarea {
  background: transparent;
  border: 1px solid #36a9e1;
  color: #36a9e1;
  display: block;
  height: auto;
  margin: 0;
  min-height: 150px;
  overflow: hidden;
  padding: 17px 20px;
  position: relative;
  resize: none;
  width: 100%;
  z-index: 1;
}
.input-block textarea::placeholder {
  color: #36a9e1;
}
.input-block .error-message {
  color: #da1544 !important;
  display: none;
  margin: 6px 0 0;
}
.input-block.error .error-message {
  display: block;
}
.feedback {
  padding: 81px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 999px) {
  .feedback {
    padding-bottom: 206px;
  }
}
.feedback .bg-left {
  background-image: url(/local/templates/portal/img/bg13_1.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 37%;
}
@media (max-width: 999px) {
  .feedback .bg-left {
    bottom: 30%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.feedback .bg-right {
  background-image: url(/local/templates/portal/img/form_bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 37%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 999px) {
  .feedback .bg-right {
    bottom: 0;
    left: 0;
    right: 0;
    top: 70%;
  }
}
.feedback-form {
  backdrop-filter: blur(26px);
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 30px;
  box-shadow: 0 27px 52px rgba(44, 52, 97, 0.2);
  max-width: 700px;
  overflow: hidden;
  padding: 65px 75px;
  position: relative;
  z-index: 6;
}
@media (max-width: 999px) {
  .feedback-form {
    max-width: 100%;
  }
}
.feedback-form #success_form {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 7;
}
.feedback-form #success_form.show {
  display: flex;
}
.feedback-form .remark {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.feedback-form .remark:before {
  color: #36a9e1;
  content: '*';
  display: inline-flex;
}
@media (max-width: 999px) {
  .feedback-form {
    padding: 36px 23px;
  }
}
.feedback-form .inner-heading {
  margin-right: -15px;
}
@media (max-width: 999px) {
  .feedback-form .inner-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .feedback-form .button {
    display: flex;
    width: 100%;
  }
}
.decisions-block {
  position: relative;
  z-index: 3;
}
.decisions-block .decisions-item {
  margin-top: 20px;
}
.decisions-block .decisions-content-top {
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 30px 30px 0 0;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  padding: 0 70px 0 40px;
}
@media (max-width: 460px) {
  .decisions-block .decisions-content-top {
    display: block;
    padding: 20px;
  }
}
.decisions-block .decisions-pic {
  border-radius: 100px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: block;
  height: 150px;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-top: 30px;
  object-fit: contain;
  /* vertical-align: middle; */
  width: 150px;
  border-radius: 100%;
  background: #fff;
}
.decisions-block .decisions-content {
  flex-grow: 1;
  padding-bottom: 5px;
  padding-top: 10px;
}
.decisions-block .decisions-text * {
  line-height: 1.5;
  margin-top: 0;
  max-width: 880px;
}
@media (max-width: 460px) {
  .decisions-block .decisions-text * {
    font-size: 15px;
  }
}
.decisions-block .decisions-slider {
  max-width: 200px;
  position: relative;
}
@media (max-width: 460px) {
  .decisions-block .decisions-slider {
    max-width: 100%;
  }
}
.decisions-block .decisions-title {
  color: #24337c;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-top: 20px;
}
@media (max-width: 460px) {
  .decisions-block .decisions-title {
    font-size: 20px;
  }
}
.decisions-block .decisions-slider-item {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: inline-flex !important;
  height: 100px;
  justify-content: center;
  margin-left: 20px;
  width: 100px !important;
}
.decisions-block .decisions-slider-item .decisions-slider-icon {
  display: block;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  object-position: center;
  object-fit: contain;
}
.decisions-block .decisions-content-bottom {
  align-items: center;
  background: #24337c;
  border-radius: 0 0 30px 30px;
  color: #fff;
  display: flex;
  padding: 25px 40px;
}
@media (max-width: 460px) {
  .decisions-block .decisions-content-bottom {
    display: block;
    padding: 20px;
  }
}
.decisions-block .decisions-sign {
  font-size: 22px;
  font-weight: 700;
  margin-right: 60px;
}
@media (max-width: 460px) {
  .decisions-block .decisions-sign {
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.decisions-block .decisions-set {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 18px;
  margin-right: 80px;
  padding: 5px 0 5px 52px;
  position: relative;
  display: block;
}
@media (max-width: 460px) {
  .decisions-block .decisions-set {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.decisions-block .decisions-set:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
}
.decisions-block .decisions-set.decisions-set_1:before {
  background-image: url(/local/templates/portal/img/icon-brand-1.svg);
}
.decisions-block .decisions-set.decisions-set_2:before {
  background-image: url(/local/templates/portal/img/icon-brand-2.svg);
}
.decisions-block .decisions-set.decisions-set_3:before {
  background-image: url(/local/templates/portal/img/icon-brand-3.svg);
}
.decisions-block .slick-slide {
  height: 115px;
}
.decisions-block .slick-arrow {
  align-items: center;
  background: #36a9e1;
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 3;
}
.decisions-block .slick-arrow svg {
  vertical-align: middle;
  width: 18px;
}
.decisions-block .slick-arrow path {
  stroke: #fff;
  transition: 0.5s ease;
}
.decisions-block .slick-prev {
  top: 55px;
}
.decisions-block .slick-prev svg {
  margin-top: -3px;
}
.decisions-block .slick-next {
  top: 105px;
}
.decisions-block .slick-next svg {
  margin-top: 3px;
}
.page-heading {
  position: relative;
}
.page-heading .name {
  color: #24337c;
}
.page-heading .page-event {
  align-items: start;
  display: flex;
  margin: 70px 0;
}
@media (max-width: 460px) {
  .page-heading .page-event {
    display: block;
    margin: 20px 0;
  }
}
.page-heading .page-event img {
  border-radius: 100px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: block;
  height: 136px;
  margin-right: 20px;
  object-fit: contain;
  /* vertical-align: middle; */
  width: 136px;
  background-color: #fff;
}
.page-heading .page-event p {
  color: #24337c;
  font-family: Montserrat, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .page-heading .page-event p {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .page-heading .page-event p {
    font-size: 22px;
  }
}
.cnt-line {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}
@media (max-width: 999px) {
  .cnt-line {
    display: block;
    margin: 40px 0;
  }
}
.cnt-line_reverse {
  flex-flow: row-reverse;
}
.cnt-line .cnt-line-img {
  max-width: 700px;
  width: 45%;
}
@media (max-width: 999px) {
  .cnt-line .cnt-line-img {
    margin-bottom: 15px;
    width: 100%;
  }
}
.cnt-line .cnt-line-text {
  max-width: 720px;
  width: 50%;
}
@media (max-width: 999px) {
  .cnt-line .cnt-line-text {
    font-size: 15px;
    width: 100%;
  }
}
.cnt-line .cnt-line-text h3 {
  color: #24337c;
  font-family: Montserrat, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 30px 0;
  text-transform: none;
}
@media (max-width: 999px) {
  .cnt-line .cnt-line-text h3 {
    font-size: 22px;
    margin: 20px 0;
  }
}
.cnt-line .cnt-line-text h3:first-of-type {
  margin-top: 0;
}
.cnt-line .cnt-line-text p {
  line-height: 1.6;
  margin: 0 0 15px;
}
@media (max-width: 460px) {
  .cnt-line .cnt-line-text p {
    line-height: 1.5;
  }
}
.view-dec h2 {
  color: #24337c;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 40px;
  text-transform: none;
}
@media (max-width: 460px) {
  .view-dec h2 {
    font-size: 30px;
  }
}
.view-dec .event-item {
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 30px;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  margin: 36px 0 110px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .view-dec .event-item:hover {
    box-shadow: 0 27px 35px rgba(54, 169, 225, 0.25);
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .event-item {
    flex-direction: column;
  }
}
@media (max-width: 999px) {
  .view-dec .event-item {
    flex-direction: column;
  }
}
@media (max-width: 460px) {
  .view-dec .event-item {
    margin-bottom: 50px;
  }
}
.view-dec .event-item .info {
  padding: 50px 40px 37px;
  width: 760px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .event-item .info {
    padding: 42px 36px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .view-dec .event-item .info {
    padding: 42px 36px;
    width: 100%;
  }
}
.view-dec .event-item .info .name {
  color: #36a9e1;
  letter-spacing: normal;
  text-transform: none;
}
.view-dec .event-item .info .desc {
  color: #2b2b2b;
  margin-top: 10px;
}
.view-dec .event-item .lectors-head {
  color: #2b2b2b;
  font-family: Roboto, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 35px;
}
.view-dec .event-item .lectors {
  font-size: 0;
}
@media (max-width: 999px) {
  .view-dec .event-item .lectors {
    margin-left: -36px;
    margin-right: -36px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.view-dec .event-item .lectors .item {
  align-items: center;
  display: inline-block;
  margin: 13px 19px 13px 0;
  text-align: center;
}
.view-dec .event-item .lectors .item:last-child {
  margin-left: 35px;
}
@media (max-width: 999px) {
  .view-dec .event-item .lectors .item:first-child {
    margin-left: 36px;
  }
}
.view-dec .event-item .lectors .item .lector-photo {
  background-blend-mode: hard-light;
  background-color: rgba(38, 47, 141, 0.25);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #36a9e1;
  border-radius: 50%;
  height: 70px;
  margin: 7px auto;
  width: 70px;
}
.view-dec .event-item .lectors .item .lector-name {
  color: #36a9e1;
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.view-dec .date {
  background-image: url(/local/templates/portal/img/bg6.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 48px 49px 56px 40px;
  position: relative;
  width: 233px;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .date {
    background-image: url(/local/templates/portal/img/bg9.png);
    background-position: -100px -50px;
    background-repeat: repeat;
    padding: 34px 26px 34px 30px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .view-dec .date {
    background-image: url(/local/templates/portal/img/bg9.png);
    background-position: -100px -50px;
    background-repeat: repeat;
    padding: 34px 26px 34px 30px;
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .date .date-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
  }
}
@media (max-width: 999px) {
  .view-dec .date .date-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
  }
}
.view-dec .date:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 70px;
  transform: rotate(45deg);
  width: 20px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .date:before {
    height: 28px;
    left: 40px;
    top: -16px;
    width: 28px;
  }
}
@media (max-width: 999px) {
  .view-dec .date:before {
    height: 28px;
    left: 40px;
    top: -16px;
    width: 28px;
  }
}
.view-dec .date .number {
  color: #fff;
  font-family: Roboto, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .date .number {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media (max-width: 999px) {
  .view-dec .date .number {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
.view-dec .date .month,
.view-dec .date .year {
  color: #fff;
  font-family: Roboto, serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .date .month,
  .view-dec .date .year {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media (max-width: 999px) {
  .view-dec .date .month,
  .view-dec .date .year {
    font-size: 28px;
    line-height: 36px;
    margin-right: 8px;
  }
}
.view-dec .date .date-text {
  color: #fff;
  font-family: Roboto, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.view-dec .price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 70px;
  position: relative;
  width: 507px;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .price {
    padding: 46px 35px 30px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .view-dec .price {
    padding: 46px 35px 30px;
    width: 100%;
  }
}
.view-dec .price .price-bg {
  background-blend-mode: multiply, normal;
  background-image: url(/local/templates/portal/img/bg7.jpeg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  filter: grayscale(100%);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .price .price-bg {
    background-position: top;
  }
}
.view-dec .price:before {
  background: linear-gradient(0deg, rgba(45, 46, 131, 0.5), rgba(45, 46, 131, 0.5));
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.view-dec .price .price-val {
  align-self: flex-end;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .view-dec .price .price-val {
    align-self: flex-start;
    margin-bottom: 93px;
    margin-top: 0;
  }
}
@media (max-width: 999px) {
  .view-dec .price .price-val {
    align-self: flex-start;
    margin-bottom: 93px;
    margin-top: 0;
  }
}
.view-dec .price .buttons {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}
.view-dec .price .buttons .button {
  margin: 0 22px 0 0;
  padding: 0 20px;
  white-space: nowrap;
  width: 50%;
}
.view-dec .price .buttons .button:last-child {
  margin: 0;
}
.partners,
.projects {
  position: relative;
}
.partners .slick-slider,
.projects .slick-slider {
  position: static;
}
.partners .slick-arrow,
.projects .slick-arrow {
  align-items: center;
  background: #36a9e1;
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-left: 20px;
  transition: 0.5s ease;
  width: 60px;
}
.partners .slick-arrow.slick-prev,
.projects .slick-arrow.slick-prev {
  order: 1;
}
.partners .slick-arrow.slick-next,
.projects .slick-arrow.slick-next {
  order: 3;
}
.partners .slick-arrow svg,
.projects .slick-arrow svg {
  vertical-align: middle;
  width: 18px;
}
.partners .slick-arrow path,
.projects .slick-arrow path {
  stroke: #fff;
  transition: 0.5s ease;
}
.partners .slick-arrow:hover,
.projects .slick-arrow:hover {
  background: #fff;
  border-color: #36a9e1;
}
.partners .slick-arrow:hover path,
.projects .slick-arrow:hover path {
  stroke: #36a9e1;
}
.partners .slick-dots,
.projects .slick-dots {
  align-items: center;
  display: flex;
  order: 2;
}
.partners .slick-dots li,
.projects .slick-dots li {
  margin: 0 0 0 20px;
  padding: 0;
}
.partners .slick-dots li:before,
.projects .slick-dots li:before {
  content: none;
}
.partners .slick-dots li.slick-active button,
.projects .slick-dots li.slick-active button {
  font-weight: 700;
}
.partners .slick-dots button,
.projects .slick-dots button {
  background: none;
  border: none;
  color: #36a9e1;
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  padding: 0;
}
.partners .slider-nav-1,
.partners .slider-nav-2,
.projects .slider-nav-1,
.projects .slider-nav-2 {
  align-items: center;
  display: flex;
}
.partners .partners-head,
.partners .projects-head,
.projects .partners-head,
.projects .projects-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.partners h2,
.projects h2 {
  margin-bottom: 0;
}
.event-box {
  margin-top: 70px;
}
.event-box__item {
  align-items: flex-start;
  backdrop-filter: blur(25px);
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 30px;
  box-shadow: 0 32px 50px rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 40px 40px 35px 60px;
}
@media (max-width: 1600px) {
  .event-box__item {
    padding: 25px;
  }
}
@media (max-width: 460px) {
  .event-box__item {
    flex-wrap: wrap-reverse;
    padding: 20px;
  }
}
.event-box__content {
  margin-right: 5%;
  margin-top: 30px;
  max-width: 600px;
  width: 100%;
}
.event-box__date {
  color: #36a9e1;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 55px;
}
@media (max-width: 1600px) {
  .event-box__date {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .event-box__date {
    margin-bottom: 10px;
  }
}
.event-box__title {
  color: #36a9e1;
  font-family: Montserrat, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .event-box__title {
    font-size: 30px;
  }
}
.event-box__sub {
  color: #36a9e1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .event-box__sub {
    font-size: 22px;
  }
}
.event-box__btn {
  margin-left: 0;
  margin-top: 42px;
  max-width: 270px;
}
.event-box__picture {
  flex-shrink: 0;
  height: 430px;
  max-width: 550px;
  position: relative;
  text-align: right;
  width: 50%;
}
@media (max-width: 460px) {
  .event-box__picture {
    align-items: center;
    display: flex;
    height: 55vw;
    justify-content: center;
    width: 100%;
  }
}
.event-box__picture img {
  border-radius: 100%;
  box-shadow: 0 27px 35px rgba(0, 0, 0, 0.05);
  position: relative;
  vertical-align: middle;
  z-index: 3;
  width: 430px;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 460px) {
  .event-box__picture img {
    width: 200px;
    height: 200px;
  }
}
.event-box__picture:before {
  background-image: url(/local/templates/portal/img/cheese.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 234px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 235px;
}
@media (max-width: 460px) {
  .event-box__picture:before {
    height: 150px;
    width: 150px;
  }
}
.partners .slick-slide {
  margin: 0 40px;
}
@media (max-width: 1280px) {
  .partners .slick-slide {
    margin: 0 20px;
  }
}
@media (max-width: 460px) {
  .partners .slick-slide {
    margin: 0 10px 0 0;
    max-width: 80vw;
  }
}
.partners .partners-slider-item {
  text-align: center;
}
.partners .partners-slider-pic {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 32px 50px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  height: 210px;
  justify-content: center;
  margin-bottom: 20px;
  width: 210px;
}
.partners .partners-slider-content b {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.projects {
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
.projects h2 {
  font-size: 44px;
}
@media (max-width: 460px) {
  .projects h2 {
    font-size: 22px;
  }
}
.projects .slick-slide {
  margin: 0 10px;
}
.projects .slick-list,
.projects .slick-slider {
  width: calc(100% + 15px);
}
.projects .projects-item {
  border-radius: 30px;
  display: block;
  height: 700px;
  position: relative;
}
@media (max-width: 999px) {
  .projects .projects-item {
    height: 580px;
  }
}
@media (max-width: 460px) {
  .projects .projects-item {
    height: 80vh;
  }
}
.projects .projects-item:before {
  background: linear-gradient(1turn, rgba(45, 46, 131, 0.65), rgba(45, 46, 131, 0) 99.71%);
  opacity: 1;
}
.projects .projects-item:after,
.projects .projects-item:before {
  border-radius: 30px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.5s ease;
  width: 100%;
}
.projects .projects-item:after {
  background: linear-gradient(1turn, rgba(45, 46, 131, 0.55), rgba(45, 46, 131, 0.55) 99.71%);
  opacity: 0;
}
.projects .projects-item:hover:before {
  opacity: 0;
}
.projects .projects-item:hover:after {
  opacity: 1;
}
.projects .projects-item:hover .button.with-dot {
  background: #36a9e1;
  color: #fff;
}
.projects .projects-item:hover .projects-content p {
  transform: translateY(-100px);
}
.projects .projects-pic {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
@media (max-width: 460px) {
  .projects .projects-pic {
    width: 85vw;
  }
}
.projects .projects-icon {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.projects .projects-content {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
@media (max-width: 460px) {
  .projects .projects-content {
    padding: 10px 20px;
  }
}
.projects .projects-content p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  transition: 0.5s ease;
}
@media (max-width: 460px) {
  .projects .projects-content p {
    font-size: 22px;
  }
}
.projects .projects-btn {
  border-color: #fff;
  color: #fff;
  display: inline-flex;
  width: auto;
}
@media (max-width: 460px) {
  .projects .projects-btn {
    font-size: 16px;
  }
}
.projects .projects-btn .text:before {
  background: #fff;
}
.projects .projects-list {
  grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 32%);
}
@media (max-width: 1280px) {
  .projects .projects-list {
    grid-template-columns: repeat(2, 49%);
  }
}
@media (max-width: 760px) {
  .projects .projects-list {
    grid-template-columns: repeat(1, 100%);
  }
  .projects .projects-list .projects-pic {
    width: 100%;
  }
}
.project-single {
  position: relative;
  z-index: 3;
}
.project-single h2 {
  color: #24337c;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 460px) {
  .project-single h2 {
    font-size: 22px;
  }
}
.project-single .cnt-line {
  margin-top: 0;
}
.project-single .txt {
  margin: 60px 0 25px;
}
@media (max-width: 460px) {
  .project-single .txt {
    font-size: 15px;
    margin: 40px 0;
  }
}
.project-single .txt p {
  line-height: 1.6;
  margin: 0 0 15px;
}
@media (max-width: 460px) {
  .project-single .txt p {
    line-height: 1.5;
  }
}
.project-single .projects h2 {
  font-size: 44px;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .project-single .projects h2 {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .project-single .projects h2 {
    font-size: 22px;
  }
}
.index .torus {
  background-image: url(/local/templates/portal/img/torus.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 383px;
  left: -110px;
  position: fixed;
  top: 30vh;
  width: 371px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index .torus {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 1280px) {
  .index .torus {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 460px) {
  .index .torus {
    height: 150px;
    width: 150px;
  }
}
.index .box-first {
  min-height: 65vh;
  position: relative;
}
@media (max-width: 1280px) {
  .index .box-first {
    min-height: 400px;
  }
}
@media (max-width: 460px) {
  .index .box-first {
    height: auto;
  }
}
.index .box-first__trg {
  bottom: -5vh;
  position: absolute;
  right: -3vw;
  z-index: 9;
  max-width: 120px;
}
@media (max-width: 1280px) {
  .index .box-first__trg {
    bottom: -10vh;
    right: -5vw;
    transform: scale(0.7);
  }
}
@media (max-width: 460px) {
  .index .box-first__trg {
    bottom: -10%;
    right: -10%;
  }
}
.index .box-first__title {
  color: #24337c;
  font-size: 65px;
  letter-spacing: 0.07em;
  line-height: 1;
  max-width: 775px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .index .box-first__title {
    font-size: 40px;
    max-width: 500px;
  }
}
@media (max-width: 460px) {
  .index .box-first__title {
    font-size: 30px;
  }
}
.index .box-first__picture {
  height: 55vh;
  max-width: 745px;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index .box-first__picture {
    right: 0;
  }
}
@media (max-width: 1280px) {
  .index .box-first__picture {
    right: 0;
  }
}
@media (max-width: 460px) {
  .index .box-first__picture {
    bottom: 0;
    height: 350px;
    position: relative;
    width: 100%;
  }
}
.index .box-first__pic-box {
  border-radius: 30px;
  position: absolute;
}
.index .box-first__pic-box_1 {
  filter: drop-shadow(-28px 31px 60px rgba(45, 46, 131, 0.25));
  max-width: 465px;
  right: 10%;
  top: 0;
  width: 50%;
  z-index: 3;
}
@media (max-width: 460px) {
  .index .box-first__pic-box_1 {
    right: 5%;
    width: 80%;
  }
}
.index .box-first__pic-box_2 {
  filter: drop-shadow(39px 37px 60px rgba(45, 46, 131, 0.25));
  left: 0;
  max-width: 595px;
  top: 30%;
  width: 60%;
  z-index: 2;
}
@media (max-width: 460px) {
  .index .box-first__pic-box_2 {
    left: -10%;
    width: 80%;
  }
}
.index .box-first__pic-box_3 {
  bottom: 0;
  box-shadow: 23px 37px 55px rgba(45, 46, 131, 0.15);
  right: 0;
  width: 60%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .index .box-first__pic-box_3 {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .index .box-first__pic-box_3 {
    right: -15%;
    bottom: 5%;
    width: 80%;
  }
}
.index .box-first__pic-box_3:before {
  background: linear-gradient(117.19deg, rgba(45, 46, 131, 0.35) 23.49%, rgba(80, 201, 243, 0.35) 63.56%);
  border-radius: 30px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.index .box-first__pic-box_3.active:before {
  content: none;
}
.index .box-first__pic {
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
.index .box-first__elp {
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 3;
}
.index .box-first__pies {
  left: -40%;
  position: absolute;
  top: 35%;
  z-index: -1;
  width: 50%;
}
.index .box-first {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.index .box-first .box-first__picture {
  width: 100%;
}
@media (min-width: 1200px) {
  .index .box-first .box-first__picture {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .index .box-first .box-first__picture {
    width: 50%;
  }
}
.index .box-first .box-first__text {
  margin-top: 35px;
}
.index .box-first .box-first__text .item {
  margin-bottom: 35px;
  display: flex;
}
.index .box-first .box-first__text .item svg {
  width: 32px;
  margin-right: 25px;
  margin-top: 5px;
}
.index .box-first .box-first__text .item .text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #36a9e1;
  width: calc(100% - 57px);
  max-width: 500px;
}
@media (min-width: 1200px) {
  .index .box-first .box-first__text {
    width: calc(50% - 100px);
    margin-top: 0;
    margin-left: 75px;
  }
  .index .box-first .box-first__text .item .text {
    line-height: 120%;
  }
}
@media (min-width: 1440px) {
  .index .box-first .box-first__text {
    width: calc(50% - 100px);
    margin-left: 100px;
    margin-top: 75px;
  }
  .index .box-first .box-first__text .item .text {
    line-height: 160%;
  }
}
.index .box-second {
  height: 90vh;
  margin-top: 10vh;
  max-height: 1200px;
  min-height: 800px;
  position: relative;
}
@media (max-width: 1280px) {
  .index .box-second {
    min-height: 600px;
  }
}
@media (max-width: 460px) {
  .index .box-second {
    height: auto;
  }
}
.index .box-second__trg {
  bottom: 0;
  position: absolute;
  right: 1vw;
  z-index: 9;
}
@media (max-width: 1280px) {
  .index .box-second__trg {
    bottom: -10vh;
    right: -5vw;
    transform: scale(0.7);
  }
}
@media (max-width: 460px) {
  .index .box-second__trg {
    bottom: -20vh;
    right: -35vw;
    transform: scale(0.5);
  }
}
.index .box-second__title {
  color: #24337c;
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  max-width: 970px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .index .box-second__title {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .index .box-second__title {
    font-size: 20px;
  }
}
.index .box-second__content {
  display: flex;
  z-index: 1;
}
@media (max-width: 460px) {
  .index .box-second__content {
    display: block;
  }
}
.index .box-second__picture {
  border-radius: 30px;
  filter: drop-shadow(-28px 31px 60px rgba(45, 46, 131, 0.1));
  flex-shrink: 0;
  height: 500px;
  margin-right: 5%;
  max-width: 840px;
  width: 60%;
}
@media (max-width: 1280px) {
  .index .box-second__picture {
    height: 400px;
    width: 50%;
  }
}
@media (max-width: 460px) {
  .index .box-second__picture {
    height: 300px;
    width: 100%;
  }
}
.index .box-second__pic {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
.index .box-second__text * {
  color: #36a9e1;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 30px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index .box-second__text * {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .index .box-second__text * {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .index .box-second__text * {
    font-size: 18px;
    font-weight: 400;
    margin-right: 0;
  }
}
.index .box-three {
  height: 90vh;
  margin-top: 10vh;
  max-height: 1200px;
  min-height: 800px;
  position: relative;
}
@media (max-width: 1280px) {
  .index .box-three {
    min-height: 500px;
  }
}
@media (max-width: 460px) {
  .index .box-three {
    height: auto;
    min-height: auto;
  }
}
.index .box-three__trg {
  bottom: 0;
  position: absolute;
  right: -3vw;
  z-index: 9;
}
@media (max-width: 460px) {
  .index .box-three__trg {
    bottom: -20vh;
    right: -35vw;
    transform: scale(0.5);
  }
}
.index .box-three__picture {
  margin-left: auto;
  margin-right: 0;
  max-width: 990px;
  position: relative;
}
.index .box-three__pic {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.index .box-three__ches {
  bottom: -85px;
  left: -8%;
  position: absolute;
}
@media (max-width: 460px) {
  .index .box-three__ches {
    transform: scale(0.5);
  }
}
.index .box-three__text {
  margin-bottom: 60px;
  margin-left: 100px;
  max-width: 835px;
}
@media (max-width: 460px) {
  .index .box-three__text {
    margin-left: 0;
  }
}
.index .box-three__text * {
  color: #36a9e1;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 30px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index .box-three__text * {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .index .box-three__text * {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .index .box-three__text * {
    font-size: 18px;
    font-weight: 400;
  }
}
.index .box-four {
  height: 90vh;
  margin-top: 10vh;
  max-height: 1200px;
  min-height: 800px;
  position: relative;
}
@media (max-width: 460px) {
  .index .box-four {
    height: auto;
    min-height: auto;
  }
}
.index .box-four__trg {
  bottom: 0;
  position: absolute;
  right: 1vw;
  z-index: 9;
}
@media (max-width: 1280px) {
  .index .box-four__trg {
    bottom: -10vh;
    right: -5vw;
    transform: scale(0.7);
  }
}
@media (max-width: 460px) {
  .index .box-four__trg {
    display: none;
  }
}
.index .box-four__title {
  color: #24337c;
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 auto 30px;
  max-width: 970px;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1280px) {
  .index .box-four__title {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .index .box-four__title {
    font-size: 20px;
    text-align: left;
  }
}
.index .box-four .index-slider {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 100px;
}
@media (max-width: 460px) {
  .index .box-four .index-slider {
    padding: 0;
  }
}
.index .box-four .index-slider .slick-arrow {
  align-items: center;
  background: #36a9e1;
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 60px;
}
@media (max-width: 460px) {
  .index .box-four .index-slider .slick-arrow {
    transform: translateY(-85%);
  }
}
.index .box-four .index-slider .slick-arrow.slick-prev {
  left: 0;
}
.index .box-four .index-slider .slick-arrow.slick-next {
  right: 0;
}
.index .box-four .index-slider .slick-arrow svg {
  vertical-align: middle;
  width: 18px;
}
.index .box-four .index-slider .slick-arrow path {
  stroke: #fff;
  transition: 0.5s ease;
}
.index .box-four .index-slider .slick-arrow:hover {
  background: #fff;
  border-color: #36a9e1;
}
.index .box-four .index-slider .slick-arrow:hover path {
  stroke: #36a9e1;
}
.index .box-four .index-slider .slick-list {
  padding-bottom: 10px;
}
.index .box-four .index-slider .index-slider-icon {
  border-radius: 30px;
  height: 500px;
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 460px) {
  .index .box-four .index-slider .index-slider-icon {
    height: 300px;
  }
}
.index .box-four .index-slider .index-slider-title {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 460px) {
  .index .box-four .index-slider .index-slider-title {
    margin-top: 20px;
  }
}
.index .box-four .index-slider .index-slider-title a {
  color: #36a9e1;
  font-size: 30px;
  text-decoration: underline;
}
@media (max-width: 460px) {
  .index .box-four .index-slider .index-slider-title a {
    font-size: 25px;
  }
}
.index .box-five {
  height: 75vh;
  margin-top: 10vh;
  max-height: 900px;
  min-height: 620px;
  position: relative;
}
@media (max-width: 460px) {
  .index .box-five {
    height: auto;
    min-height: auto;
  }
}
.index .box-five__cirt {
  bottom: 0;
  position: absolute;
  right: -3vw;
  z-index: 9;
}
@media (max-width: 460px) {
  .index .box-five__cirt {
    bottom: auto;
    right: -25vw;
    top: -25vw;
    transform: scale(0.5);
  }
  .index .box-five .container {
    display: flex;
    flex-flow: column-reverse;
  }
}
.index .box-five__text {
  margin-left: 70px;
  max-width: 770px;
  width: 50%;
}
@media (max-width: 1280px) {
  .index .box-five__text {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 460px) {
  .index .box-five__text {
    margin-left: 0;
  }
}
.index .box-five__text * {
  color: #36a9e1;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index .box-five__text * {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .index .box-five__text * {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .index .box-five__text * {
    font-size: 18px;
    font-weight: 400;
  }
}
.index .box-five__container {
  bottom: 10vw;
  max-width: 595px;
  position: absolute;
  right: 10vw;
  width: 40%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index .box-five__container {
    right: 2vw;
  }
}
@media (max-width: 1280px) {
  .index .box-five__container {
    bottom: 0;
    left: 10vw;
    position: relative;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 460px) {
  .index .box-five__container {
    left: 0;
    margin-bottom: 30px;
  }
}
.index .box-five__container:before {
  backdrop-filter: blur(8px);
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: url(/local/templates/portal/img/icon-play.svg);
  background-position: 55% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: '';
  display: block;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 9;
}
@media (max-width: 460px) {
  .index .box-five__container:before {
    background-size: 25px;
    height: 60px;
    width: 60px;
  }
}
.index .box-five__video {
  border-radius: 30px;
  filter: drop-shadow(8px 17px 40px rgba(45, 46, 131, 0.25));
  height: 410px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.index .box-five__pic {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
.index .box-five__ches {
  bottom: -85px;
  left: -15%;
  position: absolute;
}
@media (max-width: 460px) {
  .index .box-five__ches {
    transform: scale(0.5);
  }
}
.index .box-six {
  height: 50vh;
  margin-top: 10vh;
  max-height: 700px;
  min-height: 470px;
  position: relative;
}
@media (max-width: 460px) {
  .index .box-six {
    height: auto;
    max-height: 100%;
  }
}
.index .box-six .container {
  margin: 0 auto;
  max-width: 1405px;
}
.index .box-six__table {
  align-items: center;
  display: grid;
  grid-auto-rows: 175px;
  grid-template-columns: 25% 40% 25%;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .index .box-six__table {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
}
.index .box-six__item {
  color: #36a9e1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 460px) {
  .index .box-six__item {
    font-size: 18px;
  }
}
.index .box-six__item:nth-of-type(3) {
  grid-column-end: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-row-start: 1;
}
@media (max-width: 460px) {
  .index .box-six__item:nth-of-type(3) {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-row-start: 1;
    order: 1;
  }
  .index .box-six__item:first-of-type {
    order: 2;
  }
  .index .box-six__item:nth-of-type(2) {
    order: 5;
  }
  .index .box-six__item:nth-of-type(4) {
    order: 3;
  }
  .index .box-six__item:nth-of-type(5) {
    order: 4;
  }
}
.index .box-six__pic {
  width: 100%;
}
.index .box-six__sign {
  font-size: 22px;
  max-width: 375px;
}
@media (max-width: 460px) {
  .index .box-six__sign {
    font-size: 18px;
    margin-top: 20px;
  }
}
.index .box-six__sign p {
  font-size: 22px;
  line-height: 1.6;
  margin: 5px 0;
}
@media (max-width: 460px) {
  .index .box-six__sign p {
    font-size: 18px;
  }
}
.partners-all {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .partners-all {
    margin-top: 50px;
  }
}
@media (max-width: 999px) {
  .partners-all {
    display: block;
  }
}
.partners-all__left {
  margin-top: 25px;
  max-width: 450px;
}
@media (max-width: 999px) {
  .partners-all__left {
    margin-bottom: 35px;
  }
}
.partners-all__brand {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .partners-all__brand {
    margin-bottom: 30px;
    width: 80%;
  }
}
.partners-all__title {
  color: #24337c;
  font-family: Montserrat, serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.partners-all__text {
  line-height: 1.6;
}
.partners-all__pic {
  border-radius: 30px;
  filter: drop-shadow(0 27px 35px rgba(0, 0, 0, 0.05));
  vertical-align: middle;
  width: 100%;
}
.partners-all__right {
  max-width: 880px;
  width: 70%;
}
@media (max-width: 999px) {
  .partners-all__right {
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
  }
}
.partners-all__list {
  grid-gap: 24px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 460px) {
  .partners-all__list {
    display: block;
  }
}
.partners-all__list .slick-slide {
  margin-right: 10px;
  max-width: 90vw;
}
.partners-all__caption {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.partners-all-slider .slider-nav-1 {
  margin-bottom: 60px;
  margin-top: -20px;
}
@media (max-width: 1280px) {
  .partners-all-slider .slider-nav-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .text-mobile-hidden {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  .text-mobile-hidden:before {
    background: linear-gradient(180deg, rgba(54, 169, 225, 0), #fff);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    transition: 0.5s ease;
    width: calc(100% + 30px);
  }
}
.text-mobile-hidden.open {
  height: auto;
}
.text-mobile-hidden.open:before {
  height: 0;
}
.more-text-mobile {
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: #36a9e1;
  display: none;
  font-family: Montserrat, serif;
  font-size: 16px;
  left: -5px;
  line-height: 1;
  margin-top: -50px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.5s ease;
  width: 100%;
  z-index: 9;
}
.more-text-mobile:after {
  content: attr(data-open);
}
.more-text-mobile.open {
  margin-top: 0;
}
.more-text-mobile.open:after {
  content: attr(data-close);
}
.more-text-mobile:active {
  background: #36a9e1;
  color: #fff;
}
@media (max-width: 460px) {
  .more-text-mobile {
    display: block;
  }
}
.about_text_block {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.about_text_block .logo {
  display: flex;
}
.about_text_block .logo svg {
  max-width: 175px;
  height: auto;
  margin: 25px 0 0 0;
}
@media (min-width: 992px) {
  .about_text_block .logo svg {
    max-width: 340px;
    margin: auto 0;
  }
}
.about_text_block .text {
  font-weight: 800;
  font-size: 16px;
  line-height: 160%;
  color: #2b2b2b;
}
.about_text_block .text p {
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 992px) {
  .about_text_block .logo {
    width: 30%;
  }
  .about_text_block .text {
    width: 70%;
    font-size: 18px;
  }
}
.about_sub_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #2d2e83;
}
@media (min-width: 992px) {
  .about_sub_title {
    font-size: 30px;
  }
}
.about_img_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_img_block .item {
  position: relative;
  text-decoration: none;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about_img_block .item {
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
.about_img_block .item .ico {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-items: center;
  background-color: #e6007e;
  border-radius: 100%;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.about_img_block .item .ico svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
@media (min-width: 460px) {
  .about_img_block .item .ico {
    width: 80px;
    height: 80px;
  }
  .about_img_block .item .ico svg {
    width: 40px;
    height: 40px;
  }
}
.about_img_block .item .text {
  position: absolute;
  z-index: 2;
  padding: 18px 20px;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
}
@media (min-width: 460px) {
  .about_img_block .item .text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .about_img_block .item .text {
    font-size: 22px;
    padding: 0 30px 40px 30px;
  }
}
.about_img_block .item .picture {
  position: relative;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 460px) {
  .about_img_block .item .picture {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .about_img_block .item .picture {
    border-radius: 30px;
  }
}
.about_img_block .item .picture img {
  max-width: 100%;
}
.about_img_block .item .picture:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.56%, rgba(45, 46, 131, 0.6) 67.71%);
  filter: drop-shadow(-14px 15px 35px rgba(45, 46, 131, 0.08));
  z-index: 1;
  position: absolute;
}
.methodological_page .title {
  font-size: 30px;
  line-height: 125%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2d2e83;
}
@media (min-width: 460px) {
  .methodological_page .title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .methodological_page .title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.07em;
  }
}
.methodological_page .main-info {
  position: relative;
  max-width: none;
}
.methodological_page .main-info p {
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
.methodological_page img {
  max-width: 100%;
}
.authors_page .contests-wrapper .name {
  font-size: 30px;
  line-height: 125%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2d2e83;
}
@media (min-width: 460px) {
  .authors_page .contests-wrapper .name {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .authors_page .contests-wrapper .name {
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0.07em;
  }
}
.authors_page .contests-wrapper .sub_name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  color: #36a9e1;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 30px;
}
.authors_page .contacts_block {
  display: flex;
  flex-wrap: wrap;
}
.authors_page .contacts_block .info {
  position: relative;
  order: 1;
  width: 100%;
}
.authors_page .contacts_block .info .item {
  display: flex;
  margin-bottom: 45px;
}
.authors_page .contacts_block .info .item .ico {
  margin-right: 40px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0px 32px 50px rgba(0, 0, 0, 0.06);
}
.authors_page .contacts_block .info .item .ico svg {
  margin: auto;
  width: 50px;
  height: 50px;
}
.authors_page .contacts_block .info .item .text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2b2b2b;
  margin: auto 0;
  font-weight: 700;
}
.authors_page .contacts_block .info .item .text.color_blue {
  color: #36a9e1;
}
.authors_page .contacts_block .info .item .text a {
  color: #36a9e1;
  font-weight: 700;
}
.authors_page .contacts_block .info .item .text a:hover {
  text-decoration: underline;
}
.authors_page .contacts_block .page_map {
  position: relative;
  width: 100%;
  height: 190px;
  order: 2;
  border-radius: 30px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .authors_page .contacts_block .info {
    position: relative;
    order: 2;
    width: calc(50% - 130px);
  }
  .authors_page .contacts_block .info .item {
    display: flex;
    margin-bottom: 45px;
  }
  .authors_page .contacts_block .info .item .ico {
    margin-right: 40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    box-shadow: 0px 32px 50px rgba(0, 0, 0, 0.06);
  }
  .authors_page .contacts_block .info .item .ico svg {
    margin: auto;
    width: 50px;
    height: 50px;
  }
  .authors_page .contacts_block .info .item .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #2b2b2b;
    margin: auto 0;
    font-weight: 700;
  }
  .authors_page .contacts_block .page_map {
    position: relative;
    width: 50%;
    margin-right: 130px;
    height: 390px;
    order: 1;
    border-radius: 30px;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
}
.authors_page .index h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #2d2e83;
}
.authors_page .index h2 br {
  display: none;
}
@media (min-width: 992px) {
  .authors_page .index h2 {
    font-size: 30px;
  }
  .authors_page .index h2 br {
    display: block;
  }
}
.authors_page .index .box-six {
  height: auto;
  max-height: none;
}
@media (max-width: 460px) {
  .authors_page .index .box-six {
    margin-top: 0;
  }
}
.authors_page .index .box-six__sign {
  max-width: 100%;
}
.authors_page .index .box-six__sign * {
  display: inline;
  color: #2d2e83;
}
@media (min-width: 992px) {
  .authors_page .index .box-six__sign {
    margin-top: 125px;
  }
}
.page-info {
  font-size: 18px;
  color: #2b2b2b;
}
.page-info li {
  margin: 10px 0;
}
.cookies-block {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookies-block__inner {
  width: 80vw;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #36a9e1;
  padding: 10px 30px;
  border-radius: 5px;
}
.cookies-block__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #2b2b2b;
}
.cookies-block__text a {
  color: #36a9e1;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.cookies-block__text a:hover {
  color: #24337c;
}
.cookies-block__btn {
  display: inline-flex;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #36a9e1;
  border: 1px solid #36a9e1;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.cookies-block__btn:hover {
  background-color: #24337c;
}

/* End */
/* /local/templates/portal/template_styles.css?1753291558176587 */
