@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/HelveticaNeue-Roman.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/HelveticaNeue-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/HelveticaNeue-Light.otf);
  font-weight: 300;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Helvetica Neue", sans-serif;
}

header {
  background: white;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  z-index: 9;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1005px;
}
header .header-logo {
  position: relative;
  width: 110px;
  display: block;
}
header .header-logo img {
  width: 100%;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .nav-item {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #4b4b4d;
}
header .header-search {
  width: 40px;
  height: 40px;
}
header .header-backdrop {
  display: none;
}
header .header-burger {
  display: none;
}

.h1-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  color: #4b4b4d;
}

.red-button {
  display: block;
  border-radius: 100px;
  background: #c50a33;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: fit-content;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}

.hero .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
}
.hero .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .swiper-slide .container {
  position: relative;
  z-index: 2;
}
.hero .swiper-slide .hero-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  padding: 30px 80px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
}

.hero-i {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.hero-i .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-i .h1-heading {
  color: white;
}
.hero-i .sub-heading {
  width: 100%;
  max-width: 534px;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.hero-i .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-i .container {
  position: relative;
  z-index: 2;
}
.hero-i .hero-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  padding: 30px 80px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.mb40 {
  margin-bottom: 40px;
}

.section-heading {
  display: flex;
  gap: 5px;
}
.section-heading p {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #a6a098;
}
.section-heading svg {
  width: 17px;
  height: 9px;
}

.cultures {
  padding: 120px;
}
.cultures .section-heading {
  margin-bottom: 40px;
}
.cultures .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.cultures .item {
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: relative;
}
.cultures .item .bg {
  width: 100%;
  height: 100%;
}
.cultures .item .name {
  border-radius: 15px 15px 0 0;
  padding: 6px 0;
  width: 180px;
  background: #7e5f5f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.cultures .red-button {
  margin-top: 40px;
  padding: 15px 65px;
}

.regular-text,
p {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #4b4b4d;
}

.icons-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.icons-list li {
  display: flex;
  gap: 15px;
}
.icons-list li svg {
  flex-shrink: 0;
}

.about {
  background: rgba(126, 95, 95, 0.1);
  padding: 120px 0;
}
.about.inside {
  background: white;
}
.about .about-img img {
  max-width: 100%;
}
.about.map {
  position: relative;
}
.about.map .top {
  position: relative;
  z-index: 2;
}
.about.map .bg {
  z-index: 1;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
}
.about.map .red-button {
  margin-top: 700px;
  position: relative;
  z-index: 2;
}
.about.text-img .top {
  grid-template-columns: 816px 1fr;
  gap: 40px;
}
.about.slider-h .top {
  grid-template-columns: 260px 1038px;
}
.about .slider-arrows {
  display: flex;
  gap: 10px;
}
.about .history-prev,
.about .history-next {
  transition: all 0.4s ease;
}
.about .history-prev.swiper-button-disabled,
.about .history-next.swiper-button-disabled {
  opacity: 0.5;
}
.about .history-prev svg {
  rotate: 180deg;
}
.about .history-slider .swiper-slide {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  background: #fff;
  padding: 30px;
  transition: all 0.4s ease;
}
.about .history-slider .swiper-slide.swiper-slide-active {
  background: rgba(126, 95, 95, 0.1);
}
.about .history-slider .swiper-slide .year {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #c50a33;
  margin-bottom: 30px;
}
.about .history-slider .swiper-slide .heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #4b4b4d;
  margin-bottom: 10px;
}
.about .slider {
  max-width: 100%;
}
.about .history-slider {
  max-width: 100%;
}
.about .top {
  display: grid;
  gap: 50px;
  grid-template-columns: 260px 1fr;
  position: relative;
}
.about .top .section-heading {
  flex-shrink: 0;
}
.about .about-top-r .top-logos {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.about .about-top-r .top-logos img {
  max-width: 110px;
}
.about .about-top-r .heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #4b4b4d;
  margin-bottom: 10px;
}
.about .about-top-r .sub-heading {
  margin-bottom: 40px;
}
.about .red-button {
  margin-top: 40px;
}
.about .btm {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.about .btm-l {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  background: #fff;
  padding: 70px 40px 40px 40px;
  position: relative;
  width: 100%;
  max-width: 516px;
}
.about .btm-l .top-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.about .btm-l-heading {
  margin-bottom: 63px;
}
.about .btm-l .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about .btm-l .wrapper .item {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  padding: 15px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
}
.about .btm-l .wrapper .item .item-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #c50a33;
  margin-bottom: 10px;
}
.about .btm-l .wrapper .item .item-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #4b4b4d;
}

.blog {
  padding: 120px 0;
}
.blog .section-heading {
  margin-bottom: 40px;
}
.blog .red-button {
  margin-top: 40px;
  padding: 15px 70px;
}
.blog .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.blog .wrapper .item {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 30px;
  padding: 10px;
}
.blog .wrapper .item img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.blog .wrapper .item .heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #4b4b4d;
  margin-bottom: 10px;
}
.blog .wrapper .item .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #4b4b4d;
  margin-bottom: 20px;
}
.blog .wrapper .item .link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 80%;
  color: #c50a33;
}
.blog .wrapper .item .link svg {
  width: 14px;
  height: 14px;
}

.contacts {
  padding: 120px 0;
  background: rgba(126, 95, 95, 0.1);
}
.contacts .container {
  display: flex;
  gap: 100px;
}
.contacts .contacts-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 433px;
  width: 100%;
}
.contacts .contacts-l .section-heading {
  margin-bottom: 40px;
}
.contacts .contacts-l .contact-l-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.contacts .contacts-l .contact-l-item svg {
  flex-shrink: 0;
}
.contacts .contacts-l .link {
  font-weight: 300;
  font-size: 20px;
  line-height: 80%;
  color: #c50a33;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.contacts .contacts-l .link svg {
  width: 20px;
  height: 20px;
}
.contacts .contacts-l .seti .heading {
  margin-bottom: 20px;
}
.contacts .contacts-l .seti .wrapper {
  display: flex;
  gap: 15px;
}
.contacts .contacts-r {
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  flex: 1;
  position: relative;
  height: 525px;
}
.contacts .contacts-r iframe {
  width: 100%;
  height: 100%;
}

footer {
  background: #4b4b4d;
  padding: 120px 90px;
}
footer .footer-logo {
  width: 180px;
  position: relative;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-items {
  display: flex;
  gap: 100px;
  margin-top: 25px;
  flex: 1;
}
footer .footer-item {
  max-width: 180px;
  width: 100%;
}
footer .footer-item .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-item ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
footer .footer-item ul li,
footer .footer-item ul a {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
footer .footer-wrapper {
  display: flex;
  gap: 88px;
}
footer .policy {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  margin-top: 20px;
}

.facts {
  padding: 120px 0;
  background: rgba(126, 95, 95, 0.1);
}
.facts .container {
  display: flex;
  gap: 50px;
}
.facts .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.facts .item {
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  background: #fff;
  flex-direction: column;
  width: 248px;
  height: 248px;
  padding: 0 30px;
}
.facts .item .icon {
  border-radius: 0 0 15px 15px;
  background: #7e5f5f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 50px;
}
.facts .item .icon svg {
  width: 32px;
  height: 32px;
}
.facts .section-heading {
  flex-shrink: 0;
}
.facts .text {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #4b4b4d;
  font-family: "Helvetica Neue", sans-serif;
}

.history {
  position: relative;
  padding: 300px 0 120px;
}
.history.today .container {
  display: grid;
  grid-template-columns: 195px 1fr;
  gap: 15px;
}
.history.today .heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #4b4b4d;
  margin-bottom: 20px;
}
.history.today .red-button {
  margin-top: 40px;
}
.history .container {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  background: white;
  padding: 60px;
}
.history .section-heading {
  margin-bottom: 80px;
}
.history .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.history .wrapper::after {
  display: block;
  content: "";
  left: 0;
  top: 100px;
  width: 100%;
  height: 4px;
  background: #7e5f5f;
  position: absolute;
}
.history .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 264px;
}
.history .item .heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  text-align: center;
  color: #c50a33;
  white-space: nowrap;
}
.history .item .heading span {
  font-size: 30px;
}
.history .item .line {
  width: 6px;
  height: 24px;
  background: #7e5f5f;
  margin-top: 20px;
}
.history .item .text {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #4b4b4d;
}
.history .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history .red-button {
  margin-top: 16px;
}

.uch-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.uch-list .item {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  background: #fff;
  padding: 30px;
}
.uch-list .item .logo {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 15px;
  padding: 10px;
  background: white;
  width: fit-content;
  margin-bottom: 20px;
}

.proizv-wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.proizv-wrapper.mission .row:nth-child(1) {
  grid-template-columns: 248px 516px 516px;
}
.proizv-wrapper.mission .row:nth-child(2) {
  grid-template-columns: 516px 248px 516px;
}
.proizv-wrapper .row {
  display: grid;
  grid-template-columns: 516px 516px 1fr;
  gap: 20px;
}
.proizv-wrapper .row:nth-child(even) {
  grid-template-columns: 1fr 516px 516px;
}
.proizv-wrapper .item {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.proizv-wrapper .item.img {
  padding: 0;
}
.proizv-wrapper .item.img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.proizv-wrapper .item .icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.proizv-wrapper .item .heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #4b4b4d;
  margin-bottom: 20px;
}
.proizv-wrapper .red-button {
  margin-top: 40px;
}

.chlenstvo {
  padding: 100px 0 130px;
}
.chlenstvo .heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #4b4b4d;
  margin-bottom: 10px;
}
.chlenstvo .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #4b4b4d;
}
.chlenstvo .wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bred-crumbs {
  padding: 30px 0;
}
.bred-crumbs .container {
  display: flex;
  justify-content: center;
}
.bred-crumbs .container .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #7e5f5f;
}
.bred-crumbs .container .text span {
  color: #a6a098;
}

.h2-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #4b4b4d;
  margin-bottom: 10px;
}

.why {
  padding: 120px;
  background: rgba(126, 95, 95, 0.1);
  position: relative;
}
.why .container {
  display: grid;
  grid-template-columns: 524px 1fr;
  gap: 12px;
}
.why .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why .item {
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  background: #fff;
  flex-direction: column;
  width: 248px;
  height: 248px;
  padding: 0 30px;
}
.why .item .icon {
  border-radius: 0 0 15px 15px;
  background: #7e5f5f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 50px;
}
.why .item .icon svg {
  width: 32px;
  height: 32px;
}
.why .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hibrids-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hibrids-wrapper .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  overflow: hidden;
  padding: 150px 10px;
}
.hibrids-wrapper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hibrids-wrapper .item .heading {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  padding: 40px 30px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.2);
}

.tehnology-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 28px;
}
.tehnology-wrapper .item {
  display: flex;
  gap: 10px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.04), 11px 25px 27px 0 rgba(0, 0, 0, 0.03), 26px 56px 37px 0 rgba(0, 0, 0, 0.02), 45px 100px 44px 0 rgba(0, 0, 0, 0.01), 71px 156px 48px 0 rgba(0, 0, 0, 0);
  background: #fff;
  padding: 10px;
}
.tehnology-wrapper .item .item-l {
  flex-shrink: 0;
  max-width: 230px;
  width: 100%;
  padding: 20px 0 0 20px;
}
.tehnology-wrapper .item .icon {
  border-radius: 50px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7e5f5f;
  margin-bottom: 26px;
}
.tehnology-wrapper .item .heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #4b4b4d;
  margin-bottom: 10px;
}
.tehnology-wrapper .item .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #4b4b4d;
}

.how-wrapper {
  margin-top: 60px;
}
.how-wrapper .how-heading {
  margin-bottom: 60px !important;
}
.how-wrapper .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contr {
  position: relative;
}
.contr .heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #c50a33;
  margin-bottom: 10px;
}
.contr .sub-heading {
  margin-bottom: 40px;
}
.contr .list-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #4b4b4d;
  margin-bottom: 15px;
}
.contr .icons-list {
  margin-bottom: 60px;
}
.contr .bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hibrid {
  margin-bottom: 60px;
}
.hibrid .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.hibrid .item {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hibrid .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hibrid .item .info {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  padding: 30px;
  width: 180px;
  height: 180px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hibrid .item .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  color: #4b4b4d;
  margin-bottom: 12px;
  text-align: center;
}
.hibrid .item .group {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: rgba(75, 75, 77, 0.6);
}
.hibrid .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 90%;
  text-align: center;
  color: #4b4b4d;
}
.hibrid .red-button {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .cultures {
    padding: 80px 0;
  }
  .cultures .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-i + .cultures {
    padding-top: 72px;
  }
  .about {
    padding: 80px 0;
  }
  .about .top {
    grid-template-columns: 200px 1fr;
    gap: 32px;
  }
  .about .about-top-r .heading {
    font-size: 40px;
  }
  .blog .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .contacts .container {
    gap: 48px;
  }
  footer {
    padding: 80px 40px;
  }
  footer .footer-items {
    gap: 48px;
    flex-wrap: wrap;
  }
  .hero-i {
    min-height: 55vh;
  }
  .hero-i .h1-heading {
    font-size: 40px;
  }
  .facts {
    padding: 80px 0;
  }
  .facts .container {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .facts .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .facts .item {
    width: 100%;
    max-width: none;
  }
  .history {
    padding: 180px 0 80px;
  }
  .history .container {
    padding: 40px 32px;
  }
  .history .section-heading {
    margin-bottom: 48px;
  }
  .history .wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .history .item {
    max-width: 200px;
  }
  .history .item .heading {
    font-size: 36px;
  }
  .history .item .heading span {
    font-size: 22px;
  }
  .proizv-wrapper .row {
    grid-template-columns: 1fr 1fr;
  }
  .proizv-wrapper .row:nth-child(even) {
    grid-template-columns: 1fr 1fr;
  }
  .proizv-wrapper.mission .row:nth-child(1), .proizv-wrapper.mission .row:nth-child(2) {
    grid-template-columns: 1fr 1fr;
  }
  .proizv-wrapper .item.img {
    min-height: 200px;
  }
  .about.map .bg {
    width: min(100%, 900px);
  }
  .about.text-img .top,
  .about.slider-h .top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .history.today {
    padding: 200px 0 80px;
  }
  .history.today .container {
    grid-template-columns: 1fr;
  }
  .history.today .heading {
    font-size: 36px;
  }
  .chlenstvo {
    padding: 72px 0 96px;
  }
  .chlenstvo .heading {
    font-size: 36px;
  }
  .chlenstvo .wrapper img {
    max-width: min(100%, 400px);
    height: auto;
  }
  .why {
    padding: 80px 0;
  }
  .why .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .why .item {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 200px;
  }
  .h2-heading {
    font-size: 36px;
  }
  .hibrids-wrapper .item {
    padding: 100px 12px;
  }
  .tehnology-wrapper {
    grid-template-columns: 1fr;
  }
  .how-wrapper .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .how-wrapper .wrapper img {
    max-width: 32%;
    min-width: 100px;
  }
  .how-wrapper .wrapper svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .contr .heading {
    font-size: 36px;
  }
  .bred-crumbs {
    padding: 20px 0;
  }
  .hibrid {
    margin-bottom: 48px;
  }
  .hibrid .wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .hibrid .item .info {
    width: min(180px, 90%);
    height: auto;
    min-height: 140px;
    padding: 20px 12px;
  }
  .hibrid .item .heading {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  header {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    transform: none;
    top: 10px;
    padding: 6px 12px;
    border-radius: 24px;
    z-index: 100;
  }
  header .header-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
  }
  header.is-nav-open .header-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .container {
    position: relative;
    z-index: 1060;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    justify-content: flex-start;
  }
  header .header-logo {
    width: 88px;
    flex-shrink: 0;
  }
  header .header-logo img {
    width: 100%;
  }
  header .header-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    order: 2;
    padding: 0;
    flex-shrink: 0;
    cursor: pointer;
    background: transparent;
    border-radius: 10px;
    z-index: 1061;
  }
  header .header-burger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #4b4b4d;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  header.is-nav-open .header-burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  header.is-nav-open .header-burger-line:nth-child(2) {
    opacity: 0;
  }
  header.is-nav-open .header-burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  header .header-nav {
    position: fixed;
    left: auto;
    right: 12px;
    top: 74px;
    bottom: auto;
    width: min(264px, 100vw - 24px);
    max-height: min(400px, 100vh - 100px - env(safe-area-inset-bottom, 0px));
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 6px 0;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(75, 75, 77, 0.08);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  }
  header.is-nav-open .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  header .nav-item {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.25;
    white-space: normal;
    flex-shrink: 0;
    width: 100%;
    max-width: none;
    text-align: left;
  }
  header .header-search {
    order: 1;
    margin-left: auto;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  header .header-search svg {
    width: 32px;
    height: 32px;
  }
  .h1-heading {
    font-size: 28px;
    line-height: 115%;
  }
  .red-button {
    font-size: 16px;
    padding: 14px 24px;
    max-width: 100%;
  }
  .hero .swiper-slide {
    position: relative;
    min-height: 70vh;
    height: auto;
  }
  .hero .swiper-slide .hero-heading {
    padding: 20px 16px;
    border-radius: 24px;
    gap: 16px;
  }
  .section-heading p {
    font-size: 18px;
  }
  .cultures {
    padding: 48px 0;
  }
  .cultures .section-heading {
    margin-bottom: 24px;
  }
  .cultures .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cultures .item {
    border-radius: 24px;
    min-height: 0;
    aspect-ratio: 1/1.05;
    overflow: hidden;
  }
  .cultures .item .bg {
    object-fit: cover;
    display: block;
  }
  .cultures .item .name {
    width: min(180px, 92%);
    font-size: 15px;
    padding: 5px 8px;
  }
  .cultures .red-button {
    margin-top: 28px;
    padding: 14px 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .cultures .item .name {
    white-space: normal;
    line-height: 1.2;
    padding-left: 6px;
    padding-right: 6px;
  }
  .hero-i + .cultures {
    padding-top: 40px;
  }
  .regular-text {
    font-size: 16px;
  }
  .about p.sub-heading,
  .about .icons-list li,
  .contacts .contact-l-item,
  .contacts .seti .heading,
  .blog .item .desc {
    font-size: 16px;
  }
  .about {
    padding: 48px 0;
  }
  .about .top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about .about-top-r .top-logos {
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 12px;
  }
  .about .about-top-r .top-logos img {
    max-width: 88px;
  }
  .about .about-top-r .heading {
    font-size: 26px;
    line-height: 115%;
  }
  .about .about-top-r .sub-heading {
    margin-bottom: 24px;
  }
  .about .icons-list {
    gap: 12px;
  }
  .about .icons-list li {
    gap: 12px;
    align-items: flex-start;
  }
  .about .icons-list li svg {
    width: 28px;
    height: 28px;
  }
  .about .btm {
    flex-direction: column;
    margin-top: 32px;
    gap: 16px;
  }
  .about .btm-l {
    max-width: none;
    padding: 56px 20px 24px;
    border-radius: 24px;
  }
  .about .btm-l .top-icon {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
  }
  .about .btm-l-heading {
    margin-bottom: 32px;
    padding-right: 36px;
  }
  .about .btm-l .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .about .btm-l .wrapper .item {
    padding: 12px;
  }
  .about .btm-l .wrapper .item .item-heading {
    font-size: 32px;
  }
  .about .btm-l .wrapper .item .item-text {
    font-size: 13px;
  }
  .about .btm-r {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
    display: block;
  }
  .about .red-button {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }
  .about.map {
    padding-bottom: 48px;
    overflow: hidden;
  }
  .about.map .top {
    position: relative;
    z-index: 2;
  }
  .about.map .bg {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
    z-index: 1;
  }
  .about.map .red-button {
    margin-top: 28px;
  }
  .about.text-img .top, .about.slider-h .top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about.text-img .about-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
  }
  .about .history-slider .swiper-slide {
    padding: 20px 16px;
    border-radius: 20px;
  }
  .about .history-slider .swiper-slide .year {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .about .history-slider .swiper-slide .heading {
    font-size: 17px;
  }
  .history.today {
    padding: 100px 0 48px;
  }
  .history.today .container {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    border-radius: 24px;
  }
  .history.today .heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .history.today .regular-text.text {
    font-size: 15px;
  }
  .history.today .red-button {
    margin-left: auto;
    margin-right: auto;
  }
  .chlenstvo {
    padding: 40px 0 56px;
  }
  .chlenstvo .heading {
    font-size: 22px;
  }
  .chlenstvo .text {
    font-size: 16px;
  }
  .chlenstvo .wrapper {
    margin-top: 28px;
    justify-content: center;
  }
  .chlenstvo .wrapper img {
    max-width: 100%;
  }
  .why {
    padding: 40px 0;
  }
  .why .wrapper {
    grid-template-columns: 1fr;
  }
  .why .item {
    min-height: 0;
    padding: 20px 16px;
    border-radius: 24px;
  }
  .why .item .icon {
    margin-bottom: 16px;
  }
  .why .text {
    font-size: 17px;
  }
  .why .bg {
    max-width: 50%;
    opacity: 0.35;
  }
  .h2-heading {
    font-size: 26px;
  }
  .bred-crumbs {
    padding: 16px 0;
  }
  .bred-crumbs .text {
    font-size: 13px;
    line-height: 130%;
  }
  .hibrid {
    margin-bottom: 40px;
  }
  .hibrid .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
  }
  .hibrid .item .info {
    width: min(150px, 88%);
    height: auto;
    min-height: 0;
    padding: 16px 10px;
    border-radius: 16px;
  }
  .hibrid .item .heading {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .hibrid .item .group {
    font-size: 10px;
  }
  .hibrid .item .text {
    font-size: 13px;
  }
  .hibrid .red-button {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }
  .hibrids-wrapper {
    grid-template-columns: 1fr;
  }
  .hibrids-wrapper .item {
    padding: 100px 12px;
    border-radius: 24px;
  }
  .hibrids-wrapper .item .heading {
    padding: 24px 16px;
    font-size: 18px;
  }
  .tehnology-wrapper .item {
    flex-direction: column;
    border-radius: 24px;
    padding: 16px;
  }
  .tehnology-wrapper .item .item-l {
    max-width: 100%;
    padding: 12px 12px 0;
  }
  .tehnology-wrapper .item > img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 16px;
  }
  .how-wrapper {
    margin-top: 40px;
  }
  .how-wrapper .how-heading {
    margin-bottom: 28px !important;
  }
  .how-wrapper .wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .how-wrapper .wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .how-wrapper .wrapper svg {
    width: 36px;
    height: 36px;
  }
  .contr .heading {
    font-size: 24px;
  }
  .contr .list-heading {
    font-size: 17px;
  }
  .contr .icons-list {
    margin-bottom: 32px;
  }
  .contr .bg {
    width: min(200px, 55vw);
    height: auto;
    opacity: 0.3;
    right: -12px;
    bottom: 0;
  }
  .contr .red-button {
    width: 100%;
    max-width: 100%;
  }
  .hero-i {
    position: relative;
    min-height: 60vh;
    height: auto;
    padding: 100px 0 48px;
  }
  .hero-i .container {
    position: relative;
    z-index: 2;
    padding-top: 8px;
  }
  .hero-i .h1-heading {
    color: #fff;
    text-align: center;
  }
  .hero-i .sub-heading {
    font-size: 16px;
    margin-top: 12px;
    max-width: 100%;
    padding: 0 4px;
  }
  .hero-i .bg {
    z-index: 1;
  }
  .facts {
    padding: 48px 0;
  }
  .facts .container {
    flex-direction: column;
    gap: 24px;
  }
  .facts .section-heading {
    flex-shrink: 0;
  }
  .facts .wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .facts .item {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 24px;
  }
  .facts .item .icon {
    margin-bottom: 16px;
  }
  .facts .text {
    font-size: 18px;
    line-height: 115%;
  }
  .history {
    padding: 100px 0 48px;
  }
  .history .container {
    padding: 28px 20px;
    border-radius: 24px;
  }
  .history .section-heading {
    margin-bottom: 28px;
  }
  .history .wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .history .wrapper::after {
    display: none;
  }
  .history .item {
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid rgba(126, 95, 95, 0.2);
  }
  .history .item:last-child {
    border-bottom: none;
  }
  .history .item .heading {
    font-size: 26px;
    white-space: normal;
    width: 100%;
    text-align: left;
  }
  .history .item .heading span {
    font-size: 18px;
  }
  .history .item .line {
    display: none;
  }
  .history .item .text {
    margin-top: 8px;
    text-align: left;
    font-size: 15px;
  }
  .history .red-button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .uch-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .uch-list .item {
    padding: 20px;
    border-radius: 24px;
  }
  .proizv-wrapper {
    margin-top: 32px;
    gap: 16px;
  }
  .proizv-wrapper .row,
  .proizv-wrapper .row:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
  }
  .proizv-wrapper.mission .row:nth-child(1), .proizv-wrapper.mission .row:nth-child(2) {
    grid-template-columns: 1fr;
  }
  .proizv-wrapper .item {
    padding: 20px;
    border-radius: 24px;
  }
  .proizv-wrapper .item .heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .proizv-wrapper .item.img {
    min-height: 220px;
    aspect-ratio: 16/10;
  }
  .proizv-wrapper .red-button {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog {
    padding: 48px 0;
  }
  .blog .section-heading {
    margin-bottom: 24px;
  }
  .blog .wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog .item {
    border-radius: 20px;
  }
  .blog .item .heading {
    font-size: 18px;
  }
  .blog .red-button {
    margin-top: 28px;
    padding: 14px 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts {
    padding: 48px 0;
  }
  .contacts .container {
    flex-direction: column;
    gap: 28px;
  }
  .contacts .contacts-l {
    max-width: none;
  }
  .contacts .contacts-l .section-heading {
    margin-bottom: 24px;
  }
  .contacts .contacts-l .contact-l-item {
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .contacts .contacts-l .contact-l-item svg {
    width: 28px;
    height: 28px;
  }
  .contacts .contacts-l .link {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .contacts .contacts-r {
    height: 280px;
    min-height: 240px;
    border-radius: 24px;
    width: 100%;
  }
  .contacts .contacts-r iframe {
    max-width: 100%;
    border: 0;
  }
  footer {
    padding: 40px 16px 32px;
  }
  footer .footer-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  footer .footer-logo {
    width: 140px;
  }
  footer .footer-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
    margin-top: 0;
  }
  footer .footer-item {
    max-width: none;
  }
  footer .policy {
    display: inline-block;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .h1-heading {
    font-size: 24px;
  }
  header .nav-item {
    font-size: 14px;
    padding: 8px 16px;
  }
  .about .btm-l .wrapper {
    grid-template-columns: 1fr;
  }
  footer .footer-items {
    grid-template-columns: 1fr;
  }
  .facts .text {
    font-size: 16px;
  }
  .history .item .heading {
    font-size: 22px;
  }
  .proizv-wrapper .item.img {
    min-height: 180px;
    aspect-ratio: 4/3;
  }
  .hibrid .wrapper {
    grid-template-columns: 1fr;
  }
  .hibrid .item .info {
    width: min(200px, 85%);
  }
}
