:root {
  --scroll-top: 100px;
  --font-18: 18px;
  --font-20: 20px;
  --font-24: 24px;
  --font-32: 32px;
  --font-40: 40px;
  --font-48: 48px;
  --font-64: 64px;
  --font-76: 76px;
  --energy-line: linear-gradient(90deg, #F8BA74 0%, #D48588 100%);
}

@media (max-width: 992px) {
  :root {
    --font-32: calc(32px / 1.333333);
    --font-40: calc(32px / 1.25);
    --font-48: calc(48px / 1.333333);
    --font-76: 64px;
  }
}
@media (max-width: 768px) {
  :root {
    --font-20: 18px;
    --font-24: 20px;
    --font-32: 24px;
    --font-48: 36px;
    --font-64: 48px;
  }
}
@media (max-width: 550px) {
  :root {
    --font-18: 16px;
    --font-64: 36px;
    --font-76: 48px;
  }
}
.title-section {
  font-size: var(--font-64);
}

/*------------------------Header------------------------*/
.wrapper:after {
  content: "";
  position: absolute;
  width: 2608px;
  height: 1946px;
  left: 0;
  top: 0;
  z-index: -1;
}
.wrapper.site-wrapper:after, .wrapper.projects-wrapper:after {
  background: url(../images/services/gradients/site/head.webp) no-repeat;
}
.wrapper.blockchain-wrapper:after {
  background: url(../images/services/gradients/blockchain/head.webp) no-repeat;
}
.wrapper.seo-wrapper:after {
  background: url(../images/services/gradients/seo/head.webp) no-repeat;
}
.wrapper.energy-wrapper:after {
  background: url(../images/services/gradients/energy/head.webp) no-repeat;
}

.header .header-info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 427px);
  grid-gap: 107px;
  padding: 45px 0 60px;
}
.header .header-info:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #dc9192), color-stop(54.92%, #ad909d), color-stop(100.64%, #eec4a4));
  background: -o-linear-gradient(right, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  background: linear-gradient(270deg, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  opacity: 0.9;
}
.header .header-info .title-head {
  font-weight: 500;
  font-size: var(--font-76);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.header .header-info .description .price {
  font-weight: 600;
  font-size: var(--font-48);
}
.header .header-info .description .info {
  margin: 20px 0 70px;
  font-size: var(--font-24);
  line-height: 1.5;
}
.header .header-info .description .stat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.header .header-info .description .stat .stat-quantity {
  font-size: var(--font-48);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-info .description .stat .stat-quantity img {
  margin-left: 12px;
}

.projects-wrapper .header .header-info:after {
  display: none;
}

/*------------------------About Service------------------------*/
.about-service-section {
  margin: 120px 0;
}
.about-service-section .as-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 427px);
  grid-gap: 107px;
  position: relative;
  z-index: 2;
}
.about-service-section .as-wrapper .info .title-signature {
  font-size: var(--font-32);
  margin: 30px 0 40px;
}
.about-service-section .as-wrapper .info .description {
  font-size: 20px;
  line-height: 1.5;
}
.about-service-section .as-wrapper .tags {
  position: relative;
}
.about-service-section .as-wrapper .tags .tags-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: var(--scroll-top);
  margin-top: -45px;
}
.about-service-section .as-wrapper .tags .tags-wrapper .title {
  font-weight: 600;
  font-size: 20px;
}
.about-service-section .as-wrapper .tags .tags-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.about-service-section .as-wrapper .tags .tags-wrapper .list li {
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid rgba(22, 24, 25, 0.25);
  border-radius: 5px;
  margin: 0 15px 15px 0;
  font-weight: 600;
}

/*------------------------Direction Service------------------------*/
.direction-section .direction-wrapper {
  display: grid;
  grid-template-columns: minmax(320px, 427px) 1fr;
  grid-gap: 107px;
  position: relative;
}
.direction-section .direction-wrapper .title-box {
  position: relative;
}
.direction-section .direction-wrapper .title-box .title-section-small {
  position: -webkit-sticky;
  position: sticky;
  top: var(--scroll-top);
  z-index: -1;
}
.direction-section .direction-wrapper .title-box .title-section-small:after {
  content: "";
  position: absolute;
  top: -348px;
  left: -85px;
  width: 978px;
  height: 924px;
  z-index: -1;
}
.direction-section .direction-wrapper .title-box .title-section-small.site-title:after {
  background: url(../images/services/gradients/site/consultation.webp) no-repeat;
}
.direction-section .direction-wrapper .title-box .title-section-small.blockchain-title:after {
  background: url(../images/services/gradients/blockchain/consultation.webp) no-repeat;
}
.direction-section .direction-wrapper .title-box .title-section-small.seo-title:after {
  background: url(../images/services/gradients/seo/consultation.webp) no-repeat;
}
.direction-section .direction-wrapper .list {
  position: relative;
}
.direction-section .direction-wrapper .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.direction-section .direction-wrapper .list .item:last-child {
  margin-bottom: 30px;
}
.direction-section .direction-wrapper .list .item .num {
  font-size: var(--font-48);
  margin-right: 48px;
}
.direction-section .direction-wrapper .list .item .info .title {
  font-size: var(--font-32);
}
.direction-section .direction-wrapper .list .item .info .description {
  margin-top: 20px;
  position: relative;
  opacity: 0.8;
  padding-bottom: 60px;
  font-size: 20px;
  line-height: 1.5;
}
.direction-section .direction-wrapper .list .item .info .description:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #dc9192), color-stop(54.92%, #ad909d), color-stop(100.64%, #eec4a4));
  background: -o-linear-gradient(right, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  background: linear-gradient(270deg, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  opacity: 0.9;
}
.direction-section .direction-wrapper .list .collapse-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.direction-section .direction-wrapper .list .show-more {
  margin-left: 108px;
  text-transform: uppercase;
  font-size: var(--font-24);
  position: relative;
  cursor: pointer;
  color: rgba(22, 24, 25, 0.5);
}
.direction-section .direction-wrapper .list .show-more:after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.direction-section .direction-wrapper .list .show-more:hover:after {
  background-image: url(../images/arrow-down-stretch.svg);
  height: 25px;
}
.direction-section .direction-wrapper .list .show-more.active:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: inherit;
  bottom: calc(50% - 12px);
}

/*------------------------Other Page------------------------*/
.other-pages-section .small-title {
  background: #f9f9f9;
  padding-right: 60px;
  position: relative;
  top: 8px;
  z-index: 9;
  display: inline-block;
}
.other-pages-section .pages-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.other-pages-section .pages-wrapper::after, .other-pages-section .pages-wrapper::before {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #dc9192), color-stop(54.92%, #ad909d), color-stop(100.64%, #eec4a4));
  background: -o-linear-gradient(right, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  background: linear-gradient(270deg, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  opacity: 0.9;
}
.other-pages-section .pages-wrapper::before {
  top: 0;
}
.other-pages-section .pages-wrapper .item {
  position: relative;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other-pages-section .pages-wrapper .item .title {
  font-size: var(--font-40);
  margin-bottom: 7px;
}
.other-pages-section .pages-wrapper .item .description {
  font-size: 16px;
  opacity: 0.5;
}
.other-pages-section .pages-wrapper .item .show-more {
  margin-top: 43px;
}
.other-pages-section .pages-wrapper .item.reverse::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#B5D0E9), color-stop(100.64%, #B781C1));
  background: -o-linear-gradient(top, #B5D0E9 0%, #B781C1 100.64%);
  background: linear-gradient(180deg, #B5D0E9 0%, #B781C1 100.64%);
  opacity: 0.9;
}
.other-pages-section .pages-wrapper .item.reverse .show-more {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*------------------------Project Section------------------------*/
.projects-section {
  margin: 140px 0 200px;
  position: relative;
  z-index: 1;
}
.projects-section .projects-column {
  display: grid;
  grid-template-columns: 1fr 200px;
}
.projects-section .next-btn {
  justify-self: end;
}
.projects-section .projects-wrapper,
.projects-section .projects-box {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.projects-section .projects-wrapper .item,
.projects-section .projects-box .item {
  cursor: pointer;
}
.projects-section .projects-wrapper .item .poster,
.projects-section .projects-box .item .poster {
  overflow: hidden;
}
.projects-section .projects-wrapper .item .poster img,
.projects-section .projects-box .item .poster img {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.projects-section .projects-wrapper .item .poster img:hover,
.projects-section .projects-box .item .poster img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.projects-section .projects-wrapper .item .title,
.projects-section .projects-box .item .title {
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0 5px;
}
.projects-section .projects-wrapper .item .description,
.projects-section .projects-box .item .description {
  opacity: 0.5;
}

/*------------------------Forms Control------------------------*/
.section {
  position: relative;
}

.answer-section {
  position: relative;
  padding: 0 0 200px;
}
.answer-section .answer-wrapper {
  display: grid;
  grid-template-columns: minmax(320px, 527px) 1fr;
  grid-gap: 107px;
}
.answer-section .answer-wrapper .title-box {
  position: relative;
}
.answer-section .answer-wrapper .title-box .title-section {
  padding: 100px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.answer-section .answer-wrapper .title-box .title-section:before {
  content: url(../images/services/answer-bg.svg);
  position: absolute;
  top: -69px;
  left: -36px;
}
.answer-section .answer-wrapper .title-box .title-section:after {
  content: "";
  position: absolute;
  top: -743px;
  left: -80px;
  z-index: -1;
  height: 1681px;
  width: 1650px;
}
.answer-section .answer-wrapper .title-box .title-section.site-answer:after {
  background: url(../images/services/gradients/site/answer.webp) no-repeat;
  background-size: cover;
}
.answer-section .answer-wrapper .title-box .title-section.blockchain-answer:after {
  background: url(../images/services/gradients/blockchain/answer.webp) no-repeat;
  background-size: cover;
}
.answer-section .answer-wrapper .title-box .title-section.seo-answer:after {
  background: url(../images/services/gradients/seo/answer.webp) no-repeat;
  background-size: cover;
}
.answer-section .answer-wrapper .title-box .title-section.energy-answer:after {
  background: url(../images/services/gradients/energy/answer.webp) no-repeat;
  background-size: contain;
  top: -540px;
}
.answer-section .answer-wrapper .answer-item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.answer-section .answer-wrapper .answer-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #dc9192), color-stop(54.92%, #ad909d), color-stop(100.64%, #eec4a4));
  background: -o-linear-gradient(right, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  background: linear-gradient(270deg, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  opacity: 0.9;
}
.answer-section .answer-wrapper .answer-item .head-info {
  font-size: var(--font-24);
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
.answer-section .answer-wrapper .answer-item .head-info:after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: calc(50% - 10px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.answer-section .answer-wrapper .answer-item .head-info:hover:after {
  background-image: url(../images/arrow-down-stretch.svg);
  height: 25px;
}
.answer-section .answer-wrapper .answer-item.active .head-info:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: inherit;
  bottom: calc(50% - 12px);
}
.answer-section .answer-wrapper .answer-item.active .collapse-desc {
  margin-top: 30px;
}
.answer-section .answer-wrapper .answer-item .collapse-desc {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  padding-right: 89px;
  font-size: 20px;
  opacity: 0.8;
}

/*------------------------Power energy page------------------------*/
.energy-wrapper .header .header-info {
  padding: 45px 0 150px;
}
.energy-wrapper .header .header-info .text {
  margin-top: 20px;
  font-size: var(--font-24);
}
.energy-wrapper .header .header-info .description .desc-info .item {
  margin-bottom: 40px;
}
.energy-wrapper .header .header-info .description .desc-info .item:last-child {
  margin-bottom: 0;
}
.energy-wrapper .header .header-info .description .desc-info .item .quantity {
  font-size: var(--font-48);
}
.energy-wrapper .header .header-info .description .desc-info .item .quantity sup {
  font-size: var(--font-20);
}
.energy-wrapper .about-service-section .as-wrapper .info {
  justify-self: end;
}
.energy-wrapper .about-service-section .as-wrapper .info .item {
  margin-bottom: 40px;
}
.energy-wrapper .about-service-section .as-wrapper .info .item:last-child {
  margin-bottom: 0;
}
.energy-wrapper .about-service-section .as-wrapper .info .item .quantity {
  font-size: var(--font-48);
}
.energy-wrapper .about-service-section .as-wrapper .description {
  font-size: var(--font-20);
  line-height: 1.5;
  margin-top: 30px;
}
.energy-wrapper .get-energy-section {
  margin: 150px 0 120px;
}
.energy-wrapper .get-energy-section .list {
  position: relative;
  margin-top: 104px;
  padding-bottom: 100px;
}
.energy-wrapper .get-energy-section .list:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--energy-line);
  opacity: 0.9;
}
.energy-wrapper .get-energy-section .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.energy-wrapper .get-energy-section .list .item .num {
  font-size: var(--font-48);
  margin-right: 48px;
}
.energy-wrapper .get-energy-section .list .item .info .title {
  font-size: var(--font-32);
}
.energy-wrapper .get-energy-section .list .item .info .description {
  margin-top: 20px;
  position: relative;
  opacity: 0.8;
  padding-bottom: 60px;
  font-size: 20px;
  line-height: 1.5;
}
.energy-wrapper .get-energy-section .list .item .info .description:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--energy-line);
  opacity: 0.9;
}
.energy-wrapper .get-energy-section .list .item:last-child {
  margin-bottom: 30px;
}
.energy-wrapper .get-energy-section .list .item:last-child .info .description {
  padding-bottom: 0;
}
.energy-wrapper .get-energy-section .list .item:last-child .info .description:after {
  display: none;
}
.energy-wrapper .get-energy-section .list .collapse-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.energy-wrapper .get-energy-section .list .show-more {
  margin-left: 108px;
  text-transform: uppercase;
  font-size: var(--font-24);
  position: relative;
  cursor: pointer;
  color: rgba(22, 24, 25, 0.5);
}
.energy-wrapper .get-energy-section .list .show-more:after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.energy-wrapper .station-section .station-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 427px);
  grid-gap: 111px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.energy-wrapper .station-section .station-wrapper .description {
  font-size: var(--font-32);
  margin: 30px 0 40px;
}
.energy-wrapper .station-section .station-wrapper .station-poster .poster-info {
  font-size: var(--font-18);
  margin-top: 15px;
  font-weight: 600;
}
.energy-wrapper .station-section .energy-prod {
  position: relative;
  margin-top: 50px;
  padding-bottom: 150px;
}
.energy-wrapper .station-section .energy-prod:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--energy-line);
  opacity: 0.9;
}
.energy-wrapper .station-section .energy-prod .title {
  margin-bottom: 44px;
}
.energy-wrapper .station-section .energy-prod .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.energy-wrapper .station-section .energy-prod .info .item {
  margin-right: 70px;
}
.energy-wrapper .station-section .energy-prod .info .item:last-child {
  margin-right: 0;
}
.energy-wrapper .station-section .energy-prod .info .item .indicator {
  height: 107px;
  margin-bottom: 30px;
}
.energy-wrapper .station-section .energy-prod .info .item .indicator img {
  height: 100%;
}
.energy-wrapper .station-section .energy-prod .info .item .indicator .ind-mobile {
  display: none;
}
.energy-wrapper .station-section .energy-prod .info .item .desc .quantity {
  font-size: var(--font-48);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.energy-wrapper .station-section .energy-prod .info .item .desc .quantity .lighting {
  position: absolute;
  top: 0;
  right: -34px;
}
.energy-wrapper .benefits {
  font-size: 16px;
}
.energy-wrapper .benefits .title {
  margin-bottom: 56px;
}
.energy-wrapper .benefits .benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px;
}
.energy-wrapper .benefits .benefits-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.energy-wrapper .benefits .benefits-list ul li:last-child {
  margin-bottom: 0;
}
.energy-wrapper .benefits .benefits-list ul li:before {
  content: url(../images/next-right-arrow.svg);
  margin-right: 15px;
}
.energy-wrapper .energy-info-section {
  margin: 120px 0 200px;
}
.energy-wrapper .energy-info-section .inform-wrapper {
  display: grid;
  grid-template-columns: minmax(320px, 458px) 1fr;
  grid-gap: 66px;
}
.energy-wrapper .energy-info-section .inform-wrapper .inform-name {
  font-size: 32px;
}
.energy-wrapper .energy-info-section .carousel-wrapper {
  margin: 28px 0 100px;
}
.energy-wrapper .energy-info-section .carousel-wrapper .swiper-head {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}
.energy-wrapper .energy-info-section .carousel-wrapper .swiper-slide {
  width: 505px;
}
.energy-wrapper .energy-info-section .carousel-wrapper .swiper-slide .poster {
  width: 505px;
  height: 378px;
  overflow: hidden;
  position: relative;
}
.energy-wrapper .energy-info-section .carousel-wrapper .swiper-slide .title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}

/*------------------------Projects page------------------------*/
.projects-wrapper .header .header-info {
  padding: 45px 0 150px;
}
.projects-wrapper .header .header-info .text {
  margin-top: 20px;
  font-size: var(--font-40);
}
.projects-wrapper .filter-box .filter-head {
  overflow: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects-wrapper .filter-box .filter-head::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.projects-wrapper .filter-box .filter-head:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #DC9192), color-stop(54.92%, #AD909D), color-stop(100.64%, #EEC4A4));
  background: -o-linear-gradient(right, #DC9192 0.01%, #AD909D 54.92%, #EEC4A4 100.64%);
  background: linear-gradient(270deg, #DC9192 0.01%, #AD909D 54.92%, #EEC4A4 100.64%);
  opacity: 0.9;
}
.projects-wrapper .filter-box .filter-head li {
  font-size: var(--font-32);
  margin-right: 72px;
  padding-bottom: 27px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.projects-wrapper .filter-box .filter-head li:last-child {
  margin-right: 0;
}
.projects-wrapper .filter-box .filter-head li.active {
  border-bottom: 4px solid #161819;
}
.projects-wrapper .filter-box .filter-head li:hover {
  border-bottom: 4px solid #161819;
}
.projects-wrapper .filter-box .filter-head li .total {
  font-size: 14px;
  opacity: 0.5;
  vertical-align: super;
}
.projects-wrapper .desc-info .item {
  margin-bottom: 40px;
}
.projects-wrapper .desc-info .item:last-child {
  margin-bottom: 0;
}
.projects-wrapper .desc-info .item .quantity {
  font-size: var(--font-48);
}
.projects-wrapper .desc-info .item .quantity sup {
  font-size: var(--font-20);
}
.projects-wrapper .clients-section {
  margin-bottom: 200px;
}
.projects-wrapper .clients-section .title-line:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#BCD9F5), color-stop(100.64%, #C7AAD2));
  background: -o-linear-gradient(right, #BCD9F5 0%, #C7AAD2 100.64%);
  background: linear-gradient(270deg, #BCD9F5 0%, #C7AAD2 100.64%);
  opacity: 0.9;
}
.projects-wrapper .clients-section .clients-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 74px;
}
.projects-wrapper .clients-section .clients-wrapper .item {
  opacity: 0.8;
}
.projects-wrapper .projects-section {
  margin: 0 0 150px;
}
.projects-wrapper .projects-section .projects-box {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.projects-wrapper .projects-section .projects-box.animation-filter {
  opacity: 0;
  visibility: hidden;
}
.projects-wrapper .projects-section .projects-box .item.hidden {
  display: none;
}
.projects-wrapper .projects-section .projects-box .item.active {
  opacity: 1;
  visibility: visible;
}

/*------------------------Modal------------------------*/
.body-hidden {
  overflow: hidden;
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  z-index: 1000;
  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;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D0D0D;
  opacity: 0.75;
}
.modal .modal-body {
  position: relative;
  z-index: 1001;
  width: 100%;
  max-width: 1440px;
  min-height: 400px;
  max-height: calc(100vh - 40px);
  background: #fff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
}
.modal .modal-body .close-modal {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.modal .modal-body .close-modal:hover {
  opacity: 1;
}
.modal .modal-body .modal-project {
  display: grid;
  grid-template-columns: 553px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-body .modal-project .m-project-poster {
  position: relative;
  height: 100%;
}
.modal .modal-body .modal-project .m-project-poster .poster {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal .modal-body .modal-project .m-project-content {
  padding: 70px 60px 200px 80px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: rgba(22, 24, 25, 0.1);
}
.modal .modal-body .modal-project .m-project-content::-webkit-scrollbar {
  width: 4px;
}
.modal .modal-body .modal-project .m-project-content::-webkit-scrollbar-track {
  background: rgba(22, 24, 25, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.modal .modal-body .modal-project .m-project-content::-webkit-scrollbar-thumb {
  background-color: #161819;
}
.modal .modal-body .modal-project .m-project-content .m-small-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.modal .modal-body .modal-project .m-project-content .m-title {
  font-weight: 600;
  font-size: var(--font-48);
  position: relative;
  padding-bottom: 60px;
}
.modal .modal-body .modal-project .m-project-content .m-title:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #DC9192), color-stop(54.92%, #AD909D), color-stop(100.64%, #EEC4A4));
  background: -o-linear-gradient(right, #DC9192 0.01%, #AD909D 54.92%, #EEC4A4 100.64%);
  background: linear-gradient(270deg, #DC9192 0.01%, #AD909D 54.92%, #EEC4A4 100.64%);
  opacity: 0.9;
}
.modal .modal-body .modal-project .m-project-content .m-goals {
  position: relative;
  padding: 60px 0 40px;
}
.modal .modal-body .modal-project .m-project-content .m-goals:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #DC9192), color-stop(54.92%, #AD909D), color-stop(100.64%, #EEC4A4));
  background: -o-linear-gradient(right, #DC9192 0.01%, #AD909D 54.92%, #EEC4A4 100.64%);
  background: linear-gradient(270deg, #DC9192 0.01%, #AD909D 54.92%, #EEC4A4 100.64%);
  opacity: 0.9;
}
.modal .modal-body .modal-project .m-project-content .m-goals .description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.modal .modal-body .modal-project .m-project-content .m-goals .goals-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  font-size: 16px;
}
.modal .modal-body .modal-project .m-project-content .m-goals .goals-list a {
  border-bottom: 1px solid;
}
.modal .modal-body .modal-project .m-project-content .gradient-text {
  font-size: var(--font-32);
  line-height: 1.5;
  letter-spacing: -0.005em;
  background: -o-linear-gradient(197.01deg, #485492 5.94%, #B3576F 83.24%, #FFBA92 120.16%);
  background: linear-gradient(252.99deg, #485492 5.94%, #B3576F 83.24%, #FFBA92 120.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 60px 0 40px;
}
.modal .modal-body .modal-project .m-project-content .benefits {
  margin-top: 50px;
}
.modal .modal-body .modal-project .m-project-content .benefits .benefits-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.modal .modal-body .modal-project .m-project-content .benefits .benefits-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 25px;
}
.modal .modal-body .modal-project .m-project-content .benefits .benefits-list li::before {
  content: url(../images/next-right-arrow.svg);
  margin-right: 15px;
}
.modal.active .modal-body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*------------------------Adaptive------------------------*/
@media (max-width: 992px) {
  .header .header-info {
    grid-template-columns: 1fr;
    grid-gap: 53px;
  }

  .projects-wrapper .header .header-info {
    grid-template-columns: 1fr 250px;
  }

  .about-service-section .as-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .about-service-section .as-wrapper .tags {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .about-service-section .as-wrapper .tags .tags-wrapper {
    margin-top: 30px;
  }

  .direction-section .direction-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 34px;
  }

  .direction-section .direction-wrapper .list .item .info .description {
    padding-bottom: 20px;
  }

  .projects-section .projects-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -15px;
  }
  .projects-section .projects-wrapper::-webkit-scrollbar {
    display: none;
  }
  .projects-section .projects-wrapper .item {
    width: 300px;
  }

  .answer-section .answer-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }

  .modal .modal-body .modal-project {
    grid-template-columns: 156px 1fr;
  }

  .energy-wrapper .header .header-info .desc-info {
    display: grid;
    grid-template-columns: repeat(3, 216px);
    grid-gap: 50px;
  }

  .energy-wrapper .header .header-info .description .desc-info .item {
    margin-bottom: 0;
  }

  .energy-wrapper .header .header-info {
    padding: 45px 0;
  }

  .about-service-section {
    margin: 80px 0;
  }

  .energy-wrapper .about-service-section .as-wrapper .info {
    justify-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .energy-wrapper .about-service-section .as-wrapper .info .item {
    margin-right: 40px;
  }

  .energy-wrapper .get-energy-section,
.energy-wrapper .energy-info-section {
    margin: 80px 0;
  }

  .energy-wrapper .station-section .energy-prod {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .projects-section {
    margin: 80px 0 105px;
  }

  .answer-section {
    padding: 0 0 80px;
  }

  .answer-section .answer-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .answer-section .answer-wrapper .title-box .title-section {
    display: inline;
    padding: 0;
  }

  .answer-section .answer-wrapper .title-box .title-section:before {
    content: url(../images/services/answer-bg-small.svg);
    bottom: 0;
    top: initial;
    left: calc(100% - 18px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .answer-section .answer-wrapper .title-box .title-section:after {
    height: 504px;
    width: 990px;
    top: -211px;
  }

  .answer-section .answer-wrapper .title-box .title-section.site-answer:after {
    background: url(../images/services/gradients/site/answer-small.webp) no-repeat;
  }

  .answer-section .answer-wrapper .title-box .title-section.blockchain-answer:after {
    background: url(../images/services/gradients/blockchain/answer-small.webp) no-repeat;
  }

  .answer-section .answer-wrapper .title-box .title-section.seo-answer:after {
    background: url(../images/services/gradients/seo/answer-small.webp) no-repeat;
  }

  .direction-section .direction-wrapper .title-box .title-section-small:after {
    top: -372px;
  }

  .direction-section .direction-wrapper .title-box .title-section-small.site-answer:after {
    top: -250px;
    background: url(../images/services/gradients/site/consultation-small.webp) no-repeat;
  }

  .direction-section .direction-wrapper .title-box .title-section-small.blockchain-answer:after {
    top: -250px;
    background: url(../images/services/gradients/blockchain/consultation-small.webp) no-repeat;
  }

  .direction-section .direction-wrapper .title-box .title-section-small.seo-answer:after {
    top: -250px;
    background: url(../images/services/gradients/seo/consultation-small.webp) no-repeat;
  }

  .projects-wrapper .projects-section .projects-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 60px;
  }

  .projects-wrapper .clients-section {
    margin-bottom: 80px;
  }

  .projects-wrapper .clients-section .clients-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .modal .modal-body .modal-project .m-project-content {
    padding: 70px 40px 80px;
  }

  .energy-wrapper .header .header-info .desc-info {
    grid-template-columns: repeat(2, 216px);
    grid-gap: 30px 50px;
  }

  .energy-wrapper .station-section .station-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .energy-wrapper .station-section .station-wrapper .station-poster {
    display: none;
  }

  .energy-wrapper .benefits .benefits-list {
    grid-template-columns: 1fr;
  }

  .energy-wrapper .station-section .energy-prod .info .item .indicator .ind-desctop {
    display: none;
  }

  .energy-wrapper .station-section .energy-prod .info .item .indicator .ind-mobile {
    display: block;
  }

  .energy-wrapper .energy-info-section .inform-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .energy-wrapper .energy-info-section .carousel-wrapper .swiper-head {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .header .header-info .description .stat .stat-quantity img {
    height: 36px;
  }

  .about-service-section {
    margin: 80px 0;
  }

  .direction-section .direction-wrapper .list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .direction-section .direction-wrapper .list .item .num {
    margin-bottom: 8px;
  }

  .direction-section .direction-wrapper .list .show-more {
    margin-left: 0;
  }

  .other-pages-section .pages-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .other-pages-section .pages-wrapper .item {
    padding: 38px 0 23px;
  }

  .other-pages-section .pages-wrapper .item.reverse::before {
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
  }

  .other-pages-section .pages-wrapper .item .show-more {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .projects-section .projects-column {
    grid-template-columns: 1fr;
  }

  .projects-section .next-btn {
    justify-self: start;
    margin-top: 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .projects-wrapper .header .header-info {
    grid-template-columns: 1fr;
    padding: 45px 0 80px;
  }

  .projects-wrapper .header .desc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .projects-wrapper .desc-info .item {
    margin-bottom: 30px;
    margin-right: 32px;
  }

  .projects-wrapper .desc-info .item {
    margin-bottom: 30px;
    margin-right: 32px;
  }

  .projects-wrapper .filter-box .filter-head li {
    margin-right: 30px;
  }

  .projects-wrapper .projects-section .projects-box {
    grid-template-columns: 1fr;
  }

  .projects-wrapper .clients-section .clients-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .projects-wrapper .projects-section {
    margin: 0 0 80px;
  }

  .projects-wrapper .filter-box .filter-head:after {
    width: 120%;
  }

  .modal {
    visibility: hidden;
    padding: 0;
  }

  .modal .modal-body {
    max-height: 100vh;
  }

  .modal .modal-body .modal-project .m-project-poster {
    display: none;
  }

  .modal .modal-body .modal-project {
    grid-template-columns: 1fr;
  }

  .modal .modal-body .modal-project .m-project-content {
    padding: 70px 10px 80px;
  }

  .modal .modal-body .modal-project .m-project-content .benefits .benefits-list {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .modal .modal-body .modal-project .m-project-content .m-goals .goals-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-wrapper .station-section .station-wrapper {
    grid-template-columns: 1fr;
  }

  .energy-wrapper .station-section .station-wrapper .station-poster {
    display: block;
    margin: 40px 0 0;
  }

  .energy-wrapper .station-section .energy-prod .info {
    display: block;
  }

  .energy-wrapper .station-section .energy-prod .info .item .indicator {
    margin-bottom: 20px;
  }

  .energy-wrapper .station-section .energy-prod .info .item {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .energy-wrapper .station-section .energy-prod .info .item .indicator .ind-desctop {
    display: block;
  }

  .energy-wrapper .station-section .energy-prod .info .item .indicator .ind-mobile {
    display: none;
  }

  .energy-wrapper .get-energy-section .list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .energy-wrapper .get-energy-section .list .item .num {
    width: 100%;
  }
}