@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Regular.eot");
  src: local("Rubik Regular"), local("Rubik-Regular"), url("fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik-Regular.woff2") format("woff2"), url("fonts/Rubik-Regular.woff") format("woff"), url("fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Medium.eot");
  src: local("Rubik Medium"), local("Rubik-Medium"), url("fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik-Medium.woff2") format("woff2"), url("fonts/Rubik-Medium.woff") format("woff"), url("fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Bold.eot");
  src: local("Rubik Bold"), local("Rubik-Bold"), url("fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik-Bold.woff2") format("woff2"), url("fonts/Rubik-Bold.woff") format("woff"), url("fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  font-size: 30px;
}

ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}

a {
  transition: .3s all;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

input {
  outline: none;
  border-radius: .5rem;
  background: #fff;
  height: 3rem;
  padding: 0 1.5rem;
  border: 1px solid #E2E2E2;
  color: #000;
  font-weight: 400;
}

input:focus {
  border-color: #FF6600;
}

input::placeholder {
  color: #B9B9B9;
}

input.error {
  color: red !important;
  border-color: red !important;
}

input[type="file"] {
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0;
  border: none;
  height: auto;
  border-radius: 0;
  color: #B9B9B9;
}

input::file-selector-button {
  color: #fff;
  padding: 0.5rem;
  border: none;
  background: #FF6600;
  font-family: 'Rubik';
  font-size: 0.7rem;
  cursor: pointer;
}

.btn {
  height: 3rem;
  border-radius: .5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #FF6600;
  font-size: 1.1rem;
  color: #fff;
}

.btn img {
  position: absolute;
  right: 0.5rem;
  width: 2rem;
}

.btn:hover {
  background: #DD600D;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #645A59;
  border: 1px solid #ddd;
}

body {
  font-family: 'Rubik', sans-serif;
}

.overflowH {
  overflow: hidden;
}

.lazy {
  opacity: 0;
}

.disabled {
  pointer-events: none;
}

.container {
  padding: 0 4rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-head .section-title {
  color: #645A59;
}

.section-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 2.6rem;
  border: 1px solid #FF6600;
  border-radius: .5rem;
  background: #fff;
  color: #FF6600;
  font-size: 0.8rem;
  font-weight: 500;
}

.section-btn:hover {
  color: #fff;
  background: #FF6600;
}

.section-title {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.arrows span {
  width: 3rem;
  height: 3rem;
  border-radius: .5rem;
  border: 1px solid #FF6600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  color: #FF6600;
  background: #fff;
}

.arrows span svg {
  width: .65rem;
}

.arrows span:hover {
  background: #FF6600;
  color: #fff;
}

.page-head {
  margin-top: 4.6rem;
  height: 11.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #fff;
  background: #645A59;
}

.page-head::after {
  top: -4.6rem;
  height: 4.6rem;
  width: 100%;
  content: '';
  left: 0;
  position: absolute;
  background: #645A59;
  content: '';
}

.page-head__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.page-head__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-head__title {
  font-size: 2rem;
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
}

@keyframes mainLine {
  to {
    width: 100%;
  }
}

@keyframes pulse-red {
  0% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes preloaderLogo {
  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #645A59 url(../img/pattern-preloader.png) center center no-repeat;
  background-size: cover;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__logo {
  width: 18rem;
  animation: preloaderLogo 1.5s linear forwards;
  transform: scale(0.7);
  opacity: 0;
}

.preloader__logo img {
  width: 100%;
  display: block;
}

.live {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.live-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  width: 55rem;
  height: 27rem;
  text-align: center;
  display: flex;
}

.live-content iframe {
  width: 50%;
  height: 100%;
}

.live-open {
  right: 5rem;
  bottom: 5rem;
  position: fixed;
  z-index: 6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  flex-direction: column;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #FF6600;
  color: #fff;
  text-align: center;
  gap: .2rem;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  line-height: 1rem;
}

.live-open::after {
  position: absolute;
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background: #AF0000;
  animation: pulse-red 1s infinite;
  right: 1.3rem;
  top: 0.9rem;
  content: '';
}

.live-open img {
  width: 1.2rem;
}

.live-open:hover {
  background: #DD600D;
}

.banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.banner-content {
  border-radius: 1.5rem;
  background: #fff;
  width: 43.6rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FF6600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
}

.banner__close img {
  width: 1rem;
}

.banner__close:hover {
  background: #DD600D;
}

.banner-info {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.banner-info__title {
  max-width: 16rem;
  margin: 0 auto .9rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}

.banner-info__text {
  line-height: 1.4;
  font-size: 0.8rem;
}

.banner-info__text a {
  color: #000;
}

.banner-info__btn {
  width: 10rem;
  height: 2.6rem;
  font-size: 0.8rem;
  align-self: center;
}

.banner__img {
  width: 50%;
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
}

.banner__img img {
  width: 100%;
  display: block;
}

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.feedback-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.1rem;
  border-bottom: 0.65rem solid #FF6600;
  background: #fff;
  width: 24rem;
}

.feedback__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FF6600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
}

.feedback__close img {
  width: 1rem;
}

.feedback__close:hover {
  background: #DD600D;
}

.feedback__title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #FF6600;
  font-weight: 800;
  text-transform: uppercase;
}

.feedback__text {
  font-size: 0.85rem;
  line-height: 150%;
  text-align: center;
}

.feedback-form {
  margin: 2rem 0 0.8rem;
}

.feedback-form input {
  width: 100%;
  margin-bottom: 0.8rem;
}

.feedback-form .btn {
  width: 100%;
  height: 3rem;
  margin-top: .4rem;
}

.feedback__agree {
  font-size: 0.7rem;
  text-align: center;
  max-width: 13rem;
  margin: 0 auto;
}

.feedback-done {
  display: none;
}

.feedback-done .feedback__text {
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.feedback__img {
  margin: 4.3rem 0 3.2rem;
  text-align: center;
}

.feedback__img img {
  display: inline-block;
  width: 10rem;
}

.header {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 0;
  background: #645A59;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: .6s all;
  z-index: 5;
}

.header-mobile {
  display: none;
}

.header a {
  color: #fff;
}

.header a:hover {
  color: #FF6600;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu {
  display: flex;
  gap: 2rem;
}

.header__logo {
  width: 11rem;
  display: block;
}

.header__logo img {
  width: 100%;
  display: block;
}

.header-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.header-lang a.active {
  color: #FF6600;
}

.header-lang span {
  width: 0.1rem;
  height: 1.25rem;
  background: #fff;
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__tel svg {
  width: 2.6rem;
  height: 2.6rem;
}

.header__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
  padding: 0 1.5rem;
  height: 2.6rem;
  border: 1px solid #fff;
}

.header__btn img {
  display: none;
}

.header__btn:hover {
  border-color: #FF6600;
}

.header-main {
  z-index: 5;
  background: transparent;
  padding: 1.8rem 0;
}

.header.scrolled {
  padding: .75rem 0;
  background: #645A59;
  border-bottom: 1px solid #fff;
}

.main {
  position: relative;
}

.main-slider__item {
  height: 100vh;
  position: relative;
}

.main-slider__item::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 81.53%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.main-slider__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main .container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.main-nav {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
}

.main-nav li {
  width: 21rem;
  height: 5.5rem;
  border-radius: 1.5rem 1.5rem 0px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  transition: .8s all;
  padding: 1.5rem 2rem;
  background: rgba(100, 90, 89, 0.3);
  backdrop-filter: blur(10.9px);
}

.main-nav li img {
  max-width: 14rem;
  max-height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(1);
}

.main-nav li span {
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  background: #3d3d3d;
  content: '';
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.main-nav li span::after {
  background: linear-gradient(270deg, #FFF 0%, #2C2C2C 100%);
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
}

.main-nav li.active {
  height: 10rem;
  position: relative;
}

.main-nav li.active span {
  opacity: 1;
}

.main-nav li.active span::after {
  animation: mainLine linear 5s forwards;
}

.about-main {
  background: #645A59 url(../img/about/pattern.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 6rem;
  overflow: hidden;
}

.about-main .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5.5rem;
  padding-right: 0;
}

.about-wrap {
  width: 38%;
  padding-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.7rem;
}

.about__logo {
  width: 24.2rem;
}

.about__logo img {
  width: 100%;
  display: block;
}

.about__text {
  line-height: 1.5;
}

.about__link {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.95rem;
  gap: 1rem;
}

.about__link img {
  width: 2rem !important;
}

.about__link:hover {
  color: #FF6600;
}

.about__img {
  width: 62%;
}

.about__img img {
  width: 100%;
  display: block;
}

.about-numbers {
  background: #fff;
  border-radius: 0px 0px 1.5rem 1.5rem;
  box-shadow: 0px 5rem 4rem 0px rgba(0, 0, 0, 0.07), 0px 3.2rem 2.4rem 0px rgba(0, 0, 0, 0.05), 0px 1.9rem 1.3rem 0px rgba(0, 0, 0, 0.04), 0px 1rem 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
  padding: 3.5rem 0 3rem;
  color: #645A59;
  overflow: hidden;
}

.about-numbers__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.about-numbers__ico {
  height: 2.25rem;
}

.about-numbers__ico img {
  display: block;
  height: 100%;
}

.about-numbers__value {
  margin: 0.5rem 0;
  font-size: 4rem;
  line-height: 1.1;
}

.about-numbers__value span {
  font-size: 1.5rem;
}

.about-page .about-wrap {
  padding-bottom: 14rem;
}

.projects {
  position: relative;
  padding: 10rem 0;
}

.projects::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  content: '';
  z-index: -1;
  background: url(../img/projects/pattern.png) bottom center no-repeat;
  background-size: cover;
}

.projects-item {
  display: flex;
  gap: 4.5rem;
  padding: 3.5rem 0 1.3rem;
}

.projects-item__left {
  width: 52%;
  position: relative;
}

.projects-item__tags {
  position: absolute;
  padding: 1.5rem;
  left: 0;
  top: 0;
  display: flex;
  gap: .75rem;
  font-size: 0.55rem;
}

.projects-item__tags li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  background: rgba(17, 29, 59, 0.6);
  backdrop-filter: blur(5px);
  color: #fff;
}

.projects-item__tags li:first-child {
  background: #fff;
  color: #000;
}

.projects-item__img {
  width: 100%;
  height: 27.5rem;
}

.projects-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1.5rem;
}

.projects-item__right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.projects-item__logo {
  height: 3.5rem;
}

.projects-item__logo img {
  height: 100%;
  display: block;
}

.projects-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-height: 12rem;
}

.projects-item__list {
  display: flex;
  gap: 1.5rem;
}

.projects-item__item {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.projects-item__ico {
  flex-shrink: 0;
  width: 2.8rem;
}

.projects-item__ico img {
  width: 100%;
  display: block;
}

.projects-item__info {
  font-size: 0.7rem;
}

.projects-item__info div {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.projects-item .about__link {
  align-self: flex-start;
  color: #000;
}

.projects-item .about__link:hover {
  color: #FF6600;
}

.projects-item .about__link img {
  width: 2rem !important;
}

.projects .container {
  position: relative;
}

.projects-arrows {
  position: absolute;
  bottom: 3rem;
  left: calc(52% - 6.5rem);
  display: flex;
  flex-direction: column;
  z-index: 2;
  gap: .25rem;
}

.projects-arrows span {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(229, 229, 229, 0.16);
  backdrop-filter: blur(3.6500000954px);
}

.projects .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
  height: 0.7rem;
  width: calc(52% - 2.25rem);
}

.projects .owl-dots .owl-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 1px;
  background: #D9D9D9;
}

.projects .owl-dots .owl-dot.active {
  background: #FF6600;
  border-radius: 2px;
  width: 0.7rem;
  height: 0.7rem;
}

.projects-page {
  padding: 5rem 0 7.5rem;
}

.projects-page .projects-item {
  padding: 0;
  margin-bottom: 5rem;
}

.projects-page .projects-item:last-child {
  margin-bottom: 0;
}

.news {
  position: relative;
}

.news::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15rem;
  z-index: -1;
  content: '';
  background: #645A59;
}

.news .section-head {
  margin-bottom: 4rem;
}

.news-item {
  height: 31rem;
  position: relative;
  color: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
  width: 26.5rem;
}

.news-item__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.news-item__img::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.45);
}

.news-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-item__date {
  font-size: .9rem;
  align-self: flex-start;
  text-align: center;
}

.news-item__date strong {
  font-size: 3rem;
  line-height: 100%;
  display: block;
  font-weight: 400;
}

.news-item__wrap {
  display: flex;
  flex-direction: column;
}

.news-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1.1rem;
  line-height: 1.9rem;
  height: 3.8rem;
  margin-bottom: 1.5rem;
}

.news-item__text {
  display: none;
}

.news-item__line {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.news-arrows {
  padding: 1.75rem 4rem 2.7rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

.news-popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: none;
}

.news-popup__close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: #fff;
  color: #fff;
  background: #FF6600;
  top: 0;
  right: 0;
}

.news-popup__close:hover {
  background: #DD600D;
}

.news-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
  width: 70rem;
  max-width: calc(100% - 2rem);
  padding: 1.1rem;
  display: flex;
  gap: 1.1rem;
  max-height: calc(100dvh - 5rem);
  overflow: auto;
}

.news-popup__img {
  width: 45%;
  position: sticky;
  top: 0;
}

.news-popup__img img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 87vh;
}

.news-popup__wrap {
  width: 55%;
}

.news-popup__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #FF6600;
}

.news-popup__text {
  line-height: 150%;
  font-size: 0.9rem;
}

.news-page {
  padding: 5rem 0 7.5rem;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.news-list .news-item {
  width: calc(33.3333% - 1.3333rem);
  margin-right: 0;
}

.vacancy {
  padding: 5.5rem 0 9rem;
  font-size: 1.05rem;
}

.vacancy .section-title {
  margin-bottom: 3rem;
  color: #645A59;
}

.vacancy .container {
  padding-right: 0rem;
}

.vacancy-wrap {
  display: flex;
  align-items: flex-start;
}

.vacancy-main {
  width: 54%;
}

.vacancy-choose {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.vacancy-choose li {
  padding: 0.55rem 1.5rem;
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  min-width: 5rem;
}

.vacancy-choose li:hover {
  color: #FF6600;
  border-color: #FF6600;
  background: #F8F8F8;
}

.vacancy-choose li.active {
  background: #FF6600;
  color: #fff;
  border-color: #FF6600;
  pointer-events: none;
}

.vacancy-item {
  margin-bottom: 1.5rem;
  height: 3.5rem;
  transition: .6s all;
  background: rgba(100, 90, 89, 0.1);
  padding: 0 0.7rem 0 1.5rem;
  border-radius: .5rem;
  cursor: pointer;
  user-select: none;
}

.vacancy-item:hover {
  background: #FF6600;
  color: #fff;
}

.vacancy-item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.vacancy-item__wrap img {
  width: 2rem;
  flex-shrink: 0;
}

.vacancy-item__content {
  display: none;
}

.vacancy-item:last-child {
  margin-bottom: 0;
}

.vacancy__img {
  width: 47%;
  margin-left: -1%;
  position: relative;
  z-index: -1;
}

.vacancy__img img {
  width: 100%;
  display: block;
}

.vacancy-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
}

.vacancy-popup__content {
  width: 66rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  box-shadow: 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 3.2rem 3.5rem;
  max-height: 90dvh;
  overflow: auto;
  display: flex;
  gap: 6rem;
}

.vacancy-popup__wrap {
  width: 55%;
  line-height: 1.5;
  font-size: 0.9rem;
}

.vacancy-popup__wrap h1,
.vacancy-popup__wrap h2,
.vacancy-popup__wrap h3,
.vacancy-popup__wrap h4,
.vacancy-popup__wrap h5,
.vacancy-popup__wrap h6,
.vacancy-popup__wrap strong {
  font-size: 1.1rem;
  color: #FF6600;
  font-weight: 400;
}

.vacancy-popup__title {
  font-size: 1.1rem;
  color: #FF6600;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.vacancy-popup__form {
  width: 45%;
}

.vacancy-popup__form input {
  width: 100%;
  max-width: 21rem;
  margin-bottom: 1.25rem;
}

.vacancy-popup__form .btn {
  width: 100%;
  max-width: 21rem;
}

.vacancy-popup__form p {
  font-size: 0.95rem;
  color: #B9B9B9;
  margin-bottom: 0.2rem;
}

.vacancy-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
}

.vacancy-popup__close img {
  width: 1.1rem;
}

.mission {
  padding: 6rem 0 7.5rem;
  font-size: 0.8rem;
}

.mission .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.mission__img {
  width: 31.5%;
  height: 17.5rem;
  position: relative;
}

.mission__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: .75rem;
}

.mission__img:nth-child(4) {
  width: 55%;
}

.mission__img p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.2rem;
  color: #fff;
  width: 20rem;
  text-align: center;
}

.mission-item {
  width: 37%;
  padding: 0 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .9rem;
}

.mission-item__ico {
  width: 2.4rem;
}

.mission-item__ico img {
  width: 100%;
  display: block;
}

.mission-item__text {
  color: #585960;
}

.mission-item__text p {
  margin-bottom: 1rem;
}

.mission-item__text p:last-child {
  margin-bottom: 0;
}

.mission-item__title {
  font-size: 1.2rem;
  font-weight: 500;
}

.mission-item:last-child {
  width: 45%;
}

.history {
  color: #fff;
  padding: 5rem 0;
  background: #645A59 url(../img/about/pattern.png) 17vw top no-repeat;
  background-size: cover;
}

.history-slider {
  margin-top: -5rem;
}

.history-item {
  width: 14rem;
  margin-right: 4rem;
}

.history-item.active .history-item__year p {
  color: #fff;
}

.history-item.active .history-item__year svg path:nth-child(1) {
  fill: #fff;
}

.history-item.active .history-item__year svg path:nth-child(2) {
  fill: #FF6600;
}

.history-item.active .history-item__img img {
  opacity: 1;
  transform: none;
}

.history-item__img {
  height: 13.3rem;
  width: 100%;
}

.history-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
  opacity: 0;
  transition: .6s all;
  transform: translateY(3rem);
}

.history-item__wrap {
  padding: 1.4rem 1.4rem 0;
}

.history-item__year {
  position: relative;
  margin-bottom: 2rem;
}

.history-item__year::after {
  width: 17.5rem;
  height: 9rem;
  background: url(../img/icons/history.svg) center center no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
  position: absolute;
  left: 4rem;
  top: 3rem;
}

.history-item__year p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FF6600;
  font-size: 1.8rem;
  transition: .6s all;
  margin-top: -0.2rem;
}

.history-item__year svg {
  width: 100%;
  display: block;
  height: 7rem;
  filter: drop-shadow(0px 1.1rem 0.5rem rgba(255, 102, 0, 0.4));
}

.history-item__year svg path {
  transition: .6s all;
}

.history-item__title {
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #FF6600;
  position: relative;
}

.history-item__title::after {
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  background: #FF6600;
  content: '';
}

.history-item__text {
  font-size: 0.9rem;
}

.history .owl-item:nth-child(2n) {
  padding-top: 9rem;
}

.history .owl-item:nth-child(2n) .history-item__year::after {
  transform: scaleX(-1);
  top: -4rem;
}

.history .owl-item:last-child .history-item__year::after {
  content: none;
}

.history-arrows {
  padding: 1rem 4rem 0;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

.team {
  padding: 7.5rem 0;
}

.team-head {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.team-head__text {
  width: 48%;
}

.team-head__text div {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}

.team-head__text p {
  font-size: 0.9rem;
  line-height: 1.25;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.team-item {
  width: calc(25% - 1.125rem);
  height: 22rem;
  border-radius: .75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .25rem;
}

.team-item__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.team-item__img::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.team-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.team-item__name {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.team-item__pos {
  font-size: 0.7rem;
}

.reviews {
  padding: 1.5rem 0;
  background: #645A59;
  position: relative;
  overflow: hidden;
}

.reviews .reviews-title {
  color: white !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  width: 558px;
  height: 33px;
}

.reviews .container {
  position: relative;
}

.reviews .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.reviews-slider {
  position: relative;
  z-index: 2;
}

.reviews-item {
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  background: transparent;
  width: 300px;
}

.reviews-item__bg {
  width: 300px;
  height: 460px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}

.reviews-item__bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.reviews-item__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}

.reviews-item__player iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reviews-item__video {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background: none;
  backdrop-filter: none;
  padding: 0;
}

.reviews-item__video:hover .reviews-item__play {
  background: rgba(255, 255, 255, 0.3);
}

.reviews-item__play {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(32px);
  transition: 0.3s all;
  position: relative;
}

.reviews-item__play span {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-item__play img {
  width: 12.83px;
  height: 16.33px;
  margin-left: 2px;
}

.reviews-item__info {
  padding: 0;
  background: transparent;
  flex-grow: 1;
  position: relative;
  z-index: 11;
}

.reviews-item__name {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.71px;
  margin-bottom: 0.2rem;
  color: #fff;
}

.reviews-item__text {
  font-family: 'Euclid Square', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-bg-text {
  width: 100%;
  font-family: 'Euclid Square', sans-serif;
  font-weight: 700;
  font-size: 8.375rem;
  line-height: 0.9;
  letter-spacing: -3.35px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
  white-space: normal;
  z-index: 1;
  pointer-events: none;
  text-align: left;
}

@media (max-width: 1400px) {
  .reviews-bg-text {
    font-size: 6rem;
    letter-spacing: -2px;
  }
}

@media (max-width: 1024px) {
  .reviews-bg-text {
    font-size: 5.5rem;
    letter-spacing: -2px;
  }
}

@media (max-width: 768px) {
  .reviews {
    padding-bottom: 0;
  }

  .reviews-bg-text {
    font-size: 5.5rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 700px) {
  .reviews-bg-text {
    font-size: 4.5rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 600px) {
  .reviews-bg-text {
    font-size: 3.5rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 500px) {
  .reviews-bg-text {
    font-size: 3rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 414px) {
  .reviews-bg-text {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}

.reviews-arrows {
  display: flex;
  gap: 0.75rem;
}

.reviews-arrows span {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.4rem;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
}

.reviews-arrows span:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.footer {
  padding-top: 4.5rem;
  background: #645A59 url(../img/pattern-footer.png) center center no-repeat;
  background-size: cover;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #FF6600;
}

.footer__logo {
  margin: 0 auto 6rem;
  width: 24rem;
}

.footer__logo img {
  width: 100%;
  display: block;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.footer-item__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FF6600;
  margin-bottom: 0.75rem;
}

.footer-item__text {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 2rem;
}

.footer-social li {
  display: flex;
}

.footer-social a {
  display: inline-flex;
  width: 1.15rem;
}

.footer-social a svg {
  width: 100%;
  display: block;
}

.footer-map {
  border-radius: 1.25rem;
  height: 13.5rem;
  position: relative;
  overflow: hidden;
}

.footer-map #footerMap {
  width: 100%;
  height: 100%;
}

.footer-map__btn {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  min-width: 10rem;
  padding: 0 1rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
  background: #FF6600;
  border: 1px solid #FF6600;
  color: #fff;
}

.footer-map__btn:hover {
  background: #fff;
  color: #FF6600;
}

.footer-copy {
  position: relative;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: flex-end;
}

.footer-copy a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-copy p:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer .section-title {
  margin-top: -1.5rem;
  margin-bottom: 1.4rem;
  color: #fff;
}

.footer-form {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 6rem;
}

.footer-form input,
.footer-form .btn {
  width: 21.5rem;
}

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px;
  }
}

@media (max-width: 2600.98px) {
  :root {
    font-size: 24px;
  }
}

@media (max-width: 2300.98px) {
  :root {
    font-size: 22px;
  }
}

@media (max-width: 2100.98px) {
  :root {
    font-size: 20px;
  }
}

@media (max-width: 1900.98px) {
  .projects-item {
    gap: 3rem;
  }

  .projects .owl-dots {
    width: calc(52% - 1.5rem);
  }

  .projects-arrows {
    left: calc(52% - 5rem);
  }
}

@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}

@media (max-width: 1700.98px) {
  :root {
    font-size: 18px;
  }
}

@media (max-width: 1600.98px) {
  :root {
    font-size: 17px;
  }

  .header-menu {
    gap: 1.5rem;
  }

  .header-wrap {
    gap: 1.7rem;
  }

  .header__btn {
    padding: 0 1rem;
  }
}

@media (max-width: 1500.98px) {
  :root {
    font-size: 16px;
  }
}

@media (max-width: 1400.98px) {
  :root {
    font-size: 15px;
  }
}

@media (max-width: 1300.98px) {
  :root {
    font-size: 14px;
  }
}

@media (max-width: 1200.98px) {
  :root {
    font-size: 13px;
  }

  .header__logo {
    width: 9.5rem;
  }
}

@media (max-width: 1100.98px) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 1000.98px) {
  :root {
    font-size: 11px;
  }
}

@media (max-width: 900.98px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 767.98px),
(max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px;
  }

  .preloader__logo {
    width: 15rem;
  }

  .live-open {
    right: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 0.7rem;
    line-height: 0.85rem;
  }

  .live-open::after {
    right: .7rem;
    top: 0.7rem;
  }

  .live-content {
    width: 100%;
  }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #645A59;
  }

  .mobile-menu a {
    color: #fff;
  }

  .mobile-menu .container {
    padding: 1.5rem 4rem 4rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile-menu__close {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #fff;
    border-radius: .5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
  }

  .mobile-menu__close img {
    width: 1rem;
  }

  .mobile-menu__logo {
    width: 9.5rem;
    display: block;
  }

  .mobile-menu__logo img {
    width: 100%;
    display: block;
  }

  .mobile-menu__list {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-menu__list li {
    margin-bottom: 2rem;
  }

  .mobile-menu .header__tel {
    font-size: 1rem;
    display: inline-flex;
  }

  .header-menu {
    display: none;
  }

  .header__tel {
    display: none;
  }

  .header-mobile {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: .5rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border: 1px solid #fff;
  }

  .header-mobile svg {
    width: 1.5rem;
  }

  .header-wrap {
    gap: 1rem;
  }

  .main-slider__item {
    height: 50rem;
  }

  .main .container {
    padding: 0;
  }

  .main-nav {
    padding: 0 4rem;
    overflow: auto;
    max-width: 100%;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav li {
    width: 15rem;
    height: 4.8rem;
    flex-shrink: 0;
    padding: 1.2rem 2rem;
    background: rgba(100, 90, 89, 0.7);
  }

  .main-nav li.active {
    height: 8rem;
  }

  .about-main {
    background-size: 140vw;
    background-position: top left;
  }

  .about-main .container {
    flex-direction: column;
    padding-right: 4rem;
    align-items: flex-start;
    gap: 3rem;
  }

  .about-wrap {
    width: 100%;
    max-width: 30rem;
    padding-bottom: 0;
    gap: 3rem;
  }

  .about .about__link {
    align-self: flex-start;
  }

  .about__img {
    width: 100%;
  }

  .about-numbers__list {
    flex-wrap: wrap;
  }

  .about-numbers__item {
    width: calc(50% - 1rem);
  }

  .about-page .about-wrap {
    padding-bottom: 0;
  }

  .projects {
    padding: 6rem 0;
  }

  .projects-item {
    flex-direction: column;
    gap: 4rem;
  }

  .projects-item__left {
    width: 100%;
  }

  .projects-item__right {
    width: 100%;
    gap: 2rem;
  }

  .projects .owl-dots {
    position: absolute;
    width: 100%;
    top: 32rem;
    left: 0;
  }

  .projects-arrows {
    left: auto;
    right: 5rem;
    bottom: auto;
    top: 26rem;
  }

  .projects-arrows span {
    color: #fff;
    background: rgba(100, 90, 89, 0.5);
  }

  .projects-page .projects-item {
    gap: 2.5rem;
  }

  .news-popup__content {
    display: block;
  }

  .news-popup__close {
    transform: none;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
  }

  .news-popup__img {
    width: 100%;
    position: static;
  }

  .news-popup__wrap {
    width: 100%;
    padding-top: 1rem;
  }

  .news-list {
    gap: 1.5rem;
  }

  .news-list .news-item {
    width: calc(50% - .75rem);
  }

  .vacancy {
    padding-bottom: 6rem;
  }

  .vacancy-wrap {
    flex-direction: column;
    gap: 3rem;
  }

  .vacancy-main {
    width: 100%;
    padding-right: 4rem;
  }

  .vacancy__img {
    margin-left: 0;
    width: 100%;
  }

  .vacancy-popup__content {
    width: calc(100% - 4rem);
    height: auto;
    gap: 2rem;
    padding: 3rem 2rem;
  }

  .vacancy-popup__form,
  .vacancy-popup__wrap {
    width: 50%;
  }

  .mission {
    padding: 6rem 0;
  }

  .mission .container {
    gap: 2rem 0;
  }

  .mission__img {
    width: 100%;
  }

  .mission__img:nth-child(4) {
    width: 100%;
    order: 5;
  }

  .mission-item {
    width: 100%;
  }

  .mission-item:last-child {
    width: 100%;
    order: 4;
  }

  .history {
    background-size: 140vw;
    background-position: top left;
  }

  .team {
    padding: 6rem 0;
  }

  .team-head {
    flex-direction: column;
  }

  .team-head__text {
    width: 100%;
  }

  .team-item {
    width: calc(50% - .75rem);
  }

  .footer {
    background-size: 150vw;
    background-position: top center;
  }

  .footer__logo {
    width: 18rem;
    margin-bottom: 4rem;
  }

  .footer-main {
    flex-wrap: wrap;
    gap: 2rem 4rem;
    justify-content: flex-start;
  }

  .footer-copy {
    justify-content: space-between;
  }

  .footer-copy p:first-child {
    position: static;
    transform: none;
  }

  .footer-form {
    margin-bottom: 4rem;
    flex-direction: column;
  }

  .footer-form input,
  .footer-form .btn {
    width: 100%;
  }

}


@media (max-width: 1200px) {
  .reviews {
    padding: 4.5rem 0;
  }

  .reviews .section-head {
    margin-bottom: 2.5rem;
  }

  .reviews-slider {
    z-index: 2;
  }

  .reviews-item,
  .reviews-item__bg {
    width: 290px !important;
  }

  /* Specific width for very small screens */
  @media (max-width: 480px) {

    .reviews-item,
    .reviews-item__bg {
      width: 260px !important;
    }
  }

  .reviews-item__bg {
    height: 440px;
    margin-bottom: 1.2rem;
  }

  .reviews-item__name {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0.5rem;
  }

  .reviews-item__text {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    opacity: 0.6;
  }

  /* .reviews-bg-text {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 3.5rem;
    line-height: 0.9;
    margin-top: 3rem;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
    text-align: left;
  } */
}

@media (max-width: 767.98px),
(max-width: 1080px) and (orientation: portrait) {

  :root {
    font-size: 16px;
  }

  .container {
    padding: 0 1rem;
  }

  .section-btn {
    font-size: 0.9rem;
  }

  .preloader__logo {
    width: 12rem;
  }

  .live-content {
    width: 90vw;
    height: 35rem;
    flex-direction: column;
  }

  .live-content iframe {
    width: 100%;
  }

  .page-head {
    margin-top: 4.1rem;
  }

  .page-head::after {
    top: -4.1rem;
    height: 4.1rem;
  }

  .banner-content {
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: column;
    gap: 1.5rem;
  }

  .banner-info {
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .banner-info__text {
    line-height: 1.2;
    font-size: 0.9rem;
  }

  .banner-info__btn {
    width: 100%;
    font-size: 0.9rem;
  }

  .banner__img {
    width: 100%;
    height: 20rem;
    border-radius: 0;
  }

  .banner__img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .feedback-content {
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mobile-menu .container {
    padding: 1rem 1rem 2.5rem;
  }

  .mobile-menu__logo {
    width: 7rem;
  }

  .mobile-menu__close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mobile-menu__close img {
    width: 1rem;
  }

  .mobile-menu__list {
    font-size: 1.4rem;
  }

  .mobile-menu__list li {
    margin-bottom: 1.6rem;
  }

  .header {
    padding: 0.8rem 0;
  }

  .header-main {
    padding: 1.2rem 0;
  }

  .header__logo {
    width: 7rem;
  }

  .header-wrap {
    gap: .8rem;
  }

  .header__btn {
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
  }

  .header__btn span {
    display: none;
  }

  .header__btn img {
    display: block;
    width: 1rem;
  }

  .header-mobile {
    height: 2.5rem;
    width: 2.5rem;
  }

  .header.scrolled {
    padding: 0.6rem 0;
  }

  .main-slider__item {
    height: 40rem;
  }

  .main-nav {
    padding: 0 1rem;
  }

  .main-nav li {
    width: 12rem;
    height: 4rem;
    padding: 1rem 1.7rem;
  }

  .main-nav li.active {
    height: 7rem;
  }

  .about-main {
    padding-top: 4.5rem;
  }

  .about-main .container {
    padding-right: 1rem;
    gap: 2rem;
  }

  .about-wrap {
    gap: 2.5rem;
  }

  .about__logo {
    width: 85%;
  }

  .about-numbers {
    padding: 3rem 0;
  }

  .about-numbers__list {
    gap: 1.5rem;
  }

  .about-numbers__item {
    width: 100%;
  }

  .about-numbers__value {
    font-size: 2.5rem;
  }

  .projects {
    padding: 4.5rem 0;
  }

  .projects::after {
    background-size: 180vw;
    background-position: top center;
  }

  .projects-item {
    padding-top: 2.5rem;
  }

  .projects-item__img {
    height: 24rem;
  }

  .projects-item__img img {
    border-radius: 1rem;
  }

  .projects-item__text {
    font-size: 0.9rem;
  }

  .projects-item__tags {
    width: 100%;
    padding: 1rem;
    flex-wrap: wrap;
    font-size: 0.65rem;
  }

  .projects-item__logo {
    height: 2.5rem;
  }

  .projects-item__list {
    gap: 1rem;
    flex-direction: column;
  }

  .projects .owl-dots {
    top: 28rem;
  }

  .projects-arrows {
    top: 22rem;
    right: 2rem;
  }

  .projects-page {
    padding: 4.5rem 0;
  }

  .projects-page .projects-item {
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .news::after {
    height: 12rem;
  }

  .news .section-head {
    margin-bottom: 2.5rem;
  }

  .news-item {
    height: 27rem;
    padding: 1.5rem 1rem;
    width: 20rem;
    margin-right: 1rem;
  }

  .news-item__title {
    margin-bottom: 1.5rem;
  }

  .news-item__line {
    margin-bottom: 1.5rem;
  }

  .news-arrows {
    gap: 1rem;
    padding: 1.5rem 1rem 2.5rem;
  }

  .news-page {
    padding: 4.5rem 0;
  }

  .news-list .news-item {
    width: 100%;
  }

  .vacancy {
    padding: 4.5rem 0;
  }

  .vacancy .section-head {
    margin-bottom: 2.5rem;
  }

  .vacancy-wrap {
    gap: 1.5rem;
  }

  .vacancy-main {
    padding-right: 1rem;
  }

  .vacancy-choose {
    margin-bottom: 2.5rem;
    gap: 1rem;
  }

  .vacancy-choose li {
    min-width: 4rem;
    font-size: 0.9rem;
    padding: 0.45rem 1.2rem;
  }

  .vacancy-item {
    padding-left: 0.7rem;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .vacancy-item__wrap {
    gap: 1.2rem;
  }

  .vacancy-popup__content {
    flex-direction: column;
    width: calc(100% - 2rem);
    padding: 2.5rem 1rem;
    border-radius: 0;
  }

  .vacancy-popup__wrap,
  .vacancy-popup__form {
    width: 100%;
  }

  .mission {
    padding: 4.5rem 0;
    font-size: 0.9rem;
  }

  .mission__img {
    height: 16rem;
  }

  .mission__img p {
    left: 1rem;
    width: calc(100% - 2rem);
    z-index: 2;
  }

  .mission__img:nth-child(4)::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
  }

  .mission-item {
    padding: 0;
  }

  .history {
    padding: 4rem 0;
  }

  .history-item {
    margin-right: 3rem;
  }

  .history-arrows {
    gap: 1.5rem;
    padding: 1.3rem 1rem 0;
  }

  .team {
    padding: 4.5rem 0;
  }

  .team-list {
    gap: 1rem;
  }

  .team-item {
    width: 100%;
  }

  .footer {
    padding-top: 3rem;
    background-size: 180vw;
  }

  .footer__logo {
    width: 14rem;
    margin-bottom: 2.5rem;
  }

  .footer-copy span {
    display: none;
  }

  .footer .section-title {
    margin-top: 0;
  }

  .footer-form {
    margin-bottom: 3rem;
  }

  .footer-form input,
  .footer-form .btn {
    width: 100%;
  }
}

@media (max-width: 389.98px) {
  :root {
    font-size: 15px;
  }
}

@media (max-width: 375.98px) {
  :root {
    font-size: 14px;
  }
}

@media (max-width: 345.98px) {
  :root {
    font-size: 13px;
  }
}

@media (max-width: 330.98px) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 320.98px) {
  :root {
    font-size: 11px;
  }
}

@media (max-width: 300.98px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px;
  }
}

@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px;
  }
}

/*# sourceMappingURL=main.css.map */