@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM+Plex+Mono", Arial, sans-serif;
  color: #202020;
  background: #f3f3f5;
  overflow-x: hidden;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  scroll-snap-type: y mandatory;
}

.container {
  width: min(100% - 80px, 1920px);
  margin-inline: auto;
}

.animate {
  opacity: 0;
  transform: translateY(80px);
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

.section {
  min-height: 100vh;
  display: flex;
  scroll-snap-align: start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

h1 {
  font-size: clamp(64px, 8vw, 108px);
  line-height: 0.9;
  font-weight: 800;
}

h2 {
  font-size: 189px;
  font-weight: 800;
  font-family: "Gilroy-ExtraBold";
  line-height: 110%;
  color: #644fc1;
}

h3 {
  font-size: 34px;
}

p {
  font-family: "IBM Plex Mono", monospace;
  margin-top: 20px;
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  color: #666;
  max-width: 100%;
}

.audit-form .h2 {
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
}

.control h2 {
  color: var(--white);
}
.control p {
  color: var(--white);
}

.btn {
  padding: 30px 122px;
  background: #6654f1;
  font-size: 28px;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  color: white;
  transition: 0.35s ease;
}

.btn:hover {
  background: #5643e2;
  transform: translateY(-2px);
}

@media (max-width: 1580px) {
  .btn {
    padding: 20px 67px;
    background: #6654f1;
    font-size: 20px;
    line-height: 110%;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    color: white;
    transition: 0.35s ease;
  }
}
@media (max-width: 680px) {
  .btn {
    padding: 20px 0;
    width: 100%;
    background: #6654f1;
    border: 1px solid #6654f1;
    font-size: 20px;
    line-height: 110%;
    cursor: pointer;
    color: white;
    transition: 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn__white {
    padding: 20px 0;
    width: 100%;
    border: 1px solid #fff;
    background: #7461c7;
    font-size: 20px;
    line-height: 110%;
    cursor: pointer;
    color: white;
    transition: 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .section {
    min-height: auto;
    padding: 80px 0;
  }
  .container {
    width: min(100% - 32px, 1920px);
  }
}
.header {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
}

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

.hero-logo {
  color: #644fc1;
}
.hero-logo strong {
  color: #1b1d1f;
  margin: 0px 5px;
}

.header .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 34px;
  font-weight: 800;
}

.logo span {
  color: #6654f1;
}

.logo span strong {
  color: #1b1d1f;
}

.nav {
  display: flex;
  gap: 63px;
}

.nav a {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  transition: 0.35s ease;
}

.nav a:hover {
  color: #6654f1;
}

.header {
  color: #222;
  transition: 0.35s;
}

.header a,
.header .logo {
  color: inherit;
}

.header--light .logo span {
  color: #fff;
}

.header--light .logo svg path {
  fill: #fff;
}

.header--light .logo span strong {
  color: #fff;
}

.header--light {
  color: #fff;
}

.header:not(.header--light) {
  color: #111;
}

.header:not(.header--light) .logo span {
  color: #111;
}

.header:not(.header--light) .logo span strong {
  color: #111;
}

.header:not(.header--light) .logo svg path {
  fill: #644FC1;
}

.header--light .btn__burger svg path {
  stroke: #fff;
}

.header:not(.header--light) .btn__burger svg path {
  stroke: #644FC1;
}

.btn__burger {
  display: none;
}

.phone {
  display: flex;
}

.header__mob {
  display: none;
}

@media (max-width: 991px) {
  .nav {
    display: none;
  }
}
@media (max-width: 691px) {
  .btn__burger {
    display: flex;
  }
  .phone {
    display: none;
  }
  .header__mob {
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }
  .header__mob-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 17px 10px 23px 10px;
    border-bottom: 1px solid #ddd;
  }
  .header__mob-menu ul li {
    padding: 25px 10px;
    font-size: 15px;
    line-height: 110%;
  }
  .header__mob-menu ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #1b1d1f;
    font-family: "IBM Plex Mono";
  }
  .header__mob-logo a {
    font-weight: 800;
    font-size: 29px;
    line-height: 110%;
    color: #644fc1;
  }
  .header__mob-logo a span {
    color: #000;
  }
  .header__mob-phone a {
    border-top: 1px solid #ddd;
    padding: 25px 10px;
    font-size: 15px;
    line-height: 110%;
    display: block;
  }
}
.hero {
  background: #efeff1;
  z-index: 2;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 80px;
}

.hero h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.hero h1 span {
  color: #6654f1;
  font-size: 189px;
  position: relative;
  z-index: 2;
}

.hero h1 span strong {
  color: #1b1d1f;
  margin: 0px 5px;
  display: block;
  position: relative;
  z-index: 2;
}

.hero p {
  width: 70%;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.hero__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1780px) {
  .hero h1 {
    font-weight: 800;
    font-size: 119px;
    line-height: 110%;
  }
  .hero h1 span {
    color: #6654f1;
    font-size: 119px;
    line-height: 110%;
  }
  .hero p {
    font-size: 29px;
    line-height: 110%;
    width: 40%;
  }
}
@media (max-width: 680px) {
  .hero {
    align-items: flex-end;
  }
  .hero__content-title {
    display: flex;
    flex-wrap: wrap;
  }
  .hero h1 {
    font-weight: 800;
    font-size: 69px;
    line-height: 110%;
  }
  .hero p {
    font-size: 24px;
    line-height: 110%;
    width: 100%;
    margin-top: 20px;
  }
  .hero h1 span {
    color: #6654f1;
    font-size: 69px;
    line-height: 110%;
  }
  .hero-logotext {
    color: #6654f1;
    font-size: 69px;
    line-height: 110%;
    width: 100%;
    display: block;
  }
}
.control {
  background: #6654f1;
  color: white;
}

.stability {
  background: #111318;
  color: white;
}

.office {
  background: #6654f1;
  color: white;
}

.stability .image {
  position: absolute;
  bottom: 110px;
  right: 80px;
  max-width: 720px;
}

.cookie-popup {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
  z-index: 1000;
  max-width: 1190px;
  width: calc(100% - 48px);
}
.cookie-popup .popup__content-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: #1b1d1f;
}
.cookie-popup .popup__content-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.cookie-popup .popup__content-btns .btn {
  padding: 7px 23px;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  width: -moz-max-content;
  width: max-content;
}
.cookie-popup .popup__content-btns .btn-popup__border {
  border: 1px solid #6654f1;
  background: #fff;
  color: #6654f1;
}
.cookie-popup__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 20px 20px 20px 20px;
  font-family: "IBM Plex Mono", monospace;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.cookie-popup p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #333;
}
.cookie-popup a {
  color: #b11016;
  text-decoration: underline;
}
.cookie-popup a:hover {
  text-decoration: none;
}
.cookie-popup__close {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #b8b8b8;
  cursor: pointer;
}
.cookie-popup__close:hover {
  color: #b11016;
}

@media (max-width: 1568px) {
  .cookie-popup {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 24px;
    z-index: 1000;
    max-width: 1190px;
    width: calc(100% - 48px);
  }
  .cookie-popup .popup__content-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #1b1d1f;
  }
}
@media (max-width: 768px) {
  .cookie-popup {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }
  .cookie-popup__content {
    padding: 24px 56px 24px 20px;
  }
  .cookie-popup p {
    font-size: 15px;
  }
  .cookie-popup__close {
    top: 16px;
    right: 16px;
    font-size: 28px;
  }
}
@media (max-width: 691px) {
  .section {
    min-height: 100vh;
  }
  .stability .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .stability .text {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .stability h2 {
    font-weight: 800;
    font-size: 69px;
    line-height: 110%;
  }
  .stability p {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    margin-top: 0px;
  }
  .stability .image {
    position: relative;
    bottom: 0;
    right: 0px;
    z-index: 2;
    max-width: 100%;
  }
  .stability .text span {
    font-weight: 800;
    font-size: 17px;
    line-height: 110%;
  }
  .cookie-popup {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }
  .cookie-popup__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px 56px 24px 20px;
  }
  .cookie-popup p {
    font-size: 15px;
  }
  .cookie-popup__close {
    top: 16px;
    right: 16px;
    font-size: 28px;
  }
}
@media (max-width: 461px) {
  .section {
    min-height: 100vh;
  }
  .stability .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .stability .text {
    gap: 16px;
  }
  .stability h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 110%;
  }
  .stability p {
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    margin-top: 0px;
  }
  .stability .image {
    position: relative;
    bottom: 0;
    right: 20px;
    z-index: 2;
    max-width: 100%;
  }
  .stability .image img {
    max-width: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .stability .text span {
    font-weight: 800;
    font-size: 17px;
    line-height: 110%;
  }
}
.cards {
  display: grid;
  height: auto;
  min-height: 100vh;
  grid-template-columns: repeat(3, 1fr);
}

.services .container {
  width: min(100% - 0px, 1920px);
}

.service-card {
  min-height: 300px;
  padding: 40px;
  background: #ececec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
  position: relative;
}
.service-card:nth-of-type(2) {
  background: #644fc1;
}
.service-card:nth-of-type(2) .service-card__title {
  color: #fff;
}
.service-card:nth-of-type(3) {
  background: #1b1d1f;
}
.service-card:nth-of-type(3) .service-card__title {
  color: #fff;
}
.service-card img {
  position: absolute;
  right: 0;
  bottom: 40px;
  transform-origin: center bottom;
}
.service-card__title {
  padding-top: 100px;
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  color: #1b1d1f;
}

.service-card:hover {
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1591px) {
  .service-card {
    min-height: 300px;
    padding: 40px;
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s;
    position: relative;
  }
  .service-card:nth-of-type(2) {
    background: #644fc1;
  }
  .service-card:nth-of-type(2) .service-card__title {
    color: #fff;
  }
  .service-card:nth-of-type(3) {
    background: #1b1d1f;
  }
  .service-card:nth-of-type(3) .service-card__title {
    color: #fff;
  }
  .service-card img {
    position: absolute;
    right: 0;
    bottom: 40px;
    transform-origin: center bottom;
  }
  .service-card__title {
    padding-top: 100px;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #1b1d1f;
  }
}
@media (max-width: 691px) {
  .service-card {
    min-height: 300px;
    padding: 10px 10px;
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
  }
  .service-card:nth-of-type(2) {
    background: #644fc1;
  }
  .service-card:nth-of-type(2) .service-card__title {
    color: #fff;
  }
  .service-card:nth-of-type(3) {
    background: #1b1d1f;
  }
  .service-card:nth-of-type(3) .service-card__title {
    color: #fff;
  }
  .service-card img {
    position: absolute;
    right: -40px;
    bottom: -60px;
    transform-origin: center bottom;
    max-width: 100%;
    max-width: 420px;
    min-width: 360px;
    max-height: 100%;
    display: block;
  }
  .service-card__title {
    padding-top: 10px;
    font-weight: 600;
    font-size: 29px;
    line-height: 110%;
    color: #1b1d1f;
  }
}
.pricing {
  background: #1b1d1f;
  color: white;
  gap: 85px;
  position: relative;
  overflow: hidden;
  position: relative;
}
.pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(#2f3032, #2f3032), linear-gradient(#2f3032, #2f3032), linear-gradient(#2f3032, #2f3032), linear-gradient(#2f3032, #2f3032), linear-gradient(#2f3032, #2f3032);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 33.33% 0, 66.66% 0, 100% 0;
}
.pricing h2 {
  font-family: "Gilroy-ExtraBold";
  position: absolute;
  top: 15%;
  font-weight: 800;
  font-size: 81px;
  line-height: 100%;
  width: 70%;
  z-index: 2;
}
.pricing h2 span {
  color: #fff;
}

.price-grid {
  display: grid;
  margin-top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
}

.price-card {
  min-height: 460px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(100, 79, 193, 0.1);
}
.price-card__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price-card__price {
  font-family: "Gilroy-ExtraBold";
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
  text-align: left;
  color: #644fc1;
}
.price-card__descr {
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
}
.price-card__text {
  width: 70%;
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
}
.price-card__text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
}
.price-card__text ul li {
  padding: 0;
  border-bottom: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
}

.price-card.accent {
  background: rgba(100, 79, 193, 0.3);
}

.price-card strong {
  display: block;
  font-size: 42px;
}

@media (max-width: 991px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1591px) {
  .pricing {
    background: #1b1d1f;
    color: white;
    gap: 85px;
    position: relative;
  }
  .pricing h2 {
    font-family: "Gilroy-ExtraBold";
    position: absolute;
    top: 15%;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    width: 60%;
    padding: 0px 40px;
  }
  .pricing h2 span {
    color: #fff;
  }
  .pricing .container {
    width: min(100% - 0px, 1920px) !important;
  }
  .price-grid {
    display: grid;
    margin-top: 80px;
    bottom: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .price-card {
    min-height: 420px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(100, 79, 193, 0.1);
  }
  .price-card__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .price-card__price {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    text-align: left;
    color: #644fc1;
  }
  .price-card__descr {
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
  .price-card__text {
    width: 70%;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
  .price-card__text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
  .price-card__text ul li {
    padding: 0;
    border-bottom: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
}
@media (max-width: 691px) {
  .pricing {
    padding: 88px 0px 0px 0px;
  }
  .pricing .container {
    width: min(100% - 0px, 1920px) !important;
  }
  .pricing h2 {
    position: relative;
    font-size: 50px;
    line-height: 100%;
    width: auto;
    margin-bottom: 17px;
    padding: 0px 0px;
  }
  .price-grid {
    display: grid;
    margin-top: 0px;
    bottom: 0;
    position: relative;
    grid-template-columns: repeat(1, 1fr);
  }
  .price-card {
    min-height: auto;
    padding: 30px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(100, 79, 193, 0.1);
  }
  .price-card__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .price-card__price {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    text-align: left;
    color: #644fc1;
  }
  .price-card__descr {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
  .price-card__text {
    width: 70%;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
  .price-card__text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
  .price-card__text ul li {
    padding: 0;
    border-bottom: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
  }
}
.stability p {
  color: #fff;
}

.stats ul li {
  display: flex;
  flex-direction: column;
  padding: 48px 0px;
}
.stats ul li .counts {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
}
.stats ul li {
  font-family: "Gilroy-ExtraBold";
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
}
.stats ul li strong {
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
}

@media (max-width: 691px) {
  .stats ul li {
    display: flex;
    flex-direction: column;
    padding: 48px 0px;
  }
  .stats ul li .counts {
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
  }
  .stats ul li {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
  }
  .stats ul li strong {
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
  }
}
.cases {
  position: relative;
  width: 100%;
  height: 100vh;
}
.cases::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
}
.cases__container {
  display: grid;
  gap: 0px;
  grid-template-columns: 17% 52%;
  position: relative;
  z-index: 2;
}
.cases__aside {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 90px;
  left: 0;
}
.cases h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  font-family: "Gilroy-ExtraBold";
}
.cases-grid {
  display: grid;
  gap: 100px 20px;
  margin-top: 30%;
  grid-template-columns: repeat(3, 1fr);
}
.cases-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cases-item__count {
  font-weight: 400;
  display: block;
  font-size: 17px;
  line-height: 110%;
  color: #c2c2c2;
}
.cases-item__title {
  font-family: "Gilroy-ExtraBold";
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #1b1d1f;
  text-transform: uppercase;
}
.cases-item__text {
  width: 80%;
}
.cases-item__text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: #1b1d1f;
}
.cases-item__text p b {
  font-weight: 700;
}
.cases-item__text p strong {
  font-weight: 700;
}

@media (max-width: 1560px) {
  .cases {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .cases::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: 20.66% 0, 40.33% 0, 60% 0, 80.66% 0;
  }
  .cases__container {
    display: grid;
    gap: 0px;
    grid-template-columns: 20% 62%;
    position: relative;
    z-index: 2;
  }
  .cases__aside {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 90px;
    left: 0;
  }
  .cases h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    width: 90%;
    font-family: "Gilroy-ExtraBold";
  }
  .cases-grid {
    display: grid;
    gap: 40px 20px;
    margin-top: 15%;
    grid-template-columns: repeat(3, 1fr);
  }
  .cases-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cases-item__count {
    font-weight: 400;
    display: block;
    font-size: 17px;
    line-height: 110%;
    color: #c2c2c2;
  }
  .cases-item__title {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: #1b1d1f;
    text-transform: uppercase;
  }
  .cases-item__text {
    width: 80%;
  }
  .cases-item__text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    color: #1b1d1f;
  }
  .cases-item__text p b {
    font-weight: 700;
  }
  .cases-item__text p strong {
    font-weight: 700;
  }
}
@media (max-width: 691px) {
  .cases {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
  }
  .cases::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: 46.66% 0, 93.33% 0;
  }
  .cases__container {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    z-index: 2;
  }
  .cases__aside {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    left: 0;
  }
  .cases h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    font-family: "Gilroy-ExtraBold";
  }
  .cases-grid {
    display: grid;
    gap: 40px 20px;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .cases-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cases-item__count {
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 110%;
    color: #c2c2c2;
  }
  .cases-item__title {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 19px;
    line-height: 100%;
    color: #1b1d1f;
    text-transform: uppercase;
  }
  .cases-item__text {
    width: 80%;
  }
  .cases-item__text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #1b1d1f;
  }
  .cases-item__text p b {
    font-weight: 700;
  }
  .cases-item__text p strong {
    font-weight: 700;
  }
}
.partners-list {
  display: flex;
  flex-direction: column;
}
.partners .partner__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 120px;
  border-bottom: 1px solid #ddd;
}
.partners .partner__item:last-child {
  border-bottom: none;
}
.partners .partner__item-logo {
  opacity: 0;
}
.partners .partner__item:hover {
  cursor: pointer;
}
.partners .partner__item:hover .partner__item-logo {
  opacity: 1;
}
.partners .partner__item-title {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding: 45px 0px 45px 80px;
  position: relative;
  color: #b5b5b5;
}
.partners .partner__item-title .counts {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  display: flex;
  width: 10%;
  position: absolute;
  left: 0;
  top: 45px;
}
.partners .partner__item-title {
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
  color: #1b1d1f;
}
.partners .partner__item-name {
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
  color: #b5b5b5;
}

@media (max-width: 1580px) {
  .partners-list {
    display: flex;
    flex-direction: column;
  }
  .partners .partner__item {
    display: flex;
    flex-wrap: wrap;
    color: #b5b5b5;
  }
  .partners .partner__item-logo {
    opacity: 0;
  }
  .partners .partner__item:hover .partner__item-logo {
    opacity: 1;
  }
  .partners .partner__item-title {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    padding: 45px 0px 45px 80px;
    position: relative;
  }
  .partners .partner__item-title .counts {
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    display: flex;
    width: 10%;
    position: absolute;
    left: 0;
    top: 45px;
  }
  .partners .partner__item-title {
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    color: #b5b5b5;
  }
  .partners .partner__item-name {
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    color: #b5b5b5;
  }
}
@media (max-width: 691px) {
  .partners-list {
    display: flex;
    flex-direction: column;
  }
  .partners .partner__item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0px;
    gap: 20px;
    border-bottom: 1px solid #ddd;
  }
  .partners .partner__item-name {
    color: #6654f1;
  }
  .partners .partner__item-logo {
    opacity: 1;
  }
  .partners .partner__item-title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: auto;
    padding: 30px 0px 30px 0px;
    position: relative;
  }
  .partners .partner__item-title .counts {
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    display: flex;
    width: auto;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .partners .partner__item-title {
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    color: #1b1d1f;
  }
  .partners .partner__item-title strong {
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    color: #644fc1;
  }
}
.office {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #6754c8;
}
.office::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
}
.office {
  position: relative;
}
.office .text {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.office .text h2 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
  font-size: 81px;
  line-height: 100%;
  color: #1b1d1f;
}
.office .text p {
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  color: #fff;
}
.office .image {
  position: absolute;
  right: 0px;
  bottom: -40px;
  min-width: 720px;
  max-width: 1120px;
}
.office .image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 1580px) {
  .office .text {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
  .office .text h2 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 800;
    font-size: 53px;
    line-height: 80%;
    color: #1b1d1f;
  }
  .office .text p {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
  }
  .office .image {
    position: absolute;
    right: 20px;
    bottom: -40px;
    min-width: 520px;
    max-width: 920px;
  }
  .office .image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.control {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #644fc1;
}
.control::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
}
.control .image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  max-width: 920px;
}
.control .text {
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 2;
}
.control .text span {
  display: block;
  font-family: "Inter", monospace;
  font-weight: 800;
  font-size: 45px;
  line-height: 80%;
  color: #fff;
}

@media (max-width: 1580px) {
  .control h2 {
    font-weight: 800;
    font-size: 119px;
    line-height: 110%;
    color: #fff;
  }
  .control p {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
    margin-top: 0px;
  }
  .control .image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    max-width: 720px;
  }
  .control .text span {
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
  }
}
@media (max-width: 691px) {
  .control .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .control .text {
    gap: 16px;
  }
  .control h2 {
    font-weight: 800;
    font-size: 69px;
    line-height: 110%;
    color: #fff;
  }
  .control p {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    margin-top: 0px;
  }
  .control .image {
    position: relative;
    bottom: 0;
    right: 20px;
    z-index: 2;
    max-width: 100%;
  }
  .control .image img {
    max-width: 100%;
  }
  .control .text span {
    font-weight: 800;
    font-size: 17px;
    line-height: 110%;
  }
}
.support {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.support::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
}
.support .image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  max-width: 920px;
}
.support .text {
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 2;
}
.support .text span {
  display: block;
  font-family: "Inter", monospace;
  font-weight: 800;
  font-size: 45px;
  line-height: 80%;
  color: #1b1d1f;
}

@media (max-width: 1580px) {
  .support h2 {
    font-weight: 800;
    font-size: 119px;
    line-height: 110%;
    color: #644fc1;
  }
  .support p {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #666;
    margin-top: 0px;
  }
  .support .image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    max-width: 720px;
  }
  .support .text span {
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
  }
}
@media (max-width: 691px) {
  .support .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .support .text {
    gap: 16px;
  }
  .support h2 {
    font-weight: 800;
    font-size: 69px;
    line-height: 110%;
    color: #644fc1;
  }
  .support p {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #666;
    margin-top: 0px;
  }
  .support .image {
    position: relative;
    bottom: 0;
    right: 20px;
    z-index: 2;
    max-width: 100%;
  }
  .support .image img {
    max-width: 100%;
  }
  .support .text span {
    font-weight: 800;
    font-size: 17px;
    line-height: 110%;
  }
}
.audit-grid {
  display: grid;
  gap: 80px;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.audit__left {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.audit__title {
  font-family: "Gilroy-ExtraBold";
  font-weight: 800;
  font-size: 73px;
  line-height: 80%;
  color: #1b1d1f;
}
.audit-form {
  max-width: 100%;
}
.audit-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.audit-form .form-group label {
  position: absolute;
  left: 18px;
  top: 20px;
  pointer-events: none;
  font-family: "IBM Plex Mono", monospace;
  color: #888;
  transition: 0.25s;
  background: #fff;
  padding: 0 5px;
}
.audit-form .form-group input,
.audit-form .form-group textarea {
  border: 1px solid #c2c2c2;
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
  background: #fff;
  padding: 24px 18px 10px;
  font-size: 17px;
  outline: none;
  transition: 0.3s;
}
.audit-form .form-group input:focus,
.audit-form .form-group textarea:focus {
  border-color: #644fc1;
}
.audit-form .form-group input:not(:-moz-placeholder) + label, .audit-form .form-group textarea:not(:-moz-placeholder) + label {
  top: 4px;
  font-size: 12px;
  color: #666;
}
.audit-form .form-group input:focus + label, .audit-form .form-group input:not(:placeholder-shown) + label,
.audit-form .form-group textarea:focus + label,
.audit-form .form-group textarea:not(:placeholder-shown) + label {
  top: 4px;
  font-size: 12px;
  color: #666;
}
.audit-form .form-group input:not(:-moz-placeholder) + label span, .audit-form .form-group textarea:not(:-moz-placeholder) + label span {
  color: #644fc1;
}
.audit-form .form-group input:focus + label span, .audit-form .form-group input:not(:placeholder-shown) + label span,
.audit-form .form-group textarea:focus + label span,
.audit-form .form-group textarea:not(:placeholder-shown) + label span {
  color: #644fc1;
}
.audit-form .form-group textarea {
  height: 160px;
  resize: none;
}
.audit .form-bottom {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
}
.audit .form-bottom .btn__audit {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  padding: 20px 50px;
}
.audit .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.audit .checkbox input {
  display: none;
}
.audit .checkbox__mark {
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  flex-shrink: 0;
  position: relative;
  transition: 0.25s;
}
.audit .checkbox input:checked + .checkbox__mark {
  background: #644fc1;
  border-color: #644fc1;
}
.audit .checkbox input:checked + .checkbox__mark::after {
  content: "✓";
  color: #fff;
  position: absolute;
  left: 3px;
  top: -1px;
  font-size: 12px;
}
.audit .checkbox__text {
  font-weight: 500;
  font-size: 13px;
  color: #666;
  font-family: "IBM Plex Mono", monospace;
}
.audit .checkbox__text a {
  color: #644fc1;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 1000;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  width: 480px;
  background: #fff;
  padding: 50px;
  text-align: center;
  transform: translateY(40px);
  transition: 0.35s;
}

.popup.active .popup__body {
  transform: translateY(0);
}

.popup__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 25px;
  border: 2px solid #644fc1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #644fc1;
  font-size: 22px;
}

.popup h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.popup p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.popup__close {
  border: 1px solid #644fc1;
  background: #fff;
  color: #644fc1;
  padding: 14px 36px;
  cursor: pointer;
  transition: 0.3s;
}
.popup__close:hover {
  background: #644fc1;
  color: #fff;
}

@media (max-width: 1580px) {
  .audit-image {
    position: absolute;
    bottom: 0px;
    left: 24%;
    max-width: 400px;
  }
}
@media (max-width: 691px) {
  .audit-grid {
    display: grid;
    gap: 10px;
    align-items: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .audit__left {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .audit__title {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 44px;
    line-height: 80%;
    color: #1b1d1f;
  }
  .audit-image {
    position: relative;
    bottom: 0px;
    left: 0;
    max-width: 400px;
  }
}
@media (max-width: 591px) {
  .audit-grid {
    display: grid;
    gap: 10px;
    align-items: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .audit__left {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .audit__title {
    font-family: "Gilroy-ExtraBold";
    font-weight: 800;
    font-size: 28px;
    line-height: 80%;
    color: #1b1d1f;
  }
  .audit-image {
    position: relative;
    bottom: 0px;
    left: 0;
    max-width: 400px;
  }
  .audit .form-bottom {
    flex-direction: column;
  }
}
.footer {
  background: #6654f1;
  color: white;
  padding: 60px 0;
  position: relative;
  max-height: 420px;
  min-height: 400px;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
}
.footer__mail {
  width: 45%;
  display: block;
}
.footer__mail a {
  display: block;
  font-weight: 800;
  font-size: 96px;
  line-height: 100%;
  font-family: "Gilroy-ExtraBold";
}
.footer-bottom {
  margin-top: 17px;
}
.footer-bottom span {
  font-weight: 500;
  font-size: 13px;
  color: var(--white);
  font-family: "IBM Plex Mono", monospace;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.footer__menu ul li {
  padding: 0;
}
.footer__menu ul li a {
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}
.footer__phone {
  display: block;
  width: 100%;
}
.footer__phone a {
  display: block;
  font-weight: 800;
  font-size: 96px;
  line-height: 100%;
  font-family: "Gilroy-ExtraBold";
}

.btn__ups {
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  z-index: 3;
  top: 10%;
  color: #fff;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  font-family: "Gilroy-ExtraBold";
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-inline: 33.3333333333%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  gap: 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  font-family: "IBM Plex Mono", monospace;
  margin-bottom: 45px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 1591px) {
  .footer {
    background: #6654f1;
    color: white;
    padding: 60px 0;
    position: relative;
    max-height: 420px;
    min-height: 400px;
  }
  .footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7), linear-gradient(#7461c7, #7461c7);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: 16.66% 0, 33.33% 0, 50% 0, 66.66% 0, 83.33% 0;
  }
  .footer__mail {
    width: 45%;
    display: block;
  }
  .footer__mail a {
    display: block;
    font-weight: 800;
    font-size: 66px;
    line-height: 90%;
    font-family: "Gilroy-ExtraBold";
  }
  .footer-bottom {
    margin-top: 17px;
  }
  .footer-bottom span {
    font-weight: 500;
    font-size: 13px;
    color: var(--white);
    font-family: "IBM Plex Mono", monospace;
  }
  .footer__menu ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  .footer__menu ul li {
    padding: 0;
  }
  .footer__menu ul li a {
    font-weight: 500;
    font-family: "IBM Plex Mono", monospace;
    font-size: 15px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #fff;
  }
  .footer__phone {
    display: block;
    width: 100%;
  }
  .footer__phone a {
    display: block;
    font-weight: 800;
    font-size: 66px;
    line-height: 90%;
    font-family: "Gilroy-ExtraBold";
  }
  .footer-top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    padding-inline: 33.3333333333%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    gap: 17px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    font-family: "IBM Plex Mono", monospace;
    margin-bottom: 45px;
  }
}
@media (max-width: 591px) {
  .footer {
    max-height: 100%;
    min-height: 100%;
  }
  .footer-top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    padding-inline: 0%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    gap: 17px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    font-family: "IBM Plex Mono", monospace;
    margin-bottom: 45px;
  }
  .footer-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__mail a {
    font-size: 38px;
    line-height: 90%;
  }
  .footer__mail a br {
    display: none;
  }
  .footer__phone a {
    font-size: 38px;
    line-height: 90%;
  }
  .btn__ups {
    top: 20px;
  }
}/*# sourceMappingURL=style.css.map */