.wrapper {
  max-width: 1920px;
}

.section-padding {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.container {
  max-width: 1920px !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.form-sec .blue-bg {
  display: none;
}

.header .container {
  max-width: 1920px;
}

.form-sec .container {
  position: relative;
  z-index: 10;
}

.form-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #008cff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  transform: translateY(-100%);
}

.form-sec.show-animate:before {
  animation: verticalAnimate 1s ease-in-out forwards;
}

.video-block {
  width: 100% !important;
}

.block-absolute {
  width: 58% !important;
}

.about-block .about-absolute {
  width: 58% !important;
}

.block-main,
.banner-block {
  width: 58%;
}

.audit-content {
  gap: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.project-slide {
  padding-left: 120px !important;
}

.news-page-slide .project-img img {
  object-fit: contain;
}

.news-page-slide .project-img {
  height: 630px !important;
}

.news-page-slide .project-block {
  height: 630px !important;
  margin: 0;
}

.news-page-slide .galary-wrapper {
  height: 630px !important;
}

.news-page-slide .swiper-slide,
.galary-wrapper {
  height: 630px !important;
}

.project-item-bg {
  background: #fff;
  height: 100%;
}

@media (min-width: 1920px) {
.project-awards-slider .project-img, .project-awards-slider .video-wrap {
  height: 330px !important;
}
}

@media (max-width: 1919px) {
.project-awards-slider .project-img, .project-awards-slider .video-wrap {
  height: 16.53297179vw !important;
}
}

.project-awards-slider .project-img img {
  object-fit: cover;
}

.main-wrap,
.banner-block {
  width: calc(50% + 287px) !important;
}

.block-absolute,
.about-block .about-absolute,
.block-main {
  width: calc(50% + 287px);
}

@media (min-width: 1921px) {
  .block-absolute, .about-block .about-absolute, .block-main {
          top: -170px;
      }
}

@media (max-width: 1920px) {
  .block-absolute, .about-block .about-absolute, .block-main {
    top: -168px;
  }
}

@media (min-width: 3000px) {
.block-absolute.scaffolding-block-absolute {
  top: -485px !important;
}
}

@media (max-width: 2999px) {
.block-absolute.scaffolding-block-absolute {
  top: -255px !important;
}
}

.about-block .about-absolute:before,
.block-main::before,
.banner-block::before {
  width: 100% !important;
  height: 269px !important;
}

@media (min-width: 2000px) {
  .director-main__quote {
    padding-left: 180px;
  }
}

.main-sec .main-wrap,
.about-absolute {
  max-width: 100vw !important;
}

.main-sec,
.main-sec .video-wrap,
.main-sec .media {
  min-height: 710px;
}

body {
  overflow-x: hidden;
}

.map-sec .title {
    width: 41.666vw;
    align-items: flex-start;
    left: 0;
}
.project-slide-bg, .company-left-block {
    width: 41.6666666667%;
}
.director-main__top-side {
    width: calc(50vw - 847px);
    min-width: 121px;
    height: 100%;
    position: absolute;
    left: calc(100% - 1px);
    overflow: hidden;
}

footer .ftr-end {
    padding-left: 0;
    padding-right: 0;
}
.training-block-text .block-left {
    flex: none;
    width: 45%;
}
.training-block-text .block-right {
    flex: none;
    width: 55%;
}
.training-block-text .block-right p {
    width: 100%;
}

.swiper-wrapper .icon {
  min-width: 55px;
}

/* Уведомления */

@keyframes fade {
  0% {
      opacity: 0;
      visibility: hidden;
  }
  20% {
      opacity: 1;
      visibility: visible;
  }
  80% {
      opacity: 1;
      visibility: visible;
  }
  100% {
      opacity: 0;
      visibility: hidden;
  }
}

.notification {
  animation: fade 3s ease forwards;
  background-color: #f44336;
  color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Модалка - обратная связь формы */

#form-confirm-modal .modal-content {
  background-image: url('/img/bg-response-logo.svg');
  background-size: 316px 368px;
  background-position: 96% -25%;
  background-repeat: no-repeat;
}

#form-confirm-modal .modal-body .modal-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 27.6px;
  color: #3a3a3a; 
  text-align: center; 
}

.modal-dialog-close-btn {
  background-color: white !important;
  color: #3a3a3a !important;
  
  border: 2px solid #008cff !important;
  border-radius: 5px;
  
}

.modal-dialog-close-btn:hover {
  background-color: #008cff !important;
  color: white !important;
  
}

/* Страницы вакансий */

.vacancy-page-nav-text {
  font-family: 'TT Norms Pro';
  font-variant-ligatures: none;
  color-scheme: light only;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --sb: 17px;
  --vh: 6.07px;
  -webkit-tap-highlight-color: transparent;
  visibility: inherit;
  box-sizing: border-box;
  text-decoration: none;
  align-items: center;
  color: #008cff;
  display: inline-flex;
  font-weight: 500;
  transition: color .2s;
  font-size: 1em;
  line-height: 1.25;
}

.vacancy-page-right-block {
  background-color: #008cff;
  padding: 0;
}

.vacancy-page-right-block img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* .breadcrumbs {
  padding: 20px 0 40px;
} */

.vacancy-page-city p {
  font-family: 'TT Norms Pro';
  font-variant-ligatures: none;
  color-scheme: light only;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --sb: 17px;
  --vh: 5.39px;
  -webkit-tap-highlight-color: transparent;
  color: #3a3a3a;
  font-size: 1em;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  text-align: start;
  position: relative;
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
  margin-bottom: 15px;
}

.vacancy-page-title h2 {
  font-family: 'TT Norms Pro';
  font-variant-ligatures: none;
  color-scheme: light only;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --sb: 17px;
  --vh: 5.39px;
  -webkit-tap-highlight-color: transparent;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 1.875em;
  line-height: 1.1666666667;
  box-sizing: border-box;
  display: block;
  text-align: start;
  position: relative;
  transform: translate(0px, 0px);
}

.vacancy-page-zp {
  font-family: 'TT Norms Pro';
  font-variant-ligatures: none;
  color-scheme: light only;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --sb: 17px;
  --vh: 5.39px;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 1.125em;
  line-height: 1.3888888889;
  color: #008cff;
  font-weight: 500;
  margin-top: 2.5em;
  visibility: inherit;
  transform: translate(0px, 0px);
  margin: 45px 0;
}

.vacancy-page-content span {
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'TT Norms Pro';
  box-sizing: border-box;
  scroll-margin-top: 7em;
  transition: .3s all ease;
  display: inline-block;
  color: #3a3a3a;
  font-feature-settings: "liga" off;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.38;
  margin-bottom: 16px;
}

.vacancy-page-content p {
  font-weight: var(--bs-body-font-weight);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'TT Norms Pro';
  box-sizing: border-box;
  scroll-margin-top: 7em;
  margin: 0;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.25;
  color: #3a3a3a;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(20px);
  animation-delay: 1s !important;
  animation: lineText 0.5s forwards;
  
}

.vacancy-page-left-block {
  padding-bottom: 40px;
}

.disabled-select {
  filter: grayscale(100%);
  background-color: #f6f6f6;
  color: #3a3a3a;
}

/* Галерея */

@media (min-width: 1536px) {
  .gallery-media-size, .gallery-media-size .swiper-slide {
      height: 704px !important;
      max-height: 704px !important;
  }
}
@media (min-width: 1920px) {
  .gallery-media-size, .gallery-media-size .swiper-slide {
      height: 920px !important;
      max-height: 920px !important;
  }
}
@media (min-width: 2440px) {
  .gallery-media-size, .gallery-media-size .swiper-slide {
      height: 1080px !important;
      max-height: 1080px !important;
  }
}
@media (min-width: 3440px) {
  .gallery-media-size, .gallery-media-size .swiper-slide {
      height: 1080px !important;
      max-height: 1080px !important;
  }
}

.gallery-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.people-story .project-img video {
  object-fit: contain !important;
  aspect-ratio: 320 / 169;
}

.people-story .project-slide-bg {
  height: 32.9em;
}
