:root {
  --bs-body-bg: #151516;
  --bs-body-line-height: 1.4;
  --bs-heading-color: #fff;
  --bs-body-color: #B7B7B7;
}

.btn {
  --bs-btn-padding-x: 2.125rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-line-height: 1.2;
  --bs-btn-border-width: 0;
  --bs-btn-bg:#fff;
  --bs-btn-color: #000;
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: #ddd;
  --bs-btn-hover-color: #222;
  --bs-btn-active-bg: #ddd;
  --bs-btn-active-color: #222 ;
}

h1,
h2,
h3 {
  font-weight: 700;
}

.large-title {
  font-size: 2.25rem;
}

.title-1 {
  font-size: 2rem;
}

.title-3 {
  font-size: 1.375rem;
}

.sub-title-1 {
  font-size: 1.25rem;
}

.body-large {
  font-size: 1.125rem;
}

.body-small {
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .large-title {
    font-size: 2.875rem;
  }
  .title-1 {
    font-size: 2.5rem;
  }
  .title-3 {
    font-size: 1.6875rem;
  }
  .sub-title-1 {
    font-size: 1.4375rem;
  }
  .body-large {
    font-size: 1.25rem;
  }
  .body-small {
    font-size: 1.125rem;
  }
  .btn {
    --bs-btn-padding-x: 2.375rem;
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .large-title {
    font-size: 3.5rem;
  }
  .title-1 {
    font-size: 3rem;
  }
  .title-3 {
    font-size: 2rem;
  }
  .sub-title-1 {
    font-size: 1.625rem;
  }
  .body-large {
    font-size: 1.375rem;
  }
  .body-small {
    font-size: 1.25rem;
  }
  .btn {
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: 1.1875rem;
    --bs-btn-font-size: 1.375rem ;
  }
}
.header-container {
  display: flex;
  justify-content: center;
  padding-block: 29px;
}

.header-container img {
  max-width: 100%;
  height: auto;
}

.banner {
  padding-block: 80px;
  text-align: center;
  background: url("../images/banner-bg-desktop.png") center/cover no-repeat;
}
.banner .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .title {
  margin-bottom: 24px;
}
.banner .description {
  color: #fff;
  margin-bottom: 32px;
}
.banner .btn {
  --bs-btn-padding-x: 3.375rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner {
    padding-block: 100px;
  }
  .banner .title {
    max-width: 720px;
    margin-bottom: 28px;
  }
  .banner .description {
    max-width: 680px;
    margin-bottom: 40px;
  }
  .banner .btn {
    --bs-btn-padding-x: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-block: 135px;
  }
  .banner .title {
    margin-bottom: 32px;
    max-width: 871px;
  }
  .banner .description {
    max-width: 774px;
    margin-bottom: 56px;
  }
  .banner .btn {
    --bs-btn-padding-x: 4rem;
  }
}

.about-tfg {
  --masonry-gap: 16px;
  display: flex;
  padding-block: 90px;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 24px;
}
.about-tfg .text-block {
  text-align: center;
  text-wrap: pretty;
}
.about-tfg .heading {
  margin-bottom: 24px;
}
.about-tfg .masonry {
  display: flex;
  align-items: flex-start;
  align-content: center;
  gap: var(--masonry-gap);
  flex-wrap: wrap;
}
.about-tfg .masonry-img {
  height: auto;
}
.about-tfg .masonry-img:nth-child(1) {
  width: calc((100% - var(--masonry-gap)) * 0.419);
}
.about-tfg .masonry-img:nth-child(2) {
  width: calc((100% - var(--masonry-gap)) * 0.58);
}
.about-tfg .masonry-img:nth-child(3) {
  width: calc((100% - var(--masonry-gap)) * 0.602);
}
.about-tfg .masonry-img:nth-child(4) {
  width: calc((100% - var(--masonry-gap)) * 0.3976);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .about-tfg {
    padding-block: 110px;
    --masonry-gap: 20px;
    row-gap: 32px;
  }
  .about-tfg .heading {
    margin-bottom: 32px;
  }
  .about-tfg .masonry {
    display: flex;
  }
}
@media (min-width: 992px) {
  .about-tfg {
    flex-direction: row;
  }
  .about-tfg .text-block {
    width: 500px;
    text-align: start;
  }
  .about-tfg .masonry {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .about-tfg {
    padding-block: 140px;
    --masonry-gap: 24px;
  }
  .about-tfg .text-block {
    width: 560px;
  }
  .about-tfg .heading {
    margin-bottom: 40px;
  }
  .about-tfg .masonry {
    width: 537px;
  }
}

.ask {
  padding-block: 80px;
  background: url("../images/ask-bg-desktop.png") center/cover no-repeat;
}
.ask .ask-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ask .title {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ask {
    padding-block: 90px;
  }
  .ask .title {
    max-width: 720px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .ask {
    padding-block: 100px;
  }
  .ask .title {
    margin-bottom: 56px;
    max-width: 871px;
  }
}

.fields-of-expertise {
  text-align: center;
  padding-block: 90px;
}
.fields-of-expertise h2 {
  margin-bottom: 8px;
  margin-inline: auto;
}
.fields-of-expertise .description {
  max-width: 706px;
  margin-bottom: 40px;
  margin-inline: auto;
  text-wrap: balance;
}
.fields-of-expertise .card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fields-of-expertise .card-item {
  padding: 32px 24px 56px;
  background: linear-gradient(180deg, #212121 0%, #151516 100%);
  display: grid;
  justify-items: center;
  grid-auto-rows: min-content;
}
.fields-of-expertise .card-item img {
  margin-bottom: 24px;
  width: 24px;
  height: auto;
}
.fields-of-expertise .card-item h3 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .fields-of-expertise .card-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .fields-of-expertise {
    padding-block: 110px;
  }
  .fields-of-expertise h2 {
    margin-bottom: 12px;
  }
  .fields-of-expertise .description {
    max-width: 642px;
    margin-bottom: 64px;
  }
  .fields-of-expertise .card-list {
    gap: 20px;
  }
  .fields-of-expertise .card-item {
    padding: 32px 24px;
    flex-basis: calc((100% - 20px) / 2);
  }
  .fields-of-expertise .card-item img {
    margin-bottom: 28px;
    width: 32px;
  }
  .fields-of-expertise .card-item h3 {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .fields-of-expertise .card-item {
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) {
  .fields-of-expertise {
    padding-block: 140px;
  }
  .fields-of-expertise h2 {
    margin-bottom: 16px;
  }
  .fields-of-expertise .description {
    max-width: 706px;
    margin-bottom: 88px;
  }
  .fields-of-expertise .card-list {
    gap: 24px;
  }
  .fields-of-expertise .card-item {
    padding: 48px 32px 32px;
    flex-basis: calc((100% - 48px) / 3);
    min-height: 510px;
  }
  .fields-of-expertise .card-item img {
    margin-bottom: 32px;
    width: 40px;
  }
  .fields-of-expertise .card-item h3 {
    margin-bottom: 16px;
  }
}

.solutions {
  padding-block: 80px;
  background: url("../images/other-bg-desktop.png") center/cover no-repeat;
}
.solutions .solutions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solutions .title {
  margin-bottom: 24px;
}
.solutions .description {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .solutions {
    padding-block: 90px;
  }
  .solutions .title {
    margin-bottom: 32px;
  }
  .solutions .description {
    max-width: 680px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .solutions {
    padding-block: 100px;
  }
  .solutions .title {
    margin-bottom: 44px;
  }
  .solutions .description {
    max-width: 744px;
    margin-bottom: 56px;
  }
}

.services {
  padding-block: 90px;
}
.services h2 {
  text-align: center;
  margin-bottom: 8px;
  margin-inline: auto;
}
.services .description {
  text-align: center;
  margin-bottom: 40px;
  margin-inline: auto;
}
.services .list {
  --list-gap: 18px;
  display: grid;
  flex-wrap: wrap;
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: var(--list-gap);
}
.services .list .list-item {
  background-color: #212121;
  padding: 24px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .services {
    padding-block: 110px;
  }
  .services h2 {
    margin-bottom: 12px;
  }
  .services .description {
    max-width: 610px;
    margin-bottom: 64px;
  }
  .services .list {
    --list-gap: 24px;
  }
  .services .list .list-item {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .services .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .services .list .list-item:nth-child(odd):last-child {
    grid-column: span 2;
    width: calc((100% - var(--list-gap)) * 0.5);
    justify-self: center;
  }
}
@media (min-width: 1200px) {
  .services {
    padding-block: 140px;
  }
  .services h2 {
    margin-bottom: 16px;
  }
  .services .description {
    max-width: 663px;
    margin-bottom: 88px;
  }
  .services .list {
    --list-gap: 30px;
  }
  .services .list .list-item {
    padding: 44px;
    min-height: 282px;
  }
}

.contacts {
  background-color: #212121;
}
.contacts .contact-text {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
}
.contacts .sub-title {
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #FFF;
}
.contacts .description {
  max-width: 368px;
  margin-bottom: 32px;
}
.contacts .contacts-container {
  display: grid;
  grid-auto-columns: 1fr;
}
.contacts .contacts-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.contacts .title {
  margin-bottom: 24px;
}
.contacts .item {
  font-weight: 500;
  color: #fff;
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.contacts .button-small {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  width: fit-content;
  text-decoration: none;
  color: #fff;
}
.contacts .button-small:hover, .contacts .button-small:active {
  color: #ddd;
}
.contacts .btn-main {
  margin-top: 32px;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .contacts .title {
    margin-bottom: 28px;
  }
  .contacts .description {
    margin-bottom: 40px;
  }
  .contacts .contact-text {
    padding-block: 90px;
  }
  .contacts .button-small {
    font-size: 1.125rem;
  }
  .contacts .btn-main {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contacts .contact-text {
    padding-inline-end: 15.5%;
  }
  .contacts .contacts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .contacts .title {
    margin-bottom: 32px;
  }
  .contacts .description {
    margin-bottom: 48px;
  }
  .contacts .button-small {
    font-size: 1.25rem;
  }
  .contacts .btn-main {
    margin-top: 56px;
    width: fit-content;
  }
  .contacts .contact-text {
    padding-block: 100px;
  }
}

.footer {
  padding-block: 48px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer {
    padding-block: 64px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-block: 80px;
  }
}

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