.itx-main-block-new {
  position: relative;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}
.itx-main-block-new::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1196px;
  height: 1196px;
  left: -630px;
  top: -640px;
  background-image: url(../../../images/decoration/main-block-circle-1.png);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .itx-main-block-new::after {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .itx-main-block-new {
    border-radius: 0 0 30px 30px;
  }
}
.itx-main-block-new__wrapper {
  min-height: 697px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 123px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .itx-main-block-new__wrapper {
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width: 900px) {
  .itx-main-block-new__wrapper {
    min-height: 530px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .itx-main-block-new__wrapper {
    min-height: 700px;
  }
}
.itx-main-block-new__conent {
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  .itx-main-block-new__conent {
    padding-top: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}

.tablet-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tablet-show {
    display: flex;
    justify-content: center;
  }
}

.itx-main-block-new__conent,
.itx-main-block-new__image {
  flex: 1 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 1024px) {
  .itx-main-block-new__conent,
  .itx-main-block-new__image {
    flex: unset;
    max-width: 100%;
  }
}

.itx-main-block-new__image::after {
  content: "";
  position: absolute;
  left: 250px;
  top: -250px;
  width: 1500px;
  height: 1500px;
  z-index: -1;
  background-image: url(../../../images/decoration/main-block-circle-2.png);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .itx-main-block-new__image::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .itx-main-block-new__conent,
  .itx-main-block-new__image {
    flex: initial;
    max-width: 100%;
  }
}
.itx-main-block-new__image img {
  position: relative;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.itx-main-block-new__heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .itx-main-block-new__heading {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 600px) {
  .itx-main-block-new__heading {
    margin-bottom: 12px;
  }
}
.itx-main-block-new__heading--green {
  color: #25bb4d;
}

.itx-main-block-new__description {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 32px;
  width: calc(100% - 62px);
}

@media screen and (max-width: 768px) {
  .itx-main-block-new__description {
    font-size: 14px;
    line-height: 160%;
  }
}
@media screen and (max-width: 600px) {
  .itx-main-block-new__description {
    margin-bottom: 24px;
    width: 100%;
  }
}
.itx-main-block-new__buttons-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .itx-main-block-new__buttons-block {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .itx-main-block-new__buttons-block {
    justify-content: center;
  }
}
.itx-main-block-new__button {
  padding: 16px 24px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: all 150ms;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: #fff;
  background-color: #25bb4d;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .itx-main-block-new__button {
    width: 100%;
    text-align: center;
  }
}
.itx-main-block-new__button:hover {
  background-color: #30d05a;
  color: #fff;
}

.itx-main-block-new__button:active {
  opacity: 1;
  background-color: #25bb4d;
}

.itx-main-block-new__arrow-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #25bb4d;
  transition: color 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  text-decoration: none;
}

.itx-main-block-new__arrow-button:hover {
  color: #30d05a;
}

.itx-main-block-new__arrow-button:hover .arrow {
  width: 21px;
}

.itx-main-block-new__arrow-button .arrow {
  top: 0;
  width: 18px;
  height: 2px;
  background-color: #25bb4d;
  transition: color 0.15s, background-color 0.15s, width 0.15s, transform 0.15s;
  left: 0;
  display: block;
  position: relative;
  margin-bottom: 2px;
}

.itx-main-block-new__arrow-button .arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  top: 2px;
  right: -1px;
  transform: rotate(-45deg);
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
  background-color: #25bb4d;
}

.itx-main-block-new__arrow-button .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  top: -2px;
  right: -1px;
  transform: rotate(45deg);
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
  background-color: #25bb4d;
}

.main-block-new__bg-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #000000;
}

.main-block-new__bg-image-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-block-new__bg-image-mobile {
    display: block;
  }
}
.main-block-new__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 60px 60px;
}

@media screen and (max-width: 1200px) {
  .main-block-new__bg-image img {
    border-radius: 0 0 30px 30px;
  }
}
.itx-main-block-new__black-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 1200px) {
  .itx-main-block-new__black-bg {
    background: none;
    border-radius: 0 0 30px 30px;
  }
}

/* Custom image position */
@media screen and (max-width: 768px) {
  .itx-main-block-new__image-position--top .itx-main-block-new__wrapper {
    flex-direction: column-reverse;
    gap: 38px;
    padding-top: 0;
    padding-bottom: 50px;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .itx-main-block-new__image-position--top .itx-main-block-new__conent,
  .itx-main-block-new__image-position--top .itx-main-block-new__image {
    flex: initial;
    max-width: 100%;
  }
}
.itx-main-block-new__image-position--top .itx-main-block-new__image img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .itx-main-block-new__image-position--top .itx-main-block-new__image img {
    position: initial;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .itx-main-block-new__image-position--bottom .itx-main-block-new__wrapper {
    flex-direction: column;
    gap: 38px;
    padding-top: 24px;
    padding-bottom: 0;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .itx-main-block-new__image-position--bottom .itx-main-block-new__conent,
  .itx-main-block-new__image-position--bottom .itx-main-block-new__image {
    flex: initial;
    max-width: 100%;
  }
}
.itx-main-block-new__image-position--bottom .itx-main-block-new__image img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 900px) {
  .itx-main-block-new__image-position--bottom .itx-main-block-new__image img {
    width: calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .itx-main-block-new__image-position--bottom .itx-main-block-new__image img {
    position: initial;
    max-width: 100%;
    width: 100%;
  }
}
.header-circle-second {
  position: absolute;
  z-index: -1;
}

.itx-main-block-new__tags {
  display: flex;
  gap: 32px;
  overflow: auto;
}
.itx-main-block-new__tags-title {
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 762px) {
  .itx-main-block-new__tags-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
  }
}
.itx-main-block-new__tags-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.itx-main-block-new__tags-item {
  border: 1px solid rgba(37, 187, 77, 0.6);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
}
.itx-main-block-new__tags-item a {
  display: inline-block;
  padding: 10px 16px;
  color: #25bb4d;
  font-size: 16px;
  line-height: 140%;
  border-radius: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 762px) {
  .itx-main-block-new__tags-item a {
    font-size: 14px;
    line-height: 140%;
  }
}

.itx-big-grid {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .itx-big-grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.itx-big-grid__section-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__section-title {
    margin-bottom: 24px;
  }
}
.itx-big-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .itx-big-grid__wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.itx-big-grid__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: border-color 300ms;
  min-height: 480px;
  position: relative;
}

.itx-big-grid__item:hover {
  border-color: #25bb4d;
}

.itx-big-grid__item:hover .itx-big-grid__title {
  color: #25bb4d;
}

@media screen and (max-width: 1024px) {
  .itx-big-grid__item {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .itx-big-grid__item {
    grid-column: 1/3;
  }
}
.itx-big-grid__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  padding: 4px;
  flex: 1;
}

.itx-big-grid__image {
  height: 258px;
  width: 100%;
  background: rgba(0, 0, 0, 0.031372549);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__image {
    height: 180px;
  }
}
.itx-big-grid__image img {
  width: 80%;
  max-height: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.itx-big-grid__image.fullsize img {
  width: 100%;
  height: 100%;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}

.itx-big-grid__icon {
  max-height: 34px;
  max-width: 100%;
  margin-bottom: 4px;
}
.itx-big-grid__icon img {
  height: 100%;
  max-width: inherit;
}

.itx-big-grid__title {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 600;
  word-break: break-word;
  color: var(--itx-color-text-dark);
  transition: color 300ms;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.itx-big-grid__description {
  font-size: 16px;
  line-height: 22.4px;
  color: rgba(5, 19, 32, 0.8);
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__description {
    margin-bottom: 8px;
  }
}
.itx-big-grid__description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.itx-big-grid__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: auto;
}

.itx-big-grid__tags-item {
  color: #1f2432;
  text-wrap: none;
  font-size: 14px;
  line-height: 19.6px;
}

.itx-big-grid__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 0 0;
  opacity: 0;
  z-index: 2;
}

.itx-big-grid__button {
  padding: 12px 32px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 300ms;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #25bb4d;
  color: #fff;
  margin: 40px auto 0;
}

.itx-big-grid__button:hover {
  background-color: #30d05a;
  color: #fff;
}

.itx-big-grid__button:active {
  opacity: 1;
  background-color: #25bb4d;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__button {
    width: 100%;
    text-align: center;
  }
}
/* Second Grid Version */
.itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1),
.itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) {
  grid-column: 1/4;
  padding: 20px;
  flex-direction: row;
  min-height: 375px;
  gap: 96px;
}

@media screen and (max-width: 1024px) {
  .itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1),
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1),
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) {
    grid-column: initial;
    gap: 16px;
    flex-direction: column-reverse;
    padding: 16px;
  }
}
@media screen and (max-width: 500px) {
  .itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1),
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) {
    grid-column: 1/3;
  }
}
.itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1) .itx-big-grid__image,
.itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) .itx-big-grid__image {
  height: 100%;
  flex: 1 0 calc(50% - 48px);
  max-width: calc(50% - 48px);
}

@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1) .itx-big-grid__image,
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) .itx-big-grid__image {
    flex: initial;
    max-width: 100%;
    height: 180px;
  }
}
.itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1) .itx-big-grid__content,
.itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) .itx-big-grid__content {
  flex: 1 0 calc(50% - 48px);
  max-width: calc(50% - 48px);
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper--first-version .itx-big-grid__item:nth-child(1) .itx-big-grid__content,
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+1) .itx-big-grid__content {
    flex: initial;
    max-width: 100%;
    padding: 4px;
  }
}
.itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) {
  grid-column: 1/3;
  gap: 32px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) {
    grid-column: initial;
    gap: 16px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) {
    grid-column: 1/3;
  }
}
.itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) .itx-big-grid__image {
  height: 100%;
  flex: 1 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}

@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) .itx-big-grid__image {
    flex: initial;
    max-width: 100%;
    height: 180px;
  }
}
.itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) .itx-big-grid__content {
  flex: 1 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .itx-big-grid__wrapper--second-version .itx-big-grid__item:nth-child(6n+2) .itx-big-grid__content {
    flex: initial;
    max-width: 100%;
    padding: 4px;
  }
}
.itx-big-grid__blog {
  display: flex;
  gap: 20px;
}
.itx-big-grid__blog .itx-big-grid__tags-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1f2432;
  opacity: 0.8;
}

@media screen and (max-width: 762px) {
  .portfolio__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
  }
}
.portfolio__container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 762px) {
  .portfolio__container {
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.portfolio__container_fullsize {
  padding: 0;
  border: unset;
  border-radius: unset;
}
@media screen and (max-width: 762px) {
  .portfolio__container_fullsize {
    padding: 0;
    border: none;
    border-radius: unset;
  }
}
.portfolio__col .portfolio__container {
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  gap: 16px;
  flex-grow: 1;
}
.portfolio__col .portfolio__container_no-border {
  box-shadow: unset;
  border: unset;
  background: unset;
  padding: unset;
  flex-grow: 1;
}
.portfolio__col-6 {
  flex: 6;
}
.portfolio__col-7 {
  flex: 7;
}
.portfolio__text {
  font-weight: 400;
  color: rgba(5, 19, 32, 0.8);
}
.portfolio__text a {
  color: #25bb4d;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.portfolio__text b {
  font-weight: 600;
}
.portfolio__text ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.portfolio__text ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 6px;
}
.portfolio__text ul li:last-child {
  margin-bottom: unset;
}
.portfolio__text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #25bb4d;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.portfolio__text h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .portfolio__text p {
    font-size: 14px;
    line-height: 140%;
    color: rgba(5, 19, 32, 0.8);
  }
}
.portfolio__row {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .portfolio__row {
    flex-direction: column;
  }
  .portfolio__row-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .portfolio__row {
    gap: 16px;
  }
}
.portfolio__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
}
.portfolio__project-team {
  margin-left: -16px;
}
@media screen and (max-width: 1024px) {
  .portfolio__project-team {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .portfolio__project-team-desktop {
    display: none;
  }
}
.portfolio__project-team-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .portfolio__project-team-mobile {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
.portfolio__tech-stack {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .portfolio__tech-stack {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .portfolio__tech-stack-item {
    width: 61px;
  }
  .portfolio__tech-stack-item img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.portfolio__overview-image {
  flex-grow: 1;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.portfolio__overview-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .portfolio__overview-image {
    height: 459px;
    border-radius: 8px;
  }
  .portfolio__overview-image img {
    border-radius: 8px;
  }
}
.portfolio__image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #f6f8f8;
  overflow: hidden;
}
.portfolio__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .portfolio__image img {
    height: auto !important;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio__image {
    background: unset;
  }
}
.portfolio__fullsize-image {
  height: 470px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .portfolio__fullsize-image {
    height: 321px;
  }
}

.cta {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cta__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cta__title {
  color: #fff;
  text-align: center;
}
.cta__title .green {
  color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.cta__button {
  margin-top: 32px;
}
.cta__button a {
  padding: 16px 24px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: all 150ms;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: #fff;
  background-color: #25bb4d;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .cta__button a {
    width: 100%;
    text-align: center;
  }
}
.cta__button a:hover {
  background-color: #30d05a;
  color: #fff;
}
.cta__button a:active {
  opacity: 1;
  background-color: #25bb4d;
}

.project-challenges {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .project-challenges {
    gap: 16px;
  }
}
.project-challenges__item {
  padding-left: 16px;
  position: relative;
  margin-bottom: 6px;
}
.project-challenges__item:last-child {
  margin-bottom: unset;
}
.project-challenges__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #25bb4d;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.project-challenges__title {
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .portfolio-spoiler[data-spoiler] {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
    background: #fff;
    gap: 0px;
  }
  .portfolio-spoiler[data-spoiler]::before {
    background-color: transparent;
  }
  .portfolio-spoiler[data-spoiler] [data-spoiler=text] {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0 !important;
    opacity: 0;
  }
  .portfolio-spoiler[data-spoiler] [data-spoiler=title] {
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
  }
  .portfolio-spoiler[data-spoiler] [data-spoiler=title]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(../../images/icons/chevron-down.svg);
  }
  .portfolio-spoiler[data-spoiler].active [data-spoiler=text] {
    transition: all 0.15s;
    visibility: visible;
    height: auto;
    margin: unset;
    opacity: 1;
  }
  .portfolio-spoiler[data-spoiler].active [data-spoiler=title] {
    margin-bottom: 16px;
  }
  .portfolio-spoiler[data-spoiler].active [data-spoiler=title]::after {
    background-image: url(../../images/icons/chevron-down-green.svg);
  }
}/*# sourceMappingURL=portfolio-case.css.map */