:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #a00b20;
  --color-green: #2cb742;
  --color-yellow: #ffb229;
  --color-gray: #e9e9e9;
  --transition-normal: all 0.3s ease 0s;
}

.bread-crumbs {
  margin-bottom: 32px;
}

.bread-crumbs__list > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6px;
  max-width: 100%;
}

.bread-crumbs__item {
  display: inline;
  color: #19110b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23077;
  letter-spacing: -0.02em;
}

.bread-crumbs__item span {
  display: inline-block;
}

.bread-crumbs__item a {
  color: inherit;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.ah-our-projects h2.ah-our-projects__title {
  font-size: 64px;
}

.ah-our-projects__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 20px;
}

.ah-projects-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -50px;
}

.ah-projects-list__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding: 50px;
}

.ah-item-project {
  display: block;
}

.ah-item-project__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 115%;
}

.ah-item-project__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.ah-item-project__title {
  margin-top: 48px;
  text-align: center;
  color: #202120;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.16667;
}

.ah-item-project__text {
  text-align: center;
  color: #202120;
  margin-top: 12px;
  font-size: 16px;
}

.ah-about-top:not(:last-child) {
  margin-bottom: 124px;
}

.ah-about-top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -67px;
  margin-bottom: -67px;
  margin-left: -20px;
  margin-right: -20px;
}

.ah-about-top__desc {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 67px;
  padding-bottom: 67px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38.43%;
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.ah-about-top__title {
  color: #000;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.125;
}

.ah-about-top__title:not(:last-child) {
  margin-bottom: 32px;
}

.ah-about-top__text {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33333;
  letter-spacing: -0.02em;
}

.ah-about-top__images {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 67px;
  padding-bottom: 67px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 61.57%;
  max-width: 100%;
}

.ah-about-top__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 55.44373%;
}

.ah-about-top__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.ah-about-numbers {
  margin-bottom: 124px;
  margin-top: 124px;
}

.ah-about-numbers:first-child {
  margin-top: 0;
}

.ah-about-numbers:last-child {
  margin-bottom: 0;
}

.ah-about-numbers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0;
}

.ah-about-numbers__col {
  padding: 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.ah-about-numbers__item {
  min-height: 166px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 92px;
  padding-right: 92px;
}

.ah-about-numbers__title {
  margin-bottom: 8px;
  font-size: 40px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.ah-about-numbers__text {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.02em;
}

.ah-images-block {
  margin-bottom: 124px;
  margin-top: 124px;
}

.ah-images-block:first-child {
  margin-top: 0;
}

.ah-images-block:last-child {
  margin-bottom: 0;
}

.ah-images-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}

.ah-images-block__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 124.54545%;
}

.ah-images-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.ah-about-desc {
  margin-top: 124px;
}

.ah-about-desc:first-child {
  margin-top: 0;
}

.ah-about-desc:last-child {
  margin-bottom: 0;
}

.ah-about-desc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.ah-about-desc__col {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.ah-about-desc__block {
  position: relative;
  padding-top: 93px;
  padding-bottom: 93px;
  padding-left: 105px;
  padding-right: 105px;
}

.ah-about-desc__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.ah-about-desc__img svg {
  width: 100%;
  height: 100%;
}

.ah-about-desc__desc {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.02em;
}

.ah-about-desc__text {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33333;
  letter-spacing: -0.02em;
}

.ah-about-desc__text:not(:last-child) {
  margin-bottom: 24px;
}

.ah-about-desc__items {
  padding-left: 105px;
  padding-right: 105px;
}

@media (max-width: 1920px) {
  .bread-crumbs {
    margin-bottom: calc(20px + 12 * ((100vw - 360px) / 1560));
  }

  .ah-our-projects h2.ah-our-projects__title {
    font-size: calc(32px + 32 * ((100vw - 360px) / 1560));
  }

  .ah-our-projects__title {
    margin-bottom: calc(0px + 40 * ((100vw - 360px) / 1560));
  }

  .ah-projects-list__row {
    margin: calc(-20px + -30 * ((100vw - 360px) / 1560));
  }

  .ah-projects-list__col {
    padding: calc(20px + 30 * ((100vw - 360px) / 1560));
  }

  .ah-item-project__title {
    margin-top: calc(24px + 24 * ((100vw - 360px) / 1560));
  }

  .ah-item-project__title {
    font-size: calc(24px + 10 * ((100vw - 360px) / 1560));
  }

  .ah-about-top:not(:last-child) {
    margin-bottom: calc(76px + 48 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__row {
    margin-top: calc(-14px + -53 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__row {
    margin-bottom: calc(-14px + -53 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__desc {
    padding-top: calc(14px + 53 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__desc {
    padding-bottom: calc(14px + 53 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__title {
    font-size: calc(32px + 32 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__title:not(:last-child) {
    margin-bottom: calc(20px + 12 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__text {
    font-size: calc(18px + 6 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__images {
    padding-top: calc(14px + 53 * ((100vw - 360px) / 1560));
  }

  .ah-about-top__images {
    padding-bottom: calc(14px + 53 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers {
    margin-bottom: calc(76px + 48 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers {
    margin-top: calc(76px + 48 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers__item {
    padding-top: calc(0px + 28 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers__item {
    padding-bottom: calc(0px + 28 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers__item {
    padding-left: calc(0px + 92 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers__item {
    padding-right: calc(0px + 92 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers__title {
    font-size: calc(32px + 8 * ((100vw - 360px) / 1560));
  }

  .ah-about-numbers__text {
    font-size: calc(16px + 4 * ((100vw - 360px) / 1560));
  }

  .ah-images-block {
    margin-bottom: calc(76px + 48 * ((100vw - 360px) / 1560));
  }

  .ah-images-block {
    margin-top: calc(76px + 48 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc {
    margin-top: calc(28px + 96 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__block {
    padding-top: calc(64px + 29 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__block {
    padding-bottom: calc(64px + 29 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__block {
    padding-left: calc(0px + 105 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__block {
    padding-right: calc(0px + 105 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__desc {
    font-size: calc(28px + 12 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__text {
    font-size: calc(18px + 6 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__items {
    padding-left: calc(0px + 105 * ((100vw - 360px) / 1560));
  }

  .ah-about-desc__items {
    padding-right: calc(0px + 105 * ((100vw - 360px) / 1560));
  }
}

@media (max-width: 1439.98px) {
  .ah-about-top__desc {
    width: 50%;
  }

  .ah-about-top__images {
    width: 50%;
  }
}

@media (max-width: 1199.98px) {
  .ah-about-desc__block {
    padding-left: 0;
    padding-right: 0;
  }

  .ah-about-desc__items {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .ah-about-top__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .ah-about-top__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .ah-about-top__images:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .ah-about-desc__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .ah-projects-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .ah-item-project {
    padding: 0 10px;
  }

  .ah-about-top__img {
    padding-bottom: 60.97561%;
  }

  .ah-about-numbers__row {
    margin: -12px 0;
  }

  .ah-about-numbers__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
  }

  .ah-about-numbers__item {
    padding: 0;
    min-height: auto;
  }

  .ah-about-numbers__title {
    margin-bottom: 12px;
  }

  .ah-images-block__row {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }

  .ah-about-desc__row {
    margin: -12px;
  }

  .ah-about-desc__col {
    padding: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .ah-about-desc__block {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .ah-images-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    overflow-x: auto;
    overflow-y: clip;
  }

  .ah-images-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 288px;
    max-width: 100%;
  }

  .ah-images-block__col:not(:last-child) {
    margin-right: 15px;
  }
}

@media (any-hover: hover) {
  .bread-crumbs__item a:hover {
    color: #c1c7c9;
  }
}