: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;
  }
}
.about-page {
  /*------------------------About Header Section------------------------*/
  /*------------------------About - What We Do Section------------------------*/
  /*------------------------About - Events Section------------------------*/
  /*------------------------About - Founder Section------------------------*/
  /*------------------------About - Professional History------------------------*/
  /*------------------------About - Tab Public / Patent------------------------*/
  /*------------------------About - Section About------------------------*/
  /*------------------------About - Section Trusted------------------------*/
  /*------------------------About - Section Price------------------------*/
}
.about-page .header {
  position: relative;
}
.about-page .header .title-head {
  margin-top: 60px;
}
.about-page .header .description {
  font-size: var(--font-40);
  margin-top: 20px;
}
.about-page .section-wwdo {
  margin-top: 120px;
}
.about-page .section-wwdo .wwdo-items .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.about-page .section-wwdo .wwdo-items .item .num {
  font-size: var(--font-48);
  margin-right: 58px;
}
.about-page .section-wwdo .wwdo-items .item .info .title {
  font-size: var(--font-32);
  line-height: 1.5;
    font-weight: 100;
}
.about-page .section-wwdo .wwdo-items .item .info .description {
  margin-top: 20px;
  position: relative;
  padding-bottom: 30px;
}
.about-page .section-wwdo .wwdo-items .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;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper {
  display: grid;
  grid-template-columns: minmax(320px, 753px) 320px;
  grid-gap: 175px;
  margin-bottom: 60px;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .text {
  font-size: var(--font-20);
  line-height: 150%;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat .stat-item {
  margin-bottom: 25px;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat .stat-item .stat-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;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat .stat-item .stat-quantity img {
  margin-left: 12px;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat .stat-item .stat-quantity .lighting {
  position: absolute;
  top: 0;
  right: -34px;
}
.about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat .stat-item.last-child {
  margin-bottom: 0;
}
.about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .tab-head li {
  margin-right: 15px;
  border: 1px solid rgba(22, 24, 25, 0.2);
  text-transform: uppercase;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .tab-head li.active {
  background: #161819;
  color: #fff;
}
.about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .tab-head li:hover {
  border: 1px solid #161819;
}
.about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .stat {
  position: relative;
  margin-top: -75px;
}
.about-page .section-wwdo .wwdo-items .item:last-child .info .description {
  padding-bottom: 0;
}
.about-page .section-wwdo .wwdo-items .item:last-child .info .description:after {
  height: 0;
}
.about-page .section-events {
  margin-left: 107px;
}
.about-page .section-events .swiper-head {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-page .section-events .swiper-events {
  margin-top: 60px;
}
.about-page .section-events .swiper-events .swiper-slide {
  width: 505px;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .poster {
  width: 505px;
  height: 378px;
  overflow: hidden;
  position: relative;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .poster img {
  height: 100%;
  width: auto;
  min-width: 100%;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .poster .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/about/events/mask.png) no-repeat;
  background-size: contain;
  padding: 30px 20px;
  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;
  color: #fff;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .poster .mask .anons {
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .poster .mask .anons-info .anons-title {
  font-size: var(--font-32);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .poster .mask .more-dots {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: url(../images/dots.svg) no-repeat center;
  cursor: pointer;
}
.about-page .section-events .swiper-events .swiper-slide .events-item .title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.about-page .section-founder {
  margin: 143px 0 162px;
  position: relative;
}
/*
.about-page .section-founder .founder-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -341px;
  left: 0;
  z-index: -1;
  background: #ff3300;
  -webkit-filter: blur(124px);
          filter: blur(124px);
}

.about-page .section-founder .founder-bg:after {
  position: absolute;
  left: -90%;
  top: 0;
  width: 1310px;
  content: url(../images/about/founder-bg.webp);
}
*/
.about-page .section-founder .founder-wrapper {
  display: grid;
  grid-template-columns: 1fr 427px;
  grid-gap: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.about-page .section-founder .founder-wrapper .desc {
  font-size: var(--font-32);
  margin: 20px 0 60px;
}
.about-page .section-founder .founder-wrapper .founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page .section-founder .founder-wrapper .founder .founder-info {
  margin-right: 20px;
}
.about-page .section-founder .founder-wrapper .founder .founder-info .name {
  font-weight: 600;
  font-size: var(--font-24);
  margin-bottom: 5px;
}
.about-page .section-founder .founder-wrapper .founder .signature {
  -webkit-transform: rotate(-11.79deg);
      -ms-transform: rotate(-11.79deg);
          transform: rotate(-11.79deg);
}
.about-page .section-founder .founder-wrapper .founder-photo {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column: 2;
}
.about-page .section-history {
  margin: 140px 0 150px;
}
.about-page .section-history .swiper-history {
  margin-top: 60px;
}
.about-page .section-history .swiper-history .swiper-slide {
  width: 534px;
  background: #ffffff;
  -webkit-box-shadow: 0px 23px 30px -9px rgba(142, 137, 145, 0.07);
          box-shadow: 0px 23px 30px -9px rgba(142, 137, 145, 0.07);
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 28px;
}
.about-page .section-history .swiper-history .swiper-slide:last-child {
  margin-right: 0;
}
.about-page .section-history .swiper-history .swiper-slide.swiper-slide-active {
  background: url(../images/about/mask.jpg) repeat;
  color: #fff;
}
.about-page .section-history .swiper-history .history-item .date {
  opacity: 0.5;
  margin-bottom: 87px;
  text-transform: uppercase;
}
.about-page .section-history .swiper-history .history-item .title {
  font-size: var(--font-24);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-page .section-history .swiper-history .history-item .text {
  font-size: 16px;
  opacity: 0.5;
}
.about-page .section-history .timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.about-page .section-history .timeline .timeline-progressar-bar {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 1px;
  background: rgba(22, 24, 25, 0.1);
  z-index: -1;
}
.about-page .section-history .timeline .timeline-progressar-bar .timeline-progress {
  width: 20%;
  background: #161819;
  height: 100%;
}
.about-page .section-history .timeline .timeline-item {
  font-weight: 600;
  border: 1px solid rgba(22, 24, 25, 0.2);
  border-radius: 5px;
  padding: 8px 15px;
  background: #f7f7f7;
}
.about-page .section-history .timeline .timeline-item.active {
  border: 1px solid #161819;
  background: #161819;
  color: #fff;
}
.about-page .section-public .tabs-public .tab-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .section-public .tabs-public .tab-head::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.about-page .section-public .tabs-public .tab-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;
}
.about-page .section-public .tabs-public .tab-head li {
  font-size: var(--font-40);
  margin-right: 64px;
  padding-bottom: 27px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.about-page .section-public .tabs-public .tab-head li:last-child {
  margin-right: 0;
}
.about-page .section-public .tabs-public .tab-head li.active {
  border-bottom: 4px solid #161819;
}
.about-page .section-public .tabs-public .tab-head li:hover {
  border-bottom: 4px solid #161819;
}
.about-page .section-public .tabs-public .tab-content {
  padding-top: 50px;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item {
  position: relative;
  padding: 30px 0;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  max-width: 792px;
  width: 100%;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .head-info:after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: -115px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .head-info:hover:after {
  background-image: url(../images/arrow-down-stretch.svg);
  height: 25px;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item::after {
  content: "";
  position: absolute;
  width: 200%;
  left: 107px;
  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;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item:last-child::after {
  height: 0;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .num {
  font-size: var(--font-32);
  line-height: 1.3;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .info {
  margin-left: 72px;
  padding-right: 20px;
  max-width: 853px;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .info .title {
  font-size: var(--font-24);
  margin-bottom: 10px;
  line-height: 1.5;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .info .small-desc {
  opacity: 0.5;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .collapse-desc {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  max-width: 853px;
  width: 100%;
  padding-left: 109px;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .collapse-desc .patent-more {
  margin-top: 60px;
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item .collapse-desc .patent-more a {
  border-bottom: 1px solid rgba(22, 24, 25, 0.5);
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item.active .head-info:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: inherit;
  bottom: -7px;
  bottom: calc(100% - 27px);
}
.about-page .section-public .tabs-public .tab-content .tab-item .public-item.active .collapse-desc {
  margin-top: 30px;
}
.about-page .section-about {
  padding: 200px 0;
  background-image: url(../images/gradients/about.webp);
  background-size: cover;
}
.about-page .section-about .about-info {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 494px 1fr;
}
.about-page .section-about .about-info .about-desc .place {
  font-size: var(--font-32);
  margin-bottom: 40px;
}
.about-page .section-about .about-info .about-desc .desc {
  font-size: 16px;
}
.about-page .section-about .gallery-wrapper {
  margin: 100px 0;
}
.about-page .section-about .gallery-wrapper .gallery-swiper:first-child {
  margin-bottom: 40px;
}
.about-page .section-about .gallery-wrapper .gallery-swiper .swiper-slide {
  position: relative;
  width: auto;
  height: 340px;
}
.about-page .section-about .gallery-wrapper .gallery-swiper .swiper-slide:after {
  content: url(../images/resize.svg);
  position: absolute;
  top: 15px;
  right: 15px;
}
.about-page .section-about .gallery-wrapper .gallery-swiper .swiper-slide img {
  height: 100%;
  width: auto;
}
.about-page .section-about .about-tasks {
  display: grid;
  grid-template-columns: 453px 1fr;
  grid-gap: 80px;
}
.about-page .section-about .about-tasks .task-info {
  font-size: var(--font-32);
}
.about-page .section-about .about-tasks .task-stat .info {
  margin-bottom: 60px;
  font-size: 16px;
}
.about-page .section-about .about-tasks .task-stat .statistic .title {
  font-weight: 600;
  font-size: var(--font-24);
  margin-bottom: 30px;
}
.about-page .section-about .about-tasks .task-stat .statistic .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-page .section-about .about-tasks .task-stat .statistic .list .item {
  margin: 0 20px 20px 0;
}
.about-page .section-about .about-tasks .task-stat .statistic .list .item:last-child {
  margin-right: 0;
}
.about-page .section-about .about-tasks .task-stat .statistic .list .item .num {
  font-size: var(--font-48);
}
.about-page .section-trusted {
  position: relative;
}
.about-page .section-trusted .trusted-bg {
  position: absolute;
  width: 100%;
  top: -440px;
  left: 0;
  z-index: -1;
}
.about-page .section-trusted .swiper-trusted {
  padding-bottom: 50px;
}
.about-page .section-trusted .swiper-toolbar {
  margin-top: 0;
}
.about-page .section-trusted .trusted-item {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 23px 30px rgba(142, 137, 145, 0.07);
          box-shadow: 0px 23px 30px rgba(142, 137, 145, 0.07);
  padding: 30px 20px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-page .section-trusted .trusted-item:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -24px;
  border-top: 24px solid #fff;
  border-left: 24px solid transparent;
}
.about-page .section-trusted .trusted-item .text {
  padding: 49px 0 40px;
  font-size: var(--font-20);
  line-height: 1.5;
}
.about-page .section-trusted .trusted-item .author {
  position: relative;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page .section-trusted .trusted-item .author::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #dc9192), color-stop(54.92%, #ad909d), color-stop(100.64%, #eec4a4));
  background: -o-linear-gradient(left, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  background: linear-gradient(90deg, #dc9192 0.01%, #ad909d 54.92%, #eec4a4 100.64%);
  opacity: 0.9;
}
.about-page .section-trusted .trusted-item .author .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page .section-trusted .trusted-item .author .author-info .avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.about-page .section-trusted .trusted-item .author .author-info .author-story {
  margin-left: 20px;
}
.about-page .section-trusted .trusted-item .author .author-info .author-story .name {
  font-weight: 600;
  font-size: 18px;
}
.about-page .section-trusted .trusted-item .author .author-info .author-story .position {
  opacity: 0.5;
}
.about-page .section-trusted .trusted-item .author .author-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .section-trusted .trusted-item .author .author-social li {
  margin-right: 25px;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.about-page .section-trusted .trusted-item .author .author-social li:last-child {
  margin-right: 0;
}
.about-page .section-trusted .trusted-item .author .author-social li:hover {
  opacity: 1;
}
.about-page .section-trusted .swiper-wrapper {
  margin-top: 60px;
}
.about-page .section-trusted .swiper-wrapper .swiper-slide {
  width: 747px !important;
}
.about-page .section-trusted .swiper-wrapper .swiper-slide.swiper-slide-active .trusted-item {
  background: #161819;
  color: #fff;
}
.about-page .section-trusted .swiper-wrapper .swiper-slide.swiper-slide-active .trusted-item:after {
  border-top: 24px solid #161819;
}
.about-page .section-trusted .swiper-wrapper .swiper-slide.swiper-slide-active .trusted-item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -69px;
  background: url(../images/mask-slide.png) no-repeat bottom;
  background-size: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.about-page .section-trusted .swiper-wrapper .swiper-slide.swiper-slide-active .trusted-item svg path {
  fill: #fff;
}
.about-page .section-trusted .swiper-box:after {
  top: -15px;
}
.about-page .section-price {
  margin: 120px 0 150px;
}
.about-page .section-price .price-desc {
  font-size: var(--font-48);
  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-bottom: 60px;
}
.about-page .section-price .price-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-page .section-price .price-footer .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .section-price .price-footer .price-list .price-item {
  margin-right: 48px;
}
.about-page .section-price .price-footer .price-list .price-item:last-child {
  margin-right: 0;
}
.about-page .section-price .price-footer .price-list .price-item .count {
  font-size: var(--font-48);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .about-page .header .description {
    margin-top: 20px;
  }

  .about-page .section-wwdo {
    margin-top: 80px;
  }

  .about-page .section-wwdo .wwdo-items .item {
    margin-top: 34px;
  }

  .about-page .section-wwdo .wwdo-items .item .num {
    margin-right: 27px;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .text {
    font-size: 16px;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper {
    grid-gap: 72px;
    margin-bottom: 36px;
    grid-template-columns: 1fr;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .stat {
    margin-top: 0;
  }

  .about-page .section-events {
    margin-left: 71px;
  }

  .swiper-head .swiper-nav {
    display: none;
  }

  .swiper-toolbar {
    margin-top: 28px;
  }

  .about-page .section-founder .founder-wrapper {
    grid-template-columns: 1fr 285px;
    grid-gap: 15px;
  }

  .about-page .section-founder .founder-wrapper .desc {
    font-size: 20px;
  }

  .about-page .section-founder {
    margin: 97px 0 60px;
  }

  .about-page .section-founder .founder-wrapper .founder .founder-info .name {
    font-size: 18px;
  }

  .about-page .section-founder .founder-wrapper .founder .signature img {
    height: 53px;
  }

  .swiper-box:after {
    content: "";
  }

  .swiper-initialized {
    overflow: visible;
  }

  .about-page .section-history {
    margin: 60px 0 90px;
  }

  .about-page .section-public .tabs-public .tab-head {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .about-page .section-public .tabs-public .tab-head:after {
    width: 110%;
  }

  .about-page .section-public .tabs-public .tab-content {
    padding-top: 0;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item {
    display: grid;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .info {
    margin-left: 36px;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .head-info:after {
    right: 0;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .collapse-desc {
    padding-left: 71px;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item::after {
    left: 71px;
  }

  .about-page .section-about {
    padding: 80px 0;
  }

  .about-page .section-about:after {
    width: 150%;
    height: 100%;
    top: -207px;
    background-size: 100%;
  }

  .about-page .section-about .about-info {
    grid-template-columns: 1fr;
  }

  .about-page .section-about .about-tasks {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .about-page .section-about .gallery-wrapper {
    margin: 33px 0;
  }

  #gallery-swiper-bottom {
    display: none;
  }

  .about-page .section-about .about-tasks .task-stat .statistic .title {
    font-size: 18px;
  }

  .about-page .section-trusted .swiper-wrapper .swiper-slide {
    width: 640px !important;
  }

  .about-page .section-trusted .trusted-item .text {
    padding: 37px 0 40px;
    font-size: 16px;
  }

  .about-page .section-trusted .trusted-item .author .author-info .author-story .name {
    font-size: 16px;
  }

  .about-page .section-price {
    margin: 60px 0 110px;
  }

  .about-page .section-price .price-desc {
    margin-bottom: 30px;
  }

  .about-page .section-price .price-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-page .section-price .price-footer .price-list {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-page .section-price .price-footer .price-list .price-item {
    margin-right: 36px;
  }
}
@media (max-width: 768px) {
  .navbar .nav-info .logo {
    width: 45px;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper {
    grid-gap: 36px;
  }
}
@media (max-width: 550px) {
  .about-page .header .title-head {
    word-break: break-all;
  }

  .about-page .section-wwdo .wwdo-items .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-page .section-wwdo .wwdo-items .item .num {
    margin-bottom: 8px;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .tabs-it .stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .about-page .section-wwdo .wwdo-items .item .info .description .desc-wrapper .stat .stat-item .stat-quantity img {
    height: 36px;
  }

  .about-page .section-history .timeline {
    display: none;
  }

  .about-page .section-events {
    margin-left: 0;
  }

  .about-page .section-events .swiper-events .swiper-slide {
    width: 331px;
  }

  .about-page .section-events .swiper-events .swiper-slide .events-item .poster {
    width: 331px;
    height: 250px;
  }

  .about-page .section-founder .founder-wrapper {
    grid-template-columns: 1fr;
  }

  .about-page .section-founder .founder-wrapper .desc {
    margin: 20px 0 24px;
  }

  .about-page .section-founder .founder-wrapper .founder-photo {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column: 1;
  }

  .about-page .section-history .swiper-history .swiper-slide {
    width: 319px;
  }

  .about-page .section-history .swiper-history .history-item .date {
    margin-bottom: 177px;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .info {
    margin-left: 0;
    margin-top: 16px;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .head-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .num {
    width: 100%;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item .collapse-desc {
    padding-left: 0;
  }

  .about-page .section-public .tabs-public .tab-content .tab-item .public-item::after {
    left: 710px;
  }

  .about-page .section-about:after {
    height: 100%;
    top: -440px;
    left: -40%;
    background-size: cover;
  }

  .about-page .section-trusted .trusted-bg {
    width: 140%;
    top: -244px;
    left: -10%;
  }

  .about-page .section-trusted .swiper-wrapper .swiper-slide {
    width: 319px !important;
  }

  .about-page .section-trusted .trusted-item .author .author-social {
    margin-top: 28px;
  }

  .about-page .section-trusted .swiper-wrapper .swiper-slide.swiper-slide-active .trusted-item:before {
    bottom: -37px;
  }

  .about-page .section-price .price-footer .price-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}