@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.title-xl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.title-l {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.lh110 {
  line-height: 110%;
}

.lh127 {
  line-height: 127%;
}

.lh143 {
  line-height: 143%;
}

.lh164 {
  line-height: 164%;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.black {
  color: #000;
}

.grey {
  color: #737373;
}

.gray-900 {
  color: #202020;
}

.orange {
  color: #FE2F01;
}

.white {
  color: #FFF;
}

.text-center {
  text-align: center;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* html {
    scroll-behavior: smooth;
} */
body {
  font-weight: 400;
}

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

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 170px;
  background-color: #FFFFFF;
}
.site--grey {
  background: #FDFDFD;
}
.site--snow-grey {
  background: #F7F8F9;
}

.pb140 {
  padding-bottom: 140px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.activity-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.activity-wrapper {
  display: grid;
  grid-template-columns: 288px 1fr;
  align-items: flex-start;
  gap: 24px;
}

.activity-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 10px;
}

.activity-nav-link {
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  white-space: nowrap;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 1.1;
  transition: 0.2s linear;
}
.activity-nav-link.active {
  border: 2px solid #081D48;
  background: #FDFDFD;
  cursor: default;
  color: #081D48;
  font-weight: 700;
}

.activity-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.activity-item {
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #FDFDFD;
}

.activity-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.activity-council {
  display: flex;
  align-items: center;
  gap: 16px;
}

.activity-flag {
  width: 80px;
  height: 50px;
  flex-shrink: 0;
}

.activity-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.activity-status {
  padding: 3px 14px;
  border-radius: 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.activity-status--active {
  background: #F98B31;
}

.activity-line {
  height: 1px;
  background: #EFEFEF;
}

.activity-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.activity-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-label {
  color: #8A95AB;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.field-value {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.activity-representative {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.activity-top {
  display: flex;
  gap: 24px;
}

.activity-photo {
  width: 234px;
  height: 234px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #F5F5F5;
}

.activity-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.activity-bio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.activity-bio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 392px;
  color: #000;
}

.activity-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.activity-position {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.activity-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.activity-bottom ul {
  padding-left: 20px;
}
.activity-bottom li {
  list-style: disc;
}
.activity-bottom h3 {
  margin-bottom: 4px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.application {
  max-width: 648px;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid #C8C8C8;
  background: #FFF;
  overflow: hidden;
}

.application-head {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #081D48;
  color: #FFF;
  line-height: 1.1;
}

.application-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.application-subtitle {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.application-divider {
  height: 1px;
  background: #294172;
  margin: 18px 0;
}

.application-steps {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.application-form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 40px;
}
.application-form .form-label {
  color: #66676A;
  font-weight: 500;
}
.application-form .form-label--big {
  color: #202124;
  font-size: 18px;
  line-height: 1.3;
}
.application-form .form-label span {
  color: #626262;
}
.application-form .form-input {
  border: 1px solid #8F8F8F;
}
.application-form .form-input::-moz-placeholder {
  color: #A8A8A8;
}
.application-form .form-input::placeholder {
  color: #A8A8A8;
}

.application-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.application-nav .btn {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border-radius: 24px;
}

.application-message {
  color: #28303F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.application-line {
  height: 1px;
  background: #E0E0E0;
}

.application-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.application-timer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.application-timer-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.application-timer-text {
  color: #28303F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.application-repeat {
  text-align: center;
  color: #28303F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.application-repeat button {
  color: #1967D2;
  font-weight: 500;
  transition: opacity 0.2s linear;
}

.application-form-title {
  max-width: 330px;
  color: #202124;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.article-inner {
  display: grid;
  grid-template-columns: 1fr 392px;
  gap: 24px;
}

.article-lable {
  padding: 10px 16px;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  background: #F5F5F5;
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.article-img {
  margin-bottom: 16px;
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}

.article-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
}

.article-title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.article-meta-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: #5A5A5A;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.article-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #7B7B7B;
}

.article-content {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: 700;
  margin: 30px 0 20px;
  line-height: 1.2;
}
.article-content h1 {
  font-size: 32px;
}
.article-content h2 {
  font-size: 24px;
}
.article-content h3 {
  font-size: 20px;
}
.article-content h4 {
  font-size: 18px;
}
.article-content h5 {
  font-size: 16px;
}
.article-content h6 {
  font-size: 14px;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content a {
  color: #081D48;
  text-decoration: underline;
  transition: 0.2s linear;
}
.article-content a:hover {
  text-decoration-color: transparent;
}
.article-content ul,
.article-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.article-content ul {
  list-style-type: disc;
}
.article-content ol {
  list-style-type: decimal;
}
.article-content li {
  margin-bottom: 10px;
}
.article-content blockquote {
  margin: 20px 0;
  padding: 16px 24px;
  background-color: #f8f8f8;
  border-left: 4px solid #ccc;
  font-style: italic;
}
.article-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  display: block;
}
.article-content figure {
  margin: 20px 0;
  text-align: center;
}
.article-content figure figcaption {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}
.article-content th,
.article-content td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}
.article-content strong {
  font-weight: 700;
}
.article-content em {
  font-style: italic;
}
.article-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.article-similar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 24px;
}

.benefits-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.benefits-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.benefits-head {
  padding: 41px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: linear-gradient(90deg, #081D48 0%, #1346AE 100%);
}
.benefits-head .btn--white {
  color: #081D48;
}

.benefits-head-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.benefits-head-icon {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.benefits-line {
  height: 1px;
  background: #E0E0E0;
}

.benefits-bottom {
  display: flex;
  align-items: center;
  gap: 52px;
}
.benefits-bottom::after, .benefits-bottom::before {
  content: "";
  height: 1px;
  background: #E0E0E0;
  flex-grow: 1;
}

.benefits-group {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.benefits-title {
  max-width: 530px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}

.benefits-message {
  width: 100%;
  max-width: 517px;
  margin: 0 auto;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 24px;
  border: 1px solid #C8C8C8;
  background: #FFF;
}
.benefits-message .btn {
  width: 300px;
  height: 60px;
}

.benefits-message-icon {
  width: 120px;
  height: 120px;
}

.benefits-message-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.benefits-message-title {
  color: #202124;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.benefits-message-text {
  color: #18191B;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}
.benefits-message-text strong {
  display: block;
  font-weight: 800;
}

.breadcrumb {
  margin-bottom: 32px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.breadcrumb-item {
  white-space: nowrap;
  color: #747A87;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.breadcrumb-separator {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 26px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.2s linear;
}
.btn:not(:disabled):active {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  transform: translateY(1px) !important;
}
.btn--sky-tint {
  color: #081D48;
  background-color: #F0F5FF;
}
.btn--grey {
  color: #000;
  background-color: #F5F5F5;
}
.btn--blue {
  color: #fff;
  background-color: #081D48;
}
.btn--blue:disabled {
  background-color: #F3F4F6;
  color: #AFAFAF;
  cursor: not-allowed;
}
.btn--white {
  color: #1149D6;
  background-color: #FFF;
}
.btn--gradient-blue {
  color: #FFF;
  background: linear-gradient(90deg, #081348 0%, #133FAE 100%);
}
.btn img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.link-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #081D48;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  transition: opacity 0.2s linear;
}
.link-arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M9 18.5L15 12.5L9 6.5' stroke='%23081D48' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.download {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  transition: opacity 0.2s linear;
}
.download img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.download--blue {
  color: #1149D6;
}
.download--black {
  color: #262626;
}

.share {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
  color: #28303F;
  transition: opacity 0.2s linear;
}
.share img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  color: #060606;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}
.btn-toggle.active::after {
  transform: rotate(180deg);
}
.btn-toggle.active span:nth-child(1) {
  display: none;
}
.btn-toggle.active span:nth-child(2) {
  display: inline;
}
.btn-toggle span:nth-child(2) {
  display: none;
}
.btn-toggle::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23060606' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s linear;
}

.catalog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.catalog-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background-color: #F5F5F5;
  border-radius: 16px;
  transition: 0.2s linear;
}
.catalog-picture img {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.catalog-name {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.central-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}

.central-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.central-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #F5F5F5;
}

.central-avatar {
  border-radius: 16px;
  background: #E8E2E2;
  overflow: hidden;
  position: relative;
}
.central-avatar .person-block {
  padding: 12px 24px;
  background: #FFF;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.central-avatar .person-block-name {
  color: #081D48;
  text-align: center;
}

.central-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.central-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.central-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.central-info .btn {
  width: 100%;
  max-width: 240px;
}

.contacts-inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.contacts-top {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contacts-info {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #FFF;
}

.contacts-logo {
  width: 172px;
  flex-shrink: 0;
  padding: 28px 32px 21px 32px;
  border-radius: 24px;
  background: #F3F7FE;
}

.contacts-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contacts-info-title {
  max-width: 510px;
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
  text-transform: uppercase;
}

.contacts-info-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contacts-board {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #F5F5F5;
}
.contacts-board--two {
  background: #F3F7FE;
}
.contacts-board--two .contacts-line {
  background: #CBD9F2;
}
.contacts-board--three {
  flex-direction: row;
  justify-content: space-between;
  grid-column: span 2;
}
.contacts-board--three .contacts-line {
  width: 1px;
  height: 59px;
}

.contacts-board-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contacts-line {
  height: 1px;
  background: #E5E5E5;
}

.contacts-column {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;
}

.contacts-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.contacts-name strong {
  font-weight: 700;
}

.contacts-link,
.contacts-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.contacts-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 50%;
  background: #081D48;
}

.contacts-link {
  transition: opacity 0.2s linear;
}

.contacts-descr {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.contacts-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contacts-form .btn {
  width: 100%;
  border-radius: 16px;
}

.contacts-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-map {
  display: flex;
  flex-direction: column;
  border-radius: 16px 16px;
  background: #F5F5F5;
  overflow: hidden;
}

.contacts-map-head {
  padding: 32px;
}

.contacts-map-wrapper {
  flex-grow: 1;
}

.docs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.docs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.docs-list--blue .docs-name {
  color: #1149D6;
}

.docs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  border-radius: 16px;
  border: 1px solid #F2F2F2;
  background: #F9FAFB;
}

.docs-name {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.docs-name span {
  font-weight: 800;
}
.docs-name img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.event-inner {
  display: flex;
  flex-direction: column;
  gap: 97px;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.event-content {
  display: grid;
  grid-template-columns: 1fr 392px;
  align-items: flex-end;
  gap: 24px;
}

.event-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

.event-image-wrapper {
  position: relative;
}

.event-image {
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  background: #F5F5F5;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-date {
  padding: 12px 30px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.event-date--blue {
  background: radial-gradient(103.99% 103.98% at 50% 50%, #1149D6 0%, #EAF1FF 100%);
}
.event-date--red {
  background: radial-gradient(103.99% 103.98% at 50% 50%, #D61111 0%, #FFECEA 100%);
}
.event-date--yellow {
  background: radial-gradient(103.99% 103.98% at 50% 50%, #D6B511 0%, #FFFAEA 100%);
}

.event-day-range {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.event-month-year {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-info-box {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 27px 24px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #FDFDFD;
}
.event-info-box--row {
  flex-direction: row;
  justify-content: flex-start;
  gap: 28px;
  height: auto;
}

.event-info-title {
  color: #5A5757;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.event-info-item {
  display: flex;
  gap: 8px;
}

.event-info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.event-info-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-info-name {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.event-info-value {
  color: #1F2021;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.event-info-line {
  width: 1px;
  height: 42px;
  background: #DADADA;
}

.event-info-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.event-info-person {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}
.event-info-person strong {
  font-weight: 500;
}

.event-info-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.event-info-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.event-info-tel {
  color: #1F2021;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  transition: opacity 0.2s linear;
}

.event-info-emails {
  color: #1149D6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.event-info-emails a {
  color: inherit;
  transition: opacity 0.2s linear;
}

.event-nav {
  display: flex;
  align-items: center;
  gap: 46px;
}
.event-nav::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #E1E1E1;
}
.event-nav .btn {
  border-radius: 16px;
}

.event-descr {
  color: #151515;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.event-descr h2,
.event-descr h3,
.event-descr h4 {
  font-weight: 800;
}

.event-line {
  height: 1px;
  background: #E1E1E1;
}

.event-gallery {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.event-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.events {
  display: grid;
  grid-template-columns: 1fr 288px;
  align-items: flex-start;
  gap: 24px;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.events-item {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #FFF;
}

.events-head {
  display: flex;
  align-items: center;
  gap: 24px;
}

.events-date {
  padding: 8px 30px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}
.events-date--blue {
  background: radial-gradient(103.99% 103.98% at 50% 50%, #1149D6 0%, #EAF1FF 100%);
}
.events-date--red {
  background: radial-gradient(103.99% 103.98% at 50% 50%, #D61111 0%, #FFECEA 100%);
}
.events-date--yellow {
  background: radial-gradient(103.99% 103.98% at 50% 50%, #D6B511 0%, #FFFAEA 100%);
}

.events-day-range {
  color: #FFF;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
}

.events-month-year {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.events-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.events-line {
  height: 1px;
  background: #EFEFEF;
}

.events-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.event-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.events-details-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.events-name {
  color: #5F6574;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.events-label {
  padding: 4px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.events-label--blue {
  background: #E7EEFF;
  color: #2458DA;
}
.events-label--grey {
  background: #F5F5F5;
  color: #62656B;
}

.events-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 10px;
}

.events-search {
  position: relative;
}

.events-search-input {
  display: block;
  padding: 20px 50px 20px 16px;
  width: 100%;
  border-radius: 16px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  transition: border-color 0.2s linear;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.events-search-input:focus {
  border-color: #081D48;
}
.events-search-input:hover {
  border-color: #081D48;
}
.events-search-input::-moz-placeholder {
  color: #B1B1B1;
}
.events-search-input::placeholder {
  color: #B1B1B1;
}

.events-search-button {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s linear;
}
.events-search-button:hover {
  transform: scale(1.2) translateY(-50%);
}

.events-range {
  display: flex;
  align-items: center;
  gap: 6px;
}

.events-date-input {
  width: calc(50% - 3px);
  display: block;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
}

.events-select {
  position: relative;
}
.events-select::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23081D48' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.events-select select {
  display: block;
  width: 100%;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.export-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.export-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.export-subtitle {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.footer {
  margin-top: auto;
  padding: 64px 0 40px 0;
  background: #081D48;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 70px;
}

.footer-info {
  display: flex;
  flex-direction: column;
}
.footer-info .logo {
  margin-bottom: 40px;
}

.footer-address {
  margin-bottom: 32px;
  max-width: 240px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.footer-email {
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  transition: 0.2s linear;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-contacts-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-title {
  color: #869ECE;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact-list a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.2s linear;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.footer-links a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  transition: 0.2s linear;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-list a {
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.2s linear;
}

.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid #162E5F;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-group.is-error .form-textarea,
.form-group.is-error .form-input {
  border-color: red !important;
}

.form-label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.form-textarea,
.form-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: var(--BG-Color-White, #FFF);
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.form-textarea::-moz-placeholder, .form-input::-moz-placeholder {
  color: #BABABA;
}
.form-textarea::placeholder,
.form-input::placeholder {
  color: #BABABA;
}

.form-textarea {
  min-height: 170px;
  max-height: 400px;
  resize: vertical;
}

.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='5.33333' fill='%23081D48'/%3E%3Cpath d='M17.1779 8.15621C16.9696 7.94793 16.632 7.94793 16.4237 8.15621L10.0343 14.5456L7.57839 12.0897C7.37013 11.8814 7.03248 11.8814 6.82418 12.0897C6.6159 12.2979 6.6159 12.6356 6.82418 12.8438L9.65724 15.6769C9.86544 15.8851 10.2033 15.885 10.4115 15.6769L17.1779 8.91042C17.3862 8.70216 17.3862 8.36449 17.1779 8.15621Z' fill='white'/%3E%3C/svg%3E");
}
.form-checkbox span {
  display: flex;
  gap: 12px;
  color: #202124;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.form-checkbox span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #ECEDF2;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-radio input {
  display: none;
}
.form-radio input:checked + span::after {
  opacity: 1;
}
.form-radio span {
  display: flex;
  gap: 12px;
  color: #202124;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.form-radio span::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #081D48;
}
.form-radio span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #081D48;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 10px;
  transform: translateY(-50%);
}

.form-file {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px dashed #465A6E;
  background: #DAE3EC;
  color: #3A5167;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}
.form-file input {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 24px;
}

.gallery-link {
  display: block;
  height: 328px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.gallery-link img {
  transition: transform 0.2s linear;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-link-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(8, 29, 72, 0.71);
  -webkit-backdrop-filter: blur(9.25px);
  backdrop-filter: blur(9.25px);
  color: #FFF;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-link-title {
  color: #FFF;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.gallery-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gallery-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.gallery-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gallery-title {
  max-width: 704px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.gallery-date {
  color: #5A5A5A;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.gallery-line {
  height: 1px;
  background: #EDEDED;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gallery-item {
  padding-top: 100%;
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  transition: transform 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
}

.header-top {
  background: #FFF;
  padding: 14px 0;
}
.header-top .btn {
  white-space: nowrap;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-search {
  width: 470px;
  position: relative;
}

.header-search-btn {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s linear;
}
.header-search-btn:hover {
  transform: scale(1.2) translateY(-50%);
}

.header-search-label {
  display: block;
  width: 100%;
}

.header-search-input {
  display: block;
  width: 100%;
  padding: 14px 16px 14px 42px;
  border-radius: 26px;
  background: #F5F5F5;
  border: 1px solid transparent;
  transition: border-color 0.2s linear;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.header-search-input:focus {
  border-color: #081D48;
}
.header-search-input:hover {
  border-color: #081D48;
}
.header-search-input::-moz-placeholder {
  color: #B1B1B1;
}
.header-search-input::placeholder {
  color: #B1B1B1;
}

.header-language {
  position: relative;
  color: #1E1C1C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.header-language-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 0;
  color: inherit;
}
.header-language-toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%231E1C1C' stroke-width='1.7' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.header-flag {
  width: 20px;
  height: 14.286px;
  flex-shrink: 0;
}

.header-language-list {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #F0F5FF;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.header-language-list.is-open {
  opacity: 1;
  visibility: visible;
}
.header-language-list a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  color: inherit;
  transition: 0.2s linear;
}
.header-language-list a:hover {
  background-color: #bdd3ff;
}

.header-burger {
  display: none;
}

.header-bottom {
  padding: 14px 0;
  background: #081D48;
}

.header-close {
  display: none;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-menu-item {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.header-menu-link,
.header-menu-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 0;
  color: inherit;
  transition: 0.2s linear;
}
.header-menu-link.is-active,
.header-menu-toggle.is-active {
  font-weight: 900;
}

.header-menu-toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.header-submenu {
  display: none;
  flex-direction: column;
  min-width: 100%;
  background: #F0F5FF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.header-submenu a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  color: #081D48;
  transition: 0.2s linear;
}
.header-submenu a:hover {
  background-color: #bdd3ff;
}

.infobox {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 16px;
  background: #F9FAFB;
}

.infobox-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.infobox-head {
  display: flex;
  align-items: center;
  gap: 32px;
}

.infobox-head-logo {
  width: 172px;
  height: auto;
  flex-shrink: 0;
}

.infobox-text {
  max-height: 430px;
  overflow: hidden;
  transition: max-height 0.5s linear;
}

.infobox-text,
.infobox-not-hide-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #262626;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
.infobox-text strong,
.infobox-not-hide-text strong {
  font-weight: 800;
}

.infobox-bottom {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #E0E6EC;
}

.intro-inner {
  display: grid;
  grid-template-columns: 66% 1fr;
  gap: 24px;
}

.intro-slider {
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #EFEFF2;
}

.intro-content {
  position: relative;
}

.intro-img {
  height: 450px;
}
.intro-img img {
  transition: transform 0.2s linear;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-overlay {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.79);
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.intro-title {
  color: #202020;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.intro-date {
  color: #FE2F01;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.intro-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 40px;
}

.intro-button-prev,
.intro-button-next {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s linear;
}

.intro-news {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.intro-news-title {
  color: #081D48;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.intro-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-grow: 1;
}

.intro-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.intro-link {
  overflow: hidden;
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  transition: opacity 0.2s linear;
}

.intro-date-news {
  color: #FE2F01;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo img {
  width: 32px;
  height: 45px;
  flex-shrink: 0;
}
.logo--dark {
  color: #000;
}
.logo--light {
  color: #fff;
}

.logo-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.logo-title-main {
  font-size: 16.175px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.081px;
  text-transform: uppercase;
}

.logo-title-sub {
  font-size: 13.234px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.066px;
  text-transform: uppercase;
}

.management-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 24px;
}

.management-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.management-main {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.management-avatar {
  width: 288px;
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}
.management-avatar img {
  -o-object-fit: cover;
  object-fit: cover;
}

.management-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.management-content .btn {
  width: 100%;
}

.management-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.management-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.navigation {
  margin-bottom: 65px;
}

.navigation-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}

.navigation-link {
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  background: #F5F5F5;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  transition: 0.2s linear;
}
.navigation-link.is-active {
  font-weight: 600;
  color: #FFF;
  background: #081D48;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}

.news-card-link {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #F5F5F5;
}

.news-card-image {
  height: 230px;
  overflow: hidden;
}
.news-card-image img {
  transition: transform 0.2s linear;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-body {
  padding: 12px 16px 24px 16px;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #ECECEC;
  background: #FFF;
}

.news-card-title {
  transition: opacity 0.2s linear;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  color: #202020;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.news-card-meta {
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #EDEDED;
  color: #969799;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.our-events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.our-events-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-events-card-image {
  height: 260px;
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}
.our-events-card-image img {
  transition: 0.2s linear;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-events-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.our-events-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #EDEDED;
}

.our-events-city {
  padding: 4px 16px;
  border-radius: 24px;
  background: #081D48;
}

.our-services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.our-services-item {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 24px;
  border: 1px solid #E9EEF6;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.our-services-item::before {
  content: "";
  transition: opacity 0.2s linear;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.our-services-item::after {
  content: "";
  transition: opacity 0.2s linear;
  background: linear-gradient(180deg, #081D48 0%, #1346AE 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.our-services-icon {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  position: relative;
}
.our-services-icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s linear;
}
.our-services-icon img:nth-child(2) {
  opacity: 0;
}

.our-services-line {
  width: 100%;
  max-width: 156px;
  height: 1px;
  background: #E5E5E5;
  transition: background 0.2s linear;
}

.our-services-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.27;
  text-align: center;
  transition: color 0.2s linear;
}

.pagination-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagination-dots,
.pagination-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 9.6px;
  background-color: #F5F5F5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.pagination-link {
  transition: background-color 0.2s linear, color 0.2s linear;
}
.pagination-link.active {
  color: #FFF;
  background-color: #081D48;
}
.partners-slider .swiper-wrapper {
  align-items: stretch;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 288px;
  height: auto;
  border-radius: 24px;
  border: 1px solid #E9EEF6;
  background: #F5F5F5;
}
.partner-item img {
  max-height: 84px;
  height: auto;
  width: auto;
}

.person-organization {
  color: #8A95AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.person-title {
  color: #1E3157;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.person-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.person-job {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.person-line {
  height: 1px;
  background: #F2F2F2;
}

.person-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.person-block-name {
  color: #8A95AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.person-block-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.person-item,
.person-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.person-item::before,
.person-link::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.person-item--tel::before,
.person-link--tel::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M14 13.1667V12.0694C14 11.5242 13.6681 11.0339 13.1619 10.8314L11.8058 10.289C11.1619 10.0314 10.4281 10.3104 10.118 10.9307L10 11.1667C10 11.1667 8.33333 10.8333 7 9.5C5.66667 8.16667 5.33333 6.5 5.33333 6.5L5.56934 6.38199C6.18959 6.07187 6.46857 5.33809 6.21103 4.69424L5.66859 3.33815C5.46611 2.83194 4.97583 2.5 4.43062 2.5H3.33333C2.59695 2.5 2 3.09695 2 3.83333C2 9.72437 6.77563 14.5 12.6667 14.5C13.403 14.5 14 13.903 14 13.1667Z' stroke='%2328303F' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.person-item--mail::before,
.person-link--mail::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4.00016 5.83333L6.52096 7.51387C7.41669 8.11102 8.58363 8.11102 9.47936 7.51387L12.0002 5.83333M4.00016 14.5H12.0002C13.4729 14.5 14.6668 13.3061 14.6668 11.8333V5.16667C14.6668 3.69391 13.4729 2.5 12.0002 2.5H4.00016C2.5274 2.5 1.3335 3.69391 1.3335 5.16667V11.8333C1.3335 13.3061 2.5274 14.5 4.00016 14.5Z' stroke='%2328303F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.person-item--date::before,
.person-link--date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M10.6665 1.83337V3.83337' stroke='%2328303F' stroke-linecap='round'/%3E%3Cpath d='M5.3335 1.83337V3.83337' stroke='%2328303F' stroke-linecap='round'/%3E%3Cpath d='M2 6.83337C2 4.62423 3.79086 2.83337 6 2.83337H10C12.2091 2.83337 14 4.62424 14 6.83337V11.1667C14 13.3758 12.2091 15.1667 10 15.1667H6C3.79086 15.1667 2 13.3758 2 11.1667V6.83337Z' stroke='%2328303F'/%3E%3Cpath d='M2 6.5H14' stroke='%2328303F' stroke-linecap='round'/%3E%3C/svg%3E");
}
.person-item--web::before,
.person-link--web::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M14.6663 8.49992C14.6663 12.1818 11.6816 15.1666 7.99967 15.1666M14.6663 8.49992C14.6663 4.81802 11.6816 1.83325 7.99967 1.83325M14.6663 8.49992C14.6663 7.39535 11.6816 6.49992 7.99967 6.49992C4.31778 6.49992 1.33301 7.39535 1.33301 8.49992M14.6663 8.49992C14.6663 9.60449 11.6816 10.4999 7.99967 10.4999C4.31778 10.4999 1.33301 9.60449 1.33301 8.49992M7.99967 15.1666C4.31778 15.1666 1.33301 12.1818 1.33301 8.49992M7.99967 15.1666C9.47243 15.1666 10.6663 12.1818 10.6663 8.49992C10.6663 4.81802 9.47243 1.83325 7.99967 1.83325M7.99967 15.1666C6.52691 15.1666 5.33301 12.1818 5.33301 8.49992C5.33301 4.81802 6.52691 1.83325 7.99967 1.83325M1.33301 8.49992C1.33301 4.81802 4.31778 1.83325 7.99967 1.83325' stroke='black'/%3E%3C/svg%3E");
}
.person-item--map::before,
.person-link--map::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Ccircle cx='8' cy='7.83325' r='2' stroke='%2328303F'/%3E%3Cpath d='M14 7.75918C14 11.032 10.25 15.1666 8 15.1666C5.75 15.1666 2 11.032 2 7.75918C2 4.48638 4.68629 1.83325 8 1.83325C11.3137 1.83325 14 4.48638 14 7.75918Z' stroke='%2328303F'/%3E%3C/svg%3E");
}
.person-item span,
.person-link span {
  color: #FE2F01;
}

.person-link {
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  transition: opacity 0.2s linear;
}

.person-descr {
  padding: 24px;
  display: none;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  color: #262626;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
.person-descr h2,
.person-descr h3,
.person-descr h4 {
  font-weight: 800;
}

.popup {
  display: block;
  background: rgba(63, 63, 63, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: fixed;
  inset: 0;
  z-index: 101;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup--central .popup-content, .popup--management .popup-content {
  max-width: 808px;
}
.popup--regional .popup-content {
  max-width: 1008px;
}
.popup--regional .person-btn, .popup--central .person-btn, .popup--management .person-btn {
  display: none;
}
.popup--regional .management-info .person-block:first-child, .popup--central .management-info .person-block:first-child, .popup--management .management-info .person-block:first-child {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 24px;
}
.popup--regional .person-descr, .popup--central .person-descr, .popup--management .person-descr {
  display: block;
}

.popup-inner {
  display: flex;
  height: auto;
  min-height: calc(100% - 140px);
  margin: 70px 60px;
}

.popup-content {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 16px;
  background: #FFF;
  position: relative;
}

.popup-close {
  width: 20px;
  height: 20px;
  display: block;
  background: none;
  border: none;
  stroke: #28303F;
  transition: 0.2s linear;
  position: absolute;
  top: 16px;
  right: 16px;
}
.popup-close:hover {
  stroke: #FE2F01;
}

.product {
  display: flex;
  flex-direction: column;
  gap: 78px;
}

.product-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ECECEC;
}

.product-main-top {
  display: flex;
  gap: 24px;
}

.product-logo {
  display: block;
  width: 288px;
  height: 184px;
  flex-shrink: 0;
  padding: 19px 45px;
  border-radius: 16px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}

.product-info {
  display: flex;
  flex-direction: column;
  width: 288px;
  flex-shrink: 0;
  line-height: 1.1;
}

.product-name {
  margin-bottom: 6px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.product-type {
  margin-bottom: 16px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.product-director {
  color: #AEAEAE;
  font-size: 14px;
  font-weight: 400;
}
.product-director strong {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.product-description {
  max-width: 520px;
  padding-left: 24px;
  border-left: 1px solid #ECECEC;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.product-description strong {
  font-weight: 800;
}

.product-main-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.product-stats {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-stats-list {
  display: grid;
  gap: 24px;
}
.product-stats-list--double {
  grid-template-columns: repeat(2, 1fr);
}
.product-stats-list--triple {
  grid-template-columns: repeat(3, 1fr);
}

.product-stat-item {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  border-radius: 16px;
  background: #F5F5F5;
}

.product-stat-value {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.product-stat-label {
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.product-video {
  display: grid;
  grid-template-columns: repeat(2, 521px);
  gap: 104px;
}

.video-wrapper {
  height: 292px;
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}

.video-description {
  padding-left: 24px;
  border-left: 1px solid #ECECEC;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.product-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.product-block-descr {
  padding: 32px;
  border-radius: 16px;
  background: #F9FAFB;
  color: #262626;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.product-certificates {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product-certificates-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 392px;
}

.product-certificates-list li,
.product-certificates-link {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
}
.product-certificates-list li::before,
.product-certificates-link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 5px;
}

.product-certificates-list li {
  color: #000;
}
.product-certificates-list li::before {
  background-color: #000;
}

.product-certificates-link {
  color: #0C47B7;
  transition: opacity 0.2s linear;
}
.product-certificates-link::before {
  background-color: #0C47B7;
}

.product-certificates-line {
  height: 1px;
  background: #ECECEC;
}

.product-slider {
  max-width: 600px;
  height: 380px;
  border-radius: 16px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.product-slider .swiper-slide {
  padding: 55px 86px;
}
.product-slider .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
}
.product-slider .swiper-pagination-bullet-active {
  background: #002EA3;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 24px;
}

.products-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}

.products-picture {
  height: 180px;
  overflow: hidden;
}
.products-picture img {
  transition: transform 0.2s linear;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-content {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 9px;
  flex-grow: 1;
  background: #F5F5F5;
}

.products-name {
  transition: opacity 0.2s linear;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.products-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}

.projects-card-image {
  height: 230px;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.projects-card-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.projects-card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px 16px 24px 16px;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #ECECEC;
  background: #FFF;
}
.projects-card-body .btn {
  width: 100%;
}

.projects-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  color: #202020;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.projects-card-line {
  height: 1px;
  margin-top: -8px;
  background: #F2F2F2;
}

.projects-card-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.projects-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.projects-card-name {
  color: #8A95AB;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.projects-card-value {
  color: #272C38;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.projects-card-status {
  padding: 3px 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.projects-card-status--active {
  background: #1149D6;
}
.projects-card-status--completed {
  background: #38BB3E;
  position: relative;
}
.projects-card-status--completed::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 17.0625C4.5525 17.0625 0.9375 13.4475 0.9375 9C0.9375 4.5525 4.5525 0.9375 9 0.9375C13.4475 0.9375 17.0625 4.5525 17.0625 9C17.0625 13.4475 13.4475 17.0625 9 17.0625ZM9 2.0625C5.175 2.0625 2.0625 5.175 2.0625 9C2.0625 12.825 5.175 15.9375 9 15.9375C12.825 15.9375 15.9375 12.825 15.9375 9C15.9375 5.175 12.825 2.0625 9 2.0625Z' fill='white'/%3E%3Cpath d='M7.93508 11.6852C7.78508 11.6852 7.64258 11.6252 7.53758 11.5202L5.41508 9.3977C5.19758 9.1802 5.19758 8.8202 5.41508 8.6027C5.63258 8.3852 5.99258 8.3852 6.21008 8.6027L7.93508 10.3277L11.7901 6.4727C12.0076 6.2552 12.3676 6.2552 12.5851 6.4727C12.8026 6.6902 12.8026 7.05019 12.5851 7.26769L8.33258 11.5202C8.22758 11.6252 8.08508 11.6852 7.93508 11.6852Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.projects-details {
  max-width: 808px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.projects-details-img {
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}

.projects-details-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EDEDED;
}

.projects-details-title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.projects-details-descr {
  padding-top: 32px;
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.projects-details-descr h2,
.projects-details-descr h3,
.projects-details-descr h4 {
  font-weight: 800;
}

.questionnaire {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 80px;
  border-radius: 24px;
  background: #FFF;
}

.questionnaire-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.questionnaire-block .form-label {
  color: #66676A;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.questionnaire-block .form-textarea,
.questionnaire-block .form-input {
  border: 1px solid #8F8F8F;
}

.questionnaire-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.questionnaire-line {
  height: 1px;
  background: #E4E4E4;
}

.questionnaire-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 390px;
}
.questionnaire-column--double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 60px;
  max-width: 840px;
}
.questionnaire-column--big {
  gap: 32px;
  max-width: 840px;
}

.questionnaire-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.questionnaire-name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.questionnaire-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.questionnaire-footer .btn {
  width: 100%;
}

.regional-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.regional-descr {
  padding: 32px;
  border-radius: 16px;
  background: #F5F5F5;
  color: #262626;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.regional-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.regional-main {
  display: grid;
  grid-template-columns: 288px 1fr;
  align-items: flex-start;
  gap: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #F5F5F5;
}

.regional-avatar {
  border-radius: 16px;
  background: #E8E2E2;
  overflow: hidden;
  position: relative;
}
.regional-avatar .person-block {
  padding: 12px 24px;
  background: #FFF;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.regional-avatar .person-block-name {
  text-align: center;
}

.regional-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.regional-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}

.regional-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.regional-info .btn {
  width: 100%;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 32px;
}

.search-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.search-head {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.search-title {
  color: #666;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
.search-title span {
  color: #000;
  font-weight: 700;
}

.search-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.search-item {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #F9FAFB;
}
.search-item .docs-item {
  background: #FFF;
}

.search-lable {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 16px;
  border-radius: 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.search-lable--news {
  background: #081D48;
}
.search-lable--docs {
  background: #4F69A8;
}

.search-news {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFEF;
}

.search-news-img {
  width: 162px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #F5F5F5;
  overflow: hidden;
}
.search-news-img img {
  transition: transform 0.2s linear;
}

.search-news-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-title {
  color: #081D48;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  transition: opacity 0.2s linear;
}

.search-text {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.search-text span {
  font-weight: 800;
}

.search-date {
  color: #8A95AB;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}
.search-date span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.services-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.services-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.services-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-info-feature {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.services-info-feature-img {
  width: 392px;
  height: auto;
  flex-shrink: 0;
  border-radius: 24px;
  background: #F2F2F2;
  overflow: hidden;
}

.services-info-feature-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 40px;
  flex-grow: 1;
  border-radius: 16px;
  background: #F5F5F5;
}
.services-info-feature-list li {
  display: flex;
  gap: 15px;
  flex-grow: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.37;
}
.services-info-feature-list li:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid #DEE8FF;
}
.services-info-feature-list li::before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='15' fill='%23081D48'/%3E%3Ccircle cx='20' cy='20' r='17.3684' stroke='%230053FF' stroke-opacity='0.14' stroke-width='4.73684'/%3E%3Cpath d='M25.9209 16.4473L18.1527 23.9473L13.6841 19.6052' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.services-info-feature-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
  background: #F5F5F5;
}

.services-info-feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.services-info-feature-line {
  height: 1px;
  background: #E0E0E0;
}

.services-info-feature-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.services-text {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.services-areas {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.services-areas-list {
  display: grid;
  grid-template-columns: repeat(3, 288px);
  gap: 24px;
  padding-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #F1F1F1;
}

.services-areas-item {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border-radius: 16px;
  background: #F5F5F5;
  color: #03112E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.services-areas-item.active {
  background-color: #081D48;
  cursor: default;
  color: #fff;
  position: relative;
}
.services-areas-item.active::before {
  content: "";
  height: 3px;
  background: #081D48;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
}
.services-areas-item.active .services-areas-icon img:nth-child(1) {
  display: none;
}
.services-areas-item.active .services-areas-icon img:nth-child(2) {
  display: block;
}

.services-areas-icon {
  width: 80px;
  height: 80px;
}
.services-areas-icon img:nth-child(2) {
  display: none;
}

.services-board {
  display: none;
  flex-direction: column;
  padding: 48px 32px;
  gap: 48px;
  border-radius: 16px;
  border: 1px solid #DDD;
  background: #FFF;
}
.services-board.active {
  display: flex;
}

.services-board-title {
  max-width: 550px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
}

.services-board-line {
  height: 1px;
  background: #EDEDED;
}

.services-board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.services-board-item {
  display: flex;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E0E6EC;
  color: #081D48;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.services-board-item:last-child, .services-board-item:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}

.services-board-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.services-descr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-descr-title {
  color: #262626;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.services-descr-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 287px;
  overflow: hidden;
  transition: max-height 0.5s linear;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
}

.services-board-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.services-board-line {
  height: 1px;
  background: #EDEDED;
}

.services-examination-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.services-examination-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E6EC;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.services-examination-item:last-child, .services-examination-item:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}

.services-examination-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.services-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}

.services-compare-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-compare-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-compare-list--risks .services-compare-item {
  background: #FAF4F4;
}
.services-compare-list--risks .services-compare-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='15' fill='%23F13438'/%3E%3Ccircle cx='20' cy='20' r='17.3684' stroke='%23F13438' stroke-opacity='0.14' stroke-width='4.73684'/%3E%3Cpath d='M25.921 20H14' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.services-compare-list--benefits .services-compare-item {
  background: #F4FAF5;
}
.services-compare-list--benefits .services-compare-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='15' fill='%2315D22E'/%3E%3Ccircle cx='20' cy='20' r='17.3684' stroke='%2315D22E' stroke-opacity='0.14' stroke-width='4.73684'/%3E%3Cpath d='M25.9204 16.4473L18.1522 23.9473L13.6836 19.6052' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-compare-item {
  padding: 24px;
  display: flex;
  gap: 16px;
  min-height: 126px;
  border-radius: 16px;
  color: #080808;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.services-compare-item::before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.services-steps-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-steps-head {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  color: #806209;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.services-steps-head::before, .services-steps-head::after {
  content: "";
  height: 1px;
  background: #EDEDED;
  flex-grow: 1;
}

.services-steps-body {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  flex-grow: 1;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFAEB 0%, #F5F5F5 100%);
}

.services-steps-icon {
  width: 44px;
  height: 44px;
}

.services-steps-title {
  margin-bottom: auto;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.services-steps-line {
  height: 1px;
  background: #E5E5E5;
}

.services-steps-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.services-membership {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-membership-title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.services-membership-board {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 40px;
  border-radius: 16px;
  border: 1px solid #EAEAEA;
  background: #FFF;
}

.services-membership-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.services-membership-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-membership-item {
  display: flex;
  gap: 20px;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.services-membership-item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
}
.services-membership-item::before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='15' fill='%2341AD94'/%3E%3Ccircle cx='20' cy='20' r='17.3684' stroke='%23999999' stroke-opacity='0.14' stroke-width='4.73684'/%3E%3Cpath d='M25.9204 16.4473L18.1522 23.9473L13.6836 19.6052' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.services-entry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.services-entry-item {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #EBF2FF 0%, #F5F5F5 100%);
}

.services-entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.services-entry-number {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
}

.services-entry-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.services-entry-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-entry-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.services-entry-line {
  height: 1px;
  background: #E5E5E5;
}

.services-entry-text {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.stats-card {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid #E9EEF6;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.stats-card::before {
  content: "";
  background: linear-gradient(180deg, #EDF3FF 0%, #FFF 100%);
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.stats-card::after {
  content: "";
  transition: opacity 0.2s linear;
  background: #F5F5F5;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.stats-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-bottom: 35px;
}

.stats-label {
  margin-bottom: auto;
  color: #081D48;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.stats-value {
  margin-top: 4px;
  color: #081D48;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.44px;
}

.structure-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.structure-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.structure-board {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.structure-main {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.structure-main::before {
  content: "";
  height: 1px;
  width: 76.6%;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.structure-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 8px;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #B7D0FF;
  background: #F0F5FF;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
}
.structure-item--main {
  min-width: 236px;
  background: #081D48;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
}
.structure-item--submain {
  background: #2F4A82;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}

.structure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.structure-column {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
  z-index: 1;
}
.structure-column::before {
  content: "";
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: -112px;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.structure-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-grow: 1;
}

.structure-element--double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
}
.structure-element--double::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.structure-element--double .structure-item {
  font-size: 16px;
}
.structure-element .structure-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.tabs-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 0 30px;
  overflow-x: auto;
}

.tab-button {
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  color: #73787D;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  transition: 0.2s linear;
}
.tab-button.active {
  color: #000;
  border-color: #081D48;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 1365px){
  .contacts-board--three {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
  .contacts-board--three .contacts-line {
    display: none;
  }
  .event-content {
    grid-template-columns: 1fr 292px;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .header-search {
    width: 320px;
  }
  .header-menu {
    gap: 15px;
  }
  .header-menu-item {
    font-size: 12px;
  }
  .logo-title-main {
    font-size: 14.175px;
  }
  .logo-title-sub {
    font-size: 11.234px;
  }
  .management-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .product-video {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 1023px){
  .container {
    padding: 0 15px;
  }
  .site {
    padding-top: 100px;
  }
  .pb140 {
    padding-bottom: 100px;
  }
  .activity-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .activity-nav {
    flex-direction: row;
    position: static;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px 10px;
    gap: 10px;
    overflow-x: auto;
  }
  .article-inner {
    grid-template-columns: 1fr;
  }
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-head .title-xl {
    max-width: 380px;
  }
  .catalog {
    grid-template-columns: repeat(3, 1fr);
  }
  .central-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .central-main {
    grid-template-columns: 264px 1fr;
  }
  .event-content {
    grid-template-columns: 1fr;
  }
  .events {
    display: flex;
    flex-direction: column-reverse;
  }
  .events-aside {
    position: static;
    width: 100%;
  }
  .footer {
    padding: 34px 0 20px 0;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-address {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-email {
    text-align: center;
  }
  .footer-contacts {
    gap: 20px;
  }
  .footer-nav {
    gap: 20px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-list {
    gap: 12px;
  }
  .header {
    border-bottom: 1px solid #081D48;
  }
  .header-actions {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .header-search {
    width: 100%;
  }
  .header-search-btn {
    width: 25px;
    height: 25px;
  }
  .header-search-input {
    padding-left: 60px;
  }
  .header-burger {
    display: block;
    width: 35px;
    height: 30px;
  }
  .header-bottom {
    padding: 60px 0 30px;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-bottom.is-open {
    opacity: 1;
    visibility: visible;
  }
  .header-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 20px;
    background: #081D48;
  }
  .header-menu-item {
    font-size: 14px;
    width: 100%;
  }
  .header-submenu {
    position: static;
    transform: unset;
  }
  .intro-inner {
    grid-template-columns: 1fr;
  }
  .navigation-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px 10px;
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-events-card-image {
    height: 180px;
  }
  .our-events-card-footer {
    flex-direction: column;
  }
  .our-services-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }
  .popup-inner {
    margin: 16px;
    min-height: calc(100% - 32px);
  }
  .product-main-top {
    flex-wrap: wrap;
  }
  .product-video {
    grid-template-columns: repeat(1, 521px);
    gap: 20px;
  }
  .product-certificates {
    flex-direction: column;
  }
  .product-certificates-left {
    max-width: unset;
  }
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .questionnaire {
    gap: 30px;
    padding: 40px;
  }
  .regional-grid {
    grid-template-columns: repeat(1, auto);
    gap: 24px;
  }
  .services-info-feature {
    flex-direction: column;
    align-items: center;
  }
  .services-areas-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .services-steps-body {
    padding: 16px;
    gap: 12px;
  }
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-card:last-child {
    grid-column: span 2;
  }
  .structure-board {
    gap: 25px;
  }
  .structure-main::before {
    width: 76%;
  }
  .structure-item {
    padding: 20px 4px;
    font-size: 12px;
  }
  .structure-item--main {
    min-width: 180px;
    font-size: 16px;
  }
  .structure-item--submain {
    font-size: 14px;
  }
  .structure-grid {
    gap: 10px;
  }
  .structure-column {
    gap: 20px;
  }
  .structure-column::before {
    top: -56px;
  }
  .structure-list {
    gap: 10px;
  }
  .structure-element--double {
    gap: 6px;
  }
  .structure-element--double .structure-item {
    font-size: 10px;
  }
  .structure-element .structure-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tabs-nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }
}
@media (max-width: 767px){
  .heading {
    margin-bottom: 20px;
  }
  .title-xl {
    font-size: 24px;
  }
  .title-l {
    font-size: 18px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
  .fs14 {
    font-size: 12px;
  }
  .site {
    padding-top: 80px;
  }
  .pb140 {
    padding-bottom: 40px;
  }
  .activity-nav-link {
    padding: 10px 14px;
    border-radius: 10px;
  }
  .activity-item {
    padding: 24px 16px;
  }
  .activity-card {
    gap: 16px;
  }
  .activity-header {
    flex-direction: column;
  }
  .activity-council {
    gap: 10px;
  }
  .activity-flag {
    width: 60px;
    height: 35px;
  }
  .activity-title {
    font-size: 16px;
  }
  .activity-body {
    gap: 24px;
  }
  .field-label {
    font-size: 13px;
  }
  .field-value {
    font-size: 14px;
  }
  .activity-representative {
    gap: 20px;
  }
  .activity-top {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .activity-info {
    gap: 20px;
  }
  .activity-bio {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .activity-bottom {
    font-size: 14px;
  }
  .activity-bottom h3 {
    font-size: 15px;
  }
  .application-head {
    padding: 20px 10px;
  }
  .application-title {
    font-size: 18px;
  }
  .application-subtitle {
    font-size: 15px;
  }
  .application-form {
    padding: 20px 10px;
    gap: 20px;
  }
  .application-form .form-label--big {
    font-size: 16px;
  }
  .application-nav {
    gap: 10px;
  }
  .application-nav .btn {
    font-size: 14px;
  }
  .application-message {
    font-size: 13px;
  }
  .application-wrapper {
    gap: 16px;
  }
  .application-timer-text {
    font-size: 14px;
  }
  .application-repeat {
    font-size: 14px;
  }
  .application-form-title {
    font-size: 16px;
  }
  .article-lable {
    padding: 5px 8px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 14px;
  }
  .article-head {
    margin-bottom: 20px;
  }
  .article-title {
    font-size: 20px;
  }
  .article-meta-wrapper {
    gap: 6px;
    font-size: 12px;
  }
  .article-content {
    font-size: 14px;
  }
  .article-content h1 {
    font-size: 24px;
  }
  .article-content h2 {
    font-size: 18px;
  }
  .article-content h3 {
    font-size: 16px;
  }
  .article-similar {
    gap: 20px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .benefits-inner {
    gap: 24px;
  }
  .benefits-wrapper {
    gap: 16px;
  }
  .benefits-head {
    flex-direction: column;
    padding: 20px 16px;
  }
  .benefits-head-wrapper {
    gap: 12px;
  }
  .benefits-head-icon {
    width: 44px;
    height: 44px;
  }
  .benefits-bottom {
    gap: 12px;
  }
  .benefits-bottom .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .benefits-group {
    gap: 25px;
  }
  .benefits-title {
    font-size: 18px;
  }
  .benefits-message {
    padding: 20px;
    gap: 20px;
  }
  .benefits-message .btn {
    width: 100%;
    height: auto;
  }
  .benefits-message-icon {
    width: 80px;
    height: 80px;
  }
  .benefits-message-title {
    font-size: 24px;
  }
  .benefits-message-text {
    font-size: 14px;
  }
  .btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
  .link-arrow {
    font-size: 16px;
  }
  .link-arrow::after {
    width: 20px;
    height: 20px;
  }
  .download {
    font-size: 14px;
  }
  .download img {
    width: 20px;
    height: 20px;
  }
  .share {
    font-size: 14px;
  }
  .btn-toggle {
    font-size: 14px;
  }
  .btn-toggle::after {
    width: 20px;
    height: 20px;
  }
  .catalog {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .catalog-picture {
    height: 100px;
  }
  .catalog-picture img {
    width: 70px;
    height: 70px;
  }
  .catalog-name {
    font-size: 13px;
  }
  .central-main {
    grid-template-columns: 1fr;
  }
  .central-content {
    gap: 24px;
  }
  .central-info .btn {
    max-width: unset;
  }
  .contacts-inner {
    gap: 60px;
  }
  .contacts-top {
    gap: 24px;
  }
  .contacts-info {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  .contacts-logo {
    width: 152px;
  }
  .contacts-info-title {
    font-size: 18px;
  }
  .contacts-info-text {
    font-size: 14px;
  }
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contacts-board {
    padding: 16px;
    gap: 16px;
  }
  .contacts-board--three {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    grid-column: span 1;
  }
  .contacts-board-title {
    font-size: 18px;
  }
  .contacts-column {
    gap: 16px 24px;
  }
  .contacts-link,
  .contacts-item {
    font-size: 16px;
  }
  .contacts-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  .contacts-descr {
    font-size: 14px;
  }
  .contacts-map-head {
    padding: 20px;
  }
  .contacts-map-wrapper {
    height: 500px;
  }
  .docs {
    gap: 20px;
  }
  .docs-item {
    padding: 12px 16px;
  }
  .docs-name {
    font-size: 14px;
    gap: 6px;
  }
  .docs-name img {
    width: 20px;
    height: 20px;
  }
  .event-inner {
    gap: 40px;
  }
  .event-title {
    font-size: 20px;
  }
  .event-image {
    height: 65vw;
  }
  .event-date {
    padding: 6px 15px;
  }
  .event-day-range {
    font-size: 36px;
  }
  .event-month-year {
    font-size: 18px;
  }
  .event-info-box {
    padding: 17px 14px;
    height: auto;
  }
  .event-info-box--row {
    flex-direction: column;
    gap: 10px;
  }
  .event-info-title {
    font-size: 16px;
  }
  .event-info-line {
    display: none;
  }
  .event-nav::after {
    display: none;
  }
  .event-descr {
    font-size: 14px;
  }
  .event-gallery {
    gap: 25px;
  }
  .event-gallery-title {
    font-size: 16px;
  }
  .events-list {
    gap: 20px;
  }
  .events-item {
    padding: 16px 12px;
    gap: 12px;
  }
  .events-head {
    flex-direction: column;
    gap: 10px;
  }
  .events-date {
    padding: 8px 20px;
  }
  .events-day-range {
    font-size: 24px;
  }
  .events-title {
    font-size: 16px;
  }
  .event-details {
    gap: 15px;
  }
  .events-search-input {
    padding: 15px 50px 15px 10px;
  }
  .events-date-input {
    padding: 10px 8px;
  }
  .events-select::before {
    width: 20px;
    height: 20px;
  }
  .events-select select {
    padding: 10px 8px;
  }
  .export-inner {
    gap: 24px;
  }
  .export-subtitle {
    font-size: 16px;
  }
  .footer-top {
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .form-checkbox span {
    font-size: 15px;
  }
  .form-radio span {
    font-size: 15px;
  }
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .gallery-link {
    height: 100vw;
  }
  .gallery-block {
    gap: 24px;
  }
  .gallery-title {
    font-size: 18px;
  }
  .gallery-date {
    font-size: 13px;
  }
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-top {
    padding: 6px 0;
  }
  .infobox {
    padding: 20px;
    gap: 20px;
  }
  .infobox-content {
    gap: 20px;
  }
  .infobox-head {
    gap: 20px;
  }
  .infobox-head-logo {
    width: 82px;
  }
  .infobox-text,
  .infobox-not-hide-text {
    gap: 20px;
    font-size: 14px;
  }
  .infobox-bottom {
    padding-top: 20px;
  }
  .intro-img {
    height: 60vw;
  }
  .intro-overlay {
    padding: 8px;
    gap: 10px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .intro-title {
    font-size: 16px;
  }
  .intro-date {
    font-size: 12px;
  }
  .intro-nav {
    right: 15px;
    bottom: 15px;
  }
  .intro-item {
    gap: 10px;
  }
  .intro-link {
    font-size: 14px;
  }
  .logo-title-main {
    font-size: 11.175px;
  }
  .logo-title-sub {
    font-size: 8.234px;
  }
  .management-main {
    flex-direction: column;
  }
  .management-avatar {
    width: 100%;
  }
  .navigation {
    margin-bottom: 35px;
  }
  .news-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .news-card-image {
    height: 53vw;
  }
  .news-card-title {
    font-size: 16px;
  }
  .our-events-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .our-events-card-image {
    height: 48vw;
  }
  .our-events-card-footer {
    flex-direction: row;
  }
  .our-services-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .our-services-item {
    padding: 20px 12px;
    gap: 20px;
  }
  .our-services-icon {
    width: 82px;
    height: 82px;
  }
  .our-services-text {
    font-size: 16px;
  }
  .pagination-dots,
  .pagination-link {
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 5.6px;
    font-size: 14px;
  }
  .partner-item {
    padding: 12px;
    width: 220px;
    border-radius: 16px;
  }
  .partner-item img {
    max-height: 64px;
  }
  .person-descr {
    padding: 12px;
    font-size: 14px;
  }
  .popup-content {
    padding: 40px 20px 20px;
  }
  .popup-close {
    top: 10px;
    right: 10px;
  }
  .product {
    gap: 30px;
  }
  .product-main-top {
    flex-direction: column;
    gap: 20px;
  }
  .product-description {
    font-size: 14px;
    padding-left: 10px;
  }
  .product-main-bottom {
    gap: 20px;
    flex-direction: column;
  }
  .product-stats {
    gap: 24px;
  }
  .product-stats-list {
    gap: 16px;
  }
  .product-stats-list--double {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-stats-list--triple {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-stat-item {
    padding: 20px;
    gap: 16px;
  }
  .product-stat-value {
    font-size: 18px;
  }
  .product-stat-label {
    padding-bottom: 16px;
    font-size: 14px;
  }
  .product-video {
    grid-template-columns: repeat(1, 100%);
  }
  .video-wrapper {
    height: 55vw;
  }
  .video-description {
    font-size: 14px;
    padding-left: 10px;
  }
  .product-block {
    gap: 24px;
  }
  .product-block-descr {
    padding: 24px;
    font-size: 14px;
  }
  .product-certificates-left {
    gap: 20px;
  }
  .product-certificates-list li,
  .product-certificates-link {
    font-size: 14px;
  }
  .product-slider {
    width: 100%;
    height: 70vw;
    max-width: unset;
  }
  .product-slider .swiper-slide {
    padding: 25px 40px;
  }
  .products {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-picture {
    height: 58vw;
  }
  .products-content {
    padding: 16px 10px;
  }
  .projects-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .projects-card-body {
    gap: 20px;
  }
  .projects-card-title {
    font-size: 15px;
  }
  .projects-card-name {
    font-size: 14px;
  }
  .projects-card-value {
    font-size: 14px;
  }
  .projects-details {
    gap: 8px;
  }
  .projects-details-content {
    gap: 20px;
    padding-bottom: 20px;
  }
  .projects-details-title {
    font-size: 20px;
  }
  .projects-details-descr {
    padding-top: 20px;
    font-size: 14px;
  }
  .questionnaire {
    gap: 20px;
    padding: 20px 10px;
  }
  .questionnaire-block {
    gap: 20px;
  }
  .questionnaire-title {
    font-size: 18px;
  }
  .questionnaire-column--double {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .questionnaire-column--big {
    gap: 16px;
  }
  .regional-descr {
    padding: 20px;
    font-size: 14px;
  }
  .regional-main {
    grid-template-columns: 1fr;
  }
  .regional-info .btn {
    max-width: unset;
  }
  .search-inner {
    gap: 24px;
  }
  .search-head {
    gap: 32px;
  }
  .search-title {
    font-size: 24px;
  }
  .search-list {
    gap: 20px;
  }
  .search-item {
    padding: 16px 12px;
    gap: 20px;
  }
  .search-news {
    gap: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .search-title {
    font-size: 16px;
  }
  .search-text {
    font-size: 14px;
  }
  .search-date {
    font-size: 12px;
  }
  .search-date span {
    font-size: 13px;
  }
  .services-inner {
    gap: 32px;
  }
  .services-content {
    gap: 40px;
  }
  .services-info-feature-img {
    width: 100%;
  }
  .services-info-feature-list {
    padding: 14px 20px;
    gap: 10px;
  }
  .services-info-feature-list li {
    font-size: 14px;
  }
  .services-info-feature-list li:not(:last-child) {
    padding-bottom: 10px;
  }
  .services-info-feature-wrapper {
    padding: 20px;
    gap: 10px;
  }
  .services-info-feature-head {
    flex-direction: column;
  }
  .services-info-feature-text {
    font-size: 14px;
  }
  .services-text {
    padding: 20px;
    gap: 20px;
    font-size: 14px;
  }
  .services-areas {
    gap: 24px;
  }
  .services-areas-list {
    display: flex;
    padding: 0 15px 20px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    gap: 10px;
    overflow-x: auto;
  }
  .services-areas-item {
    width: 230px;
    flex-shrink: 0;
    gap: 20px;
    font-size: 14px;
  }
  .services-areas-item.active::before {
    display: none;
  }
  .services-areas-icon {
    width: 50px;
    height: 50px;
  }
  .services-board {
    padding: 24px 16px;
    gap: 24px;
  }
  .services-board-title {
    font-size: 16px;
  }
  .services-board-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .services-board-item {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .services-board-icon {
    width: 44px;
    height: 44px;
  }
  .services-descr-title {
    font-size: 16px;
  }
  .services-descr-text {
    font-size: 14px;
  }
  .services-examination-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .services-examination-item {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .services-examination-icon {
    width: 44px;
    height: 44px;
  }
  .services-compare {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px 10px;
  }
  .services-compare-column {
    gap: 12px;
  }
  .services-compare-list {
    gap: 10px;
  }
  .services-compare-item {
    padding: 16px;
    gap: 8px;
    font-size: 14px;
    min-height: unset;
  }
  .services-compare-item::before {
    width: 24px;
    height: 24px;
  }
  .services-steps {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .services-steps-item {
    gap: 20px;
  }
  .services-steps-head {
    gap: 20px;
    font-size: 14px;
  }
  .services-membership-title {
    font-size: 18px;
  }
  .services-membership-board {
    padding: 20px;
    gap: 20px;
  }
  .services-membership-name {
    font-size: 15px;
  }
  .services-membership-list {
    gap: 12px;
  }
  .services-membership-item {
    font-size: 14px;
    gap: 10px;
  }
  .services-membership-item:not(:last-child) {
    padding-bottom: 12px;
  }
  .services-entry {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .services-entry-item {
    padding: 16px;
    gap: 12px;
  }
  .services-entry-number {
    font-size: 32px;
  }
  .services-entry-body {
    gap: 10px;
  }
  .services-entry-title {
    font-size: 18px;
  }
  .services-entry-text {
    font-size: 14px;
  }
  .stats-cards {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .stats-card {
    align-items: center;
    text-align: center;
    padding: 16px 10px;
  }
  .stats-card:last-child {
    grid-column: span 1;
  }
  .stats-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .stats-label {
    font-size: 16px;
  }
  .stats-value {
    font-size: 32px;
  }
  .structure-inner {
    gap: 40px;
  }
  .structure-main::before {
    width: calc(100% + 30px);
    top: calc(100% + 25px);
  }
  .structure-main::after {
    content: "";
    height: 25px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
  }
  .structure-grid {
    overflow-x: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 25px 15px 0;
  }
  .structure-column {
    min-width: 180px;
  }
  .tabs-inner {
    gap: 24px;
  }
  .tabs-nav {
    gap: 12px;
  }
  .tab-button {
    font-size: 14px;
  }
  .tab-panel.active {
    gap: 60px;
  }
}
@media (any-hover: hover){
  .activity-nav-link:hover {
    color: #081D48;
    border-color: #081D48;
  }
  .application-repeat button:hover {
    opacity: 0.5;
  }
  .btn--sky-tint:hover {
    background-color: #bdd3ff;
  }
  .btn--grey:hover {
    background-color: gainsboro;
  }
  .btn--blue:not(:disabled):hover {
    background-color: #030b1a;
  }
  .btn--white:hover {
    background-color: #e6e6e6;
  }
  .btn--gradient-blue:hover {
    background: linear-gradient(90deg, #133FAE 0%, #081348 100%);
  }
  .link-arrow:hover {
    opacity: 0.5;
  }
  .download:hover {
    opacity: 0.5;
  }
  .share:hover {
    opacity: 0.5;
  }
  .catalog-item:hover .catalog-picture {
    background-color: #cfcfcf;
    transform: scale(1.05);
  }
  .contacts-link:hover {
    opacity: 0.5;
  }
  .event-info-tel:hover {
    opacity: 0.5;
  }
  .event-info-emails a:hover {
    opacity: 0.5;
  }
  .footer-email:hover {
    opacity: 0.5;
  }
  .footer-contact-list a:hover {
    opacity: 0.5;
  }
  .footer-links a:hover {
    opacity: 0.5;
  }
  .social-list a:hover {
    opacity: 0.5;
  }
  .gallery-link:hover img {
    transform: scale(1.1);
  }
  .gallery-item:hover img {
    transform: scale(1.1);
  }
  .header-menu-item:hover .header-menu-link,
  .header-menu-item:hover .header-menu-toggle {
    opacity: 0.5;
  }
  .intro-content:hover .intro-img img {
    transform: scale(1.1);
  }
  .intro-button-prev:hover,
  .intro-button-next:hover {
    background-color: #fff;
    transform: scale(1.3);
  }
  .intro-link:hover {
    opacity: 0.5;
  }
  .navigation-link:hover {
    color: #FFF;
    background: #081D48;
  }
  .news-card-link:hover img {
    transform: scale(1.1);
  }
  .news-card-link:hover .news-card-title {
    opacity: 0.5;
  }
  .our-events-card:hover .our-events-card-image img {
    transform: scale(1.1);
  }
  .our-services-item:hover::before {
    opacity: 0;
  }
  .our-services-item:hover::after {
    opacity: 1;
  }
  .our-services-item:hover .our-services-text {
    color: #fff;
  }
  .our-services-item:hover .our-services-icon img:nth-child(1) {
    opacity: 0;
  }
  .our-services-item:hover .our-services-icon img:nth-child(2) {
    opacity: 1;
  }
  .pagination-link:hover {
    color: #FFF;
    background-color: #081D48;
  }
  .person-link:hover {
    opacity: 0.5;
  }
  .product-certificates-link:hover {
    opacity: 0.5;
  }
  .products-item:hover .products-picture img {
    transform: scale(1.1) rotate(3deg);
  }
  .products-item:hover .products-name {
    opacity: 0.5;
  }
  .search-news:hover img {
    transform: scale(1.1);
  }
  .search-news:hover .search-title {
    opacity: 0.5;
  }
  .services-areas-item:hover {
    background-color: #081D48;
    color: #fff;
  }
  .stats-card:hover::before {
    opacity: 0;
  }
  .stats-card:hover::after {
    opacity: 1;
  }
  .tab-button:hover {
    color: #000;
    border-color: #081D48;
  }
}