@font-face {
  font-family: "Alegreya";
  src: url("../fonts/AlegreyaSans-Regular.eot");
  src: url("../fonts/AlegreyaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AlegreyaSans-Regular.woff2") format("woff2"), url("../fonts/AlegreyaSans-Regular.woff") format("woff"), url("../fonts/AlegreyaSans-Regular.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alegreya";
  src: url("../fonts/AlegreyaSans-Bold.eot");
  src: url("../fonts/AlegreyaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AlegreyaSans-Bold.woff2") format("woff2"), url("../fonts/AlegreyaSans-Bold.woff") format("woff"), url("../fonts/AlegreyaSans-Bold.svg#svgFontName") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Micra";
  src: url("../fonts/Micra-Bold.eot");
  src: url("../fonts/Micra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Micra-Bold.woff2") format("woff2"), url("../fonts/Micra-Bold.woff") format("woff"), url("../fonts/Micra-Bold.svg#svgFontName") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Micra";
  src: url("../fonts/Micra.eot");
  src: url("../fonts/Micra.eot?#iefix") format("embedded-opentype"), url("../fonts/Micra.woff2") format("woff2"), url("../fonts/Micra.woff") format("woff"), url("../fonts/Micra.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ExtraLight.eot");
  src: url("../fonts/Mont-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-ExtraLight.woff2") format("woff2"), url("../fonts/Mont-ExtraLight.woff") format("woff"), url("../fonts/Mont-ExtraLight.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Heavy.eot");
  src: url("../fonts/Mont-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Heavy.woff2") format("woff2"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.svg#svgFontName") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

body {
  font-family: "Alegreya";
  font-size: 16px;
}

@media (max-width: 992px) {
  body.overflow {
    overflow: hidden;
  }
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #240a27;
}

@media (max-width: 500px) {
  h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #240a27;
}

@media (max-width: 500px) {
  h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

b {
  font-weight: 900;
}

ul li {
  margin-bottom: 15px;
}

.section-news,
.section-broadcast,
.section-about,
.section-speakers,
.section-parteners,
.section-map,
.section-fotobank,
.section-page {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .section-news,
  .section-broadcast,
  .section-about,
  .section-speakers,
  .section-parteners,
  .section-map,
  .section-fotobank,
  .section-page {
    margin-bottom: 60px;
  }
}

.top-banner {
  width: 100%;
  height: calc(100vh - 197px);
  min-height: 500px;
  position: relative;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .top-banner {
    margin-bottom: 75px;
  }
}

.top-banner .top-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.top-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Micra";
  text-align: center;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .top-banner__content {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .top-banner__content {
    font-size: 24px;
  }
}

.top-banner__content img {
  max-width: 645px;
  height: auto;
  margin: 0 auto 10vh;
}

@media (max-width: 1366px) {
  .top-banner__content img {
    max-width: 480px;
    margin: 0 auto 5vh;
  }
}

@media (max-width: 992px) {
  .top-banner__content img {
    max-width: 320px;
  }
}

.top-banner__content p {
  line-height: 1.5;
}

.top-banner__org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  padding: 30px 3.5%;
  border-radius: 24px;
  position: absolute;
  bottom: -65px;
  -webkit-box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
          box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
}

@media (max-width: 992px) {
  .top-banner__org {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-banner__org p {
  font-family: "Micra";
  color: rgba(36, 10, 69, 0.5);
  min-width: 200px;
}

@media (max-width: 1200px) {
  .top-banner__org p {
    min-width: 140px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .top-banner__org p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1366px) {
  .top-banner__org {
    width: 95%;
  }
}

.top-banner__org-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  margin-left: 15px;
}

@media (max-width: 992px) {
  .top-banner__org-logo {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .top-banner__org-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-banner__org-logo a {
  margin: 0 15px;
}

.top-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Micra";
  font-size: 35px;
  font-weight: 700;
  color: #0b0614;
  margin-bottom: 70px;
}

.page-title .btn {
  margin: 0 0 0 auto;
}

@media (max-width: 992px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  .page-title {
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-title .btn {
    margin: 20px auto 0 auto;
  }
}

.page-title .page-subtitle {
  font-family: "Alegreya";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #240a27;
  opacity: 0.55;
  width: 100%;
  margin-top: 20px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 70px;
  font-family: "Alegreya";
  font-size: 20px;
  font-weight: 900;
  border-radius: 12px;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.btn:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media (max-width: 992px) {
  .btn {
    height: 55px;
  }
}

.btn-orange {
  background-color: #ff5029;
  color: #fff;
}

.btn-pink {
  background-color: #c9007e;
  color: #fff;
}

.btn-white-red {
  background-color: #fff;
  color: #c9007e;
  border: 1px solid #c9007e;
}

.btn-white-blue {
  background-color: #fff;
  color: #2d6ce3;
  border: 1px solid #2d6ce3;
}

.btn-white-grey {
  background: #ffffff;
  color: #000000;
  border: 1px solid #a7a7a7;
}

.btn-violet {
  background-color: #4f1ace;
  color: #fff;
}

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

.news-block__item {
  display: block;
  width: 48%;
  margin-bottom: 50px;
  padding: 3.5%;
  background: #fff;
  border-radius: 20px;
}

.news-block__item:hover {
  -webkit-box-shadow: 0px -8px 20px rgba(235, 235, 235, 0.15), 0px 30px 60px rgba(198, 191, 191, 0.15);
          box-shadow: 0px -8px 20px rgba(235, 235, 235, 0.15), 0px 30px 60px rgba(198, 191, 191, 0.15);
}

@media (max-width: 992px) {
  .news-block__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .news-block__item {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
}

.news-block__img {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .news-block__img {
    margin-bottom: 15px;
  }
}

.news-block__date {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .news-block__date {
    margin-bottom: 10px;
  }
}

.news-block__title {
  font-size: 26px;
  font-weight: 900;
  text-align: left;
}

@media (max-width: 992px) {
  .news-block__title {
    font-size: 20px;
  }
}

.broadcast {
  width: 100%;
  position: relative;
}

.broadcast__img {
  width: 100%;
  height: calc(100vh - 200px);
  -o-object-fit: cover;
     object-fit: cover;
}

.broadcast__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px #000;
          box-shadow: 1px 1px 10px #000;
  border-radius: 25px;
  padding: 40px 45px;
  margin-top: -118px;
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .broadcast__box {
    width: 90%;
    height: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.65);
  }
}

.broadcast__box .btn {
  width: 100%;
}

.broadcast__title {
  font-family: "Micra";
  font-size: 40px;
}

@media (max-width: 992px) {
  .broadcast__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .broadcast__title {
    margin-bottom: 25px;
  }
}

.broadcast__participants {
  width: 255px;
}

.participants {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  font-size: 20px;
}

.participants__item:nth-child(2) {
  margin-left: -30px;
}

.participants__item:nth-child(3) {
  margin-left: -30px;
}

.participants__item:nth-child(4) {
  margin-left: -30px;
}

.section-about {
  font-size: 26px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-about {
    font-size: 20px;
  }
}

.section-about p {
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .section-about p {
    margin-bottom: 25px;
  }
}

.speakers-container {
  position: relative;
}

.speakers {
  overflow: hidden;
  height: 100%;
}

.speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  padding: 10px;
}

.speakers__inner {
  width: 100%;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 35px 20px 53px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px -8px 20px rgba(235, 235, 235, 0.15), 0px 5px 5px rgba(198, 191, 191, 0.15);
          box-shadow: 0px -8px 20px rgba(235, 235, 235, 0.15), 0px 5px 5px rgba(198, 191, 191, 0.15);
  height: auto !important;
}

.speakers__inner:hover {
  background-color: #c9007e;
  color: #fff;
}

.speakers__img {
  width: 100%;
  max-width: 196px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 30px;
}

.speakers__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.speakers__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.speakers p {
  font-size: 16px;
  color: #0b061499;
  max-height: 30;
}

.speakers-prev, .speakers-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media (max-width: 1366px) {
  .speakers-prev, .speakers-next {
    display: none;
  }
}

.speakers-prev {
  left: -60px;
}

.speakers-next {
  right: -60px;
}

.parteners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
          box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
  border-radius: 24px;
  padding: 45px 45px 0 45px;
}

.parteners__link {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.parteners__link:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .parteners__link {
    width: 30%;
    margin: 0 1% 70px;
  }
}

@media (max-width: 500px) {
  .parteners__link {
    width: 45%;
    margin: 0 1% 50px;
  }
}

.fotobank {
  display: block;
  width: 100%;
}

.top-page {
  background: linear-gradient(315deg, #0f349a 35%, #53208f 62%, #c9007e 85%);
  padding: 67px 0;
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .top-page {
    margin-bottom: 60px;
  }
}

.top-page__title {
  font-family: "Micra";
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (max-width: 1366px) {
  .top-page__title {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .top-page__title {
    font-size: 24px;
  }
}

.top-page__date {
  display: block;
}

.top-page__addr {
  display: block;
}

.full-page-img {
  margin: 50px 0;
}

@media (max-width: 768px) {
  .full-page-img {
    margin: 25px 0;
  }
}

.full-page-img img {
  width: 100%;
  height: auto;
}

.full-page-img__txt {
  font-size: 18px;
  line-height: 1.5;
  color: #656565;
  display: block;
  margin-top: 20px;
}

.content {
  font-size: 26px;
}

@media (max-width: 768px) {
  .content {
    font-size: 20px;
  }
}

.content p {
  line-height: 1.65;
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .content p {
    margin-bottom: 25px;
  }
}

.content section {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .content section {
    margin-bottom: 60px;
  }
}

.content ul {
  list-style: disc;
  margin-bottom: 57px;
  margin-left: 25px;
}

@media (max-width: 768px) {
  .content ul {
    margin-bottom: 25px;
  }
}

.content ul li {
  margin-bottom: 10px;
}

.content b {
  font-weight: 700;
}

.content a {
  color: #0f349a;
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.org-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  padding: 30px 3.5%;
  border-radius: 24px;
  -webkit-box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
          box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
}

@media (max-width: 992px) {
  .org-block {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.org-block strong {
  font-family: "Micra";
  color: rgba(36, 10, 69, 0.5);
  min-width: 200px;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .org-block strong {
    min-width: 140px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .org-block strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1366px) {
  .org-block {
    width: 95%;
  }
}

.org-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  margin-left: 15px;
}

@media (max-width: 992px) {
  .org-block__logo {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .org-block__logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.org-block__logo a {
  margin: 0 15px 15px;
}

.section-news-page .container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin: 50px auto;
}

.news-page-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .news-page-block {
    margin-bottom: 60px;
  }
}

.news-page-block__item {
  display: block;
  width: 30%;
  margin-bottom: 50px;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .news-page-block__item {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .news-page-block__item {
    width: 100%;
  }
}

.news-page-block__item:hover .news-page-block__item-title {
  text-decoration: underline !important;
}

.news-page-block__item:hover .news-page-block__item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-page-block__item-img {
  margin-bottom: 25px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .news-page-block__item-img {
    margin-bottom: 10px;
  }
}

.news-page-block__item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-page-block__item-date {
  font-size: 18px;
  color: #240a27;
  opacity: 0.55;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .news-page-block__item-date {
    margin-bottom: 10px;
  }
}

.news-page-block__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  text-align: left !important;
}

@media (max-width: 992px) {
  .news-page-block__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.news-page-block__item-txt {
  font-size: 18px;
  color: #8d8d8d;
}

@media (max-width: 992px) {
  .news-page-block__item-txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.fl-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .fl-right {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}

.fl-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .fl-left {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}

.section-news-content {
  margin-bottom: 120px;
}

.section-news-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9007e), color-stop(57.16%, #53208f), to(#0f349a));
  background: linear-gradient(90deg, #c9007e 50%, #53208f 57.16%, #0f349a 100%);
}

.news-content {
  font-size: 24px;
  color: #8d8d8d;
}

.news-content p {
  margin-bottom: 55px;
}

.news-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #240a27;
}

@media (max-width: 500px) {
  .news-content h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.news-date {
  font-size: 18px;
  color: #240a27;
  opacity: 0.55;
  margin-bottom: 30px;
}

.section-more-news .container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin: 50px auto;
}

.section-elc {
  color: #8d8d8d;
  margin-bottom: 120px;
}

.section-elc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 85px;
}

.section-elc__btn .btn {
  width: 45%;
  margin: 50px 10px 15px 10px;
}

@media (max-width: 992px) {
  .section-elc__btn .btn {
    width: 100%;
    margin: 20px 10px 20px 10px;
  }
}

.section-elc__btn .btn-video {
  width: 370px;
}

@media (max-width: 992px) {
  .section-elc__btn .btn-video {
    width: 100%;
  }
}

.section-elc__btn .btn-video img {
  margin: 0 10px 0 0;
}

@media (max-width: 992px) {
  .section-elc__btn .btn-video img {
    width: 30px;
    height: 30px;
  }
}

.map {
  margin: 50px 0;
}

.section-committee .page-title {
  line-height: 2;
}

@media (max-width: 992px) {
  .section-committee .page-title {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .section-committee .page-title {
    font-size: 20px;
  }
}

.committee {
  margin: 110px 0 120px;
}

@media (max-width: 992px) {
  .committee {
    margin: 60px 0 60px;
  }
}

.committee__item {
  padding: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .committee__item {
    padding: 30px 20px;
  }
}

.committee__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9007e), color-stop(57.16%, #53208f), to(#0f349a));
  background: linear-gradient(90deg, #c9007e 50%, #53208f 57.16%, #0f349a 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.committee__item:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9007e), color-stop(57.16%, #53208f), to(#0f349a));
  background: linear-gradient(90deg, #c9007e 50%, #53208f 57.16%, #0f349a 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.committee__title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: left !important;
}

@media (max-width: 992px) {
  .committee__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .committee__title {
    font-size: 24px;
  }
}

.committee__descr {
  font-size: 24px;
  color: #8d8d8d;
}

@media (max-width: 768px) {
  .committee__descr {
    font-size: 18px;
  }
}

.list-link {
  margin-bottom: 80px;
}

.list-link li {
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .list-link li {
    margin-bottom: 15px;
  }
}

.list-link a {
  color: #2d6ce3;
  text-decoration: underline;
}

.list-link a:hover {
  text-decoration: none;
}

.list-ticks {
  margin-bottom: 80px;
  color: #8d8d8d;
}

@media (max-width: 768px) {
  .list-ticks {
    margin-bottom: 40px;
  }
}

.list-ticks li {
  margin-bottom: 23px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-ticks li::before {
  content: "\2713";
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  color: #2d6ce3;
  margin-right: 10px;
  margin-top: 10px;
}

.section-conditions {
  color: #8d8d8d;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .section-conditions {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.section-conditions p {
  margin-bottom: 25px;
}

.section-conditions a {
  color: #2d6ce3;
  text-decoration: underline;
}

.section-conditions a:hover {
  text-decoration: none;
}

.section-conditions b {
  color: #000;
}

.btn--conditions {
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin: 70px auto;
  text-decoration: none;
}

.package {
  padding: 20px;
  -webkit-box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
          box-shadow: 0px 30px 60px rgba(198, 191, 191, 0.18);
  border-radius: 24px;
  margin-top: 115px;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .package {
    margin: 60px 0;
  }
}

.package .btn {
  width: 100%;
  max-width: 100%;
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .package .btn {
    font-size: 20px;
  }
}

.package .btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.package-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  color: #8d8d8d;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .package-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.package-row::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9007e), color-stop(57.16%, #53208f), to(#0f349a));
  background: linear-gradient(90deg, #c9007e 50%, #53208f 57.16%, #0f349a 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.package-col {
  width: 45%;
  max-width: 415px;
  font-size: 24px;
  font-weight: 900;
  color: #8d8d8d;
}

@media (max-width: 768px) {
  .package-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.package-col p {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .package-col p {
    margin-bottom: 10px;
  }
}

.package-list {
  list-style: disc;
  color: #8d8d8d;
  padding-left: 25px;
}

.package-list li {
  margin-bottom: 15px;
}

.red-txt {
  color: #c9007e;
}

.block-border-gradient {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .block-border-gradient {
    margin-bottom: 60px;
  }
}

.block-border-gradient::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9007e), color-stop(57.16%, #53208f), to(#0f349a));
  background: linear-gradient(90deg, #c9007e 50%, #53208f 57.16%, #0f349a 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-conditions-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-conditions-contact img {
  margin-right: 10px;
}

.footer {
  background-color: #153767;
  color: #fff;
  padding: 95px 0 40px;
}

@media (max-width: 992px) {
  .footer {
    padding: 40px 0;
  }
}

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

@media (max-width: 992px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__logo {
  min-width: 375px;
}

@media (max-width: 1366px) {
  .footer__logo {
    width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 992px) {
  .footer__logo {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}

.footer__col {
  width: 20%;
  max-width: 230px;
}

@media (max-width: 992px) {
  .footer__col {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .footer__col-about, .footer__col-news {
    display: none;
  }
  .footer__col-contact {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer__col-contact .footer-mail,
  .footer__col-contact .footer-addr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}

.footer__list li {
  font-family: "Mont";
  font-size: 16px;
  margin-bottom: 10px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 35px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.footer__bottom-links a {
  margin-right: 10px;
}

.footer a:hover {
  text-decoration: underline;
}

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

.footer-mail:before {
  content: "";
  display: inline-block;
  min-width: 23px;
  height: 22px;
  background-image: url("/_/i/icon-mail.svg");
  margin-right: 8px;
}

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

.footer-addr:before {
  content: "";
  display: inline-block;
  min-width: 22px;
  height: 24px;
  background-image: url("/_/i/icon-map.svg");
  margin-right: 8px;
}

.header {
  padding: 27px 0;
  font-size: 20px;
}

.header__container {
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__nav .btn {
  margin: 0 30px 0 39px;
  height: 64px;
  min-width: 200px;
}

@media (max-width: 1366px) {
  .header__nav .btn {
    margin: 0 25px;
  }
}

@media (max-width: 1200px) {
  .header__nav .btn {
    font-size: 18px;
    min-width: 120px;
    width: 120px;
    height: 54px;
  }
}

@media (max-width: 992px) {
  .header__nav .btn {
    width: 200px;
    min-width: 200px;
    margin: 15px 0;
    min-height: 54px;
  }
}

@media (max-width: 992px) {
  .header__nav {
    position: fixed;
    width: calc(100% - 135px);
    min-width: 300px;
    height: 100%;
    background: linear-gradient(216.59deg, #c9007e 23.14%, #53208f 59.72%, #0f349a 80.3%);
    left: -1000%;
    top: 0;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 20px;
    overflow-y: scroll;
  }
  .header__nav.open {
    left: 0;
  }
}

.header__leng {
  font-size: 24px;
}

@media (max-width: 992px) {
  .header__leng {
    font-size: 28px;
    color: #ffffff;
  }
}

.header__burger {
  background-repeat: no-repeat;
  cursor: pointer;
  min-width: 42px;
  height: 45px;
}

@media (max-width: 992px) {
  .header__burger {
    margin-left: 70px;
  }
}

.header__burger span {
  width: 100%;
  display: block;
  height: 7px;
  background-color: #a7a7a7;
  border-radius: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.header__burger span:before {
  content: "";
  width: 100%;
  height: inherit;
  border-radius: inherit;
  display: block;
  background: inherit;
  margin: 15px 0 0 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

.header__burger span:after {
  content: "";
  width: 100%;
  height: inherit;
  border-radius: inherit;
  display: block;
  background: inherit;
  margin: 30px 0 0 0;
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
}

.header__burger.active {
  z-index: 1001;
}

.header__burger.active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
}

.header__burger.active span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 0 0 0;
}

.header__burger.active span:before {
  opacity: 0;
}

@media (max-width: 1366px) {
  .header .logo {
    width: 180px;
    min-width: 180px;
  }
}

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

@media (max-width: 992px) {
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header-menu__item {
  font-size: 20px;
  margin-left: 40px;
}

@media (max-width: 1366px) {
  .header-menu__item {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .header-menu__item {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .header-menu__item {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
}

.header-menu__link {
  color: rgba(11, 6, 20, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-menu__link:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .header-menu__link {
    color: #ffffff;
  }
}

.header-menu ul {
  display: none;
}

.header-menu ul a:hover {
  color: #8d8d8d;
}

.header-menu > li {
  position: relative;
  padding: 20px 0;
}

@media (max-width: 992px) {
  .header-menu > li {
    padding: 0;
  }
}

.header-menu > li > ul {
  padding: 32px 42px;
  position: absolute;
  width: 386px;
  background-color: #ffffffc4;
  z-index: 12;
  border: 0.5px solid #8d8d8d;
  top: 50px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

@media (max-width: 1370px) {
  .header-menu > li > ul {
    width: 220px;
  }
}

.header-menu > li > ul > li {
  margin-bottom: 17px;
}

.header-menu > li > ul > li:last-child {
  margin-bottom: 0;
}

@media (min-width: 993px) {
  .header-menu > li > ul > li:hover ul {
    display: block;
  }
}

.header-menu > li > ul > li ul {
  margin: 15px 20px;
  list-style: disc;
}

.header-menu > li > ul > li ul li {
  margin-bottom: 5px;
}

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

.header-menu > li > ul a {
  display: block;
}

@media (min-width: 993px) {
  .header-menu > li:hover > ul {
    display: block;
  }
}

@media (max-width: 992px) {
  .header-menu > li.active > ul {
    display: block;
    position: static;
    width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 20px;
  }
  .header-menu > li.active > ul > li > ul {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .header-menu:first-child ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
  .header-menu:last-child ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: initial;
    right: 0;
  }
}

.big-navigation {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 133px;
  z-index: 10;
  border-top: 1px solid #000;
  padding: 25px 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .big-navigation {
    top: 127px;
  }
}

@media (max-width: 992px) {
  .big-navigation {
    position: static;
    background-color: transparent;
    margin-top: 30px;
    border-top: 1px solid #fff;
  }
}

.big-navigation.open {
  opacity: 1;
}

.big-navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .big-navigation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.big-navigation .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 992px) {
  .big-navigation .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.big-navigation .header-menu__item {
  font-size: 20px;
  margin-left: 0;
  margin-right: 50px;
}

@media (max-width: 1200px) {
  .big-navigation .header-menu__item {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .big-navigation .header-menu__item {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
}

.big-navigation .header-menu__link {
  color: rgba(11, 6, 20, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.big-navigation .header-menu__link:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .big-navigation .header-menu__link {
    color: #ffffff;
  }
}

.big-navigation .header-menu ul {
  display: block;
}

.big-navigation .header-menu ul a:hover {
  color: #8d8d8d;
}

.big-navigation .header-menu > li {
  position: relative;
  padding: 20px 0;
}

@media (max-width: 992px) {
  .big-navigation .header-menu > li {
    padding: 0;
  }
}

.big-navigation .header-menu > li > ul {
  padding: 0;
  position: static;
  width: auto;
  background-color: transparent;
  border: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 20px;
}

@media (max-width: 1370px) {
  .big-navigation .header-menu > li > ul {
    width: auto;
  }
}

@media (max-width: 992px) {
  .big-navigation .header-menu > li > ul {
    padding-left: 20px;
  }
}

.big-navigation .header-menu > li > ul > li {
  margin-bottom: 17px;
}

.big-navigation .header-menu > li > ul > li:last-child {
  margin-bottom: 0;
}

.big-navigation .header-menu > li > ul > li ul {
  margin: 15px 20px;
  list-style: disc;
}

.big-navigation .header-menu > li > ul > li ul li {
  margin-bottom: 5px;
}

.big-navigation .header-menu > li > ul > li ul li a {
  font-size: 18px;
}

.big-navigation .header-menu > li > ul a {
  display: block;
}

@media (max-width: 992px) {
  .big-navigation .header-menu > li.active > ul {
    display: block;
    position: static;
    width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 20px;
  }
  .big-navigation .header-menu > li.active > ul > li > ul {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .big-navigation .header-menu:first-child ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
  .big-navigation .header-menu:last-child ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: initial;
    right: 0;
  }
}
