@import url(https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url(/fonts/helveticaneuecyr-roman.eot?c31f99ef2f5dea7fc1f24fe8ad999c57);
  src: url(/fonts/helveticaneuecyr-roman.eot?c31f99ef2f5dea7fc1f24fe8ad999c57?#iefix) format("embedded-opentype"), url(/fonts/helveticaneuecyr-roman.woff2?332f7b61de7dafafa93026c92f9cf470) format("woff2"), url(/fonts/helveticaneuecyr-roman.woff?3ac5bdd94a21527b98c95aed603af453) format("woff"), url(/fonts/helveticaneuecyr-roman.ttf?46051620152d9830d3f1fafd91b60b82) format("truetype"), url(/fonts/helveticaneuecyr-roman.svg?ab17403916fd69e1b5a1c9b37edfd58c#helveticaneuecyr-roman) format("svg");
}
@font-face {
  font-family: "HelveticaNeueCyr-Bold";
  src: url(/fonts/helveticaneuecyr-bold.eot?351122234d74974d8508627f3557da83);
  src: url(/fonts/helveticaneuecyr-bold.eot?351122234d74974d8508627f3557da83?#iefix) format("embedded-opentype"), url(/fonts/helveticaneuecyr-bold.woff2?79ef8f317065f617f8b1016874e759cb) format("woff2"), url(/fonts/helveticaneuecyr-bold.woff?28abdb68e411f14423b07c3b2bc53a50) format("woff"), url(/fonts/helveticaneuecyr-bold.ttf?969916e0b93742c484ae95d24f5ef836) format("truetype"), url(/fonts/helveticaneuecyr-bold.svg?9efcba2a8feb5633fdd1c9d7cbc606a2#helveticaneuecyr-bold) format("svg");
}
@font-face {
  font-family: "HelveticaNeueCyr-Black";
  src: url(/fonts/helveticaneuecyr-black.eot?71deb16edb390f7011b80ae914ede15b);
  src: url(/fonts/helveticaneuecyr-black.eot?71deb16edb390f7011b80ae914ede15b?#iefix) format("embedded-opentype"), url(/fonts/helveticaneuecyr-black.woff2?9477de9bf1205319043991174106f170) format("woff2"), url(/fonts/helveticaneuecyr-black.woff?7756583579e04ca5e2b3f25d5007ee60) format("woff"), url(/fonts/helveticaneuecyr-black.ttf?6db2b67c033afaa8491c31df9c3b6bbf) format("truetype"), url(/fonts/helveticaneuecyr-black.svg?f69eb3933dec20212bc10efa98a7b756#helveticaneuecyr-black) format("svg");
}
/* root */
:root {
  /* text color */
  --primary-text-color: #0F0F0F;
  --secondary-text-color: #FFFFFF;
  --tertiary-text-color: #9E9E9E;
  --quaternary-text-color: #0C003C;
  --fifth-text-color: #2F4E99;
  --sixth-text-color: #00A8E8;
  /* font-family */
  --primary-font-family: "HelveticaNeueCyr-Roman", sans-serif;
  --secondary-font-family: "HelveticaNeueCyr-Bold", sans-serif;
  --tertiary-font-family: "Unbounded", sans-serif;
  --quaternary-font-family: "Inter", sans-serif;
  --fifth-font-family: "HelveticaNeueCyr-Black", sans-serif;
  /* font-weight */
  --primary-font-weight: 400;
  --secondary-font-weight: 700;
  --tertiary-font-weight: 600;
  --quaternary-font-weight: 800;
  --fifth-font-weight: 300;
  --sixth-font-weight: 500;
  /* border-color */
  --primary-border-color: #FFFFFF;
  --secondary-border-color: #0F0F0F;
  --tertiary-border-color: #6EC99E;
  --quaternary-border-color: #0C003C;
  /* icon-color */
  --primary-icon-color: #FFFFFF;
  --secondary-icon-color: #0C003C;
  /* btn-color */
  --primary-btn-color: #0A0A0A;
  --secondary-btn-color: #FFFFFF;
  --tertiary-btn-color: #0C003C;
  --quaternary-btn-color: #2F4E99;
  /* background-color */
  --primary-background-color: #FFFFFF;
  --secondary-background-color: #EFF2F5;
  --tertiary-background-color: #E2E8EE;
  --quaternary-background-color: #0F0F0F;
  --fifth-background-color: #2F4E99;
  --sixth-background-color: #0C003C;
  --seventh-background-color: #F6F7FF;
}

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

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none !important;
}

button {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  background: none;
  border-radius: 0;
}

button:focus,
button:hover,
button:active {
  outline: none !important;
}

img,
svg {
  display: block;
  vertical-align: top;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active {
  outline: none !important;
}

iframe {
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* html */
html {
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  background: var(--primary-background-color);
}

/* body */
body {
  color: var(--primary-text-color);
  font-family: var(--primary-font-family);
  font-weight: var(--primary-font-weight);
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

/* a */
a {
  color: var(--tertiary-text-color);
  text-decoration: none;
  transition: color 0.5s linear;
}
a:hover {
  color: var(--primary-text-color);
}

/* b, strong */
b, strong {
  font-weight: var(--secondary-font-weight);
}

/* ul, ol */
ul, ol {
  list-style: none;
}

/* container */
[class*=__container] {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1470px;
  width: 100%;
}

.home-page-2 [class*=__container] {
  max-width: 1774px;
}

/* input */
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 38px;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--primary-border-color);
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: 0.5s all;
}

input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none !important;
}

input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

/* textarea */
textarea {
  margin: 0;
  padding: 8px 0;
  width: 100%;
  height: 38px;
  vertical-align: top;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  line-height: 20px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--primary-border-color);
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: 0.5s all;
  overflow: auto;
  resize: none;
}
textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
textarea:focus {
  outline: none !important;
}

/* btn */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px 25px;
  vertical-align: top;
  min-width: 400px;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-family: var(--tertiary-font-family);
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px;
  border: 0;
  background: var(--primary-btn-color);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all;
}
.btn:hover {
  color: var(--secondary-text-color);
  background: var(--primary-btn-color);
}
.btn_color-white {
  background: var(--secondary-btn-color);
}
.btn_changed {
  font-family: var(--secondary-font-family);
}
.btn__icon {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn__icon svg {
  transition: 0.5s all;
}

/* small-btn */
.small-btn {
  display: inline-flex;
  justify-content: center;
  padding: 10px 20px;
  color: var(--quaternary-text-color);
  font-size: 16px;
  font-family: var(--fifth-font-family);
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  background: var(--primary-background-color);
  border-radius: 40px;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.25);
  transition: 0.5s all;
  cursor: pointer;
}
.small-btn:hover {
  background: var(--secondary-background-color);
}
.small-btn_big-size {
  max-width: 410px;
  width: 100%;
}
.small-btn_changed {
  padding: 15px 20px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  width: 100%;
  box-shadow: none;
}
.small-btn_color-blue {
  color: var(--secondary-text-color);
  background: var(--tertiary-btn-color);
}
.small-btn_color-light-blue {
  color: var(--secondary-text-color);
  background: var(--quaternary-btn-color);
}

/* title */
.title {
  font-size: 24px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 30px;
}

/* small-title */
.small-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  line-height: 24px;
}
.small-title_text-center {
  text-align: center;
}
.small-title_text-uppercase {
  text-transform: uppercase;
}

/* all-link */
.all-link {
  display: inline-flex;
  font-size: 16px;
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  line-height: 22px;
  border-bottom: 1px solid;
  transition: 0.5s opacity;
}
.all-link:hover {
  opacity: 0.6;
}

/* big-title */
.big-title {
  margin: 0 0 45px;
  color: var(--quaternary-text-color);
  font-size: 64px;
  font-family: var(--fifth-font-family);
  text-transform: uppercase;
  line-height: 68px;
}
.big-title_text-center {
  text-align: center;
}

/* gl-date */
.gl-date {
  display: block;
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
  opacity: 0.5;
}

/* fancybox */
.fancybox__container {
  max-width: 100% !important;
}

/* menu-btn */
.menu-btn {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.menu-btn:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/images/mobile-menu.svg?7675137f8d842a03d00f197e6813d47a) center no-repeat;
  background-size: 100%;
  content: "";
  transition: 0.3s all;
}
.menu-btn:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/mobile-close.svg?ad896333337358248ca65f1d5401f8aa) center no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: 0.3s all;
}
.menu-btn.close:before {
  opacity: 0;
}
.menu-btn.close:after {
  opacity: 1;
}

/* header */
.header__top-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 45px;
}
.header__left-col {
  display: flex;
  align-items: center;
  gap: 0 105px;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.header__logo img {
  flex-shrink: 0;
  width: 60px;
}
.header__logo span {
  color: var(--quaternary-text-color);
  font-size: 22px;
  font-family: var(--fifth-font-family);
  text-transform: uppercase;
  line-height: 22px;
  max-width: 250px;
}
.header__right-col {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.header__social li {
  width: 38px;
}
.header__social a {
  display: block;
  transition: 0.5s opacity;
}
.header__social a:hover {
  opacity: 0.7;
}
.header__social svg {
  fill: var(--secondary-icon-color);
  width: 100%;
  height: 100%;
}

.home-page .header__top-col {
  padding: 11px 20px 21px;
}
.home-page .header__logo {
  width: 60px;
}
.home-page .header__logo a {
  display: block;
}
.home-page .header__logo img {
  width: 100%;
}
.home-page .header__right-col {
  gap: 0 105px;
}

/* mail */
.mail {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
.mail__icon {
  width: 20px;
}
.mail__icon img {
  width: 100%;
}
.mail__text {
  display: block;
  color: var(--primary-text-color);
  font-size: 14px;
  font-family: var(--tertiary-font-family);
  font-weight: var(--primary-font-weight);
  line-height: 20px;
}

/* phone */
.phone {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
.phone__icon img {
  width: 100%;
}
.phone__text {
  display: block;
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: var(--primary-font-weight);
  font-family: var(--tertiary-font-family);
  line-height: 20px;
}

/* registration-link */
.registration-link {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: var(--primary-font-weight);
  font-family: var(--tertiary-font-family);
  line-height: 20px;
}
.registration-link:hover {
  color: var(--tertiary-text-color);
}

/* languages */
.languages {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.languages li {
  position: relative;
  font-size: 14px;
  font-weight: var(--primary-font-weight);
  font-family: var(--tertiary-font-family);
  line-height: 20px;
}
.languages li.active:before {
  opacity: 1;
}
.languages li.active span {
  color: var(--primary-text-color);
}
.languages li:before {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  background: var(--primary-text-color);
  opacity: 0;
  content: "";
}
.languages li a {
  color: var(--primary-text-color);
}
.languages li a:hover {
  color: var(--tertiary-text-color);
}

/* main-nav */
.main-nav {
  background: var(--secondary-background-color);
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 105, 154, 0.15);
}
.main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}
.main-nav li {
  position: relative;
  font-size: 16px;
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  line-height: 18px;
}
.main-nav li:last-child .main-nav__dropdown {
  left: auto;
  right: 0;
  transform: inherit;
}
.main-nav li a {
  display: block;
  padding: 12px 40px;
  color: var(--primary-text-color);
  transition: 0.5s all;
}
.main-nav li a:hover {
  opacity: 0.7;
}
.main-nav li span {
  display: block;
  padding: 12px 40px;
  cursor: pointer;
  transition: 0.5s all;
}
.main-nav li span:hover {
  opacity: 0.7;
}
.main-nav li.active span {
  display: block;
  padding: 12px 40px;
  color: var(--secondary-text-color);
  text-align: center;
  background: var(--fifth-background-color);
  border-radius: 20px;
}
.main-nav__dropdown {
  position: absolute;
  padding: 20px 0 0;
  width: 220px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.main-nav__dropdown ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 15px !important;
  background: var(--tertiary-background-color);
  border-radius: 10px;
  gap: 10px 0 !important;
}
.main-nav__dropdown li {
  font-size: 14px;
}
.main-nav__dropdown li a {
  padding: 0;
}
.main-nav__dropdown li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.home-page .main-nav {
  padding: 22px 0 20px;
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}
.home-page .main-nav ul {
  gap: 0 120px;
}
.home-page .main-nav li a {
  padding: 0;
  color: var(--primary-text-color);
}
.home-page .main-nav li span {
  padding: 0;
}
.home-page .main-nav li.active span {
  background: none;
  border-radius: 0;
}
.home-page .main-nav__dropdown {
  top: 15px;
  padding: 15px 0 0;
}

/* menu-btn */
.menu-btn {
  display: none;
}

/* language-menu */
.language-menu {
  position: relative;
}
.language-menu__text {
  display: block;
  width: 48px;
  height: 48px;
  color: var(--secondary-text-color);
  font-size: 14px;
  font-family: var(--secondary-font-family);
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
  background: var(--sixth-background-color);
  border-radius: 100%;
  cursor: pointer;
}
.language-menu__dropdown {
  position: absolute;
  width: 100%;
  top: 54px;
  left: 0;
  background: var(--secondary-background-color);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 105, 154, 0.15);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.language-menu__dropdown.show {
  opacity: 1;
  visibility: visible;
}
.language-menu__dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 10px 0;
  text-align: center;
}
.language-menu__dropdown ul li {
  font-size: 14px;
  font-family: var(--secondary-font-family);
  line-height: 20px;
  text-transform: uppercase;
}
.language-menu__dropdown ul li a {
  color: var(--primary-text-color);
}
.language-menu__dropdown ul li a:hover {
  color: var(--fifth-text-color);
}

/* home-page-2 */
.home-page-2 .header {
  position: relative;
  padding: 20px 0 0;
  z-index: 30;
}
.home-page-2 .header__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page-2 .header__left-col {
  position: relative;
  flex-shrink: 0;
  padding: 18px 120px 18px 30px;
  background: var(--primary-background-color);
  border-radius: 0 0 40px 0;
  z-index: 3;
}
.home-page-2 .header__left-col:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: -40px;
  background: var(--fifth-background-color);
  border-radius: 40px 0 0 0;
  content: "";
}
.home-page-2 .header__right-col {
  position: relative;
  flex-shrink: 0;
  padding: 24px 30px 24px 82px;
  background: var(--primary-background-color);
  border-radius: 0 0 0 40px;
  z-index: 3;
}
.home-page-2 .header__right-col:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: -40px;
  background: var(--fifth-background-color);
  border-radius: 0 40px 0 0;
  content: "";
}
.home-page-2 .main-nav {
  position: relative;
  margin: 0 -40px;
  flex-grow: 1;
  padding: 39px 0;
  border-radius: 0;
  background: var(--fifth-background-color);
  box-shadow: none;
}
.home-page-2 .main-nav:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 40px;
  background: #fff;
  content: "";
}
.home-page-2 .main-nav:after {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 40px;
  background: #fff;
  content: "";
}
.home-page-2 .main-nav ul {
  gap: 0 90px;
}
.home-page-2 .main-nav li {
  font-family: var(--fifth-font-family);
}
.home-page-2 .main-nav li.active span {
  padding: 0;
  font-family: var(--primary-font-family);
  background: none;
  border-radius: 0;
}
.home-page-2 .main-nav li a {
  padding: 0;
  color: var(--secondary-text-color);
  transition: 0.5s opacity;
}
.home-page-2 .main-nav li a:hover {
  opacity: 0.7;
}

/* main */
.home-page .main__in {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 0 20px;
  background: var(--secondary-background-color);
}

/* hero-section */
.hero-section {
  position: relative;
  padding: 40px 0 0;
}

/* exhibition-info */
.exhibition-info {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 0 30px;
  top: 0;
  left: 80px;
  right: 80px;
  background: linear-gradient(90deg, rgba(237, 50, 55, 0.25) 0%, rgba(255, 255, 255, 0.25) 49.48%, rgba(237, 50, 55, 0.25) 100%);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 6;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.exhibition-info__description {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: right;
}
.exhibition-info__title {
  color: var(--secondary-text-color);
  font-size: 24px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  line-height: 30px;
}
.exhibition-info__date {
  display: block;
  color: var(--secondary-text-color);
  font-size: 32px;
  font-family: var(--secondary-font-family);
  line-height: 36px;
}

/* exhibition-logo */
.exhibition-logo {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
.exhibition-logo__img {
  flex-shrink: 0;
  margin: 7px 0 0;
  width: 40px;
}
.exhibition-logo__text {
  display: block;
  color: var(--secondary-text-color);
  font-size: 36px;
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  line-height: 40px;
}

/* mov */
.mov {
  position: relative;
  width: 100%;
  height: 660px;
  border-radius: 10px;
  overflow: hidden;
}
.mov .promo__mov-wrap {
  border-radius: 10px;
}
.mov .promo__mov-wrap:before {
  border-radius: 10px;
}

.mov video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  vertical-align: top;
  z-index: 3;
}

@media (min-aspect-ratio: 16/9) {
  .mov video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mov video {
    width: 300%;
    left: -100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mov video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* exhibition-time */
.exhibition-time {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(226, 232, 238, 0.8);
  border-radius: 10px;
  z-index: 10;
}
.exhibition-time__dec {
  position: absolute;
  max-width: 940px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.exhibition-time__dec svg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.exhibition-time__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px 20px 20px;
  z-index: 5;
}
.exhibition-time__info {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.exhibition-time__text {
  display: block;
  color: var(--secondary-text-color);
  font-size: 16px;
  line-height: 20px;
}

/* timer */
.timer {
  display: flex;
  align-items: center;
  gap: 0 60px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.timer__item {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  width: 80px;
  text-align: center;
}
.timer__item:first-child .timer__number {
  color: var(--secondary-text-color) !important;
}
.timer__item:first-child .timer__text {
  color: var(--secondary-text-color) !important;
}
.timer__number {
  display: block;
  font-size: 36px;
  font-family: var(--tertiary-font-family);
  line-height: 38px;
}
.timer__text {
  display: block;
  font-size: 14px;
  font-family: var(--tertiary-font-family);
  line-height: 16px;
}

/* information */
.information {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.information__item {
  padding: 20px;
  background: var(--primary-background-color);
  border-radius: 10px;
}
.information__content {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}
.information__description {
  width: 100%;
}
.information__title {
  margin: 0 0 25px;
  font-size: 32px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  line-height: 36px;
}
.information__list {
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.information__list li {
  position: relative;
  padding: 0 0 0 27px;
  font-size: 18px;
  font-family: var(--primary-font-family);
  line-height: 26px;
}
.information__list li:before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 11px;
  left: 10px;
  background: var(--primary-text-color);
  border-radius: 100%;
  content: "";
}
.information__list li a {
  color: var(--primary-text-color);
}
.information__list li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.information__list li a:hover {
  color: var(--tertiary-text-color);
}
.information__img {
  order: 1;
  flex-shrink: 0;
  width: 300px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
.information__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information__btn {
  display: block;
  padding: 8px 20px;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-family: var(--secondary-font-family);
  text-align: center;
  line-height: 24px;
  background: var(--primary-btn-color);
  border-radius: 5px;
  cursor: pointer;
}
.information__btn:hover {
  color: var(--secondary-text-color);
}
.information__btn.open .information__btn-more {
  display: none;
}
.information__btn.open .information__btn-less {
  display: block;
}
.information__btn-more {
  display: block;
}
.information__btn-less {
  display: none;
}

/* catalog-col */
.catalog-col {
  display: flex;
  gap: 0 20px;
}

/* exhibition */
.exhibition {
  flex-shrink: 0;
  padding: 20px;
  width: 460px;
  background: var(--tertiary-background-color);
  border-radius: 10px;
}
.exhibition__title {
  margin: 0 0 20px;
  font-size: 20px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  line-height: 24px;
}

/* exhibition-list */
.exhibition-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.exhibition-list__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.exhibition-list__item {
  position: relative;
  padding: 20px 30px 20px 11px;
  height: 120px;
  background: var(--quaternary-background-color);
  border-radius: 5px;
}
.exhibition-list__title {
  color: var(--secondary-text-color);
  font-size: 14px;
  font-family: var(--secondary-font-family);
  line-height: 20px;
}
.exhibition-list__plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
}
.exhibition-list__plus svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-icon-color);
}

/* catalog */
.catalog {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px;
  width: 100%;
  background: var(--tertiary-background-color);
  border-radius: 10px;
}
.catalog__item {
  display: flex;
  gap: 0 20px;
}
.catalog__item:first-child {
  padding: 20px 0 0;
  border-top: 1px solid var(--tertiary-border-color);
}
.catalog__description {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
.catalog__content {
  padding: 20px;
  background: var(--primary-background-color);
  border-radius: 10px;
}
.catalog__content p {
  display: -webkit-box;
  max-width: 420px;
  color: var(--tertiary-text-color);
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow: hidden;
}
.catalog__title {
  margin: 0 0 15px;
  font-size: 22px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  line-height: 28px;
}
.catalog__img {
  flex-shrink: 0;
  width: 340px;
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
}
.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* gl-link */
.gl-link {
  display: flex;
  gap: 0 20px;
  width: 100%;
  transition: 0.5s opacity;
}
.gl-link:hover {
  opacity: 0.8;
}
.gl-link__text {
  display: block;
  padding: 14px 20px 18px;
  width: 100%;
  font-size: 22px;
  font-family: var(--secondary-font-family);
  text-align: center;
  line-height: 28px;
  background: var(--primary-background-color);
  border-radius: 5px;
}
.gl-link__icon {
  flex-shrink: 0;
  display: block;
  padding: 20px;
  width: 60px;
  height: 60px;
  background: var(--quaternary-background-color);
  border-radius: 5px;
}
.gl-link__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-icon-color);
}

/* gallery-section */
.gallery-section {
  padding: 20px;
  background: var(--tertiary-background-color);
  border-radius: 10px;
  border-radius: 10px;
}
.gallery-section__bottom-panel {
  display: flex;
  justify-content: center;
}

/* gallery-col */
.gallery-col {
  display: flex;
  margin: 0 0 50px;
}
.gallery-col__item {
  width: 50%;
}
.gallery-col__item:first-child {
  padding: 0 27px 0 0;
  border-right: 1px solid var(--secondary-border-color);
}
.gallery-col__item:last-child {
  padding: 0 0 0 28px;
}

/* gallery-slider */
.gallery-slider {
  margin: 0 0 80px;
}
.gallery-slider__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
.gallery-slider__img {
  border-radius: 5px;
  overflow: hidden;
}
.gallery-slider__img img {
  width: 100%;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 580px) {
  .gallery-slider__img img {
    height: 140px;
  }
}

/* gallery-slider-arrows */
.gallery-slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.gallery-slider-arrows .swiper-button-prev {
  position: relative;
  margin: 0;
  padding: 15px 37px 15px 73px;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  color: var(--secondary-text-color);
  font-size: 24px;
  font-family: var(--tertiary-font-family);
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 5px;
  transition: 0.5s opacity;
  opacity: 0.7;
}
.gallery-slider-arrows .swiper-button-prev:hover {
  opacity: 1;
}
.gallery-slider-arrows .swiper-button-prev__icon {
  position: absolute;
  display: block;
  width: 33px;
  height: 30px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.gallery-slider-arrows .swiper-button-prev__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-icon-color);
}
.gallery-slider-arrows .swiper-button-prev:after {
  display: none;
}
.gallery-slider-arrows .swiper-button-next {
  position: relative;
  margin: 0;
  padding: 15px 73px 15px 37px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  color: var(--secondary-text-color);
  font-size: 24px;
  font-family: var(--tertiary-font-family);
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 5px;
  transition: 0.5s opacity;
  opacity: 0.7;
}
.gallery-slider-arrows .swiper-button-next:hover {
  opacity: 1;
}
.gallery-slider-arrows .swiper-button-next__icon {
  position: absolute;
  display: block;
  width: 33px;
  height: 30px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.gallery-slider-arrows .swiper-button-next__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-icon-color);
}
.gallery-slider-arrows .swiper-button-next:after {
  display: none;
}

/* gallery-info */
.gallery-info__img {
  margin: 0 0 30px;
  width: 100%;
  height: 478px;
  overflow: hidden;
  border-radius: 5px;
}
.gallery-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-info__title {
  margin: 0 0 15px;
  font-size: 24px;
  font-family: var(--secondary-font-family);
  font-weight: normal;
  line-height: 30px;
}
.gallery-info p {
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
}

/* team */
.team__item {
  display: flex;
  gap: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--secondary-border-color);
}
.team__item:first-child {
  padding-top: 0;
}
.team__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.team__logo {
  flex-shrink: 0;
  padding: 20px 26px;
  width: 120px;
  border-radius: 10px;
}
.team__logo img {
  filter: brightness(0) invert(1);
  width: 100%;
}
.team__content {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  width: 100%;
}
.team__img {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__description {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  width: 100%;
}
.team__left-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px 0;
}
.team__name {
  display: block;
  font-size: 40px;
  font-family: var(--secondary-font-family);
  line-height: 46px;
}
.team__social {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.team__social li {
  width: 26px;
}
.team__social li a {
  transition: 0.5s opacity;
}
.team__social li a:hover {
  opacity: 0.8;
}
.team__social li svg {
  width: 100%;
}
.team__right-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px 0;
}
.team__right-col .team__contacts {
  text-align: right;
}
.team__position {
  display: inline-flex;
  padding: 0 50px;
  color: var(--secondary-text-color);
  font-size: 36px;
  font-family: var(--secondary-font-family);
  line-height: 46px;
  border-radius: 5px;
}
.team__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.team__contacts li {
  color: var(--primary-text-color);
  font-size: 18px;
  font-family: var(--quaternary-font-family);
  line-height: 24px;
}
.team__contacts li a {
  color: var(--primary-text-color);
}

/* partners-section */
.partners-section {
  padding: 20px 0 0;
  background: var(--tertiary-background-color);
  border-radius: 10px;
}

/* partners-slider */
.partners-slider {
  padding: 66px 135px;
  background: var(--primary-background-color);
  border-radius: 10px;
}
.partners-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* partner */
.partner img {
  width: 100%;
}

/* news-section */
.news-section {
  padding: 20px;
  background: var(--tertiary-background-color);
  border-radius: 10px;
}
.news-section__top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--secondary-border-color);
}

/* news */
.news__item {
  display: flex;
  align-items: flex-start;
  gap: 0 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--secondary-border-color);
}
.news__item:first-child {
  padding-top: 0;
}
.news__date {
  display: block;
  width: 265px;
  flex-shrink: 0;
  color: var(--tertiary-text-color);
  font-size: 14px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
}
.news__img {
  flex-shrink: 0;
  width: 320px;
  height: 220px;
  overflow: hidden;
  border-radius: 5px;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  margin: 0 0 20px;
}
.news__title {
  font-size: 24px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  line-height: 30px;
}
.news__more-link {
  display: block;
  width: 12px;
  height: 12px;
  transition: 0.5s opacity;
}
.news__more-link:hover {
  opacity: 0.6;
}
.news__more-link svg {
  width: 100%;
  height: 100%;
}
.news__description {
  width: 100%;
}
.news__description p {
  max-width: 446px;
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
}

/* main-section */
.main-section {
  padding: 60px 0;
}

/* direction-tabs */
.direction-tabs__nav {
  margin: 0 0 20px;
}
.direction-tabs__nav ul {
  display: flex;
  justify-content: space-between;
}
.direction-tabs__nav li {
  padding: 20px 0 15px;
  width: 106px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 105, 154, 0.15);
  cursor: pointer;
  transition: 0.5s background;
}
.direction-tabs__nav li.active {
  background: var(--fifth-background-color);
}
.direction-tabs__nav li.active .direction-tabs__logo svg {
  fill: var(--primary-icon-color) !important;
}
.direction-tabs__nav li.active .direction-tabs__text {
  color: var(--secondary-text-color) !important;
}
.direction-tabs__nav li.red-color .direction-tabs__logo svg {
  fill: #ED3237;
}
.direction-tabs__nav li.red-color .direction-tabs__text {
  color: #ED3237;
}
.direction-tabs__nav li.yellow-color .direction-tabs__logo svg {
  fill: #FDBA37;
}
.direction-tabs__nav li.yellow-color .direction-tabs__text {
  color: #FDBA37;
}
.direction-tabs__nav li.green-color .direction-tabs__logo svg {
  fill: #00A859;
}
.direction-tabs__nav li.green-color .direction-tabs__text {
  color: #00A859;
}
.direction-tabs__nav li.orange-color .direction-tabs__logo svg {
  fill: #FF6503;
}
.direction-tabs__nav li.orange-color .direction-tabs__text {
  color: #FF6503;
}
.direction-tabs__logo {
  margin: 0 auto 25px;
  width: 60px;
  height: 60px;
}
.direction-tabs__logo img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.direction-tabs__logo svg {
  width: 100%;
  height: 100%;
  transition: 0.5s fill;
}
.direction-tabs__text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  font-size: 10px;
  font-family: var(--tertiary-font-family);
  font-weight: var(--tertiary-font-weight);
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  transition: 0.5s color;
}
.direction-tabs__item {
  display: none;
}
.direction-tabs__item.active {
  display: block;
}

/* footer */
.footer {
  color: var(--secondary-text-color);
}
.footer__content {
  padding: 35px 35px 20px;
  border-radius: 10px;
  background: var(--fifth-background-color);
}
.footer__top-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--primary-border-color);
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 0 13px;
}
.footer__logo-img {
  flex-shrink: 0;
  width: 94px;
}
.footer__logo-img img {
  width: 100%;
}
.footer__logo-text {
  display: block;
  color: var(--secondary-text-color);
  font-size: 48px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--secondary-font-weight);
  text-transform: uppercase;
  line-height: 48px;
}
.footer__nav-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 50%;
  width: 100%;
  gap: 0 20px;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
}
.footer__nav li {
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  line-height: 24px;
}
.footer__nav li:first-child {
  font-weight: bold;
  font-size: 18px;
}
.footer__nav li a {
  color: var(--secondary-text-color);
  transition: 0.5s opacity;
}
.footer__nav li a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.footer__nav li a:hover {
  opacity: 0.8;
}
.footer__md-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  padding: 20px 0;
  border-bottom: 1px solid var(--primary-border-color);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.footer__phone {
  display: inline-flex;
  color: var(--secondary-text-color);
  font-size: 48px;
  font-family: var(--secondary-font-family);
  line-height: 60px;
}
.footer__phone:hover {
  color: var(--secondary-text-color);
}
.footer__mail {
  display: inline-flex;
  color: var(--secondary-text-color);
  font-size: 48px;
  font-family: var(--secondary-font-family);
  line-height: 60px;
}
.footer__mail:hover {
  color: var(--secondary-text-color);
}
.footer__bottom-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  padding: 20px 0 0;
}
.footer__info-nav ul {
  display: flex;
  align-items: center;
  gap: 0 23px;
}
.footer__info-nav li {
  font-size: 12px;
  font-family: var(--tertiary-font-family);
  line-height: 20px;
}
.footer__info-nav li a {
  color: var(--secondary-text-color);
  transition: 0.5s opacity;
}
.footer__info-nav li a:hover {
  opacity: 0.8;
}
.footer__link {
  display: inline-flex;
  color: var(--secondary-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  line-height: 15px;
  transition: 0.5s opacity;
}
.footer__link:hover {
  color: var(--secondary-text-color);
  opacity: 0.7;
}
.footer__form {
  width: 680px;
}
.footer__form form {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.footer__form form fieldset {
  padding: 10px 0 0;
}
.footer__form form fieldset:first-child {
  padding: 0;
}
.footer__form form fieldset:last-child {
  padding: 0;
}

.home-page .footer__content {
  padding: 35px 18px 20px;
}
.home-page .footer__in {
  padding: 20px;
  background: var(--secondary-background-color);
  border-radius: 0 0 20px 20px;
}

/* social */
.social {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.social__item {
  width: 80px;
  height: 80px;
  border: 1px solid var(--primary-border-color);
  border-radius: 5px;
}
.social__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  height: 100%;
  transition: 0.5s opacity;
}
.social__item a:hover {
  opacity: 0.7;
}
.social__item svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-icon-color);
}

/* copy */
.copy {
  display: block;
  font-size: 12px;
  font-family: var(--tertiary-font-family);
  line-height: 20px;
}

/* to-top */
.to-top {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  cursor: pointer;
  transition: 0.5s opacity;
}
.to-top:hover {
  opacity: 0.7;
}
.to-top__arrow {
  width: 18px;
  height: 20px;
}
.to-top__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-icon-color);
}
.to-top__text {
  display: block;
  font-size: 16px;
  font-family: var(--tertiary-font-family);
  font-weight: var(--secondary-font-weight);
  line-height: 20px;
}

.home-page-2 .footer {
  padding: 100px 0 45px;
  background: url(/images/footer-bg.jpg?3d5e611230a0a4fa18412f7accb911a7) center no-repeat;
  background-size: cover;
  border-radius: 40px 40px 0 0;
}
.home-page-2 .footer__col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px;
}
.home-page-2 .footer__info-panel {
  display: flex;
  flex-direction: column;
  gap: 9px 0;
}
.home-page-2 .footer__contacts {
  margin: 0 0 60px;
}
.home-page-2 .footer__phone {
  font-size: 36px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--secondary-font-weight);
  line-height: 44px;
}
.home-page-2 .footer__mail {
  font-size: 36px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--secondary-font-weight);
  line-height: 44px;
}
.home-page-2 .social {
  margin: 0 0 136px;
}
.home-page-2 .social__item {
  border-radius: 10px;
}
.home-page-2 .copy {
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  line-height: 15px;
}

/* big-logo */
.big-logo__img {
  margin: 0 0 37px;
  width: 301px;
}
.big-logo__img img {
  width: 100%;
}
.big-logo__text {
  display: block;
  font-size: 36px;
  font-weight: var(--secondary-font-weight);
  font-family: var(--quaternary-font-family);
  text-transform: uppercase;
  line-height: 36px;
}

/* development */
.development__text {
  display: block;
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: var(--secondary-font-weight);
  font-family: var(--quaternary-font-family);
  line-height: 15px;
  opacity: 0.3;
}
.development__img {
  width: 86px;
}
.development__img img {
  width: 100%;
}

/* mobile-menu */
.mobile-menu {
  position: absolute;
  padding: 20px;
  top: 100px;
  left: 15px;
  right: 15px;
  background: var(--secondary-background-color);
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.mobile-menu.show {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 20px;
  padding: 15px 0;
}

/* bread-crumbs */
.bread-crumbs {
  margin: 0 0 20px;
}
.bread-crumbs li {
  position: relative;
  display: inline;
  margin: 0 14px 0 0;
  padding: 0 14px 0 0;
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
}
.bread-crumbs li:after {
  position: absolute;
  display: block;
  margin: -1px 0 0;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  background: var(--tertiary-text-color);
  border-radius: 100%;
  content: "";
}
.bread-crumbs li:last-child {
  margin: 0;
  padding: 0;
}
.bread-crumbs li:last-child:after {
  display: none;
}
.bread-crumbs li a {
  color: var(--tertiary-text-color);
}
.bread-crumbs li a:hover {
  color: var(--primary-text-color);
}
.bread-crumbs li span {
  color: var(--tertiary-text-color);
}

/* news-catalog */
.news-catalog {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.news-catalog__item {
  display: flex;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 105, 154, 0.15);
}
.news-catalog__img {
  flex-shrink: 0;
  width: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.news-catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-catalog__description {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
}
.news-catalog__description p {
  margin: 0 0 20px;
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
}
.news-catalog__top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  margin: 0 0 20px;
}
.news-catalog__title {
  font-size: 24px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  line-height: 28px;
}
.news-catalog__title a {
  color: var(--fifth-text-color);
}
.news-catalog__more-link {
  flex-shrink: 0;
}
.news-catalog__more-link svg {
  fill: var(--fifth-text-color);
}
.news-catalog .gl-date {
  margin-top: auto;
  text-align: right;
}

/* news-info */
.news-info__img {
  margin: 0 0 30px;
}
.news-info__img img {
  width: 100%;
  border-radius: 10px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .news-info__img img {
    height: 100%;
  }
}
.news-info__title {
  margin: 0 0 20px;
  color: var(--quaternary-text-color);
  font-size: 36px;
  font-family: var(--fifth-font-family);
  line-height: 40px;
}
.news-info .gl-date {
  margin: 0 0 20px;
}
.news-info p {
  margin: 0 0 20px;
  font-size: 16px;
  font-family: var(--quaternary-font-family);
  line-height: 20px;
}

.news-page {
  line-height: 180%;
  letter-spacing: 0.3px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--quaternary-font-family);
  font-weight: 300;
}

/* date-tabs */
.date-tabs__nav {
  margin: 0 0 25px;
}
.date-tabs__nav ul {
  display: flex;
  justify-content: center;
  gap: 32px 32px;
}
.date-tabs__nav li {
  width: 204px;
  color: var(--fifth-text-color);
  font-size: 24px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  text-align: center;
  line-height: 48px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 105, 154, 0.15);
  cursor: pointer;
  transition: 0.5s all;
}
.date-tabs__nav li.active {
  color: var(--secondary-text-color);
  background: var(--fifth-background-color);
}
.date-tabs__item {
  display: none;
}
.date-tabs__item.active {
  display: block;
}

/* gallery-tabs */
.gallery-tabs__nav {
  margin: 0 0 105px;
}
.gallery-tabs__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 32px;
}
.gallery-tabs__nav li {
  padding: 0 15px;
  color: var(--fifth-text-color);
  font-size: 24px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--tertiary-font-weight);
  line-height: 48px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 105, 154, 0.15);
  cursor: pointer;
  transition: 0.5s all;
}
.gallery-tabs__nav li.active {
  color: var(--secondary-text-color);
  background: var(--fifth-background-color);
}
.gallery-tabs__item {
  display: none;
}
.gallery-tabs__item.active {
  display: block;
}

/* gallery-list */
.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.gallery-list__img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-list__img a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s opacity;
}
.gallery-list__img a:hover {
  opacity: 0.7;
}
.gallery-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list.video-list {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-list.video-list .gallery-list__img {
  border-radius: 0;
}

/* promo-section */
.promo-section {
  position: relative;
}
.promo-section .statistics {
  position: relative;
  margin: -147px 0 0;
  z-index: 10;
}

/* promo */
.promo {
  position: relative;
}
.promo__img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.promo__img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -11.79%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 40px;
  z-index: 3;
  content: "";
}
.promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__mov-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  z-index: 5;
}
.promo__mov-wrap iframe {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  vertical-align: top;
  border: 0;
}
.promo__mov {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  vertical-align: top;
  border: 0;
}
.promo__content {
  position: relative;
  padding: 300px 30px 235px;
  z-index: 10;
}
.promo__title {
  margin: 0 0 110px;
  color: var(--secondary-text-color);
  font-size: 48px;
  font-style: italic;
  font-family: var(--fifth-font-family);
  text-align: center;
  text-shadow: 2px 4px 29.6px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 58px;
}
.promo__btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
.promo__arrow {
  display: inline-flex;
  align-items: center;
  width: 65px;
  height: 68px;
  background: url(/images/btn-line.svg?1996c8a4126d2ab85bf84ff361a2f229) center no-repeat;
  background-size: 100%;
}
.promo__arrow:hover span {
  background: var(--secondary-background-color);
}
.promo__arrow span {
  position: relative;
  display: block;
  margin: 0 0 0 9px;
  width: 50px;
  height: 50px;
  background: var(--primary-background-color);
  border-radius: 100%;
  transition: 0.5s background;
}
.promo__arrow span:before {
  position: absolute;
  display: block;
  width: 23px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/btn-arrow.svg?e9ae423d090a9e67d544856c7d802419) center no-repeat;
  background-size: 100%;
  content: "";
}

/* statistics */
.statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 155px;
  background: linear-gradient(180deg, #2F4E99 28.52%, #0C0440 185.57%);
  border-radius: 0 0 40px 40px;
}
.statistics__item {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
.statistics__icon {
  flex-shrink: 0;
}
.statistics__description {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  color: var(--secondary-text-color);
  font-family: var(--quaternary-font-family);
}
.statistics__number {
  display: block;
  font-size: 48px;
  font-weight: var(--quaternary-font-weight);
  line-height: 44px;
}
.statistics__text {
  display: block;
  font-size: 16px;
  font-weight: var(--secondary-font-weight);
  line-height: 18px;
}

/* events-section */
.events-section {
  padding: 114px 0 100px;
}
.events-section .big-title {
  margin: 0 0 104px;
}
.events-section__bottom-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px 0;
  padding: 60px 0 0;
  text-align: center;
}

/* events-slider */
.events-slider {
  height: 448px;
}
.events-slider .swiper-slide {
  opacity: 0.6;
}
.events-slider .swiper-slide .event {
  filter: grayscale(1);
}
.events-slider .swiper-slide.swiper-slide-active {
  position: relative;
  filter: inherit;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
  opacity: 1;
  z-index: 5;
}
.events-slider .swiper-slide.swiper-slide-active .event {
  position: relative;
  filter: inherit;
  background: var(--primary-background-color);
  box-shadow: 0 0 0 4px var(--primary-background-color);
  z-index: 10;
}
.events-slider .swiper-slide.swiper-slide-active .event__name {
  margin: 0 0 0 -32px;
  color: transparent;
  background: linear-gradient(143.9deg, #2F4E99 0%, #2F4E99 53%, #00A859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.events-slider .swiper-slide.swiper-slide-active .event__date {
  font-family: var(--primary-font-family);
  background: linear-gradient(135deg, #2f4e99 0%, #2f4e99 53%, #00a859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.events-slider .swiper-slide.border-top-none .event:after {
  opacity: 0;
}
.events-slider .swiper-slide.border-bottom-none .event:before {
  opacity: 0;
}
.events-slider .swiper-slide.first {
  padding: 0 50px;
  filter: blur(2px);
}
.events-slider .swiper-slide.second {
  padding: 0 100px;
  filter: blur(3px);
}
.events-slider .swiper-slide.third {
  padding: 0 150px;
  filter: blur(4px);
}
.events-slider .swiper-slide.fourth {
  padding: 0 150px;
  filter: blur(4px);
}
.events-slider .swiper-slide.last {
  padding: 0 150px;
  filter: blur(4px);
}

/* event */
.event {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  padding: 0 24px 0 0;
  height: 64px;
}
.event:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: var(--quaternary-border-color);
  content: "";
}
.event:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background: var(--quaternary-border-color);
  content: "";
}
.event__logo {
  flex-shrink: 0;
  width: 60px;
  padding: 3px;
}
.event__logo img {
  width: 100%;
}
.event__name {
  flex-shrink: 0;
  display: block;
  color: var(--fifth-text-color);
  font-size: 24px;
  font-family: var(--fifth-font-family);
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event__name a {
  color: var(--fifth-text-color);
}
.event__date {
  flex-shrink: 0;
  display: block;
  color: var(--fifth-text-color);
  font-size: 20px;
  font-family: var(--fifth-font-family);
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  overflow: hidden;
}

/* gl-small-text */
.gl-small-text {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.5;
}

/* about-company-section */
.about-company-section {
  padding: 100px 0;
}

/* about */
.about {
  display: flex;
  align-items: flex-start;
  gap: 0 267px;
}
.about__img {
  flex-shrink: 0;
  margin: 135px 0 0;
  width: 454px;
}
.about__img img {
  width: 100%;
}
.about .big-title {
  margin: 0 0 104px;
}
.about__sub-title {
  color: var(--fifth-text-color);
  font-size: 22px;
  font-family: var(--fifth-font-family);
  line-height: 32px;
}
.about__text {
  color: var(--quaternary-text-color);
  font-size: 22px;
  font-family: var(--secondary-font-family);
  line-height: 30px;
}
.about p {
  margin: 0 0 88px;
}
.about p:last-child {
  margin: 0;
}

/* exhibitions-section */
.exhibitions-section {
  padding: 185px 0 170px;
}

/* exhibitions */
.exhibitions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 94px 140px;
}
.exhibitions .exhibition-item:nth-child(3n+2) {
  transform: translateY(136px);
}
.exhibitions .exhibition-item:last-child {
  grid-column: 3;
  transform: inherit;
}

/* exhibition-item */
.exhibition-item {
  position: relative;
  height: 608px;
  perspective: 3000px;
  max-width: 460px;
}
.exhibition-item:hover .exhibition-item__front {
  transform: rotateY(180deg);
}
.exhibition-item:hover .exhibition-item__back {
  transform: rotateY(0deg);
}
.exhibition-item__front {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  background: var(--primary-background-color);
  transition: all 0.8s ease;
  backface-visibility: hidden;
  border-radius: 40px;
}
.exhibition-item__front-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.exhibition-item__front-content:before {
  position: absolute;
  display: block;
  width: 118px;
  height: 118px;
  top: 0;
  right: 0;
  background: url(/images/mask.svg?74561fb1deabe43bed2385d1a609a9ee) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 6;
}
.exhibition-item__front-arrow {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  background: #ed3338;
  border-radius: 100%;
  z-index: 7;
}
.exhibition-item__front-arrow:before {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/exhibitions-arrow.svg?828e657917bea999bfae94db9ed2c134) center no-repeat;
  background-size: 100%;
  content: "";
}
.exhibition-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.exhibition-item__img:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
}
.exhibition-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibition-item__logo {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0 16px;
  left: 27px;
  bottom: 25px;
  z-index: 7;
}
.exhibition-item__logo img {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  width: 100px;
}
.exhibition-item__logo span {
  display: block;
  color: var(--secondary-text-color);
  font-size: 36px;
  font-family: var(--fifth-font-family);
  line-height: 35px;
  text-transform: uppercase;
}
.exhibition-item__text {
  margin: 0 auto;
  max-width: 348px;
  color: var(--secondary-text-color);
  font-size: 14px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--sixth-font-weight);
  text-align: center;
  line-height: 20px;
}
.exhibition-item__small-text {
  color: var(--quaternary-text-color);
  font-size: 14px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--sixth-font-weight);
  text-align: center;
  line-height: 20px;
}
.exhibition-item__back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
  padding: 30px 35px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  transition: all 0.8s ease;
  backface-visibility: hidden;
  background: #ed3338;
  border-radius: 40px;
}
.exhibition-item__back:before {
  position: absolute;
  display: block;
  width: 118px;
  height: 118px;
  top: 0;
  right: 0;
  background: url(/images/mask.svg?74561fb1deabe43bed2385d1a609a9ee) center no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.exhibition-item__back.position-center {
  justify-content: center;
  gap: 40px 0;
}
.exhibition-item__back .exhibition-item__logo {
  position: static;
}
.exhibition-item__back-arrow {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  background: #ed3338;
  border-radius: 100%;
  z-index: 10;
}
.exhibition-item__back-arrow:before {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/exhibitions-arrow.svg?828e657917bea999bfae94db9ed2c134) center no-repeat;
  background-size: 100%;
  content: "";
}
.exhibition-item__btns-panel {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
}
.exhibition-item__btns-panel .small-btn {
  display: flex;
  width: 100%;
  font-family: var(--secondary-font-family);
  box-shadow: none;
}
.exhibition-item__btns-panel .small-btn:hover {
  color: var(--secondary-text-color);
  background: var(--quaternary-btn-color);
}

/* photo-gallery-section */
.photo-gallery-section {
  padding: 170px 0 150px;
}
.photo-gallery-section .big-title {
  margin: 0 0 100px;
}
.photo-gallery-section__btn-panel {
  display: flex;
  justify-content: center;
  padding: 54px 0 0;
}

/* photo-gallery-slider */
.photo-gallery-slider {
  height: 350px;
}
.photo-gallery-slider .swiper-wrapper {
  align-items: center !important;
}
.photo-gallery-slider .swiper-slide {
  transition: 0.5s all;
}
.photo-gallery-slider .swiper-slide.first {
  height: 304px;
  opacity: 0.8;
}
.photo-gallery-slider .swiper-slide.second {
  height: 258px;
  opacity: 0.5;
}
.photo-gallery-slider .swiper-slide.third {
  height: 258px;
  opacity: 0.5;
}
.photo-gallery-slider .swiper-slide.last {
  height: 258px;
  opacity: 0.5;
}
.photo-gallery-slider .swiper-slide.active-center {
  height: 350px;
}
.photo-gallery-slider .swiper-slide.active-center .photo-gallery-slider__img {
  pointer-events: inherit;
}
.photo-gallery-slider__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  pointer-events: none;
}
.photo-gallery-slider__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-gallery-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* partners-company-section */
.partners-company-section {
  position: relative;
  padding: 150px 0 90px;
}
.partners-company-section:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 190px;
  left: 0;
  bottom: 197px;
  background: linear-gradient(112.4deg, #2F4E99 0%, #00699A 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 102, 153, 0.15);
  z-index: 3;
  content: "";
}
.partners-company-section__in {
  position: relative;
  z-index: 5;
}
.partners-company-section .big-title {
  margin: 0 0 68px;
}

/* partners-company-slider */
.partners-company-slider.swiper {
  margin: 0 -1px;
  padding: 0 2px 10px;
}

/* partners-item */
.partners-item {
  padding: 20px 30px;
  background: var(--primary-background-color);
  box-shadow: 0px 4px 10px 0px rgba(0, 102, 153, 0.15);
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.partners-item__title {
  margin: 0 0 59px;
  color: var(--fifth-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--secondary-font-weight);
  text-transform: uppercase;
  line-height: 15px;
}
.partners-item__title a {
  color: var(--fifth-text-color);
}
.partners-item__logo {
  margin: 0 0 44px;
}
.partners-item__logo img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-item__text {
  display: -webkit-box;
  margin: 0 0 30px;
  font-size: 13px;
  font-family: var(--quaternary-font-family);
  text-transform: uppercase;
  line-height: 18px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.partners-item__info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
  margin-top: auto;
}
.partners-item__info-list li:nth-child(even) {
  text-align: right;
}
.partners-item__mail {
  display: inline-flex;
  color: var(--primary-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--fifth-font-weight);
  line-height: 18px;
  text-decoration: underline;
}
.partners-item__phone {
  display: inline-flex;
  color: var(--primary-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  font-weight: var(--fifth-font-weight);
  line-height: 18px;
  text-decoration: underline;
}
.partners-item__link {
  display: inline-flex;
  color: var(--primary-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  line-height: 18px;
  text-decoration: underline;
}
.partners-item__name {
  display: inline-flex;
  color: var(--primary-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  text-transform: uppercase;
  line-height: 18px;
}
.partners-item__name strong {
  font-weight: var(--secondary-font-weight);
}
.partners-item__contacts {
  display: inline-flex;
  color: var(--primary-text-color);
  font-size: 12px;
  font-family: var(--quaternary-font-family);
  text-transform: uppercase;
  line-height: 18px;
}

/* faq-section */
.faq-section {
  padding: 100px 0 190px;
}

/* faq */
.faq {
  display: flex;
  gap: 0 140px;
  padding: 26px 20px 40px 35px;
  background: var(--seventh-background-color);
  border-radius: 40px;
  box-shadow: 0px 4px 10px 2px rgba(12, 0, 60, 0.15);
}
.faq__text {
  font-size: 16px;
  line-height: 22px;
}
.faq__text a {
  color: var(--sixth-text-color);
}
.faq__text span {
  color: var(--sixth-text-color);
}
.faq__left-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 30px 0;
  padding: 60px 0 0;
  width: 350px;
}
.faq__left-col .faq__text {
  margin-top: auto;
}
.faq__img {
  margin: 0 auto;
  width: 260px;
}
.faq__img img {
  width: 100%;
}
.faq__right-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 30px 0;
}

/* accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
}
.accordion__title-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  padding: 8px 10px 8px 15px;
  background: var(--primary-background-color);
  border-radius: 40px;
  box-shadow: 0px 4px 10px 0px rgba(12, 0, 60, 0.15);
  cursor: pointer;
}
.accordion__title-panel.active .accordion__icon {
  transform: rotate(90deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.accordion__description {
  padding: 32px 106px 27px 27px;
}
.accordion__description p {
  margin: 0 0 20px;
  color: var(--quaternary-text-color);
  font-size: 16px;
  font-weight: var(--fifth-font-weight);
  line-height: 20px;
}
.accordion__description ol {
  padding: 0 0 0 20px;
  color: var(--quaternary-text-color);
  font-size: 16px;
  font-weight: var(--fifth-font-weight);
  line-height: 20px;
  list-style: decimal;
}
.accordion__description ol li {
  margin: 0 0 5px;
}
.accordion__description ol li:last-child {
  margin: 0;
}
.accordion__title {
  display: block;
  color: var(--quaternary-text-color);
  font-size: 16px;
  font-weight: var(--sixth-font-weight);
  text-transform: uppercase;
  line-height: 19px;
}
.accordion__icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/accordion-icon.svg?d3838c15bbfb60ee9ad9c218acee5fa8) center no-repeat;
  background-size: 100%;
  transition: 0.5s transform;
}

/* 1774px */
@media (max-width: 1774px) {
  .home-page-2 [class*=__container] {
    max-width: 1470px;
  }
  .home-page-2 .header__left-col {
    padding: 18px 30px 18px 0;
  }
  .home-page-2 .header__right-col {
    padding: 24px 0 24px 30px;
  }
  .home-page-2 .main-nav ul {
    gap: 0 40px;
  }
  .home-page-2 .social {
    gap: 0 15px;
  }
  .home-page-2 .social__item {
    width: 60px;
    height: 60px;
  }
  .statistics {
    padding: 30px 100px;
  }
  .about {
    gap: 0 150px;
  }
  .exhibitions {
    gap: 80px 50px;
  }
  .footer__form {
    width: 380px;
  }
}
/* 1469 */
@media (max-width: 1469px) {
  .main-nav ul {
    gap: 0 30px;
  }
  .exhibition-time {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .exhibition-time__content {
    padding: 20px;
  }
  .exhibition-time__dec {
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  .exhibition-time__dec svg {
    display: none;
  }
  .timer__number {
    color: var(--secondary-text-color) !important;
  }
  .timer__text {
    color: var(--secondary-text-color) !important;
  }
  .exhibition {
    width: 360px;
  }
  .catalog__img {
    width: 240px;
  }
  .direction-tabs__nav li {
    width: 94px;
    border-radius: 10px;
  }
  .direction-tabs__logo {
    width: 50px;
    height: 50px;
  }
  .direction-tabs__text {
    font-size: 9px;
  }
  .big-title {
    font-size: 54px;
    line-height: 58px;
  }
}
/* 1440 */
@media (max-width: 1440px) {
  .events-section {
    padding: 100px 0;
  }
  .events-section .big-title {
    margin: 0 0 70px;
  }
  .about {
    align-items: center;
    gap: 0 100px;
  }
  .about__img {
    margin: 0;
    width: 300px;
  }
  .about .big-title {
    margin: 0 0 50px;
  }
  .about p {
    margin: 0 0 30px;
  }
  .about p br {
    display: none;
  }
  .about__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .about__text {
    font-size: 18px;
    line-height: 24px;
  }
  .exhibitions-section {
    padding: 100px 0;
  }
  .photo-gallery-section {
    padding: 100px 0;
  }
  .partners-company-section {
    padding: 100px 0;
  }
  .faq-section {
    padding: 100px 0;
  }
  .faq {
    gap: 0 100px;
  }
}
/* 1240 */
@media (max-width: 1240px) {
  .home-page-2 [class*=__container] {
    max-width: 100%;
  }
  [class*=__container] {
    max-width: 960px;
  }
  .header__top-col {
    padding: 20px 0;
  }
  .header__left-col {
    gap: 0 30px;
  }
  .header__right-col {
    gap: 0 30px;
  }
  .header__social {
    gap: 0 15px;
  }
  .header__social li {
    width: 28px;
  }
  .home-page .header__right-col {
    gap: 0 30px;
  }
  .home-page .main-nav ul {
    gap: 0 40px;
  }
  .main-nav ul {
    gap: 0 20px;
  }
  .main-nav li {
    font-size: 14px;
  }
  .main-nav li a {
    padding: 12px 16px;
  }
  .main-nav li span {
    padding: 12px 16px;
  }
  .main-nav li.active span {
    padding: 12px 16px;
  }
  .main-nav__dropdown {
    left: 0;
  }
  .main-nav__dropdown li a {
    padding: 0 !important;
  }
  .languages {
    gap: 0 10px;
  }
  .languages li {
    font-size: 12px;
  }
  .mail__text {
    font-size: 12px;
  }
  .phone__text {
    font-size: 12px;
  }
  .registration-link {
    font-size: 12px;
  }
  .exhibition-logo__text {
    font-size: 26px;
    line-height: 30px;
  }
  .exhibition-info__description {
    max-width: 320px;
    gap: 15px 0;
  }
  .exhibition-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .exhibition-info__date {
    font-size: 24px;
    line-height: 28px;
  }
  .mov {
    margin: 0 0 20px;
    height: 300px;
  }
  .exhibition-time {
    position: static;
  }
  .exhibition-time__info {
    gap: 20px 0;
  }
  .exhibition-time__text {
    color: var(--primary-text-color);
    font-family: var(--secondary-font-family);
    text-align: center;
  }
  .exhibition-time__content {
    flex-direction: column;
    gap: 30px 0;
  }
  .timer {
    gap: 0 30px;
  }
  .timer__item {
    gap: 20px 0;
  }
  .timer__item:first-child .timer__number {
    color: var(--primary-text-color) !important;
  }
  .timer__item:first-child .timer__text {
    color: var(--primary-text-color) !important;
  }
  .timer__number {
    color: var(--primary-text-color) !important;
  }
  .timer__text {
    color: var(--primary-text-color) !important;
  }
  .information {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .exhibition {
    width: 100%;
  }
  .catalog-col {
    flex-direction: column;
    gap: 20px 0;
  }
  .gallery-col {
    flex-direction: column;
  }
  .gallery-col__item {
    width: 100%;
  }
  .gallery-col__item:first-child {
    padding: 0 0 27px 0;
    border-bottom: 1px solid;
    border-right: 0;
  }
  .gallery-col__item:last-child {
    padding: 27px 0 0;
  }
  .gallery-slider {
    margin: 0 0 30px;
  }
  .gallery-slider__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-slider-arrows .swiper-button-prev {
    padding: 12px 20px 12px 55px;
    font-size: 16px;
    line-height: 20px;
  }
  .gallery-slider-arrows .swiper-button-prev__icon {
    width: 20px;
    height: 18px;
  }
  .gallery-slider-arrows .swiper-button-next {
    padding: 12px 55px 12px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .gallery-slider-arrows .swiper-button-next__icon {
    width: 20px;
    height: 18px;
  }
  .gallery-col {
    margin: 0 0 20px;
  }
  .btn {
    padding: 15px 20px;
    min-width: 280px;
    font-size: 14px;
    line-height: 16px;
  }
  .btn__icon {
    width: 20px;
    height: 18px;
  }
  .btn__icon svg {
    width: 100%;
    height: 100%;
  }
  .gl-link__text {
    font-size: 18px;
    line-height: 24px;
  }
  .team__item {
    gap: 0 15px;
  }
  .team__logo {
    padding: 10px;
    width: 50px;
    border-radius: 5px;
  }
  .team__img {
    width: 140px;
    height: 140px;
  }
  .team__name {
    font-size: 24px;
    line-height: 28px;
  }
  .team__position {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .team__contacts {
    gap: 5px 0;
  }
  .team__contacts li {
    font-size: 14px;
    line-height: 20px;
  }
  .team__social {
    gap: 0 10px;
  }
  .team__social li {
    width: 18px;
  }
  .partners-slider {
    padding: 50px;
  }
  .news__date {
    width: 160px;
  }
  .news__img {
    width: 170px;
  }
  .news__description p {
    font-size: 14px;
    line-height: 18px;
  }
  .news__top-panel {
    margin: 0 0 10px;
  }
  .news__title {
    font-size: 20px;
    line-height: 24px;
  }
  .footer__logo-img {
    width: 60px;
  }
  .footer__logo-text {
    font-size: 28px;
    line-height: 28px;
  }
  .footer__nav li {
    font-size: 12px;
    line-height: 18px;
  }
  .footer__phone {
    font-size: 28px;
    line-height: 28px;
  }
  .footer__mail {
    font-size: 28px;
    line-height: 28px;
  }
  .footer__info-nav {
    font-size: 10px;
  }
  .social {
    gap: 0 10px;
  }
  .social__item {
    width: 40px;
    height: 40px;
  }
  .social__item a {
    padding: 7px;
  }
  .copy {
    font-size: 10px;
  }
  .to-top__arrow {
    width: 14px;
    height: 16px;
  }
  .to-top__text {
    font-size: 12px;
    line-height: 16px;
  }
  .direction-tabs__nav li {
    width: 76px;
  }
  .direction-tabs__logo {
    width: 40px;
    height: 40px;
  }
  .direction-tabs__text {
    font-size: 8px;
  }
  .language-menu__text {
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
  .language-menu__dropdown {
    top: 40px;
    border-radius: 5px;
  }
  .language-menu__dropdown ul li {
    font-size: 12px;
  }
  .date-tabs__nav ul {
    gap: 15px 15px;
  }
  .date-tabs__nav li {
    width: 130px;
    font-size: 18px;
  }
  .gallery-tabs__nav {
    margin: 0 0 30px;
  }
  .gallery-tabs__nav ul {
    gap: 15px 15px;
  }
  .gallery-tabs__nav li {
    font-size: 18px;
  }
  .gallery-list__img {
    width: 100%;
    height: 150px;
  }
  .home-page-2 .menu-btn {
    display: block;
  }
  .home-page-2 .header {
    padding: 20px 0;
  }
  .home-page-2 .header__left-col {
    padding: 0;
  }
  .home-page-2 .header__left-col:before {
    display: none;
  }
  .home-page-2 .header__right-col {
    display: none;
  }
  .home-page-2 .main-nav {
    margin: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none;
    box-shadow: none;
  }
  .home-page-2 .main-nav:before {
    display: none;
  }
  .home-page-2 .main-nav:after {
    display: none;
  }
  .home-page-2 .main-nav ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 0 !important;
  }
  .home-page-2 .main-nav li {
    width: 100%;
    font-family: var(--secondary-font-family);
    text-align: center;
    letter-spacing: 0.5px;
    background: var(--tertiary-background-color);
    border-radius: 5px;
  }
  .home-page-2 .main-nav li.active span {
    font-family: var(--secondary-font-family);
    border-radius: 5px;
  }
  .home-page-2 .main-nav li a {
    display: block;
    padding: 15px !important;
    color: var(--primary-text-color);
  }
  .home-page-2 .main-nav li span {
    display: block;
    padding: 15px !important;
    color: var(--fifth-text-color);
  }
  .promo__mov-wrap iframe {
    width: 150%;
    height: 150%;
  }
  .promo__mov {
    width: 150%;
    height: 150%;
  }
  .promo-section .statistics {
    margin: -117px 0 0;
  }
  .promo__content {
    padding: 150px 30px 180px;
  }
  .promo__title {
    margin: 0 0 50px;
    font-size: 34px;
    line-height: 38px;
  }
  .statistics {
    padding: 30px;
  }
  .statistics__icon {
    width: 50px;
  }
  .statistics__icon img {
    width: 100%;
  }
  .statistics__description {
    gap: 5px 0;
  }
  .statistics__number {
    font-size: 30px;
    line-height: 34px;
  }
  .statistics__text {
    font-size: 14px;
  }
  .events-slider .swiper-slide {
    padding: 0 !important;
  }
  .exhibitions {
    grid-template-columns: repeat(2, 1fr);
  }
  .exhibition-item:nth-child(3n+2) {
    transform: inherit !important;
  }
  .exhibition-item:last-child {
    grid-column: inherit !important;
  }
  .faq {
    flex-direction: column;
    gap: 50px 0;
  }
  .faq__left-col {
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0 30px;
    width: 100%;
  }
  .faq__left-col .faq__text {
    margin: 0;
  }
  .faq__img {
    flex-shrink: 0;
    width: 200px;
  }
  .faq__text br {
    display: none;
  }
  .accordion__description {
    padding: 20px 0 0;
  }
  .big-logo__img {
    width: 200px;
  }
  .big-logo__text {
    font-size: 20px;
    line-height: 26px;
  }
  .home-page-2 .footer__contacts {
    margin: 0 0 30px;
  }
  .home-page-2 .footer__phone {
    font-size: 20px;
    line-height: 24px;
  }
  .home-page-2 .footer__mail {
    font-size: 20px;
    line-height: 24px;
  }
  .home-page-2 .social {
    margin: 0 0 30px;
  }
  .home-page-2 .social__item {
    width: 40px;
    height: 40px;
  }
  .photo-gallery-section .big-title {
    margin: 0 0 40px;
  }
  .footer__form form {
    gap: 20px 0;
  }
  .footer__form fieldset {
    padding: 0;
  }
}
/* 960 */
@media (max-width: 960px) {
  .promo-section .statistics {
    margin: 0;
  }
  .promo {
    margin: 0 0 20px;
  }
  .promo__img {
    border-radius: 20px;
  }
  .promo__img:before {
    border-radius: 20px;
  }
  .promo__content {
    padding: 100px 30px;
  }
  .promo__mov-wrap {
    border-radius: 20px;
  }
  .promo__mov-wrap:before {
    border-radius: 20px;
  }
  .statistics {
    border-radius: 20px;
  }
  .event__logo {
    width: 40px;
  }
  .event__name {
    font-size: 16px;
    line-height: 20px;
  }
  .event__date {
    font-size: 14px;
    line-height: 18px;
  }
  .big-title {
    font-size: 36px;
    line-height: 44px;
  }
  .events-section {
    padding: 50px 0 0;
  }
  .events-section .big-title {
    margin: 0 0 40px;
  }
  .events-section__bottom-panel {
    padding: 30px 0 0;
  }
  .gl-small-text {
    margin: 0 auto;
    max-width: 340px;
    font-size: 14px;
    line-height: 18px;
  }
  .gl-small-text br {
    display: none;
  }
  .about-company-section {
    padding: 100px 0 0;
  }
  .about {
    flex-direction: column;
    gap: 40px 0;
    align-items: flex-start;
    text-align: center;
  }
  .about__img {
    margin: 0 auto;
    width: 200px;
  }
  .about .big-title {
    margin: 0 0 30px;
  }
  .about p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .exhibitions-section {
    padding: 50px 0 0;
  }
  .exhibitions {
    gap: 30px 30px;
  }
  .exhibition-item {
    height: 470px;
  }
  .exhibition-item__front-arrow {
    width: 50px;
    height: 50px;
  }
  .exhibition-item__front-arrow:before {
    width: 12px;
    height: 12px;
  }
  .exhibition-item__back-arrow {
    width: 50px;
    height: 50px;
  }
  .exhibition-item__back-arrow:before {
    width: 12px;
    height: 12px;
  }
  .exhibition-item__front {
    border-radius: 20px;
  }
  .exhibition-item__img {
    border-radius: 20px;
  }
  .exhibition-item__back {
    padding: 20px;
    border-radius: 20px;
  }
  .exhibition-item__back:before {
    width: 80px;
    height: 80px;
  }
  .exhibition-item__logo img {
    width: 60px;
  }
  .exhibition-item__logo span {
    font-size: 18px;
    line-height: 22px;
  }
  .exhibition-item__front-content:before {
    width: 84px;
    height: 84px;
  }
  .photo-gallery-section {
    padding: 50px 0 0;
  }
  .photo-gallery-slider__img {
    border-radius: 20px;
  }
  .partners-company-section {
    padding: 50px 0 0;
  }
  .partners-company-section:before {
    bottom: 100px;
  }
  .faq-section {
    padding: 50px 0;
  }
  .faq {
    padding: 20px;
    border-radius: 20px;
  }
  .faq__img {
    width: 140px;
  }
  .faq__text {
    font-size: 14px;
    line-height: 20px;
  }
  .accordion__icon {
    width: 12px;
    height: 12px;
  }
  .accordion__title {
    font-size: 14px;
  }
  .accordion__description p {
    font-size: 14px;
    line-height: 20px;
  }
  .accordion__description ol {
    font-size: 14px;
    line-height: 20px;
  }
  .home-page-2 .footer {
    border-radius: 20px 20px 0 0;
    padding: 50px 0 30px;
  }
  .home-page-2 .footer__col {
    flex-wrap: wrap;
    gap: 30px 30px;
    justify-content: center;
    align-items: center;
  }
  .home-page-2 .footer__item:last-child {
    width: 100%;
  }
  .home-page-2 .footer__form {
    width: 100%;
  }
  .development {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .partners-item {
    padding: 20px;
    border-radius: 20px;
  }
}
/* 940 */
@media (max-width: 940px) {
  .direction-tabs__nav ul {
    margin: 0 -15px;
    padding: 0 15px;
    gap: 0 10px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .direction-tabs__nav li {
    flex-shrink: 0;
    white-space: normal;
    width: 96px;
    background: var(--secondary-background-color);
    box-shadow: none;
  }
  .direction-tabs__text {
    font-size: 9px;
  }
  .news-catalog__item {
    border-radius: 10px;
  }
  .news-catalog__img {
    width: 300px;
  }
  .news-catalog__description {
    padding: 20px;
  }
  .news-catalog__description p {
    font-size: 14px;
  }
  .news-catalog__title {
    font-size: 20px;
    line-height: 22px;
  }
  .gl-date {
    font-size: 14px;
  }
}
/* 850 */
@media (max-width: 850px) {
  .information__title {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 28px;
  }
  .news__title {
    font-size: 18px;
    line-height: 20px;
  }
  .title {
    font-size: 20px;
    line-height: 24px;
  }
  .small-title {
    font-size: 18px;
    line-height: 22px;
  }
  .footer__nav-col {
    gap: 0 10px;
  }
  .footer__logo-img {
    width: 50px;
  }
  .footer__logo-text {
    font-size: 24px;
  }
}
/* 768 */
@media (max-width: 768px) {
  .header__left-col {
    display: block;
  }
  .header__right-col {
    display: none;
  }
  .home-page .header__left-col {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .main-nav {
    padding: 0 !important;
    border-radius: 0 !important;
    background: none;
    box-shadow: none;
  }
  .main-nav ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 0 !important;
  }
  .main-nav li {
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    background: var(--tertiary-background-color);
    border-radius: 5px;
  }
  .main-nav li.active span {
    border-radius: 5px;
  }
  .main-nav li a {
    display: block;
    padding: 15px !important;
  }
  .main-nav li span {
    position: relative;
    padding: 15px !important;
  }
  .main-nav li span {
    display: block;
    padding: 15px !important;
  }
  .main-nav__dropdown-menu > span:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 15px;
    margin: -6px 0 0;
    background: url(/images/mobile-menu-arrow.svg?e9125ae31233a23c7cac16608f1aa819) center no-repeat;
    background-size: 100%;
    content: "";
    transition: 0.5s transform;
  }
  .main-nav__dropdown-menu.open > span:after {
    transform: rotate(-180deg);
  }
  .main-nav__dropdown-menu.active > span:after {
    filter: brightness(0) invert(1);
  }
  .main-nav__dropdown {
    position: static;
    padding: 2px 0 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transform: inherit;
  }
  .main-nav__dropdown ul {
    padding-top: 0 !important;
  }
  .main-nav__dropdown li a {
    background: var(--secondary-background-color);
    border-radius: 5px;
  }
  .main-nav__dropdown li span {
    background: var(--secondary-background-color) !important;
    border-radius: 5px !important;
  }
  .home-page .main__in {
    border-radius: 20px 20px 0 0;
  }
  .home-page .main-nav__dropdown-menu.active > span:after {
    filter: inherit;
  }
  .exhibition-info {
    top: 20px;
    left: 30px;
    right: 30px;
  }
  .languages {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
  }
  .languages li:before {
    bottom: -2px;
  }
  .registration-link {
    display: block;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary-background-color);
    border-radius: 5px;
  }
  .big-title {
    margin: 0 0 20px;
    font-size: 44px;
    line-height: 48px;
  }
  .main-section {
    padding: 20px 0 50px;
  }
  .catalog__item {
    flex-direction: column;
    gap: 20px 0;
  }
  .catalog__img {
    width: 100%;
    order: -1;
  }
  .gallery-info__img {
    height: 300px;
  }
  .gallery-info__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .gallery-info p {
    font-size: 14px;
  }
  .gallery-slider__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__date {
    display: none;
  }
  .news__img {
    width: 150px;
    height: 150px;
  }
  .team__content {
    flex-direction: column;
    gap: 30px 0;
  }
  .news-catalog__item {
    flex-direction: column;
  }
  .news-catalog__img {
    width: 100%;
    height: 200px;
  }
  .news-info__title {
    font-size: 24px;
    line-height: 28px;
  }
  .news-info p {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__top-col {
    flex-direction: column;
    gap: 30px 0;
  }
  .footer__phone {
    font-size: 20px;
    line-height: 22px;
  }
  .footer__mail {
    font-size: 20px;
    line-height: 22px;
  }
  .footer__info-nav ul {
    gap: 0 15px;
  }
  .social {
    gap: 0 5px;
  }
  .social__item {
    width: 30px;
    height: 30px;
  }
  .date-tabs__nav ul {
    flex-wrap: inherit;
    margin: 0 -15px;
    padding: 0 15px;
    gap: 0 10px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .date-tabs__nav li {
    flex-shrink: 0;
    white-space: normal;
    width: 110px;
    font-size: 16px;
    line-height: 36px;
    background: var(--secondary-background-color);
    box-shadow: none;
    border-radius: 5px;
  }
  .gallery-tabs__nav li {
    font-size: 14px;
    line-height: 36px;
    border-radius: 5px;
  }
  .gallery-list {
    gap: 10px 10px;
  }
  .gallery-list__img {
    border-radius: 10px;
  }
}
/* 680 */
@media (max-width: 680px) {
  .exhibition-info__title {
    font-size: 16px;
    line-height: 20px;
  }
  .exhibition-info__date {
    font-size: 16px;
    line-height: 20px;
  }
  .exhibition-logo {
    gap: 0 10px;
  }
  .exhibition-logo__img {
    margin: 3px 0 0;
    width: 20px;
    height: 20px;
  }
  .exhibition-logo__img svg {
    width: 100%;
    height: 100%;
  }
  .exhibition-logo__text {
    font-size: 16px;
    line-height: 22px;
  }
  .information__img {
    width: 100%;
    order: -1;
  }
  .information__content {
    flex-direction: column;
    gap: 20px 0;
  }
  .timer {
    gap: 0 20px;
  }
  .timer__item {
    width: auto;
    gap: 10px 0;
  }
  .timer__number {
    font-size: 30px;
    line-height: 36px;
  }
  .footer__bottom-col {
    flex-direction: column;
    gap: 10px 0;
  }
  .big-title {
    font-size: 30px;
    line-height: 34px;
  }
  .promo__arrow {
    order: -1;
  }
  .promo__content {
    padding: 100px 30px 30px;
  }
  .promo__title {
    font-size: 26px;
    line-height: 30px;
  }
  .promo__btn-list {
    flex-direction: column;
    gap: 15px 0;
  }
  .statistics {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
  .photo-gallery-slider {
    height: 250px;
  }
  .photo-gallery-slider .swiper-slide {
    transition: 0.5s all;
  }
  .photo-gallery-slider .swiper-slide.first {
    height: 210px;
  }
  .photo-gallery-slider .swiper-slide.second {
    height: 200px;
  }
  .photo-gallery-slider .swiper-slide.third {
    height: 200px;
  }
  .photo-gallery-slider .swiper-slide.last {
    height: 200px;
  }
  .photo-gallery-slider .swiper-slide.active-center {
    height: 250px;
  }
  .small-btn {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .small-btn_changed {
    padding: 10px 20px;
  }
  .home-page-2 .footer__col {
    flex-direction: column;
    text-align: center;
  }
  .home-page-2 .footer__contacts {
    align-items: center;
  }
  .exhibitions {
    display: flex;
    margin: 0 -15px;
    padding: 0 15px;
    gap: 0 15px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .exhibitions .exhibition-item {
    flex-shrink: 0;
    width: 300px;
    white-space: normal;
  }
  .events-slider {
    height: 354px;
  }
  .event {
    flex-direction: column;
    padding: 10px;
    gap: 10px 0;
    height: 118px;
  }
  .event__name {
    margin: 0 !important;
  }
  .footer__info-panel {
    align-items: center;
  }
}
/* 580 */
@media (max-width: 580px) {
  .home-page .main__in {
    padding: 0 15px;
  }
  .hero-section {
    padding: 15px 0 0;
  }
  .exhibition-info {
    flex-direction: column;
    gap: 20px 0;
    top: 30px;
    background: none;
  }
  .exhibition-info__description {
    max-width: 100%;
    text-align: center;
  }
  .exhibition-time__info {
    width: 100%;
  }
  .timer__number {
    font-size: 22px;
    line-height: 28px;
  }
  .timer__text {
    font-size: 12px;
    line-height: 14px;
  }
  .exhibition-logo {
    flex-direction: column;
    gap: 5px 0;
  }
  .exhibition-logo__img {
    margin: 0 auto;
  }
  .exhibition-logo__text br {
    display: none;
  }
  .catalog__title {
    margin: 0 0 5px;
  }
  .gl-link__icon {
    display: none;
  }
  .gallery-slider-arrows {
    gap: 0 10px;
  }
  .gallery-slider-arrows .swiper-button-prev {
    padding: 12px 20px 12px 40px;
    font-size: 12px;
    line-height: 18px;
  }
  .gallery-slider-arrows .swiper-button-prev__icon {
    width: 16px;
    height: 14px;
    left: 10px;
  }
  .gallery-slider-arrows .swiper-button-next {
    padding: 12px 40px 12px 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .gallery-slider-arrows .swiper-button-next__icon {
    width: 16px;
    height: 14px;
    right: 10px;
  }
  .btn {
    width: 100%;
    min-width: auto;
  }
  .partners-slider {
    padding: 20px;
  }
  .small-title {
    font-size: 16px;
    line-height: 20px;
  }
  .team__content {
    gap: 20px 0;
  }
  .team__description {
    flex-direction: column;
    gap: 20px 0;
  }
  .news__item {
    flex-direction: column;
    gap: 20px 0;
  }
  .information__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
  }
  .information__list li {
    font-size: 16px;
  }
  .all-link {
    font-size: 14px;
    line-height: 20px;
  }
  .gallery-slider__list {
    gap: 15px;
  }
  .big-title {
    font-size: 30px;
    line-height: 34px;
  }
  .main-section {
    padding: 20px 0 30px;
  }
  .footer__content {
    padding: 20px 15px;
  }
  .footer__md-col {
    flex-direction: column;
    gap: 20px 0;
    text-align: center;
  }
  .footer__phone {
    justify-content: center;
  }
  .footer__mail {
    justify-content: center;
  }
  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-list__img {
    height: 120px;
  }
}
/* 480 */
@media (max-width: 480px) {
  .faq__left-col {
    flex-direction: column;
    gap: 20px 0;
  }
  .faq__text {
    line-height: 18px;
  }
  .accordion__title-panel {
    border-radius: 5px;
  }
  .accordion__title {
    font-size: 12px;
    line-height: 16px;
  }
  .partners-item__text {
    margin: 0 0 15px;
  }
  .partners-item__info-list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .partners-item__info-list li:nth-child(2n) {
    text-align: left;
  }
  .photo-gallery-slider {
    height: 150px;
  }
  .photo-gallery-slider .swiper-slide {
    transition: 0.5s all;
  }
  .photo-gallery-slider .swiper-slide.first {
    height: 100px;
  }
  .photo-gallery-slider .swiper-slide.second {
    height: 100px;
  }
  .photo-gallery-slider .swiper-slide.third {
    height: 100px;
  }
  .photo-gallery-slider .swiper-slide.last {
    height: 100px;
  }
  .photo-gallery-slider .swiper-slide.active-center {
    height: 130px;
  }
  .partners-company-section .big-title {
    margin: 0 0 30px;
  }
  .about__img {
    width: 120px;
  }
  .big-logo__img {
    margin: 0 auto 30px;
    width: 120px;
  }
}
/* 375 */
@media (max-width: 375px) {
  .footer__logo-text {
    font-size: 20px;
  }
  .footer__nav-col {
    flex-direction: column;
    gap: 15px 0;
  }
}
/* 370 */
@media (max-width: 370px) {
  .header__logo span {
    font-size: 18px;
    font-family: var(--fifth-font-family);
    text-transform: uppercase;
    line-height: 18px;
  }
  .exhibition-time__content {
    padding: 20px 10px;
  }
  .exhibition-time__content {
    gap: 20px 0;
  }
  .timer {
    gap: 0 5px;
  }
  .title {
    font-size: 18px;
    line-height: 22px;
  }
  .exhibitions .exhibition-item {
    width: 270px;
  }
  .exhibitions .exhibition-item__logo {
    left: 20px;
    bottom: 20px;
  }
  .footer__logo-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.participiants-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .participiants-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .participiants-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .participiants-list {
    grid-template-columns: 1fr;
  }
}
.participiants-list .participiant-item {
  box-shadow: 0 4px 10px 0 rgba(0, 105, 154, 0.15);
  border-radius: 20px;
  padding: 27px 29px 37px;
}
.participiants-list .participiant-item .participiant-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
  height: 120px;
}
.participiants-list .participiant-item .participiant-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
}
.participiants-list .participiant-item .participiant-title {
  font-weight: 700;
  font-size: 18px;
  color: #989898;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.participiants-list .participiant-item .participiant-shortDesc {
  font-weight: 300;
  font-size: 16px;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

#content .content {
  line-height: 180%;
  letter-spacing: 0.3px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--quaternary-font-family);
  font-weight: 300;
}
#content.invitation h2 {
  margin-bottom: 15px;
}
#content.invitation .btn {
  background: var(--fifth-background-color);
  margin: 25px 0;
}
#content.invitation .btn:hover {
  background: rgba(47, 78, 153, 0.8);
}
#content.invitation .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  transition: 0.3s;
}

.online-catalog-page .online-catalog-item {
  box-shadow: 0 4px 10px 0 rgba(0, 105, 154, 0.15);
  border-radius: 10px;
  padding: 32px 46px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .online-catalog-page .online-catalog-item {
    flex-direction: column;
    align-items: center;
  }
}
.online-catalog-page .online-catalog-item .ico {
  flex-shrink: 0;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .online-catalog-page .online-catalog-item .ico {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.online-catalog-page .online-catalog-item .content {
  margin-right: auto;
}
@media (max-width: 767px) {
  .online-catalog-page .online-catalog-item .content {
    margin-right: initial;
    margin-bottom: 20px;
  }
}
.online-catalog-page .online-catalog-item .content h1, .online-catalog-page .online-catalog-item .content h2, .online-catalog-page .online-catalog-item .content h3, .online-catalog-page .online-catalog-item .content h4, .online-catalog-page .online-catalog-item .content h5 {
  color: var(--fifth-background-color);
}
.online-catalog-page .online-catalog-item .actions {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .online-catalog-page .online-catalog-item .actions {
    margin-left: 0;
    align-items: center;
  }
}
.online-catalog-page .online-catalog-item .actions .btn {
  background: var(--fifth-background-color);
  min-width: initial;
  max-width: 204px;
  height: 48px;
  border-radius: 10px;
  margin: 5px 0;
}
.online-catalog-page .online-catalog-item .actions .btn:hover {
  background: rgba(47, 78, 153, 0.8);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки на десктопе */
  gap: 30px; /* Расстояние между элементами */
}
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr; /* 1 колонка на мобильных устройствах */
    gap: 15px;
  }
}
.form-grid .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form-grid .form-group {
    margin-bottom: 0;
  }
}
.form-grid .form-group label {
  font-weight: bold;
  color: #989898;
  margin-bottom: 17px;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .form-grid .form-group label {
    margin-left: 16px;
    margin-bottom: 10px;
  }
}
.form-grid .form-group .form-control {
  border: 1px solid #989898;
  border-radius: 25px !important;
  height: 54px;
  color: #000;
  padding: 5px 15px;
  font-weight: 300;
}

.exhibition .accordion .accordion__item .exhibition-list__plus {
  transition: 0.3s !important;
}
.exhibition .accordion .accordion__item.open .exhibition-list__plus {
  transform: rotate(45deg);
}
.exhibition .accordion .accordion__title-panel {
  background: transparent;
  box-shadow: none;
}
.exhibition .accordion .exhibition-list__item {
  height: initial;
}
.exhibition .accordion .accordion__title-panel {
  padding: 0;
  text-transform: uppercase;
}
.exhibition .accordion .accordion__description {
  color: #fff;
  padding: 10px 0 0 0;
}
.exhibition .accordion .accordion__description p {
  color: #fff;
}

.exhibition-time .exhibition-time__info {
  gap: 0 0;
}
.exhibition-time .exhibition-time__content {
  min-height: 160px;
}

.gallery-section .gallery-info__title {
  text-align: center;
}

.events-section__bottom-panel .small-btn {
  color: var(--primary-background-color);
  background: var(--quaternary-text-color);
}
.events-section__bottom-panel .small-btn:hover {
  background: var(--primary-background-color);
  color: var(--quaternary-text-color);
}

#finishModal .hystmodal__window {
  border-radius: 47px;
  max-width: 465px;
  width: 100%;
  height: 388px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#finishModal .hystmodal__window span {
  width: 92px;
  height: 92px;
  background-color: var(--fifth-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-bottom: 42px;
}
#finishModal .hystmodal__window p {
  color: #272727;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%; /* 30px */
}
