@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  position: relative;
}
.header__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header__wrapper {
  padding-top: calc(40px + 80 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__wrapper {
    padding-top: 120px;
  }
}
.header__wrapper {
  padding-bottom: calc(40px + 80 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__wrapper {
    padding-bottom: 120px;
  }
}
.header__title {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.header__title {
  -moz-column-gap: calc(40px + 40 * (100vw - 320px) / 1070);
       column-gap: calc(40px + 40 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__title {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.header__title-left {
  line-height: 1;
  text-transform: uppercase;
}
.header__title-left {
  font-size: calc(36px + 12 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__title-left {
    font-size: 48px;
  }
}
.header__title-left span {
  color: var(--accent);
  font-weight: bold;
}
.header__title-left span {
  font-size: calc(42px + 68 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__title-left span {
    font-size: 110px;
  }
}
.header__title-right {
  font-size: calc(18px + 2 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__title-right {
    font-size: 20px;
  }
}
.header__bottom {
  max-width: 500px;
  align-self: flex-end;
  text-align: right;
  color: #fff;
  position: relative;
  padding-right: 30px;
}
.header__bottom {
  margin-top: calc(40px + 40 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .header__bottom {
    margin-top: 80px;
  }
}
.header__bottom::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 30px;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--accent);
}
.header__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: scaleAnimation 25s infinite;
}
.header__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sub-title {
  color: #808486;
  line-height: 1.2;
}
.sub-title {
  font-size: calc(16px + 8 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .sub-title {
    font-size: 24px;
  }
}

.s-title {
  color: #bd9577;
  line-height: 1;
}
.s-title {
  font-size: calc(26px + 20 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .s-title {
    font-size: 46px;
  }
}

.mt100 {
  margin-top: calc(40px + 60 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt15 {
  margin-top: 15px;
}

.mt35 {
  margin-top: 35px;
}

.mt25 {
  margin-top: 25px;
}

.text {
  font-size: calc(20px + 4 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .text {
    font-size: 24px;
  }
}
.text ul,
.text ol {
  padding: 0 0 0 20px;
}
.text li + li {
  margin-top: 5px;
}
.text p:last-child {
  margin-bottom: 0;
}

.equipment {
  overflow: hidden;
}
.equipment__wrapper {
  display: flex;
  gap: 60px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .equipment__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.equipment__left {
  flex: 1;
}
.equipment__right {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-bottom: -40px;
}
.equipment__right img {
  width: 120%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 992px) {
  .equipment__right img {
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 300px;
  }
}

.experience {
  overflow: hidden;
}
.experience__wrapper {
  display: grid;
  row-gap: 30px;
  grid-template-columns: 500px 1fr;
}
.experience__wrapper {
  -moz-column-gap: calc(30px + 50 * (100vw - 320px) / 1070);
       column-gap: calc(30px + 50 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .experience__wrapper {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 992px) {
  .experience__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .experience__image {
    order: 2;
  }
}
.experience__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .experience__image img {
    max-height: 340px;
    width: auto;
    margin: auto;
    display: block;
  }
}
.experience__info {
  padding-top: 80px;
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.experience__info {
  padding-left: calc(30px + 50 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .experience__info {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .experience__info {
    padding-left: 0;
  }
}
.experience__info img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: -1;
}
.experience__title {
  color: #000;
  font-weight: bold;
}
.experience__title {
  font-size: calc(28px + 16 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .experience__title {
    font-size: 44px;
  }
}
.experience__title span {
  color: #bd9577;
}
.experience .text {
  margin-top: calc(20px + 60 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .experience .text {
    margin-top: 80px;
  }
}

.offer__title {
  text-align: right;
}
.offer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.offer__wrapper {
  gap: calc(15px + 15 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .offer__wrapper {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .offer__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offer__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  min-height: 220px;
}
.offer__item {
  height: calc(180px + 90 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .offer__item {
    height: 270px;
  }
}
.offer__item {
  padding: calc(10px + 10 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .offer__item {
    padding: 20px;
  }
}
.offer__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer__item-title {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4px 12px;
  border-radius: 5px;
  bottom: 12px;
  color: #000;
  text-align: center;
}
.offer__item-title {
  font-size: calc(16px + 4 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .offer__item-title {
    font-size: 20px;
  }
}

.manufactur__wrapper {
  display: flex;
  row-gap: 30px;
}
.manufactur__wrapper {
  -moz-column-gap: calc(40px + 40 * (100vw - 320px) / 1070);
       column-gap: calc(40px + 40 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .manufactur__wrapper {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 1390px) {
  .manufactur__wrapper {
    flex-direction: column-reverse;
  }
}
.manufactur__image {
  flex: 0 0 400px;
}
@media (max-width: 1390px) {
  .manufactur__image {
    flex: initial;
  }
  .manufactur__image img {
    max-width: 400px;
    display: block;
    margin: auto;
  }
}
.manufactur__image img {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}
.manufactur__info {
  flex: 1;
}
.manufactur__row + div {
  margin-top: calc(35px + 25 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .manufactur__row + div {
    margin-top: 60px;
  }
}
.manufactur__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.manufactur__grid {
  -moz-column-gap: calc(20px + 20 * (100vw - 320px) / 1070);
       column-gap: calc(20px + 20 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .manufactur__grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.manufactur__grid {
  row-gap: calc(10px + 10 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .manufactur__grid {
    row-gap: 20px;
  }
}
@media (max-width: 992px) {
  .manufactur__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .manufactur__grid br {
    display: none;
  }
}
@media (max-width: 992px) {
  .manufactur__item:last-child {
    grid-column: -1/1;
  }
}
.manufactur__item-title {
  margin-bottom: 20px;
}
.manufactur__item-title {
  font-size: calc(20px + 2 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .manufactur__item-title {
    font-size: 22px;
  }
}
.manufactur__item-text {
  font-size: calc(18px + 2 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .manufactur__item-text {
    font-size: 20px;
  }
}

.projects {
  background-color: #4d4c4c;
}
.projects {
  padding-top: calc(40px + 80 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects {
    padding-top: 120px;
  }
}
.projects {
  padding-bottom: calc(40px + 80 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects {
    padding-bottom: 120px;
  }
}
.projects__wrapper {
  display: grid;
  grid-template-columns: minmax(500px, 600px) 1fr;
}
.projects__wrapper {
  -moz-column-gap: calc(40px + 40 * (100vw - 320px) / 1070);
       column-gap: calc(40px + 40 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__wrapper {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 1390px) {
  .projects__wrapper {
    grid-template-columns: 1fr;
  }
  .projects__wrapper {
    row-gap: calc(30px + 30 * (100vw - 320px) / 1070);
  }
}
@media (max-width: 1390px) and (min-width: 1390px) {
  .projects__wrapper {
    row-gap: 60px;
  }
}
.projects__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1390px) {
  .projects__gallery {
    order: 2;
  }
}
.projects__project {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects__project-image {
  height: 360px;
  overflow: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.projects__project-image {
  height: calc(240px + 120 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__project-image {
    height: 360px;
  }
}
.projects__project-image::-webkit-scrollbar {
  width: 4px; /* ширина скроллбара */
}
.projects__project-image::-webkit-scrollbar-track {
  background: #c2c2c2; /* цвет фона трека */
}
.projects__project-image::-webkit-scrollbar-thumb {
  background: #bd9577; /* цвет ползунка */
  border-radius: 2px; /* радиус границы */
}
.projects__project-image img {
  width: 100%;
}
.projects__project-title {
  color: #bd9577;
  margin-top: 10px;
}
.projects__project-title {
  font-size: calc(18px + 2 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__project-title {
    font-size: 20px;
  }
}
.projects__project-title:hover {
  color: #bd9577;
  text-decoration: none;
}
.projects__project-desc {
  margin-top: 15px;
  color: #fff;
}
.projects__project-desc {
  font-size: calc(12px + 2 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__project-desc {
    font-size: 14px;
  }
}
.projects__team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.projects__team-list {
  margin-top: calc(30px + 30 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__team-list {
    margin-top: 60px;
  }
}
@media (max-width: 1390px) {
  .projects__team-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media (max-width: 1390px) and (max-width: 575px) {
  .projects__team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.projects .s-title {
  color: #fff;
}
.projects .s-title span {
  color: #bd9577;
}
.projects__team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
.projects__team-photo {
  border-radius: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.projects__team-photo {
  width: calc(120px + 60 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__team-photo {
    width: 180px;
  }
}
.projects__team-photo {
  height: calc(120px + 60 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__team-photo {
    height: 180px;
  }
}
.projects__team-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects__team-name {
  margin-top: 15px;
  color: #fff;
}
.projects__team-name {
  font-size: calc(18px + 4 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__team-name {
    font-size: 22px;
  }
}
.projects__team-work {
  margin-top: 5px;
  color: #fff;
}
.projects__team-work {
  font-size: calc(14px + 4 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .projects__team-work {
    font-size: 18px;
  }
}

.footer {
  padding-top: calc(40px + 80 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .footer {
    padding-top: 120px;
  }
}
.footer {
  padding-bottom: calc(40px + 80 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .footer {
    padding-bottom: 120px;
  }
}
.footer .s-title {
  font-weight: bold;
}
.footer .s-title {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .footer .s-title {
    margin-top: 40px;
  }
}
.footer .s-title {
  font-size: calc(34px + 26 * (100vw - 320px) / 1070);
}
@media (min-width: 1390px) {
  .footer .s-title {
    font-size: 60px;
  }
}/*# sourceMappingURL=project.css.map */