/*
Theme Name: IXI Design
Version: 1.1
Author: Nikita Tarasenko
Author URI: https://nt-web-dev.com.ua

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-width: 375px;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  /* text-rendering: optimizeSpeed; */
  background: #fff;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1100px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_page {
  padding-top: 110px;
}
@media (max-width: 600px) {
  .main_page {
    padding-top: 74px;
  }
}
@media (max-width: 1100px) {
  .main_page .our-projects__list {
    gap: 56px 12px;
  }
}
.main_page .our-projects__item {
  display: block !important;
}

.footer_page {
  background: var(--Background-Gray, #F2F2F2) !important;
}
.footer_page .footer__list {
  color: #6E6E6E !important;
}
.footer_page .bottom {
  border-color: #D7D7D7 !important;
  color: #6E6E6E !important;
}

.burger {
  display: none;
  color: #fff;
}
@media (max-width: 1000px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header {
  width: 100%;
  position: absolute;
  top: 40px;
  z-index: 1000;
}
@media (max-width: 1500px) {
  .header {
    top: 0;
  }
}
.header__wrap {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
	align-items: center;
}
@media (max-width: 1000px) {
  .header__wrap {
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
}
.header__logo {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header__logo img {
	width: 80px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 13px 48px !important;
  gap: 48px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .header__list {
    padding: 13px 32px;
    gap: 32px;
  }
}
@media (max-width: 1000px) {
  .header__list {
    display: none;
  }
}
.header__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__list li ul {
  position: absolute;
  top: calc(100% + 20px);
  border-radius: var(--Angles, 16px);
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  left: -12px;
  padding: 14px 12px 0;
  display: none;
}
.header__list li ul::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 20px;
  width: 100%;
}
.header__list li ul li {
  margin-bottom: 12px;
}
.header__list li:hover ul {
  display: block;
}
.header__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__list .icon {
  width: 24px;
  height: 24px;
}
.header .main-link {
  margin-left: auto;
}
@media (max-width: 1000px) {
  .header .main-link {
    display: none;
  }
}
.header_page {
  top: 0;
}
.header_page .header__list {
  background: none;
  color: #212121;
}
.header_page .main-link {
  color: #fff;
}
.header_page .main-link span, .header_page .main-link .icon-wrap {
  background: #212121;
}
.header_page .burger {
  color: #212121;
}

.mobile-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}
.mobile-menu__wrap {
  width: 100%;
  max-height: 100dvh;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  padding: 20px 40px;
}
@media (max-width: 700px) {
  .mobile-menu__wrap {
    padding: 20px;
  }
}
.mobile-menu__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.mobile-menu .burger {
  cursor: pointer;
}
.mobile-menu .burger svg {
  pointer-events: none;
}
.mobile-menu .mobile__list {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.mobile-menu .mobile__list > li a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .mobile__list > li .currentLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.mobile-menu .mobile__list > li .currentLang .icon {
  width: 24px;
  height: 24px;
}
.mobile-menu .mobile__list > li .lang {
  display: none;
}
.mobile-menu .mobile__list > li .lang li a {
  padding: 10px 0;
}

@media (max-width: 1000px) {
  .mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-open .mobile-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.main-link span {
  padding: 13px 32px;
  border-radius: 100px;
  background: var(--White, #FFF);
}
.main-link .icon-wrap {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: var(--White, #FFF);
  margin-left: -2px;
}
.main-link .icon-wrap .icon {
  width: 24px;
  height: 24px;
}
.main-link_accent {
  color: #fff;
}
.main-link_accent span, .main-link_accent .icon-wrap {
  background: #212121;
}

.hero {
  width: 100%;
  position: relative;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
}
.hero__wrap {
  width: 100%;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 200px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .hero__wrap {
    padding: 156px 0 64px;
  }
}
@media (max-width: 600px) {
  .hero__wrap {
    padding: 100px 0 20px;
  }
}
.hero__wrap h1 {
  font-size: 96px;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .hero__wrap h1 {
    font-size: 64px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
  .hero__wrap h1 {
    font-size: 40px;
  }
}
.hero__wrap p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 64px;
  max-width: 472px;
}
@media (max-width: 700px) {
  .hero__wrap p {
    margin-bottom: 12px;
  }
}
.hero__wrap .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 700px) {
  .hero__wrap .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.hero__wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  min-width: 180px;
}
.hero__wrap .item .num {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 7px;
}
.hero__wrap .item p {
  font-size: 14px;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 600px) {
  h2 {
    font-size: 32px;
  }
}

.services {
  width: 100%;
}
.services__wrap {
  width: 100%;
  padding: 84px 0;
}
@media (max-width: 1000px) {
  .services__wrap {
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .services__wrap {
    padding: 42px 0;
  }
}
.services h2 {
  margin-bottom: 32px;
}
.services__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  grid-template-rows: auto auto;
}
@media (max-width: 1000px) {
  .services__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media (max-width: 600px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.services__item {
  border-radius: 16px;
  background: var(--Background-Gray, #F2F2F2);
  padding: 16px 16px 24px;
  min-height: 212px;
  overflow: hidden;
  display: block;
}
.services__item_banner {
  position: relative;
  grid-row: span 2;
  padding-bottom: 0;
  grid-row-start: 0;
  padding-bottom: 310px;
}
@media (max-width: 1000px) {
  .services__item_banner {
    grid-row: span 1;
    grid-column: span 2;
    min-height: 436px;
    padding-bottom: 40%;
  }
}
@media (max-width: 600px) {
  .services__item_banner {
    grid-column: span 1;
    padding-bottom: 80%;
  }
}
.services__item_banner img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.services__item_banner .mob {
  display: none;
}
@media (max-width: 1000px) {
  .services__item_banner .mob {
    display: block;
  }
}
@media (max-width: 600px) {
  .services__item_banner .mob {
    display: none;
  }
}
@media (max-width: 1000px) {
  .services__item_banner .desk {
    display: none;
  }
}
@media (max-width: 600px) {
  .services__item_banner .desk {
    display: block;
  }
}
.services__item .num {
  color: var(--Main-Gray, #6E6E6E);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.services__item .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.services__item p {
  font-size: 14px;
  font-weight: 400;
}

.our-projects {
  width: 100%;
}
.our-projects__wrap {
  width: 100%;
  padding: 84px 0;
}
@media (max-width: 1000px) {
  .our-projects__wrap {
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .our-projects__wrap {
    padding: 42px 0;
  }
}
.our-projects__wrap > a {
  display: none;
}
@media (max-width: 700px) {
  .our-projects__wrap > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .our-projects__wrap > a span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.our-projects h2 {
  margin-bottom: 8px;
}
.our-projects__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .our-projects__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.our-projects__top p {
  max-width: 767px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 700px) {
  .our-projects__top a {
    display: none;
  }
}
.our-projects__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1100px) {
  .our-projects__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .our-projects__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .our-projects__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.our-projects__item {
  width: 100%;
}
@media (max-width: 1100px) {
  .our-projects__item:nth-child(3) {
    display: none;
  }
}
.our-projects__item img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .our-projects__item img {
    height: 376px;
  }
}
.our-projects__item .num {
  font-size: 16px;
  margin-bottom: 12px;
  margin-bottom: 8px;
  display: block;
}
.our-projects__item .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.our-projects__item p {
  color: #616161;
  font-size: 14px;
}

.rewiews {
  width: 100%;
}
.rewiews__wrap {
  width: 100%;
  padding: 84px 0;
}
@media (max-width: 1000px) {
  .rewiews__wrap {
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .rewiews__wrap {
    padding: 42px 0;
  }
}
.rewiews h2 {
  margin-bottom: 32px;
}
.rewiews__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1000px) {
  .rewiews__list {
    grid-template-columns: 1fr;
  }
}
.rewiews__item {
  border-radius: 16px;
  background: var(--Background-Gray, #F2F2F2);
  padding: 16px;
  padding-bottom: 42px;
}
.rewiews__item p {
  font-size: 14px;
}
.rewiews__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.rewiews__item-top img {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

.work {
  width: 100%;
}
.work__wrap {
  width: 100%;
  padding: 84px 0;
}
@media (max-width: 1000px) {
  .work__wrap {
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .work__wrap {
    padding: 42px 0;
  }
}
.work h2 {
  margin-bottom: 32px;
}
.work__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  grid-template-rows: auto auto;
}
@media (max-width: 1000px) {
  .work__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .work__grid {
    grid-template-columns: 1fr;
  }
}
.work__item {
  border-radius: 16px;
  background: var(--Background-Gray, #F2F2F2);
  padding: 16px 16px 24px;
  min-height: 212px;
  overflow: hidden;
  display: block;
}
.work__item_banner {
  position: relative;
  grid-row: span 2;
  padding-bottom: 0;
  grid-column-start: 3;
  grid-row-start: 0;
  grid-row-end: -1;
}
@media (max-width: 1000px) {
  .work__item_banner {
    grid-row: span 1;
    grid-column-start: 1;
    grid-column: span 2;
    min-height: 283px;
  }
}
@media (max-width: 600px) {
  .work__item_banner {
    grid-column: span 1;
    padding-bottom: 70%;
  }
}
.work__item_banner img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .work__item_banner .desk {
    display: none;
  }
}
@media (max-width: 600px) {
  .work__item_banner .desk {
    display: block;
  }
}
.work__item_banner .mob {
  display: none;
}
@media (max-width: 1000px) {
  .work__item_banner .mob {
    display: block;
  }
}
@media (max-width: 600px) {
  .work__item_banner .mob {
    display: none;
  }
}
.work__item .num {
  color: var(--Main-Gray, #6E6E6E);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.work__item .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.work__item p {
  font-size: 14px;
  font-weight: 400;
}

.contacts-form {
  width: 100%;
}
.contacts-form__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  padding: 90px 0;
}
@media (max-width: 1000px) {
  .contacts-form__wrap {
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
}
.contacts-form__left {
  color: #fff;
}
.contacts-form__left .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .contacts-form__left .title {
    font-size: 32px;
  }
}
.contacts-form__left p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .contacts-form__left p {
    font-size: 16px;
  }
}
.contacts-form__form {
  width: 100%;
  background: #FFF;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 600px) {
  .contacts-form__form {
    padding: 16px;
  }
}
.contacts-form__form input {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  height: 62px;
  padding: 10px 20px;
  font-size: 18px;
}
.contacts-form__form input::-webkit-input-placeholder {
  color: #6E6E6E;
}
.contacts-form__form input::-moz-placeholder {
  color: #6E6E6E;
}
.contacts-form__form input:-ms-input-placeholder {
  color: #6E6E6E;
}
.contacts-form__form input::-ms-input-placeholder {
  color: #6E6E6E;
}
.contacts-form__form input::placeholder {
  color: #6E6E6E;
}
.contacts-form__form textarea {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  resize: none;
  height: 172px;
  padding: 20px;
  font-size: 18px;
}
.contacts-form__form textarea::-webkit-input-placeholder {
  color: #6E6E6E;
}
.contacts-form__form textarea::-moz-placeholder {
  color: #6E6E6E;
}
.contacts-form__form textarea:-ms-input-placeholder {
  color: #6E6E6E;
}
.contacts-form__form textarea::-ms-input-placeholder {
  color: #6E6E6E;
}
.contacts-form__form textarea::placeholder {
  color: #6E6E6E;
}
.contacts-form__form button {
  margin-left: auto;
}

.footer {
  width: 100%;
  background: #212121;
}
.footer__wrap {
  width: 100%;
  padding: 45px 0 45px;
}
@media (max-width: 600px) {
  .footer__wrap {
    padding: 37px 0;
  }
}
.footer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    text-align: center;
  }
}
.footer .bottom {
  width: 100%;
  border-top: 1px solid #6E6E6E;
  padding: 16px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

.about {
  width: 100%;
}
@media (max-width: 1000px) {
  .about {
    margin-top: -30px;
  }
}
@media (max-width: 600px) {
  .about {
    margin-top: 10px;
  }
}
.about__wrap {
  width: 100%;
  padding: 84px 0;
  display: grid;
  grid-template-columns: 1fr 602px;
  gap: 64px;
}
@media (max-width: 1300px) {
  .about__wrap {
    gap: 48px;
  }
}
@media (max-width: 1100px) {
  .about__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 1000px) {
  .about__wrap {
    padding: 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .about__wrap {
    padding: 42px 0;
    padding-top: 0;
  }
}
.about__left {
  padding: 32px 0 0;
}
@media (max-width: 1100px) {
  .about__left {
    padding-top: 24px;
  }
}
.about__left h2 {
  margin-bottom: 8px;
}
.about__left p {
  font-size: 18px;
}
.about__right {
  width: 100%;
  min-height: 618px;
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1000px) {
  .about__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
    border-radius: 0;
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .about__right {
    left: -20px;
    width: calc(100% + 40px);
    min-height: 555px;
  }
}
.about__right-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  color: #fff;
}
@media (max-width: 1100px) {
  .about__right-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 1100px) {
  .about__right-item {
    min-width: 180px;
  }
}
.about__right-item .num {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 7px;
}
.about__right-item p {
  font-size: 14px;
  font-weight: 400;
}

.contacts {
  width: 100%;
}
.contacts__wrap {
  width: 100%;
  padding: 84px 0;
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1.23fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1300px) {
  .contacts__wrap {
    gap: 24px;
  }
}
@media (max-width: 1150px) {
  .contacts__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    grid-template-columns: 1.26fr 1fr;
  }
}
@media (max-width: 1000px) {
  .contacts__wrap {
    padding: 64px 0;
  }
}
@media (max-width: 800px) {
  .contacts__wrap {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media (max-width: 600px) {
  .contacts__wrap {
    padding: 42px 0;
    gap: 42px;
  }
}
.contacts__left h2 {
  margin-bottom: 8px;
}
.contacts__left p {
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .contacts__left p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.contacts__left .contacts-form__form {
  padding: 0;
}
.contacts__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-bottom: 70px;
}
@media (max-width: 1150px) {
  .contacts__right {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  .contacts__right {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .contacts__right {
    grid-template-columns: 1fr;
  }
}
.contacts__item {
  border-radius: 16px;
  background: var(--Background-Gray, #F2F2F2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  min-height: 166px;
}
@media (max-width: 650px) {
  .contacts__item {
    min-height: 134px;
  }
}
.contacts__item .label {
  color: var(--Main-Gray, #6E6E6E);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.contacts__item p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .contacts__item p {
    font-size: 18px;
  }
}
.contacts__item p span {
  margin-left: auto;
}
.contacts__item .num {
  color: var(--Main-Gray, #6E6E6E);
  font-size: 14px;
  margin-top: auto;
}

.fancybox__image {
  border-radius: 16px;
}

.project-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1100px) {
  .project-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project-section .project__slider {
  width: calc(100% - 32px - 364px);
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .project-section .project__slider {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .project-section .project__slider {
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
    border-radius: 0;
  }
}
@media (max-width: 700px) {
  .project-section .project__slider {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.project-section .project__slider .swiper-slide img {
  width: 100%;
  height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1000px) {
  .project-section .project__slider .swiper-slide img {
    border-radius: 0;
  }
}
@media (max-width: 500px) {
  .project-section .project__slider .swiper-slide img {
    height: 280px;
  }
}
.project-section .project__slider .swiper-pagination {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: auto;
  left: auto;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--White, #FFF);
  font-size: 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: auto;
}
.project-section .project__slider .swiper-buttons-prev {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 500px) {
  .project-section .project__slider .swiper-buttons-prev {
    display: none;
  }
}
.project-section .project__slider .swiper-buttons-prev .icon {
  width: 24px;
  height: 24px;
  rotate: 90deg;
}
.project-section .project__slider .swiper-buttons-next {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 500px) {
  .project-section .project__slider .swiper-buttons-next {
    display: none;
  }
}
.project-section .project__slider .swiper-buttons-next .icon {
  width: 24px;
  height: 24px;
  rotate: -90deg;
}
.project-section .project__info {
  width: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1100px) {
  .project-section .project__info {
    width: 100%;
  }
}
.project-section .project__info .num {
  font-size: 16px;
  margin-bottom: 8px;
}
.project-section .project__info .name {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .project-section .project__info .name {
    font-size: 32px;
  }
}
.project-section .project__info .label {
  color: var(--Main-Gray, #6E6E6E);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.project-section .project__info p {
  font-size: 14px;
  margin-bottom: 24px;
}
.project-section .project__info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.project-section .project__info .tag {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 100px;
  background: var(--Background-Gray, #F2F2F2);
}
.project-section .project__info .swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  gap: 16px;
}
.project-section .project__info .swiper-nav .swiper-buttons-prev {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: var(--Main-Black, #212121);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.project-section .project__info .swiper-nav .swiper-buttons-prev .icon {
  width: 24px;
  height: 24px;
  rotate: 90deg;
}
.project-section .project__info .swiper-nav .swiper-buttons-next {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: var(--Main-Black, #212121);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.project-section .project__info .swiper-nav .swiper-buttons-next .icon {
  width: 24px;
  height: 24px;
  rotate: -90deg;
}

@media (max-width: 1000px) {
  .project-full {
    margin-top: -30px;
  }
}
@media (max-width: 600px) {
  .project-full {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .project-full .our-projects__wrap {
    padding-top: 0;
  }
}

.project-popup {
  width: 100%;
  max-width: 1280px;
  border-radius: 16px;
  padding: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.project-popup .carousel__button {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 46px;
  height: 46px;
  top: -60px !important;
}
.project-popup .carousel__button svg {
  color: #212121;
  -webkit-filter: none;
          filter: none;
  width: 24px !important;
  height: 24px !important;
}
.project-popup__wrap {
  width: 100%;
}
@media (max-width: 1000px) {
  .project-popup__wrap {
    max-height: calc(100dvh - 90px);
    overflow: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}
.project-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1000px) {
  .project-popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project-popup__info {
  width: 532px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  padding-right: 0;
}
@media (max-width: 1300px) {
  .project-popup__info {
    width: 400px;
  }
}
@media (max-width: 1000px) {
  .project-popup__info {
    padding-right: 32px;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .project-popup__info {
    padding: 20px 20px 0;
  }
}
.project-popup__info .num {
  font-size: 16px;
  margin-bottom: 8px;
}
.project-popup__info .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.project-popup__info .label {
  color: var(--Main-Gray, #6E6E6E);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.project-popup__info p {
  font-size: 14px;
  margin-bottom: 32px;
}
.project-popup__info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.project-popup__info .tag {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 100px;
  background: var(--Background-Gray, #F2F2F2);
}
.project-popup__images {
  width: calc(100% - 486px + 64px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-height: calc(100dvh - 180px);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  padding: 32px;
  padding-left: 0;
}
@media (max-width: 1300px) {
  .project-popup__images {
    width: calc(100% - 336px + 64px - 16px);
  }
}
@media (max-width: 1100px) {
  .project-popup__images {
    max-height: calc(100dvh - 90px);
  }
}
@media (max-width: 1000px) {
  .project-popup__images {
    max-height: none;
    overflow: visible;
    padding-left: 32px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .project-popup__images {
    padding: 16px 16px 16px;
  }
}
.project-popup__images img {
  border-radius: 16px;
}

.popup {
  border-radius: 16px;
  padding: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  padding: 32px;
  width: 100%;
  max-width: 564px;
}
.popup .carousel__button {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 46px;
  height: 46px;
  top: -60px !important;
}
.popup .carousel__button svg {
  color: #212121;
  -webkit-filter: none;
          filter: none;
  width: 24px !important;
  height: 24px !important;
}
@media (max-width: 600px) {
  .popup {
    padding: 20px 16px;
  }
}
.popup .contacts-form__form {
  width: 100%;
  padding: 0;
}
.popup .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #212121;
}
@media (max-width: 600px) {
  .popup .title {
    font-size: 32px;
  }
}
.popup p {
  color: var(--Main-Black, #212121);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .popup p {
    font-size: 16px;
  }
}

.fancybox__slide.is-selected.has-inline {
  padding: 12px;
}

.popup-message .popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 650px;
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 800px) {
  .popup-message .popup__wrap {
    min-height: 70dvh;
  }
}
.popup-message .img {
  margin-bottom: 66px;
}
@media (max-width: 600px) {
  .popup-message .img {
    margin-bottom: 32px;
  }
  .popup-message .img svg {
    width: 88px;
    height: 88px;
  }
}
.popup-message a {
  margin-top: auto;
  margin-left: auto;
}
