.project-page .hero_block-content .h1.title span {
  color: var(--Orange, #FF8813);
  font-size: 18px;
}
.project-page .block {
  padding-left: 16px;
}
.project-page .block .block-title {
  margin-bottom: 25px;
}
.project-page .block .block-title h2 {
  color: var(--TEXT, #474747);
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--Orange, #FF8813);
  display: inline;
}
.project-page .block.about {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .project-page .block.about {
    flex-direction: column;
  }
}
.project-page .block.about .left-part {
  width: 50%;
  padding: 150px 0 135px 185px;
}
@media (max-width: 1450px) {
  .project-page .block.about .left-part {
    padding: 140px 0 110px 50px;
  }
}
@media (max-width: 1024px) {
  .project-page .block.about .left-part {
    width: 100%;
    padding: 90px 0 90px 9px;
  }
}
@media (max-width: 768px) {
  .project-page .block.about .left-part {
    padding: 40px 26px 40px 10px;
    width: 100%;
  }
}
.project-page .block.about .left-part svg {
  position: absolute;
  top: 90px;
  left: 106px;
  z-index: -1;
}
.project-page .block.about .left-part .about-content {
  position: relative;
  z-index: 1;
}
.project-page .block.about .right-part {
  padding: 50px 95px 50px 45px;
}
.project-page .block.about .right-part img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .project-page .block.about .right-part {
    display: flex;
    align-items: center;
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 768px) {
  .project-page .block.about .right-part {
    padding: 0 26px 50px 10px;
  }
}
.project-page .block.about .right-part.beyond-boundaries img {
  position: relative;
  left: -185px;
  top: -25px;
  width: calc(100% + 185px);
}
@media (max-width: 1450px) {
  .project-page .block.about .right-part.beyond-boundaries img {
    left: -100px;
    width: calc(100% + 100px);
  }
}
@media (max-width: 1024px) {
  .project-page .block.about .right-part.beyond-boundaries img {
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .project-page .block.about .right-part.beyond-boundaries img {
    top: 0;
  }
}
.project-page .block.about .content p {
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.project-page .block.about .content p:last-child {
  margin-bottom: 0;
}
.project-page .block.review-about {
  padding: 0 16px 60px 201px;
  display: flex;
  align-items: flex-start;
  margin-top: -50px;
}
@media (max-width: 1450px) {
  .project-page .block.review-about {
    padding: 0 16px 60px 66px;
  }
}
@media (max-width: 1024px) {
  .project-page .block.review-about {
    padding: 0 25px 50px 25px;
  }
}
@media (max-width: 990px) {
  .project-page .block.review-about {
    margin-top: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .project-page .block.review-about {
    padding: 0 26px 30px 26px;
  }
}
.project-page .block.review-about .block-title {
  margin-top: 25px;
}
@media (max-width: 990px) {
  .project-page .block.review-about .block-title {
    margin-top: 0;
    width: 100%;
  }
}
.project-page .block.review-about img {
  margin: 0 10px 0 50px;
}
@media (max-width: 990px) {
  .project-page .block.review-about img {
    margin: 0;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .project-page .block.review-about img {
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
.project-page .block.review-about .review-text {
  max-width: 550px;
}
@media (max-width: 990px) {
  .project-page .block.review-about .review-text {
    width: calc(100% - 120px);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .project-page .block.review-about .review-text {
    width: 100%;
  }
}
.project-page .block.review-about .review-text span {
  color: var(--Brand-Colors-Orange, var(--Orange, #FF8813));
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline-block;
}
.project-page .block.review-about .review-text p {
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
}
.project-page .block.review-about.review-customer {
  padding: 0 0 60px 0;
  max-width: 860px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.project-page .block.review-about.review-customer img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  .project-page .block.review-about.review-customer img {
    width: auto;
    margin: 0 auto 30px;
    padding: 0 16px;
  }
}
.project-page .block.review-about.review-customer .review-text {
  width: 400px;
  min-width: 400px;
  margin-left: 45px;
}
@media (max-width: 990px) {
  .project-page .block.review-about.review-customer .review-text {
    width: 100%;
    margin-left: 0;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: auto;
  }
}
.project-page .block.challenge, .project-page .block.solution {
  padding: 100px 16px 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .project-page .block.challenge, .project-page .block.solution {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .project-page .block.challenge, .project-page .block.solution {
    padding: 40px 26px 40px;
  }
}
.project-page .block.challenge img, .project-page .block.solution img {
  max-width: calc(100% - 32px);
}
@media (max-width: 768px) {
  .project-page .block.challenge img, .project-page .block.solution img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.project-page .block.challenge .block-info, .project-page .block.solution .block-info {
  width: 500px;
  padding-right: 95px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .project-page .block.challenge .block-info, .project-page .block.solution .block-info {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .project-page .block.challenge .block-info, .project-page .block.solution .block-info {
    width: auto;
    padding-right: 0;
    margin-top: 0;
  }
}
.project-page .block.challenge .image-wrapper,
.project-page .block.challenge .block-info, .project-page .block.solution .image-wrapper,
.project-page .block.solution .block-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .project-page .block.challenge .image-wrapper, .project-page .block.solution .image-wrapper {
    order: -1;
    margin-bottom: 40px;
  }
}
.project-page .block.challenge p, .project-page .block.solution p {
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
}
.project-page .block.challenge {
  background-image: url("../../images/challenge_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.project-page .block.challenge .block-info {
  color: #FFFFFF;
  padding-left: 95px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .project-page .block.challenge .block-info {
    padding-left: 0;
  }
}
.project-page .block.challenge .block-info .block-title h2 {
  color: #FFFFFF;
}
.project-page .block.challenge p {
  color: var(--TEXT, #FFFFFF);
}
.project-page .block.solution .solutions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-page .block.solution .solutions-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.project-page .block.solution .solutions-list li img {
  margin-right: 12px;
}
.project-page .block.solution .solutions-list li .solution-info span {
  color: var(--TEXT, #474747);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.project-page .block.solution .solutions-list li .solution-info p {
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.project-page .block.resources {
  background-image: url("../../images/resources_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 26px;
}
@media (max-width: 990px) {
  .project-page .block.resources {
    background-image: url("../../images/resources_bg_mob.png");
  }
}
.project-page .block.resources > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .project-page .block.resources > div {
    flex-direction: column;
  }
}
.project-page .block.resources .resource {
  display: flex;
  color: #fff;
}
@media (max-width: 990px) {
  .project-page .block.resources .resource {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .project-page .block.resources .resource:last-child {
    margin-bottom: 0;
  }
}
.project-page .block.resources .resource svg {
  margin-right: 15px;
}
@media (max-width: 990px) {
  .project-page .block.resources .resource svg {
    margin-bottom: 10px;
  }
}
.project-page .block.resources .resource span {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 990px) {
  .project-page .block.resources .resource span {
    margin-bottom: 10px;
  }
}
.project-page .block.resources .resource p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.project-page .block.technologies {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 26px 40px 36px;
}
@media (max-width: 990px) {
  .project-page .block.technologies {
    padding: 40px 26px;
    flex-direction: column;
  }
}
.project-page .block.technologies .image-wrapper {
  width: 60%;
  text-align: right;
}
@media (max-width: 990px) {
  .project-page .block.technologies .image-wrapper {
    width: 100%;
    text-align: center;
  }
}
.project-page .block.technologies .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.project-page .block.technologies .block-info {
  padding-left: 55px;
  width: 50%;
}
@media (max-width: 990px) {
  .project-page .block.technologies .block-info {
    width: 100%;
    padding-left: 0;
    order: -1;
    margin-bottom: 40px;
  }
}
.project-page .block.technologies .block-info p {
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
  width: 460px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .project-page .block.technologies .block-info p {
    width: auto;
  }
}
.project-page .block.technologies .block-info .technologies_icons {
  max-width: 250px;
}
.project-page .block.technologies .block-info .technologies_icons img {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 22px;
}
.project-page .block.result {
  padding: 40px 26px 40px 36px;
}
@media (max-width: 768px) {
  .project-page .block.result {
    padding: 40px 26px;
  }
}
.project-page .block.result .block-title {
  text-align: center;
}
@media (max-width: 768px) {
  .project-page .block.result .block-title {
    text-align: left;
  }
}
.project-page .block.result .result-description,
.project-page .block.result .result-description p {
  text-align: center;
  max-width: 700px;
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .project-page .block.result .result-description,
  .project-page .block.result .result-description p {
    text-align: left;
  }
}
.project-page .block.result .image-wrapper {
  margin-top: 40px;
}
.project-page .block.result .image-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.project-page .block.result-row {
  padding: 40px 26px 40px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .project-page .block.result-row {
    flex-direction: column;
    padding: 40px 26px;
  }
}
.project-page .block.result-row .row-image {
  width: 50%;
  padding-left: 50px;
  text-align: left;
}
@media (max-width: 990px) {
  .project-page .block.result-row .row-image {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .project-page .block.result-row .row-image {
    width: 100%;
    order: -1;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.project-page .block.result-row .row-image img {
  max-width: 100%;
  height: auto;
}
.project-page .block.result-row .row-info {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .project-page .block.result-row .row-info {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .project-page .block.result-row .row-info {
    width: 100%;
    padding-right: 0;
  }
}
.project-page .block.result-row .row-info .row-info-text {
  max-width: 490px;
}
@media (max-width: 768px) {
  .project-page .block.result-row .row-info .row-info-text {
    max-width: none;
  }
}
.project-page .block.result-row .row-info h3 {
  color: var(--TEXT, #474747);
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
.project-page .block.result-row .row-info p,
.project-page .block.result-row .row-info li {
  color: var(--TEXT, #474747);
  font-size: 16px;
  line-height: 24px;
}
.project-page .block.result-row .row-info ul {
  margin: 0 0 20px;
}
.project-page .block.result-row.text-right h3 {
  text-align: right;
}
@media (max-width: 768px) {
  .project-page .block.result-row.text-right h3 {
    text-align: left;
  }
}
.project-page .block.result-row.text-right .row-image {
  order: -1;
  padding-right: 50px;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 990px) {
  .project-page .block.result-row.text-right .row-image {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .project-page .block.result-row.text-right .row-image {
    padding-right: 0;
  }
}
.project-page .block.result-row.text-right .row-info {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 990px) {
  .project-page .block.result-row.text-right .row-info {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .project-page .block.result-row.text-right .row-info {
    padding-left: 0;
  }
  .project-page .block.result-row.text-right .row-info p {
    text-align: left !important;
  }
}
.project-page .block.result-row.image-bigger .row-image {
  width: 60%;
}
@media (max-width: 768px) {
  .project-page .block.result-row.image-bigger .row-image {
    width: 100%;
  }
}
.project-page .block.result-row.image-bigger .row-info {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .project-page .block.result-row.image-bigger .row-info {
    width: 100%;
  }
}
.project-page .block.result-row.image-bigger .row-info .row-info-text {
  max-width: 260px;
}
@media (max-width: 768px) {
  .project-page .block.result-row.image-bigger .row-info .row-info-text {
    max-width: none;
  }
}
.project-page .block.result-row.image-bigger.text-right .row-info {
  justify-content: flex-start;
}
.project-page .block.interested {
  background: #0A0A0A;
  padding: 60px 0px 60px 100px;
  position: relative;
}
@media (max-width: 990px) {
  .project-page .block.interested {
    padding: 40px 26px;
  }
}
.project-page .block.interested h2 {
  color: var(--Print-Colors-White, #FFF);
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.project-page .block.interested p {
  color: var(--white, #FFF);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  max-width: 700px;
}
.project-page .block.interested a {
  position: relative;
  z-index: 1;
}
.project-page .block.interested .svg-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.project-page .block.case-studies {
  padding: 80px 26px 80px 42px;
}
@media (max-width: 768px) {
  .project-page .block.case-studies {
    padding: 40px 26px 40px 26px;
  }
}
.project-page .block.case-studies h2 {
  color: var(--TEXT, #474747);
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-page .block.case-studies h3 {
  color: var(--TEXT, #474747);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.project-page .block.case-studies .projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  .project-page .block.case-studies .projects {
    flex-direction: column;
  }
}
.project-page .block.case-studies .projects .project {
  width: calc(50% - 15px);
}
@media (max-width: 990px) {
  .project-page .block.case-studies .projects .project {
    width: 100%;
    margin-bottom: 10px;
  }
  .project-page .block.case-studies .projects .project:last-child {
    margin-bottom: 0;
  }
}
.project-page .block.case-studies .projects .project .project-card {
  display: block;
  height: 400px;
  background: center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .project-page .block.case-studies .projects .project .project-card {
    height: 375px;
  }
}
.project-page .block.case-studies .projects .project .project-card-data {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  bottom: -240px;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .project-page .block.case-studies .projects .project .project-card-data {
    bottom: -215px;
  }
}
.project-page .block.case-studies .projects .project:hover .project-card-data {
  bottom: 0;
}
.project-page .block.case-studies .projects .project .title-wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 40px;
  height: 160px;
}
@media (max-width: 767px) {
  .project-page .block.case-studies .projects .project .title-wrapper {
    padding: 25px;
  }
}
.project-page .block.case-studies .projects .project .title-wrapper span {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--Print-Colors-White, #FFF);
  display: block;
  margin: 0 15px 10px 0;
}
.project-page .block.case-studies .projects .project .title-wrapper h4 {
  color: var(--Print-Colors-White, #FFF);
  font: normal 500 24px/32px "Poppins", sans-serif;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 767px) {
  .project-page .block.case-studies .projects .project .title-wrapper h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.project-page .block.case-studies .projects .project .description {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .project-page .block.case-studies .projects .project .description {
    padding: 25px;
  }
}
.project-page .block.case-studies .projects .project .description span {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-page .block.case-studies .projects .project .description p {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-page .block.case-studies .projects .project .read-more {
  padding: 0 40px 20px;
  width: fit-content;
}
@media (max-width: 767px) {
  .project-page .block.case-studies .projects .project .read-more {
    padding: 0 25px 25px;
  }
}
