@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-ExtraBold.otf");
}
body {
  font-family: "Montserrat", sans-serif;
}

.d-flex {
  display: flex;
}
.d-flex__space-between {
  justify-content: space-between;
}
.d-flex__align-center {
  align-items: center;
}
.d-flex__column {
  flex-direction: column;
}
.d-flex__justify-center {
  justify-content: center;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

.header {
  padding: 20px 30px 0 34px;
}
@media (min-width: 744px) {
  .header {
    padding: 20px 30px 0 34px;
  }
}
@media (min-width: 1440px) {
  .header {
    padding: 60px 100px 0;
  }
}
.header__company-name {
  margin-left: 8px;
  margin-right: auto;
}
.header__button {
  width: 52px;
  height: 52px;
}
@media (min-width: 992px) {
  .header__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 40px;
  align-items: center;
}
.header__link {
  text-decoration: none;
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}
.header__link:hover {
  font-weight: bold;
}
.header__link--about-us {
  padding: 20px 35px;
  border: 1px solid #333;
}
.header__link--about-us:hover {
  background: #EB4141;
  color: white;
  border-color: #EB4141;
  font-weight: normal;
}

.about-us {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.about-us__wrapper {
  max-width: 46.55%;
}
@media (max-width: 992px) {
  .about-us__wrapper {
    max-width: fit-content;
  }
}
.about-us__general {
  padding-top: 45px;
  display: grid;
  column-gap: 96px;
  grid-template-columns: 530px 544px;
  align-items: center;
}
@media (max-width: 1440px) {
  .about-us__general {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .about-us__general {
    grid-template-columns: 1fr;
  }
}
.about-us__details {
  padding-top: 96px;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .about-us__details {
    padding-top: 76px;
    flex-direction: column;
  }
}
.about-us__divider {
  background: #000;
  height: 50px;
  width: 100%;
  padding: 0 77px;
  box-sizing: border-box;
  color: #FFF;
  font-family: Gilroy;
  font-size: 19.35px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 23.22px */
  letter-spacing: -0.213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1439px) {
  .about-us__divider {
    display: none;
  }
}
.about-us__title {
  font-weight: 700;
  color: #001728;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 120%;
}
@media (min-width: 744px) {
  .about-us__title {
    font-size: 48px;
    line-height: 120%;
  }
}
.about-us__title--company {
  color: #EB4141;
}
.about-us__description {
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin: 20px 0;
}
.about-us__button {
  width: 100%;
  color: #fff;
  padding: 18px 35px;
  border: 1px solid #EB4141;
  background: #EB4141;
  font-size: 18px;
  line-height: 120%; /* 21.6px */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.about-us__button:hover {
  color: #1E1E1E;
  background: transparent;
  border-color: #1E1E1E;
  font-weight: normal;
}
@media (min-width: 992px) {
  .about-us__button {
    width: fit-content;
  }
}
.about-us__img {
  object-fit: contain;
  max-height: 578px;
}
.about-us__img--communication {
  display: block;
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 744px) {
  .about-us__img--communication {
    width: 83.3%;
    margin: 52px auto 116px;
  }
}
@media (min-width: 992px) {
  .about-us__img--communication {
    margin: 0 auto 0 0;
    max-height: 440px;
    max-width: 493px;
    padding: 10px 0;
  }
}
.about-us__img--key {
  width: 67%;
  margin: 47px auto 101px;
  display: block;
  max-height: 637px;
}
@media (min-width: 744px) {
  .about-us__img--key {
    width: 60%;
    margin: 58px auto 100px;
  }
}
@media (min-width: 992px) {
  .about-us__img--key {
    max-height: 541px;
    margin: 0;
  }
}

.our-mission {
  background-color: #EB4141;
  padding: 40px 0;
  color: #fff;
}
@media (min-width: 992px) {
  .our-mission {
    padding: 0;
  }
  .our-mission .container {
    display: flex;
    padding: 50px 30px 58px;
    align-items: center;
  }
}
.our-mission__title {
  margin-left: 30px;
  margin-bottom: 20px;
  color: #FFF;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
}
@media (min-width: 992px) {
  .our-mission__title {
    margin-left: 0;
    font-size: 32px;
  }
}
.our-mission__text {
  margin: 0 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.198px;
}
@media (min-width: 992px) {
  .our-mission__text {
    margin: 0 10px 0 0;
    font-size: 24px;
    letter-spacing: -0.264px;
  }
}
@media (min-width: 992px) {
  .our-mission__wrapper {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 36.8%;
  }
}
.our-mission__img {
  width: 79%;
  object-fit: contain;
  display: block;
  margin: 44px auto 0;
  max-height: 462px;
}
@media (min-width: 744px) {
  .our-mission__img {
    width: 73%;
  }
}
@media (min-width: 992px) {
  .our-mission__img {
    margin: 0;
    max-height: 492px;
    max-width: 578px;
  }
}

.our-values {
  background-color: #F0F0F0;
}
@media (min-width: 992px) {
  .our-values {
    padding-top: 164px;
  }
}
.our-values__list {
  display: grid;
  column-gap: 37px;
  row-gap: 40px;
}
@media (min-width: 744px) {
  .our-values__list {
    grid-template-columns: 1fr 1fr;
  }
}
.our-values__img {
  margin: 0 auto;
  display: block;
  max-height: 325px;
}
@media (max-width: 744px) {
  .our-values__img {
    width: 96.3%;
  }
}
@media (min-width: 744px) {
  .our-values__img {
    max-height: 290px;
  }
}
.our-values__title {
  color: #EB4141;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .our-values__title {
    font-size: 32px;
  }
}
.our-values__subtitle {
  color: #001728;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.264px;
  margin-bottom: 20px;
}
.our-values__text {
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}

.footer {
  background: #001728;
  padding: 40px 30px 42px;
}
.footer .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 744px) {
  .footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 76px 30px 60px;
    grid-template-columns: 185px 1fr;
  }
}
.footer__logo {
  height: 55px;
  justify-content: center;
}
.footer__logo > svg:first-of-type {
  margin-right: 10px;
}
.footer__nav {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  row-gap: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .footer__nav {
    margin-top: 0;
    justify-content: end;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 40px;
  }
}
.footer__link {
  color: #fff;
  line-height: 28px;
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 744px) {
  .footer__link {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .footer__link--sm {
    display: none;
  }
}
.footer__link--lg {
  display: none;
}
@media (min-width: 992px) {
  .footer__link--lg {
    display: inline;
  }
}
.footer__rights {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: white;
}
@media (min-width: 744px) {
  .footer__rights {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer__rights {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    justify-content: space-between;
  }
}

.mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 20px 8px 0 29px;
}
.mobile--hidden {
  display: none;
}
.mobile__menu_button {
  width: 52px;
  height: 52px;
  padding: 21px 12px;
}
.mobile__nav {
  margin-top: 40px;
  text-align: center;
}
.mobile__link {
  color: #050505;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  column-gap: 10px;
}
.mobile__link--contact-us {
  display: inline-block;
  width: 100%;
  background: #001728;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 20px 35px;
}
.mobile__item {
  padding: 5px 15px;
}
.mobile__list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  row-gap: 10px;
}

.d-flex-inline {
  display: inline-flex;
}

.line {
  height: 2px;
  width: 28px;
  background-color: #151515;
}

.projects {
  padding: 100px 0;
}
.projects .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 992px) {
  .projects .container figure {
    width: 38%;
    text-align: center;
  }
}
@media (max-width: 510px) {
  .projects .container figure {
    width: 100%;
    text-align: center;
  }
}

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