@import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900");
html {
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}
[class*=__container] {
  margin: 0 auto;
  max-width: 76rem;
  box-sizing: content-box;
}
@media (max-width: 77.875em) {
  [class*=__container] {
    max-width: 71.875rem;
    padding: 0 15px;
  }
}
@media (max-width: 62em) {
  [class*=__container] {
    max-width: 46.875rem;
  }
}
@media (max-width: 48em) {
  [class*=__container] {
    max-width: none;
    padding: 0 0.9375rem;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #191919;
  line-height: 1;
  font-family: "Inter";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

#ch {
  display: none;
}

#ch:checked ~ .content {
  display: block;
}

#ch:checked ~ label {
  display: none;
}

.content {
  display: none;
}

label {
  display: inline-block;
  cursor: pointer;
}

.contacts .title {
  margin-bottom: 92px;
}
@media (max-width: 62em) {
  .contacts .title {
    margin-bottom: 64px;
  }
}
@media (max-width: 48em) {
  .contacts .title {
    margin-bottom: 48px;
  }
}

.form {
  text-align: center;
}
.form input {
  padding: 24px 16px;
}
.form input,
.form textarea {
  border: 2px solid #969696;
  border-radius: 8px;
}
.form input:focus,
.form textarea:focus {
  outline: none;
}
.form textarea {
  padding: 16px;
  resize: none;
}
.form__places {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 48em) {
  .form__places input {
    grid-column: span 2;
  }
}
.form__places textarea {
  grid-column: span 2;
}

.services__text .learn-more, .article .learn-more, .hero__inner > .button {
  margin-top: 48px;
}
@media (max-width: 62em) {
  .services__text .learn-more, .article .learn-more, .hero__inner > .button {
    margin-top: 32px;
  }
}
@media (max-width: 48em) {
  .services__text .learn-more, .article .learn-more, .hero__inner > .button {
    margin-top: 24px;
  }
}
@media (max-width: 30em) {
  .services__text .learn-more, .article .learn-more, .hero__inner > .button {
    margin-top: 18px;
  }
}

main {
  position: relative;
  padding-top: 112px;
}
@media (max-width: 48em) {
  main {
    padding-top: 76px;
  }
}

.button {
  display: inline-block;
  padding: 24px;
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 8px;
  max-width: 231px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  transition: color 0.3s, background-color 0.3s;
}
.button:hover {
  background-color: #fff;
  color: #191919;
}

.request-button {
  border: 1px solid #191919 !important;
}
.request-button:hover {
  color: #191919 !important;
}

.learn-more {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

section {
  padding: 112px 0;
}
@media (max-width: 62em) {
  section {
    padding: 64px 0;
  }
}
@media (max-width: 48em) {
  section {
    padding: 32px 0;
  }
}
@media (max-width: 30em) {
  section {
    padding: 16px 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
}

h1,
.title {
  font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 62em) {
  h1,
  .title {
    font-size: 48px;
  }
}
@media (max-width: 48em) {
  h1,
  .title {
    font-size: 36px;
  }
}
@media (max-width: 30em) {
  h1,
  .title {
    font-size: 32px;
  }
}

h2,
.title--second {
  font-size: 20px;
  text-align: center;
  margin-bottom: 88px;
}
@media (max-width: 62em) {
  h2,
  .title--second {
    margin-bottom: 64px;
  }
}
@media (max-width: 48em) {
  h2,
  .title--second {
    margin-bottom: 48px;
  }
}
@media (max-width: 30em) {
  h2,
  .title--second {
    margin-bottom: 24px;
  }
}

h3,
.title--third {
  font-size: 40px;
}
@media (max-width: 62em) {
  h3,
  .title--third {
    font-size: 36px;
  }
}
@media (max-width: 48em) {
  h3,
  .title--third {
    font-size: 32px;
  }
}
@media (max-width: 30em) {
  h3,
  .title--third {
    font-size: 24px;
  }
}

h4,
.title--fourth {
  font-size: 24px;
}
@media (max-width: 62em) {
  h4,
  .title--fourth {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  h4,
  .title--fourth {
    font-size: 20px;
  }
}
@media (max-width: 30em) {
  h4,
  .title--fourth {
    font-size: 18px;
  }
}

p {
  font-weight: 500;
  line-height: 1.5;
  color: #727272;
}

time {
  line-height: 1.5;
}

ul.mark-list li {
  position: relative;
  color: #727272;
  line-height: 1.5;
  padding-left: 25px;
}
ul.mark-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  display: block;
  background-color: #727272;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 24px 0;
  z-index: 15;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 4;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 74px;
}
@media (max-width: 78.125em) {
  .header__inner {
    gap: 32px;
  }
}
@media (max-width: 62em) {
  .header__inner {
    justify-content: stretch;
  }
}
.header__logo {
  display: block;
  position: relative;
  z-index: 4;
}
@media (max-width: 78.125em) {
  .header__logo img {
    max-width: 200px;
  }
}
.header__menu {
  flex: 1 1;
  justify-content: flex-end;
}
@media (max-width: 62em) and (max-width: 62em) {
  .header__menu {
    margin-left: auto;
  }
}
.header__menu .menu__list .menu__item:nth-last-of-type(-n + 2) {
  display: none;
}
@media (max-width: 48em) {
  .header__menu .menu__list .menu__item:nth-last-of-type(-n + 2) {
    display: block;
  }
}
@media (max-width: 62em) {
  .header__menu .menu__list {
    flex-direction: column;
    position: relative;
    top: 170px;
  }
}
@media (max-width: 48em) {
  .header__menu .menu__list {
    top: 120px;
  }
}
.header__menu .menu__inner {
  z-index: 4;
}
@media (max-width: 62em) {
  .header__menu .menu__inner {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: top 0.3s;
    font-size: 24px;
    z-index: 3;
    overflow: auto;
  }
  .header__menu .menu__inner._active {
    top: 0;
  }
}
.header__menu .menu__buttons {
  z-index: 4;
}
@media (max-width: 48em) {
  .header__menu .menu__buttons {
    display: none;
  }
}

.menu {
  display: flex;
  align-items: center;
  gap: 74px;
}
@media (max-width: 78.125em) {
  .menu {
    gap: 16px;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 78.125em) {
  .menu__list {
    gap: 24px;
  }
}
.menu__buttons {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 78.125em) {
  .menu__buttons {
    gap: 16px;
  }
}
.menu__item {
  position: relative;
  font-weight: 600;
  transition: color 0.3s;
}
.menu__item:hover,
.menu__item ._active {
  color: #006ad1;
}
@media (max-width: 48em) {
  .menu__item {
    font-size: 20px;
  }
}
.menu__link {
  line-height: 1.2;
}
@media (max-width: 48em) {
  .menu .button {
    padding: 12px;
    font-size: 18px;
  }
}

.burger {
  display: none;
  z-index: 4;
}
.burger._active span {
  height: 0;
}
.burger._active span::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.burger._active span::after {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #191919;
}
.burger span::after, .burger span::before {
  content: "";
  position: absolute;
  display: block;
  height: 2.5px;
  width: 100%;
  background-color: #191919;
  transition: top 0.3, transform 0.3s;
}
.burger span::after {
  top: 0;
  left: 0;
}
.burger span::before {
  bottom: 0;
  left: 0;
}
@media (max-width: 62em) {
  .burger {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
  }
}

.hero {
  min-height: 706px;
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}
@media (min-width: 1440px) {
  .hero {
    background-size: cover;
  }
}
@media (max-width: 62em) {
  .hero {
    background-size: cover;
  }
}
@media (max-width: 48em) {
  .hero {
    min-height: 500px;
  }
}
.hero.about-us {
  align-items: flex-start;
  padding-top: 100px;
}
@media (max-width: 30em) {
  .hero.about-us {
    padding-top: 20px;
  }
}
.hero.about-us .hero__inner {
  max-width: 568px;
}
.hero.case-studies .hero__inner {
  padding-top: 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 992px;
  display: block;
  background: linear-gradient(270deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.87) 24.5%, #f1f1f1 43.5%, #f1f1f1 100%);
}
@media (max-width: 48em) {
  .hero::before {
    background: rgba(255, 255, 255, 0.8);
    max-width: none;
  }
}
.hero__container {
  width: 100%;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 672px;
  padding-top: 32px;
}
@media (max-width: 48em) {
  .hero__inner {
    padding: 16px 0;
  }
}
.hero__inner > h1.title {
  margin-bottom: 16px;
}
.hero__inner > p {
  font-size: 20px;
}
@media (max-width: 48em) {
  .hero__inner > p {
    font-size: 18px;
  }
}
@media (max-width: 30em) {
  .hero__inner > p {
    font-size: 16px;
  }
}
.num-cards--three .num-cards__list {
  display: flex;
  gap: 16px 32px;
  justify-content: space-between;
}
@media (max-width: 62em) {
  .num-cards--three .num-cards__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.num-cards--three .num-cards__item {
  flex: 1 1;
  padding: 24px;
}
@media (max-width: 62em) {
  .num-cards--three .num-cards__item {
    flex: 270px 1 1;
  }
}
@media (max-width: 48em) {
  .num-cards--three .num-cards__item {
    padding: 0;
  }
}
.num-cards--two-row .num-cards__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 48em) {
  .num-cards--two-row .num-cards__list {
    gap: 16px 24px;
  }
}
@media (max-width: 30em) {
  .num-cards--two-row .num-cards__item {
    grid-column: span 2;
  }
}
.num-cards--four-row .num-cards__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 62em) {
  .num-cards--four-row .num-cards__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2;
  }
}
@media (max-width: 30em) {
  .num-cards--four-row .num-cards__list {
    gap: 16px 24px;
    grid-template-columns: 1fr;
    grid-template-rows: 4;
  }
}
.num-cards--column .num-cards__item {
  padding: 0;
}
.num-cards--column .num-cards__item:not(:last-of-type) {
  margin-bottom: 48px;
  padding: 0 0 48px 0;
  border-bottom: 1px solid #969696;
}
.num-cards--column .num-cards__item p {
  max-width: 990px;
}
.num-cards--column .num-cards__item::before {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.num-cards__list {
  counter-reset: item;
}
.num-cards__item {
  counter-increment: item;
  padding: 24px;
}
@media (max-width: 48em) {
  .num-cards__item {
    padding: 16px 0;
  }
}
.num-cards__item::before {
  display: block;
  content: "0" counter(item);
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 62em) {
  .num-cards__item::before {
    font-size: 48px;
  }
}
@media (max-width: 48em) {
  .num-cards__item::before {
    font-size: 36px;
  }
}
@media (max-width: 30em) {
  .num-cards__item::before {
    font-size: 32px;
  }
}
@media (max-width: 48em) {
  .num-cards__item::before {
    margin-bottom: 16px;
  }
}
.num-cards__item .title--fourth {
  margin-bottom: 8px;
  font-weight: 600;
}

.recent-project__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 62em) {
  .recent-project__content {
    flex-wrap: wrap;
  }
}
.recent-project__img {
  flex: 584px 0 1;
}
@media (max-width: 62em) {
  .recent-project__img {
    flex-grow: 1;
  }
}
.recent-project__img img {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 62em) {
  .recent-project__img img {
    min-height: auto;
    max-height: 300px;
  }
}
@media (max-width: 30em) {
  .recent-project__img img {
    max-height: 250px;
  }
}
.recent-project__text {
  display: flex;
  flex-direction: column;
  flex: 584px 0 1;
}
@media (max-width: 62em) {
  .recent-project__text {
    flex-grow: 1;
  }
}
.recent-project__text .title--third {
  margin-bottom: 32px;
}
@media (max-width: 62em) {
  .recent-project__text .title--third {
    margin-bottom: 16px;
  }
}
.recent-project__text .title--fourth {
  margin-bottom: 8px;
  font-weight: 600;
}
.recent-project__text p {
  margin-bottom: 24px;
}
.recent-project__text ul {
  margin-bottom: 16px;
}
.recent-project__text .button {
  margin-top: auto;
  text-align: center;
}
@media (max-width: 62em) {
  .recent-project__text .button {
    margin-top: 32px;
  }
}

.article {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 572px;
  position: relative;
  z-index: 2;
}
@media (max-width: 48em) {
  .article {
    padding: 0;
    max-width: none;
  }
}
.article > img {
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 62em) {
  .article > img {
    margin-bottom: 16px;
  }
}
@media (max-width: 48em) {
  .article > img {
    max-height: 200px;
  }
}
.article time {
  color: #969696;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 24px;
}
.article p:not(:last-of-type) {
  margin-bottom: 16px;
}
.article .title--third {
  margin-bottom: 16px;
}
.insight__content,
.philosophy__content,
.how-work__content,
.case__content {
  padding: 24px;
  border-radius: 8px;
  min-height: 752px;
  background-repeat: no-repeat;
}
@media (max-width: 78.125em) {
  .insight__content,
  .philosophy__content,
  .how-work__content,
  .case__content {
    min-height: 500px;
  }
}
@media (max-width: 48em) {
  .insight__content,
  .philosophy__content,
  .how-work__content,
  .case__content {
    min-height: auto;
    position: relative;
    padding: 24px 0;
  }
  .insight__content:before,
  .philosophy__content:before,
  .how-work__content:before,
  .case__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media (max-width: 48em) {
  .insight .title--second,
  .philosophy .title--second,
  .how-work .title--second,
  .case .title--second {
    margin-bottom: 24px;
  }
}

.case {
  padding: 64px 0;
}
.case h1 {
  font-size: 48px;
  margin-bottom: 32px;
}
@media (max-width: 62em) {
  .case h1 {
    font-size: 40px;
  }
}
@media (max-width: 48em) {
  .case h1 {
    font-size: 36px;
  }
}
@media (max-width: 30em) {
  .case h1 {
    font-size: 32px;
  }
}
@media (max-width: 62em) {
  .case {
    padding: 0;
  }
}
.case__content {
  padding: 64px;
  min-height: 622px;
}
@media (max-width: 78.125em) {
  .case__content {
    padding: 32px;
  }
}
@media (max-width: 62em) {
  .case__content {
    padding: 24px;
  }
}
@media (max-width: 48em) {
  .case__content {
    padding: 0;
    min-height: 0;
  }
}
.case__content .article {
  max-width: 532px;
}
@media (max-width: 48em) {
  .case__content .article {
    max-width: none;
  }
}
.case__content .title--fourth {
  margin-bottom: 8px;
  text-align: left;
  font-weight: 600;
}

.philosophy p:not(:last-of-type) {
  margin-bottom: 25px;
}

.insight--page {
  padding: 64px 0 112px;
}
@media (max-width: 62em) {
  .insight--page {
    padding: 64px 0;
  }
}
.insight--publication {
  padding: 64px 0 0;
}
.insight--publication time {
  margin-bottom: 32px;
  display: inline-block;
  font-size: 20px;
  color: #969696;
  font-weight: 500;
}
.insight--publication p {
  font-size: 20px;
}
.insight--publication .title--third {
  text-align: left;
  margin-bottom: 24px;
  font-size: 48px;
  margin-bottom: 32px;
}
@media (max-width: 62em) {
  .insight--publication .title--third {
    font-size: 40px;
  }
}
@media (max-width: 48em) {
  .insight--publication .title--third {
    font-size: 36px;
  }
}
@media (max-width: 30em) {
  .insight--publication .title--third {
    font-size: 32px;
  }
}
.insight--publication li {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  color: #727272;
  margin-bottom: 28px;
}
.insight--publication li:last-of-type {
  margin-bottom: 88px;
}
.insight--publication img {
  border-radius: 8px;
  max-width: 100%;
  object-fit: cover;
}
.insight--publication img:last-of-type + p {
  margin-top: 88px;
}
.insight--publication img:not(:last-of-type) {
  margin-bottom: 88px;
}
@media (max-width: 62em) {
  .insight--publication img:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
@media (max-width: 48em) {
  .insight--publication img:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.insight--publication p {
  margin-bottom: 24px;
}
.insight--more .insight__list {
  display: flex;
  justify-content: space-between;
  gap: 64px 24px;
}
@media (max-width: 48em) {
  .insight--more .insight__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.insight--more .insight__list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.insight--more .insight__list .insight__item {
  flex: 1 1;
}
@media (max-width: 62em) and (max-width: 62em) {
  .insight--more .insight__list .insight__item {
    min-height: auto;
  }
}
@media (max-width: 62em) {
  .insight--more .insight__list .insight__item .article {
    min-height: auto;
  }
}
@media (max-width: 48em) {
  .insight--more .insight__list .insight__item {
    flex: 200px 1 1;
  }
  .insight--more .insight__list .insight__item .article > img {
    max-width: 100%;
    width: 100%;
  }
}
.insight .title--fourth {
  text-align: left;
  margin-bottom: 8px;
  font-weight: 600;
}
.insight__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 30em) {
  .insight__list .insight__item {
    grid-column: span 2;
    min-height: auto;
  }
}
.insight__list .article {
  max-width: none;
  display: flex;
  flex-direction: column;
  min-height: 726px;
  flex-grow: 1;
}
@media (max-width: 62em) {
  .insight__list .article {
    padding: 0;
  }
}
@media (max-width: 30em) {
  .insight__list .article {
    min-height: auto;
  }
}
.insight__list .article time {
  margin-bottom: 32px;
}
@media (max-width: 48em) {
  .insight__list .article time {
    margin-bottom: 16px;
  }
}
.insight__list .article p:last-of-type {
  margin-bottom: 32px;
}
.insight__list .article .learn-more {
  margin-top: auto;
}
.insight__item {
  display: flex;
  min-height: 726px;
}

.footer {
  padding: 48px 0;
  text-align: center;
}
@media (max-width: 48em) {
  .footer {
    padding: 24px 0;
  }
}
.footer__container {
  max-width: 1312px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  gap: 32px 16px;
  flex-wrap: wrap;
}
@media (max-width: 78.125em) {
  .footer__inner {
    justify-content: center;
  }
}
.footer__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 78.125em) {
  .footer__list {
    flex: 100% 1 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.footer a,
.footer span {
  line-height: 1.7;
}
.footer a {
  transition: color 0.3s;
}
.footer a:hover {
  color: #006ad1;
}

.reviews__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 62em) {
  .reviews__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 48em) {
  .reviews__list {
    gap: 64px;
  }
}
.reviews__item {
  flex: 1 1;
  padding: 24px;
  min-height: 389px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 62em) {
  .reviews__item {
    flex: 270px 1 1;
  }
}
@media (max-width: 48em) {
  .reviews__item {
    max-width: none;
    flex-basis: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(114, 114, 114, 0.3);
    min-height: auto;
  }
}
.reviews__item img:first-of-type {
  margin-bottom: 48px;
}
@media (max-width: 48em) {
  .reviews__item img:first-of-type {
    margin-bottom: 16px;
  }
}
.reviews__item p {
  margin-bottom: 48px;
}
@media (max-width: 48em) {
  .reviews__item p {
    margin-bottom: 0;
  }
}
.reviews__item .title--fourth {
  margin: auto 0 48px;
  font-weight: 600;
}
@media (max-width: 48em) {
  .reviews__item .title--fourth {
    margin: 16px 0;
  }
}

.brief-history__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px 48px;
}
@media (max-width: 62em) {
  .brief-history__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 62em) {
  .brief-history__img {
    flex-grow: 1;
    max-height: 300px;
  }
}
.brief-history__img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  max-height: 100%;
}
.brief-history__text {
  flex: 493px 1 1;
}
@media (max-width: 62em) {
  .brief-history__text {
    flex-basis: 100%;
  }
}
.brief-history__text .title--third {
  text-align: left;
  margin-bottom: 16px;
}
.brief-history__text p:not(:last-of-type) {
  margin-bottom: 24px;
}

.team__item {
  display: flex;
  gap: 48px;
  justify-content: space-between;
}
.team__item .title--third {
  margin-bottom: 16px;
}
@media (max-width: 62em) {
  .team__item {
    gap: 32px;
  }
}
@media (max-width: 48em) {
  .team__item {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.team__item:not(:last-of-type) {
  margin-bottom: 112px;
}
@media (max-width: 62em) {
  .team__item:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
@media (max-width: 48em) {
  .team__item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.team__img {
  flex-grow: 1;
}
.team__img img {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 62em) {
  .team__img img {
    max-height: 380px;
  }
}
@media (max-width: 48em) {
  .team__img img {
    max-height: 300px;
  }
}
.team__text {
  flex: 584px 1 1;
}

.company-culture {
  position: relative;
}
.company-culture__text {
  display: flex;
  flex-direction: column;
  flex: 493px 1 1;
}
@media (max-width: 62em) {
  .company-culture__text {
    flex-basis: auto;
  }
}
.company-culture__text > p {
  margin-bottom: 32px;
}
.company-culture__text .title--third {
  margin-bottom: 16px;
}
.company-culture__img {
  flex: 675px 0 1;
}
.company-culture__img img {
  border-radius: 8px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 62em) {
  .company-culture__img img {
    max-height: 300px;
  }
}
@media (max-width: 62em) {
  .company-culture__img {
    flex-basis: auto;
  }
}
.company-culture .swiper-slide {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 62em) {
  .company-culture .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.company-culture .swiper-button-next,
.company-culture .swiper-button-prev {
  background-image: url("../img/icons/arrowWhiteBackground.svg") !important;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 62em) {
  .company-culture .swiper-button-next,
  .company-culture .swiper-button-prev {
    top: 160px;
  }
}
.company-culture .swiper-button-next::after,
.company-culture .swiper-button-prev::after {
  display: none;
}
.company-culture .swiper-button-prev {
  transform: rotate(180deg);
}
.company-culture .swiper-pagination {
  background-color: #fff;
  border-radius: 16px;
  padding: 4px 16px;
  gap: 16px;
}
.company-culture .swiper-pagination-bullet {
  background-color: #191919;
}
.company-culture__profile {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 78.125em) {
  .company-culture__profile {
    flex-wrap: wrap;
  }
}
@media (max-width: 62em) {
  .company-culture__profile {
    margin-top: 0;
    flex-wrap: nowrap;
  }
}
@media (max-width: 30em) {
  .company-culture__profile {
    flex-wrap: wrap;
  }
}
.company-culture__profile span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.company-culture__profile img {
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.services__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.services__content.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 62em) {
  .services__content.reverse {
    flex-direction: row;
  }
}
.services__content:not(:last-of-type) {
  margin-bottom: 112px;
}
@media (max-width: 62em) {
  .services__content:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
@media (max-width: 62em) {
  .services__content {
    flex-wrap: wrap;
  }
}
.services__img img {
  border-radius: 8px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 62em) {
  .services__img {
    flex-grow: 1;
    text-align: center;
  }
  .services__img img {
    width: 100%;
  }
}
@media (max-width: 62em) and (max-width: 62em) {
  .services__img img {
    max-height: 400px;
  }
}
@media (max-width: 62em) and (max-width: 48em) {
  .services__img img {
    max-height: 300px;
  }
}
@media (max-width: 62em) and (max-width: 30em) {
  .services__img img {
    max-height: 260px;
  }
}
.services__text {
  flex: 584px 0 1;
}
.services__text .title--third {
  margin-bottom: 16px;
}
.services .show-more {
  margin-top: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 62em) {
  .services .show-more {
    margin-top: 64px;
  }
}
@media (max-width: 48em) {
  .services .show-more {
    margin-top: 32px;
  }
}
@media (max-width: 30em) {
  .services .show-more {
    margin-bottom: 32px;
  }
}
.services .show-more:hover path {
  stroke: #191919;
}
.services .show-more.active svg {
  transform: rotate(0);
}
.services .show-more svg {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.services .show-more path {
  transition: stroke 0.3s;
}

.custom-solutions__content {
  display: flex;
  gap: 24px 48px;
}
@media (max-width: 62em) {
  .custom-solutions__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 62em) {
  .custom-solutions__img {
    flex-grow: 1;
    max-height: 300px;
  }
}
.custom-solutions__img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  max-height: 100%;
}
.custom-solutions__text {
  flex: 493px 1 1;
}
@media (max-width: 62em) {
  .custom-solutions__text {
    flex-basis: 100%;
  }
}
.custom-solutions__text .title--third {
  margin-bottom: 16px;
}

.other-cases__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 78.125em) {
  .other-cases__list {
    gap: 64px 12px;
  }
}
@media (max-width: 62em) {
  .other-cases__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.other-cases__item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
@media (max-width: 78.125em) {
  .other-cases__item {
    padding: 12px;
  }
}
@media (max-width: 62em) {
  .other-cases__item {
    flex-basis: 250px;
  }
}
@media (max-width: 30em) {
  .other-cases__item {
    padding: 0;
  }
}
.other-cases__item > img {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  max-height: 252px;
  margin-bottom: 32px;
  object-fit: cover;
}
.other-cases__item .title--fourth {
  margin-bottom: 8px;
}
.other-cases__item p {
  margin-bottom: 32px;
}
.other-cases__item .learn-more {
  margin-top: auto;
}

.how-helped__item {
  padding-bottom: 48px;
  border-bottom: 1px solid #969696;
}
@media (max-width: 48em) {
  .how-helped__item {
    padding-bottom: 24px;
  }
}
.how-helped__item:not(:last-of-type) {
  margin-bottom: 48px;
}
@media (max-width: 48em) {
  .how-helped__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.how-helped__item .title--fourth {
  font-weight: 600;
  margin-bottom: 8px;
}

.results__list {
  display: flex;
  margin-top: 88px;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 62em) {
  .results__list {
    margin-top: 44px;
  }
}
@media (max-width: 48em) {
  .results__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
.results img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 62em) {
  .results img {
    max-height: 400px;
  }
}
@media (max-width: 48em) {
  .results img {
    max-height: 300px;
  }
}
.results__item {
  padding: 24px;
  flex: 1 1;
}
@media (max-width: 48em) {
  .results__item {
    flex: 220px 1 1;
    max-width: 320px;
    padding: 0;
  }
}
@media (max-width: 30em) {
  .results__item {
    max-width: none;
  }
}
.results__item .title--fourth {
  margin-bottom: 8px;
  font-weight: 600;
}

.policy {
  padding: 64px 0;
}
.policy .title--fourth {
  margin-bottom: 32px;
  text-align: left;
}
.policy p,
.policy li {
  margin-bottom: 16px;
}
.policy li {
  font-weight: 500;
  line-height: 1.5;
  color: #727272;
}
.policy a {
  color: #006ad1;
  transition: color 0.3s;
}
.policy a:hover {
  text-decoration: underline;
}