* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: "Roboto", sans-serif;
  font-style: inherit;
  font-size: 100%;
  line-height: 1.15;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html[dir="rtl"] {
  direction: rtl;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s linear;
}

p {
  line-height: 1.4;
  text-wrap-style: balance;
}
p:not(:last-child) {
  margin-bottom: 15px;
}

b,
strong {
  font-weight: 600;
}

button,
input {
  -webkit-appearance: none;
  direction: unset !important;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  width: 1750px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  font-size: 80px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 14px 40px;
  color: #1b1b1b;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  z-index: 1;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e0e5e5;
  transition: all 0.3s ease;
}
.btn:hover:after {
  left: 0;
  width: 100%;
}
.btn--silver {
  background: linear-gradient(
    90deg,
    rgb(205, 211, 212) 0%,
    rgb(240, 240, 240) 50%,
    rgb(205, 211, 212) 100%
  );
}
.btn--dark {
  background-color: #1b1b1b;
  color: #ffffff;
}
.btn--dark:hover {
  color: #1b1b1b;
}
.btn--large {
  padding: 18px 50px;
  font-size: 18px;
}

.form {
  position: relative;
  width: 100%;
}
.form label {
  display: block;
  width: 100%;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  background-color: transparent;
}

.form__submit {
  margin-top: 40px;
}
.form__agreement {
  margin-top: 40px;
  font-size: 16px;
  color: rgba(27, 27, 27, 0.6);
}
.form__agreement input[type="checkbox"] {
  -webkit-appearance: auto;
  width: 20px;
  height: 20px;
}
.form__agreement label {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.form__agreement label p {
  font-size: 16px;
  color: #1b1b1b;
}
.form__agreement label p a {
  color: #1b1b1b;
  text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 18px;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #e20000 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: green !important;
}

.file-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-btn {
  max-width: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 20px;
}

.file-name {
  font-size: 16px;
  color: #afafaf;
}

ul.list li {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 40px;
}

html[dir="rtl"] ul.list li {
  padding-right: 40px;
}

ul.list li:not(:last-child) {
  margin-bottom: 20px;
}
ul.list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(
    90deg,
    rgb(205, 211, 212) 0%,
    rgb(240, 240, 240) 50%,
    rgb(205, 211, 212) 100%
  );
  transform: rotate(-45deg);
}

html[dir="rtl"] ul.list li::before {
  left: auto;
  right: 0;
}

.page-about .main__descr {
  max-width: 40%;
}
.page-about .main__descr h3 {
  font-size: 40px;
}
.page-about .about {
  background: linear-gradient(
    90deg,
    rgb(205, 211, 212) 0%,
    rgb(240, 240, 240) 50%,
    rgb(205, 211, 212) 100%
  );
}
.page-about .about__content img {
  width: 400px;
  aspect-ratio: 1;
  object-fit: cover;
}
.page-about .about__title {
  margin-top: 60px;
}
.page-inner .main {
  min-height: 500px;
}
.page-inner .main::before {
  background: rgba(27, 27, 27, 0.9);
}
.page-project .main__descr p {
  font-size: 24px;
}
.page-project .projects {
  background: transparent;
}
.page-material .main:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.page-contacts .contacts__items {
  justify-content: space-between;
  padding: 0;
}
.page-contacts .contacts__item {
  width: auto;
}
.page-contacts .contacts__item-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.page-contacts .contacts__item-phone .contacts__item-value a {
  font-size: 30px;
}
.page-contacts .contacts__item-wa {
  width: 32px;
  height: 32px;
}
.page-contacts .contacts__item-value {
  font-size: 24px;
}
.page-contacts .contacts__item-wrap {
  gap: 20px;
}
.page-contacts .contacts__item-social .contacts__item-wrap {
  gap: 30px;
}
.page-contacts .contacts__item-soc {
  width: 30px;
  height: 30px;
}
.page-contacts .contacts__map {
  min-height: 600px;
  margin-top: 40px;
}
.page-contacts .contacts__bottom {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.page-contacts .contacts__img {
  width: 57%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  padding: 20px 0;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.header--scroll {
  background-color: rgba(27, 27, 27, 0.7);
  backdrop-filter: blur(30px);
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.header__logo {
  height: 50px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
}
.header__menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.header__menu li a:hover {
  opacity: 0.5;
}
.header .btn {
  flex-shrink: 0;
}

.header__lang {
  display: flex;
  gap: 10px;
}

.lang-item {
  text-transform: uppercase;
  opacity: 0.5;
  transition: 0.2s;
  color: #ffffff;
}

.lang-item.active {
  opacity: 1;
  font-weight: 600;
}

.burger {
  width: 30px;
  height: 16px;
  position: relative;
  cursor: pointer;
  display: none;
}
.burger::before,
.burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 112;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu.active .mobile-menu__box {
  transform: translateX(0);
}
.mobile-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-menu .close::before,
.mobile-menu .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
  transform-origin: center;
}
.mobile-menu .close::before {
  transform: rotate(45deg);
}
.mobile-menu .close::after {
  transform: rotate(-45deg);
}
.mobile-menu__box {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-menu__logo {
  display: inline-block;
  height: 50px;
}
.mobile-menu__logo img {
  width: 100%;
  height: 100%;
}
.mobile-menu__list {
  margin-top: 60px;
}
.mobile-menu__list li:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-menu__list li a {
  font-size: 18px;
  color: #1b1b1b;
  transition: opacity 0.3s ease;
}
.mobile-menu__list li a:hover {
  opacity: 0.5;
}
.mobile-menu .btn {
  margin-top: 60px;
}

.main {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  background: center/cover no-repeat;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.main .container {
  display: flex;
  align-items: flex-end;
}
.main__content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  color: #ffffff;
  padding-top: 200px;
  padding-bottom: 80px;
}
.main__box {
  max-width: 52%;
  width: 880px;
}
.main .btn {
  margin-top: 60px;
}
.main__descr {
  max-width: 35%;
}
.main__descr p {
  font-size: 20px;
}

.about {
  position: relative;
  padding-top: 100px;
}
.about__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.about__img {
  width: 810px;
  max-width: 50%;
  aspect-ratio: 1.01;
  object-fit: cover;
}
.about__content {
  position: sticky;
  top: 80px;
  left: 0;
  flex: 1;
  padding: 40px 0;
}
.about__text {
  margin-top: 40px;
}
.about__text p {
  font-size: 20px;
}
.about .btn {
  margin-top: 60px;
}

.projects {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(
    90deg,
    rgb(205, 211, 212) 0%,
    rgb(240, 240, 240) 50%,
    rgb(205, 211, 212) 100%
  );
}
.projects__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.projects__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}
.projects__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.projects__item:hover img {
  transform: scale(1.05);
}
.projects__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s linear;
}
.projects__item--large {
  grid-row: span 2;
  aspect-ratio: 0.835;
}
.projects__item--small {
  aspect-ratio: 1.75;
}
.projects__item--wide {
  grid-column: 1/-1;
  aspect-ratio: 2.15;
}

.partners {
  position: relative;
  padding: 120px 0;
  overflow-x: hidden;
}
.partners__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.partners__descr {
  max-width: 600px;
}
.partners__descr p {
  font-size: 20px;
}
.partners__marquee {
  margin-top: 80px;
  width: 100%;
  position: relative;
}
.partners__track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
}
.partners__item {
  flex-shrink: 0;
  border: 1px solid #e0e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__item img {
  height: 100px;
  width: auto;
  object-fit: contain;
  display: block;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contacts {
  position: relative;
  padding: 80px 0;
  background: center/cover no-repeat;
}
.contacts--transparent {
  background: none !important;
}
.contacts--transparent::before {
  content: unset !important;
}
.contacts--transparent .contacts__form,
.contacts--transparent .contacts__info {
  background-color: #f4f9f9;
}
.contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.contacts__wrapper {
  display: flex;
  gap: 40px;
}
.contacts__form {
  flex: 1;
  background-color: #ffffff;
  padding: 60px;
}
.contacts__form .form {
  margin-top: 40px;
}
.contacts__title {
  font-size: 60px;
  text-transform: none;
}
.contacts__info {
  flex-shrink: 0;
  width: 57%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.contacts__items {
  display: flex;
  gap: 20px;
  padding: 30px 40px;
}
.contacts__item {
  width: 33%;
}
.contacts__item-title {
  opacity: 0.6;
  margin-bottom: 10px;
}
.contacts__item-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts__item-value {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.contacts__item-value a {
  color: inherit;
  font-weight: 700;
  white-space: nowrap;
}
.contacts__item-phone .contacts__item-value a {
  font-size: 20px;
}
.contacts__item-wa {
  width: 26px;
  height: 26px;
}
.contacts__map {
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.footer {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #e0e5e5;
}
.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer__copyright,
.footer__policy {
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 0 !important;
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 200;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  cursor: pointer;
}
.popup__content {
  position: relative;
  width: 600px;
  max-width: 100%;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.35s ease;
}
.popup.active .popup__content {
  transform: translateY(0);
  opacity: 1;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.popup__close .popup__close-line {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background: #1b1b1b;
  transform-origin: center;
}
.popup__close .popup__close-line:first-child {
  transform: rotate(45deg);
}
.popup__close .popup__close-line:last-child {
  transform: rotate(-45deg);
}
.popup__title {
  font-size: 60px;
}
.popup .form {
  margin-top: 40px;
}

.services {
  position: relative;
  padding: 120px 0;
}
.services__items {
  display: flex;
  gap: 60px;
  margin-top: 80px;
}
.services__item {
  border: 1px solid #e0e5e5;
  padding: 40px;
}
.services__item img {
  width: 100%;
  aspect-ratio: 45/32;
  object-fit: cover;
}
.services__item-title {
  font-size: 30px;
  margin-top: 40px;
}
.services__item-descr {
  font-size: 20px;
  margin-top: 20px;
}

.advantages {
  position: relative;
  background: center/cover no-repeat;
  padding: 120px 0;
}
.advantages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.6) 80%
  );
}
.advantages__title {
  color: #ffffff;
}
.advantages__items {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 80px;
}
.advantages__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  backdrop-filter: blur(20px);
  width: 440px;
  max-width: 33%;
  height: 420px;
}
.advantages__item:nth-child(even) {
  margin-top: 100px;
}
.advantages__item-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}
.advantages__item-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.advantages__item-title {
  font-size: 24px;
  line-height: 1.15;
  margin-top: 20px;
  color: #ffffff;
}
.advantages__descr {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.advantages__descr p {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  width: 1000px;
  max-width: 60%;
  color: #ffffff;
}

.works {
  position: relative;
}
.works__items {
  display: flex;
  flex-wrap: wrap;
}
.works__item {
  position: relative;
  width: 50%;
  aspect-ratio: 16/10;
  padding: 40px 100px 200px 40px;
}
.works__item:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.works__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  z-index: 1;
}
.works__item:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_80_672)'%3E%3CforeignObject x='-12.432' y='-12.4314' width='64.8631' height='64.8629'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(6.29px);clip-path:url(%23bgblur_1_80_672_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='12.5873' d='M29.7103 36.8193C38.9993 31.4563 42.182 19.5784 36.8189 10.2894C31.4559 1.00037 19.5781 -2.18229 10.289 3.18074C0.999979 8.54376 -2.18268 20.4216 3.18035 29.7106C8.54338 38.9997 20.4212 42.1823 29.7103 36.8193Z' stroke='white' stroke-width='0.83915'/%3E%3Cpath d='M15.954 15.6508L24.9568 14.8323M24.9568 14.8323L24.1384 23.8352M24.9568 14.8323L15.5448 24.2444' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_1_80_672_clip_path' transform='translate(12.432 12.4314)'%3E%3Cpath d='M29.7103 36.8193C38.9993 31.4563 42.182 19.5784 36.8189 10.2894C31.4559 1.00037 19.5781 -2.18229 10.289 3.18074C0.999979 8.54376 -2.18268 20.4216 3.18035 29.7106C8.54338 38.9997 20.4212 42.1823 29.7103 36.8193Z'/%3E%3C/clipPath%3E%3CclipPath id='clip0_80_672'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    center/cover no-repeat;
  z-index: 1;
}
.works__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works__item-content {
  width: 468px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  backdrop-filter: blur(10px);
}
.works__item-title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.works__item-descr {
  font-size: 20px;
  margin-top: 40px;
}

.about-project {
  position: relative;
  padding: 100px 0 200px;
  background: #f4f9f9;
  overflow: hidden;
}
.about-project__decor {
  position: absolute;
  bottom: -50px;
  right: -20px;
  font-size: 160px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  opacity: 0.04;
  white-space: nowrap;
}
.about-project__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.about-project__title {
  flex: 1;
}
.about-project__info {
  width: 50%;
  max-width: 800px;
}
.about-project__descr p {
  font-size: 20px;
}
.about-project__descr p:first-child {
  font-size: 24px;
  font-weight: 700;
}
.about-project__detail {
  margin-top: 60px;
}
.about-project__label {
  font-size: 20px;
  font-weight: 700;
}
.about-project__list {
  margin-top: 30px;
}
.about-project__list li {
  position: relative;
  font-size: 20px;
  padding-left: 40px;
}
.about-project__list li:not(:last-child) {
  margin-bottom: 20px;
}
.about-project__list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(
    90deg,
    rgb(205, 211, 212) 0%,
    rgb(240, 240, 240) 50%,
    rgb(205, 211, 212) 100%
  );
  transform: rotate(-45deg);
}

.materials {
  position: relative;
  padding: 120px 0;
}
.materials__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 200px;
  border-top: 1px solid #e0e5e5;
  padding: 40px 0;
}
.materials__item img {
  width: 300px;
  aspect-ratio: 1;
  object-fit: cover;
}
.materials__item-title {
  flex: 1;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.about-material {
  position: relative;
  padding: 100px 0;
  background: #f4f9f9;
}
.about-material__descr {
  max-width: 800px;
}
.about-material__descr p {
  font-size: 20px;
}
.about-material__detail {
  margin-top: 60px;
  display: flex;
  gap: 200px;
}
.about-material__item {
  width: 50%;
}
.about-material__label {
  font-size: 20px;
  font-weight: 700;
}
.about-material__list {
  margin-top: 30px;
}

.options {
  position: relative;
  padding: 120px 0;
}
.options__group {
  margin-top: 80px;
}
.options__group-head {
  display: flex;
  gap: 60px;
}
.options__group-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.options__group-img {
  width: 240px;
  aspect-ratio: 1;
  object-fit: cover;
}
.options__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 20px;
}
.options__item img {
  width: 100%;
  aspect-ratio: 13/8;
  object-fit: cover;
}
.options__item-name {
  font-size: 20px;
  margin-top: 20px;
}

.content {
  padding: 100px 0;
}
.content ul,
.content ol {
  padding-left: 30px;
}
.content ul:not(:last-child),
.content ol:not(:last-child) {
  margin-bottom: 15px;
}
.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 15px;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: decimal;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content h2 {
  font-size: 50px;
}
.content h3 {
  font-size: 30px;
}
.content h4 {
  font-size: 24px;
}
.content h5 {
  font-size: 20px;
}

.content a {
  text-decoration: underline;
}

@media (max-width: 1750px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  ul.list li {
    font-size: 18px;
    padding-left: 30px;
  }
  html[dir="rtl"] ul.list li {
    padding-right: 30px;
  }

  ul.list li:not(:last-child) {
    margin-bottom: 15px;
  }
  ul.list li::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .page-about .main__descr h3 {
    font-size: 24px;
  }
  .page-about .about__content img {
    width: 300px;
  }
  .page-about .about__title {
    margin-top: 40px;
  }
  .page-inner .main {
    min-height: 400px;
  }
  .page-contacts .contacts__item-title {
    font-size: 18px;
  }
  .page-contacts .contacts__item-value {
    font-size: 20px;
  }
  .page-contacts .contacts__item-phone .contacts__item-value a {
    font-size: 24px;
  }
  .page-contacts .contacts__item-wa,
  .page-contacts .contacts__item-soc {
    width: 26px;
    height: 26px;
  }
  .page-contacts .contacts__item-social .contacts__item-wrap {
    gap: 20px;
  }
  .page-contacts .contacts__map {
    min-height: 500px;
  }
  .title {
    font-size: 60px;
  }
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form textarea {
    padding: 15px 0;
    font-size: 16px;
  }
  .form__submit {
    margin-top: 30px;
  }
  .form__agreement {
    margin-top: 30px;
  }
  .form__agreement label {
    gap: 10px;
  }
  .form__agreement label p {
    font-size: 14px;
  }
  .form__agreement input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    margin-top: 20px !important;
  }
  .main__descr {
    max-width: 40%;
  }
  .main__descr p {
    font-size: 18px;
  }
  .main .btn {
    margin-top: 40px;
  }
  .about__wrapper {
    gap: 60px;
  }
  .about__text p {
    font-size: 18px;
  }
  .about .btn {
    margin-top: 40px;
  }
  .partners__descr {
    max-width: 480px;
  }
  .partners__descr p {
    font-size: 18px;
  }
  .contacts {
    padding: 60px 0;
  }
  .contacts__wrapper {
    gap: 20px;
  }
  .contacts__form {
    padding: 40px;
  }
  .contacts__form .form {
    margin-top: 30px;
  }
  .contacts__title {
    font-size: 40px;
  }
  .contacts__items {
    padding: 30px;
    gap: 15px;
  }
  .contacts__item-title {
    font-size: 14px;
  }
  .contacts__item-wrap {
    gap: 10px;
  }
  .contacts__item-value {
    font-size: 16px;
  }
  .contacts__item-phone .contacts__item-value a {
    font-size: 18px;
  }
  .popup__content {
    width: 480px;
  }
  .popup__title {
    font-size: 40px;
  }
  .popup .form {
    margin-top: 20px;
  }
  .services__items {
    gap: 40px;
  }
  .services__item {
    padding: 30px;
  }
  .services__item-title {
    font-size: 24px;
  }
  .services__item-descr {
    font-size: 18px;
  }
  .advantages__item {
    height: 360px;
    padding: 20px;
  }
  .advantages__item:nth-child(even) {
    margin-top: 60px;
  }
  .advantages__item-title {
    font-size: 20px;
  }
  .advantages__descr p {
    font-size: 30px;
  }
  .works__item {
    padding: 30px 90px 100px 30px;
  }
  .works__item::after {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
  .works__item-content {
    width: 400px;
    padding: 30px;
  }
  .works__item-title {
    font-size: 24px;
  }
  .works__item-descr {
    font-size: 18px;
    margin-top: 30px;
  }
  .about-project {
    padding-bottom: 160px;
  }
  .about-project__decor {
    bottom: -20px;
    font-size: 100px;
  }
  .about-project__descr p {
    font-size: 18px;
  }
  .about-project__descr p:first-child {
    font-size: 20px;
  }
  .about-project__label {
    font-size: 18px;
  }
  .about-project__list {
    margin-top: 20px;
  }
  .materials__item {
    gap: 140px;
  }
  .materials__item img {
    width: 240px;
  }
  .materials__item-title {
    font-size: 24px;
  }
  .about-material__label {
    font-size: 18px;
  }
  .about-material__list {
    margin-top: 20px;
  }
  .about-material__descr p {
    font-size: 18px;
  }
  .options__group-title {
    font-size: 20px;
  }
  .options__items {
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
  .options__item-name {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .page-project .main__descr p {
    font-size: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .header__logo {
    height: 40px;
  }
  .header__menu {
    gap: 30px;
  }
  .projects {
    padding: 100px 0;
  }
  .projects__grid {
    gap: 30px;
  }
  .partners {
    padding: 100px 0;
  }
  .contacts__form {
    padding: 30px;
  }
  .contacts__info {
    width: 65%;
  }
  .services {
    padding: 100px 0;
  }
  .advantages {
    padding: 100px 0;
  }
  .advantages__items {
    margin-top: 60px;
  }
  .advantages__item {
    height: 320px;
  }
  .advantages__descr {
    margin-top: 60px;
  }
  .advantages__descr p {
    font-size: 24px;
  }
  .about-project {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .about-project__wrapper {
    gap: 40px;
  }
  .materials {
    padding: 100px 0;
  }
  .about-material__detail {
    gap: 100px;
  }
  .options {
    padding: 100px 0;
  }
  .content {
    padding: 80px 0;
  }
  .content h2 {
    font-size: 40px;
  }
  .content h3 {
    font-size: 24px;
  }
  .content h4 {
    font-size: 20px;
  }
  .content h5 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .page-about .main__descr h3 {
    font-size: 20px;
  }
  .page-about .about__content img {
    width: 200px;
  }
  .page-about .about__title {
    margin-top: 30px;
  }
  .page-project .main__descr p {
    font-size: 16px;
  }
  .page-contacts .contacts__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-contacts .contacts__item-value {
    font-size: 18px;
  }
  .page-contacts .contacts__item-phone .contacts__item-value a {
    font-size: 20px;
  }
  .page-contacts .contacts__item-wrap {
    gap: 10px;
  }
  .page-contacts .contacts__item-social .contacts__item-wrap {
    gap: 10px;
  }
  .page-contacts .contacts__map {
    min-height: 400px;
  }
  .page-contacts .contacts__bottom {
    gap: 20px;
    flex-direction: column;
  }
  .page-contacts .contacts__img {
    width: 100%;
  }
  .title {
    font-size: 40px;
  }
  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
  .btn--large {
    padding: 16px 40px;
    font-size: 16px;
  }
  .header {
    padding: 15px 0;
  }
  .header__menu {
    gap: 20px;
  }
  .header__menu li a {
    font-size: 14px;
  }
  .main__descr {
    max-width: 50%;
  }
  .main__descr p {
    font-size: 16px;
  }
  .about {
    padding-top: 80px;
  }
  .about__wrapper {
    gap: 40px;
  }
  .about__content {
    padding: 10px 0 60px;
  }
  .about__text p {
    font-size: 16px;
  }
  .about .btn,
  .about__text {
    margin-top: 30px;
  }
  .projects {
    padding: 80px 0;
  }
  .projects__grid {
    gap: 20px;
    margin-top: 60px;
  }
  .partners {
    padding: 80px 0;
  }
  .partners__marquee {
    margin-top: 60px;
  }
  .partners__track {
    gap: 20px;
  }
  .partners__item img {
    height: 80px;
  }
  .partners__descr p {
    font-size: 16px;
  }
  .contacts__wrapper {
    flex-direction: column;
  }
  .contacts__info {
    width: 100%;
  }
  .services {
    padding: 80px 0;
  }
  .services__items {
    gap: 20px;
    margin-top: 60px;
  }
  .services__item {
    padding: 20px;
  }
  .services__item-title {
    font-size: 20px !important;
    margin-top: 20px;
  }
  .services__item-descr {
    font-size: 16px;
    margin-top: 10px;
  }
  .advantages {
    padding: 80px 0;
  }
  .advantages__items {
    gap: 20px;
  }
  .advantages__item {
    height: 240px;
  }
  .advantages__item-icon {
    width: 60px;
    height: 60px;
  }
  .advantages__item-icon img {
    width: 30px;
    height: 30px;
  }
  .advantages__item-title {
    font-size: 16px;
  }
  .advantages__descr p {
    font-size: 20px;
  }
  .works__item {
    padding: 10px 50px 100px 10px;
  }
  .works__item::after {
    top: 10px;
    right: 10px;
  }
  .works__item-content {
    width: 300px;
    padding: 20px;
  }
  .works__item-title {
    font-size: 20px;
  }
  .works__item-descr {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-project {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .about-project__info {
    width: 60%;
  }
  .about-project__decor {
    font-size: 80px;
  }
  .materials {
    padding: 80px 0;
  }
  .materials__item {
    gap: 100px;
    padding: 20px 0;
  }
  .materials__item img {
    width: 200px;
  }
  .materials__item-title {
    font-size: 20px;
  }
  .about-material {
    padding: 80px 0;
  }
  .about-material__detail {
    gap: 60px;
  }
  .options {
    padding: 80px 0;
  }
  .options__group {
    margin-top: 60px;
  }
  .options__group-head {
    gap: 40px;
  }
  .options__group-title {
    font-size: 18px;
  }
  .options__group-img {
    width: 200px;
  }
  .options__items {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  ul.list li {
    font-size: 16px;
    padding-left: 20px;
  }
  html[dir="rtl"] ul.list li {
    padding-right: 20px;
  }
  ul.list li::before {
    width: 10px;
    height: 10px;
  }
  .page-about .about__content img {
    width: 50%;
    min-width: 200px;
  }
  .page-inner .main {
    min-height: 300px;
  }
  .page-inner .main__content {
    padding-bottom: 60px;
  }
  .title {
    font-size: 30px;
  }
  .header__menu {
    display: none;
  }
  .burger {
    display: inline-block;
  }
  .main__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .main__box {
    max-width: 100%;
  }
  .main__descr {
    max-width: 100% !important;
  }
  .about {
    padding-top: 60px;
  }
  .about__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .about__img {
    max-width: 100%;
  }
  .projects {
    padding: 60px 0;
  }
  .projects__grid {
    margin-top: 40px;
    gap: 10px;
  }
  .partners {
    padding: 60px 0;
  }
  .partners__item img {
    height: 60px;
  }
  .contacts {
    padding: 40px 0;
  }
  .contacts__items {
    flex-direction: column;
  }
  .contacts__item {
    width: 100%;
  }
  .services {
    padding: 60px 0;
  }
  .services__items {
    flex-direction: column;
    margin-top: 40px;
  }
  .advantages {
    padding: 60px 0;
  }
  .advantages__items {
    flex-direction: column;
    margin-top: 40px;
  }
  .advantages__item {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .advantages__item:nth-child(even) {
    margin-top: 0;
  }
  .advantages__item-title {
    margin-top: 40px;
  }
  .advantages__descr {
    margin-top: 40px;
  }
  .advantages__descr p {
    width: 400px;
    max-width: 80%;
    font-size: 18px;
  }
  .works__items {
    flex-direction: column;
  }
  .works__item {
    width: 100%;
  }
  .works__item-content {
    padding: 20px;
  }
  .about-project {
    padding-bottom: 100px;
  }
  .about-project__decor {
    font-size: 60px;
  }
  .about-project__wrapper {
    flex-direction: column;
  }
  .about-project__info {
    width: 100%;
  }
  .about-project__descr p {
    font-size: 16px;
  }
  .about-project__descr p:first-child {
    font-size: 18px;
  }
  .about-project__label {
    font-size: 16px;
  }
  .about-project__detail {
    margin-top: 40px;
  }
  .materials {
    padding: 60px 0;
  }
  .materials__item {
    gap: 20px;
  }
  .materials__item img {
    width: 140px;
  }
  .about-material {
    padding: 60px 0;
  }
  .about-material__detail {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .about-material__item {
    width: 100%;
  }
  .about-material__label {
    font-size: 16px;
  }
  .about-material__descr p {
    font-size: 16px;
  }
  .options {
    padding: 60px 0;
  }
  .options__group-head {
    gap: 20px;
  }
  .options__group-title {
    font-size: 16px;
  }
  .options__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .content {
    padding: 60px 0;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content h4 {
    font-size: 18px;
  }
  .content h5 {
    font-size: 16px;
  }

  .file-btn, .file-name {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .header .btn {
    display: none;
  }
  .partners__descr br {
    display: none;
  }
  .popup__content {
    padding: 30px;
  }
  .materials__item {
    flex-direction: column;
  }
  .options__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .options__group-head {
    flex-direction: column-reverse;
  }
}

/*# sourceMappingURL=style.css.map */
