@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --Rubik-font: "Rubik", sans-serif;
  --Outfit-font: "Outfit", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-color: #F5F6F7;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #272D39;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0509803922);
}
.header_wrapper {
  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;
  border-radius: 32px;
  padding: 15px 40px;
}
.header_wrapper-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.header_wrapper-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header_wrapper-list ul a {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}
.header_wrapper-tel a {
  font-family: var(--Outfit-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.header_wrapper .header_burger {
  display: none;
}

.mainbanner {
  background-image: url(../img/mainbanner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1600px;
  max-width: 98%;
  height: 795px;
  margin: 24px auto 0 auto;
  margin-top: 24px;
  border-radius: 0 0 32px 32px;
  position: relative;
  overflow: hidden;
}
.mainbanner::after {
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: -o-linear-gradient(195.83deg, rgba(0, 0, 0, 0) 26.57%, rgba(0, 0, 0, 0.4) 51.54%);
  background: linear-gradient(254.17deg, rgba(0, 0, 0, 0) 26.57%, rgba(0, 0, 0, 0.4) 51.54%);
}
.mainbanner .container {
  position: relative;
  height: 100%;
}
.mainbanner_wrapper {
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 2;
  color: #fff;
  width: 50%;
}
.mainbanner_wrapper h1 {
  font-family: var(--Rubik-font);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.mainbanner_wrapper p {
  font-family: var(--Outfit-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  width: 60%;
}

.about {
  margin-top: 140px;
}
.about_wrapper {
  padding: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
}
.about_wrapper h2 {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  text-transform: uppercase;
  color: #1E3A5F;
}
.about_wrapper-grid {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.about_wrapper-grid .item-icon {
  background: #F5F6F7;
}
.about_wrapper-grid-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: 24px;
  border-radius: 32px;
}
.about_wrapper-grid-item img {
  margin-bottom: 32px;
}
.about_wrapper-grid h3 {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #252525;
  margin-bottom: 24px;
}
.about_wrapper-grid p {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
  margin-bottom: 40px;
}
.about_wrapper .watch_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 140px;
}
.about_wrapper .watch_wrapper img {
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_wrapper .watch_wrapper-plates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_wrapper .watch_wrapper-plates h2 {
  width: 80%;
}
.about_wrapper .watch_wrapper-plates-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.about_wrapper .watch_wrapper-plates-box .box-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.about_wrapper .watch_wrapper-plates-box .box-item h3 {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #252525;
  margin-bottom: 14px;
}
.about_wrapper .watch_wrapper-plates-box .box-item p {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}

.process {
  margin-top: 140px;
}
.process_wrapper h2 {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.process_wrapper-items {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.process_wrapper-items-part h3 {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #252525;
  margin-top: 32px;
}
.process_wrapper-items-part p {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
  margin-top: 24px;
  width: 80%;
}
.process_wrapper-items svg {
  height: 70px;
}

.advantages {
  margin-top: 140px;
}
.advantages_wrapper h2 {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  text-transform: uppercase;
  color: #1E3A5F;
  margin-bottom: 64px;
}
.advantages_wrapper-items {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas: "a b c" "a d e";
}
.advantages_wrapper-items .a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  position: relative;
  grid-area: a;
}
.advantages_wrapper-items .a img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.advantages_wrapper-items .b {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: b;
}
.advantages_wrapper-items .c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: c;
}
.advantages_wrapper-items .d {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: d;
}
.advantages_wrapper-items .e {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: e;
}
.advantages_wrapper-items > *:not(:first-child) {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages_wrapper-items-part {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 32px;
}
.advantages_wrapper-items-part img {
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages_wrapper-items-part .part-num {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 76px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #C97A2E;
  margin-bottom: 70px;
}
.advantages_wrapper-items-part p {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #252525;
}

.techsupervision {
  margin-top: 140px;
}
.techsupervision-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
}
.techsupervision-flex img {
  width: 42%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.techsupervision_wrapper {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
}
.techsupervision_wrapper-item:nth-child(1) h2 {
  margin-bottom: 64px;
}
.techsupervision_wrapper-item:nth-child(2) h2 {
  margin-bottom: 24px;
}
.techsupervision_wrapper-item .subheading {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #1E3A5F;
  margin-bottom: 64px;
  width: 80%;
}
.techsupervision_wrapper-item h2 {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.techsupervision_wrapper-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.techsupervision_wrapper-item ul li {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  position: relative;
  margin-left: 15px;
}
.techsupervision_wrapper-item ul li::after {
  content: "·";
  font-weight: 400;
  font-size: 29px;
  font-family: var(--Outfit-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -15px;
  top: 0px;
}

.partners {
  margin-top: 140px;
}
.partners_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 216px;
}
.partners_wrapper h2 {
  font-family: var(--Rubik-font);
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1E3A5F;
}
.partners_wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
.partners_wrapper-flex h3 {
  font-family: var(--Outfit-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
}
.partners_wrapper-flex p {
  font-family: var(--Outfit-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}
.partners_wrapper-flex .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.partners_wrapper-flex .flex-item .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.partners_wrapper-flex .list {
  gap: 20px;
}
.partners_wrapper-flex .list p {
  position: relative;
  margin-left: 15px;
}
.partners_wrapper-flex .list p::after {
  content: "·";
  font-weight: 400;
  font-size: 29px;
  font-family: var(--Outfit-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -15px;
  top: 0px;
}

.projects {
  margin-top: 140px;
}
.projects_wrapper h2 {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1E3A5F;
  margin-bottom: 64px;
}
.projects_wrapper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 40px;
  gap: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  margin-bottom: 40px;
}
.projects_wrapper-item img {
  width: 60%;
  min-width: 300px;
  max-height: 420px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  -o-object-position: center;
  object-position: center;
}
.projects_wrapper-item .item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}
.projects_wrapper-item .item-text h3 {
  font-family: var(--Outfit-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
.projects_wrapper-item .item-text p {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  margin-bottom: 12px;
}
.projects_wrapper-item .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.projects_wrapper-item .text-list-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  gap: 10px;
  background: #F5F6F7;
  border-radius: 32px;
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #525252;
}

.contacts {
  margin-top: 140px;
}
.contacts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
}
.contacts_wrapper-map {
  width: 90%;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
}
.contacts_wrapper-text {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts_wrapper-text h2 {
  font-family: var(--Rubik-font);
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.contacts_wrapper-text .text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.contacts_wrapper-text .text-bottom a, .contacts_wrapper-text .text-bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.contacts_wrapper-text .text-bottom a img, .contacts_wrapper-text .text-bottom p img {
  width: 30px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contacts_wrapper-text .text-bottom .phone {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #C97A2E;
}
.contacts_wrapper-text .text-bottom .address, .contacts_wrapper-text .text-bottom .mail {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #252525;
}
.footer {
  margin-top: 70px;
}
.footer_wrapper {
  padding: 40px;
  gap: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
}
.footer_wrapper-anchors ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 64px;
}
.footer_wrapper-anchors ul li a {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #252525;
}
.footer_wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 24px;
}
.footer_wrapper-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.footer_wrapper-contacts a, .footer_wrapper-contacts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252525;
}
.footer_wrapper-contacts a img, .footer_wrapper-contacts p img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 18px;
  height: 14px;
}
.footer_bottom {
  padding-top: 24px;
}
.footer_bottom p {
  font-family: var(--Outfit-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #252525;
}

@media (max-width: 1440px) {
  .container {
    width: 98%;
  }
  .mainbanner {
    width: 98%;
    background-position: 90% 0;
  }
  .header_wrapper {
    gap: 24px;
  }
  .header_wrapper ul li a {
    white-space: nowrap;
  }
  .header_wrapper-tel a {
    white-space: nowrap;
  }
}
@media (max-width: 1280px) {
  .mainbanner {
    background-position: 90% 0;
  }
  .header_wrapper ul li a {
    font-size: 14px;
  }
  .header_wrapper {
    padding: 8px 32px;
  }
  .footer_wrapper-anchors ul li a {
    font-size: 14px;
  }
  .footer_wrapper-body {
    gap: 24px;
  }
  .footer_wrapper, .about_wrapper, .techsupervision-flex, .projects_wrapper-item, .contacts_wrapper {
    padding: 32px;
  }
  .advantages_wrapper-items-part {
    padding: 16px;
  }
  .about_wrapper-grid p {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .header {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .header_wrapper {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
  }
  .header_wrapper-tel {
    margin-right: 74px;
  }
  .header_wrapper.active {
    border-radius: 32px 32px 0 0;
    margin-left: 8px;
    margin-right: 8px;
  }
  .header_wrapper .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 16px;
  }
  .header_wrapper .header_burger .menu {
    font-family: var(--Outfit-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    color: #F5F6F7;
  }
  .header_wrapper .header_burger span {
    width: 100%;
    border-radius: 10px;
    height: 2px;
    background-color: #F5F6F7;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    opacity: 0;
  }
  .header_wrapper .header_burger::after, .header_wrapper .header_burger::before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #F5F6F7;
    width: 100%;
    border-radius: 10px;
    height: 2px;
    left: 30px;
    position: absolute;
    opacity: 0;
    width: 24px;
  }
  .header_wrapper .header_burger::after {
    top: 0;
  }
  .header_wrapper .header_burger::before {
    bottom: 0;
  }
  .header_wrapper .header_burger.active span {
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    opacity: 1;
  }
  .header_wrapper .header_burger.active::after {
    top: 11px;
    left: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  .header_wrapper .header_burger.active::before {
    bottom: 11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  .header_wrapper-list {
    position: absolute;
    top: 43px;
    left: -20px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 130%;
    height: 100vh;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  .header_wrapper-list.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #272D39;
    border-radius: 0 0 32px 32px;
  }
  .header_wrapper-list ul {
    -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: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 36px;
    padding-right: 16px;
    padding-top: 48px;
  }
  .header_wrapper-list ul li a {
    font-size: 14px;
    line-height: 1;
  }
  .mainbanner_wrapper {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .about_wrapper-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .about_wrapper .watch_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_wrapper .watch_wrapper img {
    height: 450px;
    -o-object-position: 0 -120px;
    object-position: 0 -120px;
  }
  .process_wrapper-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .techsupervision-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .techsupervision-flex img {
    width: 100%;
    height: 500px;
    -o-object-position: 0 -170px;
    object-position: 0 -170px;
  }
  .partners_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
  .projects_wrapper-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projects_wrapper-item img {
    width: 100%;
    height: 400px;
  }
  .footer_wrapper, .about_wrapper, .techsupervision-flex, .projects_wrapper-item, .contacts_wrapper {
    padding: 24px;
  }
  .footer_wrapper-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_wrapper-anchors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .footer_wrapper-anchors ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contacts_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts_wrapper-map {
    width: 100%;
  }
  .contacts_wrapper-text .text-bottom {
    margin-top: 35px;
  }
  .advantages_wrapper-items, .about_wrapper-grid, .about_wrapper .watch_wrapper-plates-box,
.process_wrapper-items, .partners_wrapper-flex {
    gap: 24px;
  }
  .techsupervision_wrapper {
    gap: 64px;
  }
  .footer_wrapper-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .advantages_wrapper-items-part p {
    font-size: 16px;
  }
  .advantages_wrapper-items-part .part-num {
    margin-bottom: 40px;
  }
  .projects_wrapper-item .item-text h3 {
    margin-bottom: 24px;
  }
  .projects_wrapper-item .text-list {
    gap: 16px;
  }
  .about_wrapper h2, .about_wrapper h2, .process_wrapper h2, .advantages_wrapper h2, .techsupervision_wrapper-item h2,
.partners_wrapper h2, .projects_wrapper h2, .contacts_wrapper-text h2 {
    font-size: 40px;
  }
  .about,
.process,
.advantages,
.techsupervision,
.partners,
.projects,
.contacts {
    margin-top: 100px;
  }
  .about_wrapper .watch_wrapper-plates h2 {
    width: 100%;
  }
}
@media (max-width: 486px) {
  body {
    padding-left: 8px;
    padding-right: 8px;
  }
  .container {
    width: 100%;
  }
  .header {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .header_wrapper {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
  }
  .header_wrapper-tel {
    margin-right: 74px;
  }
  .header_wrapper.active {
    border-radius: 32px 32px 0 0;
    margin-left: 8px;
    margin-right: 8px;
  }
  .header_wrapper .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 16px;
  }
  .header_wrapper .header_burger .menu {
    font-family: var(--Outfit-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    color: #F5F6F7;
  }
  .header_wrapper .header_burger span {
    width: 100%;
    border-radius: 10px;
    height: 2px;
    background-color: #F5F6F7;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    opacity: 0;
  }
  .header_wrapper .header_burger::after, .header_wrapper .header_burger::before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #F5F6F7;
    width: 100%;
    border-radius: 10px;
    height: 2px;
    left: 30px;
    position: absolute;
    opacity: 0;
    width: 24px;
  }
  .header_wrapper .header_burger::after {
    top: 0;
  }
  .header_wrapper .header_burger::before {
    bottom: 0;
  }
  .header_wrapper .header_burger.active span {
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    opacity: 1;
  }
  .header_wrapper .header_burger.active::after {
    top: 11px;
    left: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  .header_wrapper .header_burger.active::before {
    bottom: 11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  .header_wrapper-list ul {
    gap: 24px;
  }
  .header_wrapper-list {
    position: absolute;
    top: 36px;
    left: -10px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150%;
    height: 100vh;
    border-radius: 0 0 32px 32px;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  .header_wrapper-list.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .header_wrapper-list ul {
    -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: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 26px;
    padding-right: 16px;
    padding-top: 48px;
  }
  .header_wrapper-list ul li a {
    font-size: 14px;
    line-height: 1;
  }
  .header_wrapper-logo img {
    width: 68px;
  }
  .header_wrapper-tel a {
    font-size: 14px;
  }
  .mainbanner {
    width: 100%;
    height: 650px;
    background-position: 81% 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .mainbanner_wrapper {
    width: 100%;
  }
  .mainbanner h1 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 26px;
  }
  .mainbanner h1 span {
    font-size: 44px;
    margin-right: 8px;
  }
  .mainbanner p {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
  }
  .about {
    margin-top: 70px;
  }
  .about h2 {
    font-size: 26px;
  }
  .about_wrapper {
    padding: 25px 16px;
  }
  .about_wrapper-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
  .about_wrapper-grid h3 {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .about_wrapper-grid p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .about_wrapper-grid-item {
    padding: 0;
  }
  .about_wrapper-grid-item img {
    margin-bottom: 24px;
  }
  .about_wrapper-grid-item:not(:first-of-type) {
    padding: 16px;
  }
  .about_wrapper .watch_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 70px;
  }
  .about_wrapper .watch_wrapper img {
    width: 100%;
  }
  .about_wrapper .watch_wrapper-plates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .about_wrapper .watch_wrapper-plates-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_wrapper .watch_wrapper-plates-box .box-part {
    gap: 24px;
  }
  .about_wrapper .watch_wrapper-plates-box .box-item h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .about_wrapper .watch_wrapper-plates-box .box-item p {
    font-size: 14px;
  }
  .process {
    margin-top: 70px;
  }
  .process_wrapper h2 {
    font-size: 26px;
  }
  .process_wrapper-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .process_wrapper-items-part img {
    width: 45px;
    height: 49px;
  }
  .process_wrapper-items-part h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .process_wrapper-items-part p {
    width: 100%;
    font-size: 14px;
    margin-top: 14px;
  }
  .advantages {
    margin-top: 70px;
  }
  .advantages h2 {
    font-size: 26px;
  }
  .advantages_wrapper-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .advantages_wrapper-items-part {
    padding: 16px;
  }
  .advantages_wrapper-items-part .part-num {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .advantages_wrapper-items-part p {
    font-size: 16px;
  }
  .advantages_wrapper-items-part:nth-child(1) {
    overflow: hidden;
  }
  .advantages_wrapper-items-part:nth-child(1) p {
    margin-bottom: 200px;
  }
  .techsupervision {
    margin-top: 70px;
  }
  .techsupervision-flex {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .techsupervision-flex img {
    width: 100%;
    height: 250px;
  }
  .techsupervision_wrapper {
    gap: 70px;
  }
  .techsupervision_wrapper-item h2 {
    font-size: 26px;
  }
  .techsupervision_wrapper-item ul {
    margin-left: 10px;
    gap: 12px;
  }
  .techsupervision_wrapper-item ul li {
    font-size: 14px;
  }
  .techsupervision_wrapper-item:nth-child(1) h2 {
    margin-bottom: 32px;
  }
  .techsupervision_wrapper-item:nth-child(2) h2 {
    margin-bottom: 16px;
  }
  .techsupervision_wrapper-item:nth-child(2) .subheading {
    width: 100%;
    font-size: 16px;
    margin-bottom: 32px;
  }
  .partners {
    margin-top: 70px;
  }
  .partners_wrapper {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners_wrapper h2 {
    font-size: 26px;
  }
  .partners_wrapper-flex {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners_wrapper-flex h3 {
    font-size: 16px;
  }
  .partners_wrapper-flex p {
    font-size: 14px;
  }
  .partners_wrapper-flex .flex-item {
    gap: 24px;
  }
  .partners_wrapper-flex .flex-item .item-group {
    gap: 16px;
  }
  .partners_wrapper-flex .list {
    gap: 12px;
  }
  .projects {
    margin-top: 70px;
  }
  .projects h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .projects_wrapper-item {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .projects_wrapper-item img {
    height: 250px;
  }
  .projects_wrapper-item .item-text h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .projects_wrapper-item .item-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .projects_wrapper-item .item-text .text-list {
    gap: 16px;
  }
  .projects_wrapper-item .item-text .text-list-part {
    font-size: 14px;
    padding: 16px;
  }
  .contacts {
    margin-top: 70px;
  }
  .contacts_wrapper {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts_wrapper h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .contacts_wrapper-map {
    width: 100%;
    height: 250px;
  }
  .contacts_wrapper-text .text-bottom {
    gap: 16px;
  }
  .contacts_wrapper-text .text-bottom a, .contacts_wrapper-text .text-bottom p {
    text-align: start;
  }
  .contacts_wrapper-text .text-bottom a img, .contacts_wrapper-text .text-bottom p img {
    width: 16px;
  }
  .contacts_wrapper-text .text-bottom .phone {
    font-size: 24px;
    text-align: start;
  }
  .contacts_wrapper-text .text-bottom .address, .contacts_wrapper-text .text-bottom .mail {
    font-size: 16px;
    text-align: start;
  }
  .footer_wrapper-anchors ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .footer_wrapper-anchors {
    width: 100%;
  }
  .footer_wrapper-body {
    gap: 32px;
  }
  .footer_wrapper-contacts {
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_wrapper .watch_wrapper img {
    -o-object-position: 0 0px;
    object-position: 0 0px;
  }
}
/*# sourceMappingURL=main.css.map */