* {
  border: 0;
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

@font-face {
  font-family: Xolonium;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/xolonium-bold.f8288680.eot") format("eot"), url("../fonts/xolonium-bold.cea5365c.woff") format("woff"), url("../fonts/xolonium-bold.00b0098c.woff2") format("woff2");
  font-display: swap;
}

.header {
  z-index: 101;
  backdrop-filter: blur(10px);
  background: #10111166;
  border-radius: 20px;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 25px 0;
  position: fixed;
  top: 10px;
}

.header .container {
  align-items: center;
  display: flex;
}

@media (width <=1000px) {
  .header {
    border-radius: 10px;
    padding: 10px 0;
  }
}

.header__nav {
  width: 450px;
}

.header__nav ul {
  letter-spacing: -.03em;
  color: #fff;
  align-items: center;
  gap: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
  display: flex;
}

@media (width <=1250px) {
  .header__nav {
    display: none;
  }
}

@media (width >=1250px) {
  .js-burger__btn-open {
    display: none;
  }
}

.header__logo {
  margin: 0 auto;
}

@media (width <=1250px) {
  .header__logo {
    margin-left: 0;
  }

  .header__logo img {
    width: 168px;
  }
}

.header__contacts {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=1250px) {
  .header__contacts {
    display: none;
  }
}

.header__phone {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.header__phone span {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.header__phone div {
  letter-spacing: -.03em;
  color: #fff;
  gap: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  display: flex;
}

.header__phone div svg {
  margin-top: 4px;
}

.header__socials {
  align-items: center;
  gap: 5px;
  display: flex;
}

.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.footer__descr {
  flex-direction: column;
  gap: 30px;
  margin-bottom: 200px;
  display: flex;
}

.footer__descr p {
  letter-spacing: -.03em;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=800px) {
  .footer__descr p {
    font-size: 14px;
  }

  .footer__descr {
    margin-bottom: 60px;
  }
}

.footer__content {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=800px) {
  .footer__content {
    grid-template-columns: 100px 1fr;
    display: grid;
  }
}

.footer__nav {
  width: 277px;
}

.footer__nav ul {
  letter-spacing: -.03em;
  color: #fff;
  flex-direction: column;
  gap: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
  display: flex;
}

@media (width <=800px) {
  .footer__nav ul {
    gap: 10px;
    font-size: 14px;
  }
}

.footer__logo {
  flex-direction: column;
  display: flex;
}

.footer__logo span,
.footer__logo a {
  letter-spacing: -.03em;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

@media (width <=800px) {

  .footer__logo span,
  .footer__logo a {
    font-size: 12px;
  }

  .footer__logo {
    max-width: max-content;
    margin-left: auto;
  }

  .footer__logo img {
    width: 100%;
  }
}

.footer__logo-rights {
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
  display: flex;
}

.footer__contacts {
  flex-direction: column;
  gap: 10px;
  max-width: 277px;
  display: flex;
}

@media (width <=800px) {
  .footer__contacts {
    grid-column: 1 / -1;
    max-width: none;
  }
}

.footer__contacts-row {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=800px) {
  .footer__contacts-row .header__phone span {
    font-size: 16px;
  }
}

.footer__contacts-row .header__phone div {
  color: #ccc;
}

@media (width <=800px) {
  .footer__contacts-row .header__phone div {
    font-size: 12px;
  }

  .footer__contacts-row {
    justify-content: space-between;
  }
}

.footer__contacts-item {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
}

@media (width <=800px) {
  .footer__contacts-item {
    font-size: 14px;
    max-width: 290px;
  }
}

.overlay {
  z-index: 101;
  backdrop-filter: blur(10px);
  background: #10111166;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content {
  background: #f5f5f5;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 670px;
  padding: 40px 30px 30px;
  display: flex;
  position: relative;
}

.overlay__content form {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.overlay__content input:not(.custom-checkbox input, .btn) {
  letter-spacing: -.03em;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 24px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
}

.overlay__content input:not(.custom-checkbox input, .btn)::placeholder {
  color: #ccc;
}

.js-overlay__btn-close {
  position: absolute;
  top: 20px;
  right: 30px;
}

.overlay__text {
  letter-spacing: -.03em;
  color: #101111;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

.custom-checkbox {
  letter-spacing: -.03em;
  color: #101111;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  display: flex;
}

.custom-checkbox span {
  margin-left: auto;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  opacity: .7;
  border: 1px solid #101111;
  border-radius: 5px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked:after {
  content: "";
  opacity: .7;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger {
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  background: #101111;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .3s;
  position: fixed;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger__content {
  flex-direction: column;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  overflow-y: auto;
}

.burger__content .header__contacts {
  grid-template-columns: 1fr 65px;
  gap: 20px;
  max-width: 236px;
  margin: auto auto 0;
  display: grid;
}

.burger__content .header__phone span {
  font-size: 16px;
}

.burger__content .header__phone div {
  font-size: 12px;
}

.burger__content .header__socials svg {
  width: 30px;
  height: 30px;
}

.burger__content .btn {
  grid-column: 1 / -1;
  max-width: none;
}

.burger_head {
  border: 1px solid #ccc;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 15px;
  display: flex;
}

.burger__nav {
  margin: 50px 0;
}

.burger__nav ul {
  letter-spacing: -.03em;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
  display: flex;
}

.main-section {
  height: 100vh;
  min-height: 650px;
  padding-bottom: 100px;
}

.main-section .container {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  padding-top: 150px;
  display: flex;
  position: relative;
}

@media (max-width: 1000px) {
  .main-section .container {
    padding-top: 100px;
  }
}

.main-section video,
.main-section img {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 650px;
  position: absolute;
}

@media (width <=1000px) {
  .main-section {
    padding-bottom: 60px;
  }
}

.main-section__content {
  gap: 20px;
  margin-top: auto;
  display: flex;
}

.main-section__content h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  max-width: 900px;
  font-family: Xolonium, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

@media (width <=1000px) {
  .main-section__content h1 {
    font-size: 26px;
  }

  .main-section__content {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}

.main-section__descr {
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 20px;
  width: 100%;
  max-width: 448px;
  display: flex;
}

.main-section__descr p {
  letter-spacing: -.03em;
  color: #ccc;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=1000px) {
  .main-section__descr p {
    text-align: left;
    font-size: 14px;
  }

  .main-section__descr {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}

.info-cols {
  background: #101111;
  position: relative;
  overflow: hidden;
}

.info-cols__content {
  z-index: 1;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  position: relative;
}

@media (width <=800px) {
  .info-cols__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.info-cols__content-item {
  border-right: 1px solid #ccc3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 750px;
  display: flex;
}

.info-cols__content-item p {
  letter-spacing: -.03em;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  position: relative;
}

@media (width <=700px) {
  .info-cols__content-item p {
    font-size: 14px;
  }
}

.info-cols__content-item:last-child {
  border: none;
}

@media (width <=1000px) {
  .info-cols__content-item {
    min-height: 450px;
  }
}

@media (width <=800px) {
  .info-cols__content-item {
    min-height: auto;
  }

  .info-cols__content-item:first-child {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .info-cols__content-item:nth-child(2) {
    border: none;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .info-cols__content-item:nth-child(3),
  .info-cols__content-item:nth-child(4) {
    padding-bottom: 50px;
  }
}

@media (width <=700px) {
  .info-cols__content-item {
    gap: 5px;
  }
}

.info-cols__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Xolonium, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

@media (width <=700px) {
  .info-cols__item-title {
    font-size: 26px;
  }
}

.info-cols__stairs {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

@media (width <=800px) {
  .info-cols__stairs {
    display: none;
  }
}

.info-cols__piece {
  opacity: 0;
  transform: translateY(var(--enter-y, 60px));
  will-change: transform, opacity;
  position: absolute;
  top: 0;
}

.info-cols__piece img {
  object-fit: cover;
  width: 25vw;
  display: block;
}

.info-cols__piece.is-visible {
  animation: .7s cubic-bezier(.16, 1, .3, 1) forwards piece-in;
}

.info-cols__piece.is-leaving {
  animation: .6s cubic-bezier(.7, 0, .84, 0) forwards piece-out;
}

.info-cols__piece--1 {
  --enter-y: 40px;
  width: 25vw;
  height: 100%;
  left: 0;
}

.info-cols__piece--2 {
  --enter-y: 90px;
  width: 25vw;
  height: 100%;
  left: 25%;
}

.info-cols__piece--3 {
  --enter-y: 140px;
  width: 25vw;
  height: 100%;
  left: 50%;
}

.info-cols__piece--4 {
  --enter-y: 190px;
  width: 25vw;
  height: 100%;
  left: 75%;
}

@keyframes piece-in {
  from {
    opacity: 0;
    transform: translateY(var(--enter-y, 60px));
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes piece-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-80px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .info-cols__piece.is-visible,
  .info-cols__piece.is-leaving {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

.services__content {
  flex-direction: column;
  gap: 20px;
  display: flex;
  position: relative;
}

.services__content-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.services__content-item img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

@media (width <=700px) {
  .services__content-item img {
    max-height: 300px;
  }

  .services__content-item {
    grid-template-columns: 1fr;
    gap: 15px;
    top: 80px;
  }
}

.services__item-descr {
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
}

@media (width <=700px) {
  .services__item-descr {
    gap: 10px;
    padding: 0 15px 15px;
  }
}

.services__item-num {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #d6b050;
  margin-bottom: auto;
  font-family: Xolonium, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

@media (width <=700px) {
  .services__item-num {
    font-size: 26px;
  }
}

.services__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #101111;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=700px) {
  .services__item-title {
    font-size: 16px;
  }
}

.services__item-text {
  letter-spacing: -.03em;
  color: #101111;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=700px) {
  .services__item-text {
    font-size: 14px;
  }
}

.services__item-link {
  margin-top: auto;
}

@media (width <=700px) {
  .services__item-link svg {
    width: 30px;
    height: 30px;
  }
}

.works {
  background: #101111;
  padding: 60px 0;
}

.works__content-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
  position: relative;
}

.works__content-wrapper .section-title {
  max-height: max-content;
  position: sticky;
  top: 120px;
}

@media (width <=900px) {
  .works__content-wrapper .section-title {
    position: static;
  }

  .works__content-wrapper {
    grid-template-columns: 1fr;
  }
}

.works__content {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.works__content-item {
  display: block;
  position: relative;
}

.works__content-item img {
  width: 100%;
}

@media (width <=900px) {
  .works__content-item img {
    min-height: 150px;
  }
}

.works__content-item:before {
  content: "";
  background: linear-gradient(#10111100 0%, #101111 100%);
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.works__content-item:hover:before {
  opacity: 0;
}

.works__content-item:hover rect {
  fill: #fff;
}

.works__content-item:hover path {
  fill: #101111;
}

.works__item-row {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: calc(100% - 40px);
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.works__item-row svg * {
  transition: all .3s;
}

.works__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #d6b050;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=900px) {
  .works__item-title {
    font-size: 16px;
  }
}

.advantages {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

@media (width <=900px) {
  .advantages {
    padding: 50px 0;
  }
}

.advantages__content {
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=800px) {
  .advantages__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.advantages__content-item {
  backdrop-filter: blur(15px);
  background: #10111199;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
	grid-column: 2 span;
}

.advantages__content-item:nth-child(4), .advantages__content-item:nth-child(5){
		grid-column: 3 span;
}

.advantages__content-item img {
  width: 45px;
  height: 52px;
}

@media (width <=800px) {
  .advantages__content-item img {
    width: 24px;
    height: 28px;
  }

  .advantages__content-item {
    border-radius: 10px;
    gap: 10px;
    padding: 5px;
  }
}

.advantages__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=800px) {
  .advantages__item-title {
    font-size: 16px;
  }
}

.advantages__item-text {
  letter-spacing: -.03em;
  color: #ccc;
  min-height: 66px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=800px) {
  .advantages__item-text {
    font-size: 14px;
  }
}

.projects__swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.about__content-wrapper {
  position: relative;
}

.about__content-wrapper img {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: -150px;
}

@media (width <=800px) {
  .about__content-wrapper img {
    width: 100%;
    position: static;
  }
}

.about__content {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 475px;
  padding: 20px;
}

.about__content p {
  letter-spacing: -.03em;
  color: #101111c0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=800px) {
  .about__content p {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.about__content p:nth-last-child(2) {
  margin-bottom: 30px;
}

@media (width <=800px) {
  .about__content p:nth-last-child(2) {
    margin-bottom: 15px;
  }
}

.about__content a {
  letter-spacing: -.03em;
  color: #d6b050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
}

@media (width <=800px) {
  .about__content a {
    font-size: 14px;
  }

  .about__content {
    padding: 15px;
  }
}

.contacts-black {
  background: #101111;
}

.contacts-black iframe {
  z-index: 1;
  width: 100%;
  height: 500px;
  position: absolute;
}

@media (width <=1000px) {
  .contacts-black iframe {
    position: static;
  }
}

.contacts-page {
  height: 500px;
  position: relative;
}

@media (width <=1000px) {
  .contacts-page {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    height: auto;
    display: flex;
  }
}

.contacts-page__content {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 475px;
  padding: 20px;
  display: flex;
  position: relative;
  top: 70px;
}

@media (width <=1000px) {
  .contacts-page__content {
    gap: 15px;
    padding: 15px;
    position: static;
  }
}

.contacts-page__content-item {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.contacts-page__content-item span {
  font-family: var(--font-family);
  letter-spacing: -.03em;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

@media (width <=1000px) {
  .contacts-page__content-item span {
    font-size: 12px;
  }
}

.contacts-page__content-item a {
  font-family: Montserrat;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #101111;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

@media (width <=1000px) {
  .contacts-page__content-item a {
    font-size: 16px;
  }
}

.projects-page {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .projects-page {
    padding-bottom: 50px;
  }
}

.projects-page__btns {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.projects-page__btns-wrapper {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.projects-page__btn {
  font-family: var(--font-family);
  letter-spacing: -.03em;
  color: #ccc;
  background: #282828;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (max-width: 700px) {
  .projects-page__btn {
    font-size: 14px;
    width: 100%;
  }
}

.projects-page__btn--active {
  color: #101111;
  background: #ccc;
}

.projects-page__content {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=700px) {
  .projects-page__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.projects-page__content-item img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.projects-page__btn--toggle {
  font-family: var(--font-family);
  letter-spacing: -.03em;
  color: #d6b050;
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
  display: none;
}

@media (width <=768px) {
  .projects-page__btn--toggle {
    display: flex;
  }

  .projects-page__btns.collapsed .projects-page__btn:not(.projects-page__btn--active):not(.projects-page__btn--toggle):nth-child(n+5) {
    display: none;
  }
}

.about-video,
.about-main {
  background: #101111;
}

.about-video video,
.about-main video {
  object-fit: cover;
  width: 100%;
  max-height: 650px;
  padding-top: 30px;
}

.about-video .page-head,
.about-main .page-head {
  margin: 0;
}

.about-descr {
  background: #f5f5f5;
  border-bottom: 1px solid #c3a14d;
  padding: 100px 0;
}

@media (width <=1000px) {
  .about-descr {
    padding: 50px 0;
  }
}

.about-cols {
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

@media (width <=1000px) {
  .about-cols {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.about-col p {
  letter-spacing: -.03em;
  color: #101111;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

.about-col p:last-child {
  margin-bottom: 0;
}

@media (width <=1000px) {
  .about-col p {
    font-size: 14px;
  }
}

.about-years {
  background: #f5f5f5;
  border-bottom: 1px solid #c3a14d;
  padding: 100px 0;
}

@media (width <=1000px) {
  .about-years {
    padding: 50px 0;
  }
}

.about-years .section-title {
  max-width: 460px;
}

.about-years .about-col {
  flex-direction: column;
  gap: 20px;
  display: flex;
  position: relative;
}

@media (width <=1000px) {
  .about-years .about-col {
    gap: 7px;
    padding-left: 135px;
  }
}

.about-years-svg {
  position: absolute;
  top: 30px;
  left: -30%;
}

@media (width <=1300px) {
  .about-years-svg {
    left: -45%;
  }
}

@media (width <=1000px) {
  .about-years-svg {
    width: 135px;
    top: -50px;
    left: 0;
  }
}

.about-years__item {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.about-years__item:last-child .about-years__item-title {
  color: #d6b050;
}

.about-years__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #101111;
  font-family: Xolonium, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

@media (width <=1000px) {
  .about-years__item-title {
    font-size: 25px;
  }
}

.about-years__item-text {
  color: #101111cc;
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=1000px) {
  .about-years__item-text {
    font-size: 13px;
  }
}

.about-cards {
  background: #f5f5f5;
  padding: 100px 0;
}

@media (width <=1000px) {
  .about-cards {
    padding: 50px 0;
  }
}

.about-cards .about-col {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=700px) {
  .about-cards .about-col {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.about-cards__item {
  backdrop-filter: blur(15px);
  background: #101111;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.about-cards__item img {
  width: 45px;
  height: 52px;
}

@media (width <=700px) {
  .about-cards__item img {
    width: 24px;
    height: 28px;
    margin-bottom: 5px;
  }

  .about-cards__item {
    gap: 10px;
    padding: 15px;
  }
}

.about-cards__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=700px) {
  .about-cards__item-title {
    font-size: 16px;
  }
}

.about-cards__item-text {
  letter-spacing: -.03em;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=700px) {
  .about-cards__item-text {
    font-size: 14px;
  }
}

.team {
  background: #101111;
  padding: 100px 0;
}

@media (width <=1000px) {
  .team {
    padding: 50px 0;
  }
}

.team__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.team__content img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  height: 400px;
  margin-bottom: 20px;
}

@media (width <=700px) {
  .team__content img {
    margin-bottom: 15px;
  }
}

@media (width <=1000px) {
  .team__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <=700px) {
  .team__content {
    display: flex;
    overflow-x: auto;
  }
}

.team__content-item {
  flex-direction: column;
  display: flex;
}

@media (width <=700px) {
  .team__content-item {
    min-width: 335px;
  }
}

.team__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=700px) {
  .team__item-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.team__item-text {
  letter-spacing: -.03em;
  color: #ccc;
  border-bottom: 1px solid #fff3;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  margin-top: auto;
}

@media (width <=700px) {
  .team__item-text {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.team__list-item {
  letter-spacing: -.03em;
  color: #ccc;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  display: block;
}

@media (width <=700px) {
  .team__list-item {
    font-size: 14px;
  }
}

.services-page {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .services-page {
    padding-bottom: 50px;
  }
}

.services-page__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1000px) {
  .services-page__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.services-page__content-item {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.services-page__content-item:last-child {
  grid-column: 1 / -1;
}

.services-page__content-item img {
  max-width: 190px;
  border-radius: 10px;
}

@media (width <=1000px) {
  .services-page__content-item {
    gap: 15px;
    padding: 15px;
  }
}

.services-page__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #101111;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=1000px) {
  .services-page__item-title {
    font-size: 16px;
  }
}

.services-page__item-text {
  letter-spacing: -.03em;
  color: #101111;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: auto;
  line-height: 138%;
}

@media (width <=1000px) {
  .services-page__item-text {
    font-size: 14px;
  }
}

.service-map {
  background: #101111;
  padding: 200px 0;
  position: relative;
}

@media (width <=1000px) {
  .service-map {
    padding: 50px 0;
  }
}

.service-map__content {
  z-index: 2;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
  position: relative;
}

.service-map__content .section-title {
  max-width: 490px;
  max-height: max-content;
}

@media (width <=1000px) {
  .service-map__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.service-map__content-descr {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.service-map__content-descr ul {
  padding-left: 20px;
}

.service-map__content-descr li {
  list-style-type: disc;
}

.service-map__content-descr p {
  letter-spacing: -.03em;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=1000px) {
  .service-map__content-descr p {
    font-size: 14px;
  }
}

.service-map-img {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -50px;
}

@media (width <=1000px) {
  .service-map-img {
    object-fit: cover;
    width: 100%;
    position: static;
  }
}

.steps {
  background: #101111;
  margin-bottom: 100px;
  padding: 100px 0;
}

@media (width <=1000px) {
  .steps {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

.steps__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1000px) {
  .steps__content {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.steps__content-item {
  backdrop-filter: blur(15px);
  background: #101111;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  display: flex;
}

@media (width <=1000px) {
  .steps__content-item {
    border-radius: 10px;
    padding: 15px;
  }

  .steps__content-item:nth-child(4),
  .steps__content-item:nth-child(5) {
    grid-column: 1 / -1;
  }
}

.steps__content-item--first {
  border-color: #d6b050;
  grid-row: 3 / 1;
}

.steps__content-item--first .steps__item-num {
  color: #d6b050;
}

@media (width <=1000px) {
  .steps__content-item--first {
    grid-area: auto / 1 / auto / -1;
  }
}

.steps__item-num {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ccc;
  font-family: Xolonium, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

@media (width <=1000px) {
  .steps__item-num {
    font-size: 26px;
  }
}

.steps__item-text {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media (width <=1000px) {
  .steps__item-text {
    font-size: 16px;
  }
}

.include {
  background: #101111;
  padding: 100px 0;
}

@media (width <=1000px) {
  .include {
    padding: 50px 0;
  }
}

/* .include__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  display: grid;
}

@media (width <=1000px) {
  .include__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (width <=700px) {
  .include__content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.include__content-item {
  backdrop-filter: blur(15px);
  background: #212222;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
} */

/* @media (width <=1000px) {
  .include__content-item {
    border-radius: 10px;
    padding: 15px;
  }
} */

.include__content {
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 30px;
  display: grid;
}

@media (width <=1000px) {
  .include__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (width <=700px) {
  .include__content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.include__content-item {
  grid-column: span 2;
  backdrop-filter: blur(15px);
  background: #212222;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
}

@media (width <=1000px) {
  .include__content-item {
    grid-column: auto;
    border-radius: 10px;
    padding: 15px;
  }
}

.include__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Xolonium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  min-height: 52px;
}

@media (width <=1000px) {
  .include__item-title {
    font-size: 16px;
    min-height: auto;
  }
}

.include__item-text {
  letter-spacing: -.03em;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=1000px) {
  .include__item-text {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: clip;
}

.container {
  max-width: 1390px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

html,
body {
  background: #f5f5f5;
  font-family: Montserrat, sans-serif;
}

.btn {
  letter-spacing: -.03em;
  color: #101111;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  padding: 24px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
  transition: all .3s;
  display: flex;
}

.btn:hover {
  color: #101111;
  background: #d6b050;
}

.btn--hollow {
  color: #fff;
  background: none;
  border: 1px solid #ccc;
}

.btn--hollow:hover {
  color: #101111;
  background-color: #fff;
}

.btn--gold {
  color: #101111;
  background: #d6b050;
  border: 1px solid #fff0;
}

.btn--gold:hover {
  color: #101111;
  background-color: #fff;
  border: 1px solid #101111;
}

@media (width <=1000px) {
  .btn {
    padding: 20px 15px;
    font-size: 14px;
  }
}

.btn--mini {
  padding: 10px 20px;
}

.section {
  margin-bottom: 100px;
}

@media (width <=1000px) {
  .section {
    margin-bottom: 50px;
  }
}

.section-head {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  display: flex;
}

@media (width <=700px) {
  .section-head {
    margin-bottom: 20px;
  }
}

.section-head__uptitle {
  letter-spacing: -.03em;
  color: #ccc;
  align-items: center;
  gap: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 143%;
  display: flex;
}

.section-head__uptitle--white {
  color: #fff;
}

@media (width <=700px) {
  .section-head__uptitle {
    font-size: 12px;
  }
}

.section-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #101111;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: Xolonium, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 156%;
  display: flex;
}

.section-title a {
  letter-spacing: -.03em;
  color: #d6b050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
}

@media (width <=800px) {
  .section-title a {
    font-size: 14px;
  }
}

.section-title--white {
  color: #fff;
}

@media (width <=800px) {
  .section-title {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-size: 20px;
  }
}

.section-text {
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  max-width: 670px;
}

.section-text--white {
  color: #fff;
}

.team .section-title {
  max-width: 350px;
}

.certificates__swiper-slide img {
  border-radius: 5px;
  width: 100%;
  min-height: 220px;
}

.main-page {
  padding-top: 150px;
}

@media (width <=1000px) {
  .main-page {
    padding-top: 80px;
  }
}

.page-head {
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

@media (width <=1000px) {
  .page-head {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.page-breads {
  align-items: center;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.page-breads a {
  font-family: var(--font-family);
  letter-spacing: -.03em;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=1000px) {
  .page-breads a {
    font-size: 14px;
  }
}

.page-breads span {
  font-family: var(--font-family);
  letter-spacing: -.03em;
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

@media (width <=1000px) {
  .page-breads span {
    font-size: 14px;
  }
}

.page-title {
  font-family: Xolonium;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

@media (width <=1000px) {
  .page-title {
    font-size: 26px;
  }
}

.sticky-wrapper {
  position: relative;
}

.sticky-card {
  position: sticky;
  top: 100px;
}

.section-head--row {
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  display: flex;
}

@media (width <=700px) {
  .section-head--row {
    flex-direction: column;
  }
}

.wpcf7 br {
  display: none;
}