@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1296px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 688px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 30px);
    padding: 0 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
}

.main {
  overflow: hidden;
}

div > p:not(:last-of-type) {
  margin-bottom: unset;
}

@media screen and (max-width: 767px) {
  .big-video-wrapper.pioneer-mini-2 {
    background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/big-video/poster_sm.jpg");
  }
}
.educating {
  background-color: #E0EAFA;
}
.educating .divider {
  background-color: #F4F5FA;
}
.educating .educating__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .educating .educating__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .educating .educating__wrapper {
    padding: 3.5rem 0;
  }
}
.educating .educating__wrapper:before {
  position: absolute;
  top: 50px;
  left: -200px;
  content: "";
  width: 118px;
  height: 118px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/light-bulb.svg");
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .educating .educating__wrapper:before {
    display: none;
  }
}
.educating .educating__wrapper:after {
  position: absolute;
  bottom: 50px;
  right: -200px;
  content: "";
  width: 118px;
  height: 118px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/nav-arrow.svg");
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .educating .educating__wrapper:after {
    display: none;
  }
}
.educating .educating__wrapper .educating__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
  max-width: 62.5rem;
}
@media screen and (max-width: 991px) {
  .educating .educating__wrapper .educating__title {
    font-size: 2.5rem;
    line-height: 46px;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  .educating .educating__wrapper .educating__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    max-width: 18.0625rem;
  }
}
.educating .educating__wrapper .educating__title span {
  color: #487FFB;
}
.educating .educating__wrapper .educating-swiper {
  width: 100%;
}
.educating .educating__wrapper .educating-swiper .education__features {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 84px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .educating .educating__wrapper .educating-swiper .education__features {
    gap: 40px 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .educating .educating__wrapper .educating-swiper .education__features {
    flex-direction: row;
  }
}
.educating .educating__wrapper .educating-swiper .education__features .features__block {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 4rem;
  background-position: top left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  max-width: 636px;
}
@media screen and (max-width: 991px) {
  .educating .educating__wrapper .educating-swiper .education__features .features__block {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .educating .educating__wrapper .educating-swiper .education__features .features__block {
    cursor: pointer;
    padding-left: 2rem;
  }
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__desc {
  margin-top: 1.5rem;
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__list {
  position: relative;
  margin-top: 1.5rem;
  max-height: 130px;
  overflow: hidden;
  transition: max-height 0.3s, padding-bottom 1s;
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__list::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, #E0EAFA, rgba(248, 248, 248, 0));
  pointer-events: none;
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__list h4 {
  font-size: 1.25rem;
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__list ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 8px;
  list-style-position: inside;
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__list ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.educating .educating__wrapper .educating-swiper .education__features .features__block .features__list--open:after {
  display: none;
}
.educating .educating__wrapper .educating-swiper .education__features .educating-schools {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/1.svg");
}
.educating .educating__wrapper .educating-swiper .education__features .educating-colleges {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/2.svg");
}
.educating .educating__wrapper .educating-swiper .education__features .educating-university {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/3.svg");
}
.educating .educating__wrapper .educating-swiper .education__features .educating-extra {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/4.svg");
}
.educating .educating__wrapper .educating-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .educating .educating__wrapper .educating-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.educating .educating__wrapper .educating-swiper__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #487FFB;
}
.educating .educating__collapse-btn {
  width: 1.5rem;
  height: 1.5rem;
  margin: 1.5rem auto 0;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/educating/collapse-arrow.svg");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  transition: 0.2s;
  cursor: pointer;
  transform: translateX(-32px);
}
@media screen and (max-width: 991px) {
  .educating .educating__collapse-btn {
    transform: translateX(-32px);
  }
}
@media screen and (max-width: 767px) {
  .educating .educating__collapse-btn {
    transform: translateX(-15px);
  }
}
.educating .educating__collapse-btn--active {
  transform: rotate(180deg) translateX(32px);
}
@media screen and (max-width: 991px) {
  .educating .educating__collapse-btn--active {
    transform: rotate(180deg) translateX(32px);
  }
}
@media screen and (max-width: 767px) {
  .educating .educating__collapse-btn--active {
    transform: rotate(180deg) translateX(15px);
  }
}

.preparing {
  background-color: #FCFCFC;
}
.preparing .divider {
  background-color: #F4F5FA;
}
.preparing .preparing__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper {
    padding: 3.5rem 0;
  }
}
.preparing .preparing__wrapper .preparing__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
  max-width: 62.5rem;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__title {
    font-size: 2.5rem;
    line-height: 46px;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    max-width: 18.0625rem;
  }
}
.preparing .preparing__wrapper .preparing__title span {
  color: #FF7237;
}
.preparing .preparing__wrapper .preparing__content {
  display: flex;
  margin-top: 4rem;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content {
    margin-top: 24px;
  }
}
.preparing .preparing__wrapper .preparing__content .preparing__selector {
  display: flex;
  flex-direction: column;
  padding-right: 110px;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content .preparing__selector {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .preparing__selector {
    flex-direction: row;
    gap: 8px;
    overflow: scroll;
  }
}
.preparing .preparing__wrapper .preparing__content .preparing__selector::-webkit-scrollbar {
  display: none;
}
.preparing .preparing__wrapper .preparing__content .preparing__selector .preparing__selector-button {
  padding: 24px 0 24px 24px;
  border: none;
  border-left: 2px solid #E3E3E3;
  background-color: transparent;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color: rgba(44, 45, 52, 0.15);
  width: min-content;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content .preparing__selector .preparing__selector-button {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .preparing__selector .preparing__selector-button {
    display: flex;
    flex-shrink: 0;
    height: fit-content;
    border: 2px solid #725EF2;
    border-radius: 16px;
    padding: 16px;
    color: #725EF2;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
  }
}
.preparing .preparing__wrapper .preparing__content .preparing__selector .preparing__selector-button--active {
  border-left: 2px solid #725EF2;
  color: #2C2D34;
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .preparing__selector .preparing__selector-button--active {
    color: #FCFCFC;
    background-color: #725EF2;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper {
  display: none;
  flex-direction: column;
  width: 100%;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view {
    margin-top: 32px;
    overflow: visible;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  max-width: 50%;
  width: 100%;
  background-color: #F4F5FA;
  border-radius: 20px;
  border: 1px solid #D3CDF9;
  height: auto;
  cursor: pointer;
  transition: 0.9s;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:first-child {
  min-height: 260px;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:nth-child(3) {
  min-height: 316px;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:last-child {
  min-height: 260px;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block {
    max-width: 342px;
  }
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:first-child {
    min-height: 344px;
  }
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:nth-child(3) {
    min-height: 345px;
  }
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:last-child {
    min-height: 316px;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block {
    width: 100%;
    max-width: unset;
    height: fit-content;
  }
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block:nth-child(n) {
    min-height: 0;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/preparing/flip-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-arrow {
    display: none;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-arrow--rotated {
  transform: rotate(180deg);
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-title {
  color: #725EF2;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin: auto 0;
}
@media screen and (max-width: 1400px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-title {
    word-break: break-word;
    hyphens: auto;
  }
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-title {
    margin: 0;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-title--hidden {
  display: none;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-desc--hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block .preparing__block-desc--hidden {
    display: block;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block__page-two:first-child {
  min-height: 372px;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block__page-two:nth-child(3) {
  min-height: 344px;
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block__page-two:last-child {
  min-height: 372px;
}
@media screen and (max-width: 991px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block__page-two:first-child {
    min-height: 456px;
  }
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block__page-two:nth-child(3) {
    min-height: 428px;
  }
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__view .preparing__block__page-two:last-child {
    min-height: 456px;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .preparing .preparing__wrapper .preparing__content .swiper .preparing__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.preparing .preparing__wrapper .preparing__content .swiper .preparing__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #487FFB;
}
.preparing .preparing__wrapper .preparing__content .preparing__view--active {
  display: flex;
}

.neural {
  position: relative;
  background-color: #131313;
}
.neural::before {
  content: "";
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/neural/neural-before.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 548px;
  height: 305px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .neural::before {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .neural::before {
    height: 281px;
    width: 122px;
    background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/neural/neural-before_md.svg");
  }
}
.neural::after {
  content: "";
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/neural/neural-after.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25%;
  right: 0;
  width: 672px;
  height: 593px;
}
@media screen and (max-width: 991px) {
  .neural::after {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .neural::after {
    bottom: 10%;
    width: 250px;
  }
}
.neural .divider {
  background-color: #131313;
}
.neural .neural__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper {
    padding: 3.5rem 0;
  }
}
.neural .neural__wrapper .neural__title {
  color: #FCFCFC;
}
.neural .neural__wrapper .neural__desc {
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #FCFCFC;
}
.neural .neural__wrapper .neural__desc span {
  color: #FF7237;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural__desc {
    font-size: 24px;
    line-height: 100%;
    margin-top: 24px;
  }
}
.neural .neural__wrapper .neural__video-block {
  width: 100%;
  margin-top: 40px;
}
.neural .neural__wrapper .neural__video-block video {
  width: 100%;
}
.neural .neural__wrapper .neural-swiper-wrapper {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper {
    margin-top: 0;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper {
    width: 100%;
    margin-top: 2rem;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper {
  display: flex;
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper {
    margin-top: 80px;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border-radius: 30px;
  border: 2px solid #FF7237;
  width: 34.5625rem;
  max-width: 34.5625rem;
  min-height: 31.25rem;
  height: auto;
  gap: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card {
    box-sizing: border-box;
    width: 36.25rem;
    min-height: 25.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: min-content;
    padding: 2.5rem 1.5rem;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #FF7237;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card h3 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .swiper-wrapper .card p .card__link {
  color: inherit;
  text-decoration-color: #FF7237;
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls .neural__controls__button {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border: 2px solid #FF7237;
  border-radius: 8px;
  color: #FF7237;
  font-size: 0.75rem;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls .neural__controls__button:nth-child(1) {
  transform: scaleX(-1);
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls .neural__controls__button svg {
  stroke: #FF7237;
  transition: 0.3s;
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls .neural__controls__button:hover {
  background-color: #FF7237;
  color: #FCFCFC;
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls .neural__controls__button:hover svg {
  stroke: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper .neural__controls {
    display: none;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .neural .neural__wrapper .neural-swiper-wrapper .neural-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.neural .neural__wrapper .neural-swiper-wrapper .neural-swiper__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #FF7237;
}

.ecosystem {
  background-color: #FCFCFC;
  scroll-margin-top: 100px;
}
.ecosystem .ecosystem__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 21.25rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ecosystem .ecosystem__wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper {
    padding: 0 0 56px 0;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__title span {
  color: #FF7237;
}
.ecosystem .ecosystem__wrapper .ecosystem__desc {
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__wrapper .ecosystem__desc {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__desc span {
  color: #FF7237;
}
.ecosystem .ecosystem__wrapper .ecosystem__content {
  position: relative;
  display: flex;
  width: 950px;
  justify-content: center;
  align-self: center;
  margin-top: 80px;
  height: 950px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    transform: scale(0.8);
    transform-origin: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    margin-top: -50px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    width: 100%;
    height: auto;
    transform: none;
    flex-direction: column;
    margin-top: 40px;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop {
    display: none;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  background-color: #E7EAF9;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:hover, .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element.active {
  background-color: #725EF2;
  color: #FCFCFC;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(1) {
  width: 80px;
  height: 80px;
  left: 650px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(2) {
  width: 135px;
  height: 135px;
  left: 550px;
  top: 150px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 170px;
  top: 580px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 350px;
  top: 650px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(5) {
  width: 115px;
  height: 115px;
  left: 30px;
  top: 400px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(6) {
  width: 80px;
  height: 80px;
  left: 830px;
  top: 700px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(7) {
  width: 175px;
  height: 175px;
  left: 850px;
  top: 380px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(8) {
  width: 115px;
  height: 115px;
  left: 300px;
  top: -50px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(9) {
  width: 140px;
  height: 140px;
  left: 650px;
  top: 600px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(10) {
  width: 175px;
  height: 175px;
  left: -15px;
  top: 150px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(11) {
  width: 190px;
  height: 190px;
  left: 200px;
  top: 800px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(12) {
  width: 110px;
  height: 110px;
  left: -10px;
  top: 600px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(13) {
  width: 175px;
  height: 175px;
  left: 600px;
  top: 825px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(14) {
  width: 117px;
  height: 117px;
  left: 220px;
  top: 200px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-desktop .ecosystem__nav-element:nth-child(15) {
  width: 140px;
  height: 140px;
  left: 850px;
  top: 150px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav {
    display: flex;
    position: static;
    transform: unset;
    overflow: scroll;
    align-items: center;
    gap: 12px;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav::-webkit-scrollbar {
  display: none;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav .ecosystem__nav-element {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  background-color: #E7EAF9;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav .ecosystem__nav-element:hover {
  background-color: #725EF2;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav .ecosystem__nav-element {
    position: static !important;
    flex-shrink: 0;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(1) {
  width: 80px;
  height: 80px;
  left: 650px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(2) {
  width: 135px;
  height: 135px;
  left: 550px;
  top: 150px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 170px;
  top: 580px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 350px;
  top: 650px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(5) {
  width: 115px;
  height: 115px;
  left: 30px;
  top: 400px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(6) {
  width: 80px;
  height: 80px;
  left: 830px;
  top: 700px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-top .ecosystem__nav-element:nth-child(7) {
  width: 175px;
  height: 175px;
  left: 850px;
  top: 380px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(1) {
  width: 115px;
  height: 115px;
  left: 300px;
  top: -50px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(2) {
  width: 140px;
  height: 140px;
  left: 650px;
  top: 600px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(3) {
  width: 175px;
  height: 175px;
  left: -15px;
  top: 150px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(4) {
  width: 190px;
  height: 190px;
  left: 200px;
  top: 800px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(5) {
  width: 110px;
  height: 110px;
  left: -10px;
  top: 600px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(6) {
  width: 175px;
  height: 175px;
  left: 600px;
  top: 825px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(7) {
  width: 117px;
  height: 117px;
  left: 250px;
  top: 200px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__nav-bottom .ecosystem__nav-element:nth-child(8) {
  width: 140px;
  height: 140px;
  left: 850px;
  top: 150px;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__background {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__background {
    position: unset;
    transform: none;
    margin: 24px 0;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit {
  transform-origin: center;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-one {
  position: absolute;
  top: 0;
  left: calc(50% - 475px);
  max-width: 950px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-one {
    display: none;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-one .orbit-one {
  width: 100%;
  height: 100%;
  border: 2px solid #E7EAF9;
  border-radius: 50%;
  animation: 10s orbitRotate linear infinite;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-one .orbit-one .dot {
  position: absolute;
  top: 105px;
  left: 155px;
  width: 25px;
  height: 25px;
  background-color: #725EF2;
  border-radius: 50%;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-two {
  position: absolute;
  top: 75px;
  left: calc(50% - 400px);
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-two {
    display: none;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-two .orbit-two {
  width: 100%;
  height: 100%;
  border: 2px solid #E7EAF9;
  border-radius: 50%;
  animation: 15s orbitRotate linear infinite;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-two .orbit-two .dot {
  position: absolute;
  top: 650px;
  left: 85px;
  width: 25px;
  height: 25px;
  background-color: #725EF2;
  border-radius: 50%;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-three {
  position: absolute;
  top: 150px;
  left: calc(50% - 325px);
  max-width: 650px;
  max-height: 650px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-three {
    display: none;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-three .orbit-three {
  width: 100%;
  height: 100%;
  border: 2px solid #E7EAF9;
  border-radius: 50%;
  animation: 8s orbitRotateReverse linear infinite;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-three .orbit-three .dot {
  position: absolute;
  top: 525px;
  left: 550px;
  width: 35px;
  height: 35px;
  background-color: #725EF2;
  border-radius: 50%;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-four {
  position: absolute;
  top: 225px;
  left: calc(50% - 250px);
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-four {
    display: none;
  }
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-four .orbit-three {
  width: 100%;
  height: 100%;
  border: 2px solid #E7EAF9;
  border-radius: 50%;
  animation: 25s orbitRotate linear infinite;
}
.ecosystem .ecosystem__wrapper .ecosystem__content .orbit-wrapper-four .orbit-three .dot {
  position: absolute;
  top: 30px;
  left: 110px;
  width: 15px;
  height: 15px;
  background-color: #725EF2;
  border-radius: 50%;
}

.ecosystem-popup {
  transition: opacity 0.2s ease;
  will-change: transform;
  /* Добавляем небольшой shadow для лучшего отделения от фона */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Для плавного появления/исчезновения */
.ecosystem-popup[style*="display: flex"] {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ecosystem-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #725EF2;
  z-index: 10000;
  max-width: 460px;
  width: 100%;
  border-radius: 30px;
  flex-shrink: 0;
}
.ecosystem-popup .ecosystem-popup__wrapper {
  padding: 24px;
}
.ecosystem-popup .ecosystem-popup__wrapper .ecosystem-popup__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .ecosystem-popup .ecosystem-popup__wrapper .ecosystem-popup__text {
    font-size: 16px;
    line-height: 20px;
    padding-right: 15px;
  }
}
.ecosystem-popup .ecosystem-popup__wrapper .ecosystem-popup__text a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .ecosystem-popup .ecosystem-popup__wrapper .ecosystem-popup__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/ecosystem/popup-close.svg");
    background-size: contain;
  }
}

@keyframes orbitRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes orbitRotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.product-schema-block {
  background-color: #F4F5FA;
}
.product-schema-block.product-mini .schema-description .item {
  width: 100%;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(1) .arrow {
  width: 433px;
  margin-left: -156px;
  margin-top: 85px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(2) .arrow {
  width: 639px;
  margin-left: -159px;
  margin-top: 348px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(3) .arrow {
  width: 623px;
  margin-left: -159px;
  margin-top: 428px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(4) .arrow {
  width: 623px;
  margin-left: -160px;
  margin-top: 576px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(5) .arrow {
  width: 640px;
  margin-left: 495px;
  margin-top: 2px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(6) .arrow {
  width: 395px;
  margin-left: 740px;
  margin-top: 205px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(7) .arrow {
  width: 471px;
  margin-left: 666px;
  margin-top: 314px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(8) .arrow {
  width: 623px;
  margin-left: 515px;
  margin-top: 405px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(9) .arrow {
  width: 387px;
  margin-left: 750px;
  margin-top: 490px;
}
.product-schema-block.product-mini .schema-description .item:nth-of-type(10) .arrow {
  width: 528px;
  margin-left: 610px;
  margin-top: 638px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-schema-block.product-mini .schema-description .item:nth-child(1) {
    left: 195px;
    top: 15px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(2) {
    left: 360px;
    top: 210px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(3) {
    left: 340px;
    top: 290px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(4) {
    left: 350px;
    top: 380px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(5) {
    left: 385px;
    top: 45px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(6) {
    left: 550px;
    top: 105px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(6) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(7) {
    left: 520px;
    top: 161px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(7) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(8) {
    left: 400px;
    top: 260px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(9) {
    left: 580px;
    top: 275px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(9) span {
    margin-left: -100px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(10) {
    left: 460px;
    top: 370px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .product-schema-block.product-mini .schema-description .item:nth-child(1) {
    left: 85px;
    top: 15px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(2) {
    left: 180px;
    top: 125px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(2) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(3) {
    left: 170px;
    top: 170px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(3) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(4) {
    left: 180px;
    top: 220px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(4) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(5) {
    left: 200px;
    top: 25px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(5) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(6) {
    left: 295px;
    top: 60px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(6) span {
    margin-left: -150px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(7) {
    left: 270px;
    top: 95px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(7) span {
    margin-left: -120px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(8) {
    left: 215px;
    top: 150px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(8) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(9) {
    left: 310px;
    top: 160px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(9) span {
    margin-left: -160px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(10) {
    left: 245px;
    top: 215px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(10) span {
    margin-left: -100px;
  }
}
@media (max-width: 424px) {
  .product-schema-block.product-mini .schema-description .item:nth-child(1) {
    left: 60px;
    top: 0;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(1) span {
    margin-left: -50px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(2) {
    left: 120px;
    top: 85px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(2) span {
    margin-left: -80px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(3) {
    left: 120px;
    top: 125px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(3) span {
    margin-left: -80px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(4) {
    left: 130px;
    top: 155px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(4) span {
    margin-left: -100px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(5) {
    left: 150px;
    top: 15px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(5) span {
    margin-left: -120px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(6) {
    left: 215px;
    top: 45px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(6) span {
    margin-left: -170px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(7) {
    left: 190px;
    top: 70px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(7) span {
    margin-left: -150px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(8) {
    left: 150px;
    top: 105px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(8) span {
    margin-left: -120px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(9) {
    left: 225px;
    top: 110px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(9) span {
    margin-left: -180px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(10) {
    left: 175px;
    top: 155px;
  }
  .product-schema-block.product-mini .schema-description .item:nth-child(10) span {
    margin-left: -140px;
  }
}

.copter-all-characteristics-block {
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .copter-all-characteristics-block {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .copter-all-characteristics-block {
    margin-bottom: 56px;
  }
}

.copter-characteristics-block .characteristics__features {
  margin-top: 0;
}

.positioning-systems-block {
  background-color: #FCFCFC;
  position: relative;
  padding: 160px 0;
  overflow: hidden;
}

.positioning-systems-block::before {
  content: "";
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/positioning-systems/positioning-systems-before.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -280px;
  right: 0;
  width: 590px;
  height: 714px;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .positioning-systems-block::before {
    top: -180px;
    width: 390px;
    height: 514px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block::before {
    background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/positioning-systems/positioning-systems-before-md.svg");
    width: 224px;
    height: 278px;
    top: 0;
    right: 0;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block::before {
    width: 165px;
    height: 205px;
    top: -100px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block {
    padding: 64px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block {
    padding: 56px 0;
  }
}
.positioning-systems-block .h2 {
  margin-bottom: 32px;
}

.positioning-systems-block .h2 + p {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block .h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
  .positioning-systems-block .h2 + p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block .h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .positioning-systems-block .h2 + p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 424px) {
  .positioning-systems-block .h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.positioning-systems-block__system-tabs-block {
  margin-top: 86px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block {
    margin-top: 32px;
  }
}
.positioning-systems-block__system-tabs-block .system-buttons {
  margin-top: 46px;
}

@media (min-width: 992px) {
  .positioning-systems-block__system-tabs-block .system-buttons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .system-buttons {
    margin-top: 56px;
    margin-bottom: 48px;
  }
  .positioning-systems-block__system-tabs-block .system-buttons .tabs-block__navigation {
    margin-right: -40px;
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: -40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .system-buttons {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.positioning-systems-block__system-tabs-block .system-buttons__item {
  width: calc(50% - 48px);
  border: 2px solid #E3E3E3;
  border-radius: 8px;
  padding: 20px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.positioning-systems-block__system-tabs-block .system-buttons__item:nth-child(even) {
  margin-left: 4px;
}

.positioning-systems-block__system-tabs-block .system-buttons__item:nth-child(odd) {
  margin-right: 4px;
}

.positioning-systems-block__system-tabs-block .system-buttons__item.active, .positioning-systems-block__system-tabs-block .system-buttons__item:focus, .positioning-systems-block__system-tabs-block .system-buttons__item:active {
  border-color: #725EF2;
  font-weight: 600;
}

.positioning-systems-block__system-tabs-block .system-buttons__item:hover {
  cursor: pointer;
  border-color: #725EF2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .system-buttons__item {
    width: 220px;
    display: inline-block;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #725EF2;
    color: #725EF2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0;
    opacity: 0.2;
    padding: 0 0 26px;
  }
  .positioning-systems-block__system-tabs-block .system-buttons__item:nth-child(even) {
    margin-right: -4px;
    margin-left: 0;
  }
  .positioning-systems-block__system-tabs-block .system-buttons__item:nth-child(odd) {
    margin-right: -5px;
  }
  .positioning-systems-block__system-tabs-block .system-buttons__item.active, .positioning-systems-block__system-tabs-block .system-buttons__item:focus, .positioning-systems-block__system-tabs-block .system-buttons__item:active {
    border-color: #725EF2;
    font-weight: 700;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .system-buttons__item {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F4F5FA;
  border-radius: 30px;
  padding: 64px;
}

.positioning-systems-block__system-tabs-block .tabs-block__item .description {
  color: rgba(44, 45, 52, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.positioning-systems-block__system-tabs-block .tabs-block__item .btn.btn-outline-black {
  justify-content: center;
}
@media (min-width: 992px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .btn.btn-outline-black {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block .h4 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 100% !important;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item .text-block .description {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block .description {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item .img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  max-width: 559px;
}
.positioning-systems-block__system-tabs-block .tabs-block__item .img-block img {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block img {
    margin-bottom: 0;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item .img-block .d-md-none {
  width: 100%;
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block .btn {
    order: 0;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block .description {
    display: none;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block .description {
    order: 1;
  }
}

@media (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 24px;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item:not(.active) {
  opacity: 0;
  position: absolute;
  top: -9999999px;
}

.positioning-systems-block__system-tabs-block .tabs-block__item .text-block {
  width: 45%;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item .text-block .h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block .h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item .text-block p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  margin-bottom: 40px;
}

.positioning-systems-block__system-tabs-block .tabs-block__item .text-block p:last-of-type {
  margin-bottom: 0;
}

.positioning-systems-block__system-tabs-block .tabs-block__item .text-block p:last-of-type .btn {
  display: inline-block;
}

@media (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block p:last-of-type .btn {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
  }
}
@media (min-width: 992px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block .system-buttons {
    display: block;
  }
}
@media (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .text-block .system-buttons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block {
    margin-bottom: 48px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.positioning-systems-block__system-tabs-block .tabs-block__item .img-block img {
  max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .positioning-systems-block__system-tabs-block .tabs-block__item .img-block p {
    margin-top: 24px;
  }
}
.in-box-block {
  background-color: #FCFCFC;
}

@media (max-width: 424px) {
  .in-box-block {
    overflow: visible;
  }
}
.in-box-block .img-block {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/in-box/in-box.jpg?v1");
  width: 1296px;
  height: 516px;
  box-sizing: border-box;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .in-box-block .img-block {
    position: absolute;
    left: -194px;
    top: -83px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .in-box-block .img-block__wrapper {
    height: 388px;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .in-box-block .img-block {
    position: absolute;
    left: -323px;
    top: -138px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .in-box-block .img-block__wrapper {
    height: 280px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .in-box-block .img-block {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 39.8148148148%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(1) {
    left: 4%;
    top: 58%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(2) {
    left: 65%;
    top: 65%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(3) {
    left: 29%;
    top: 81%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(4) {
    left: 35%;
    top: 30%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(5) {
    left: 87%;
    top: 19%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(6) {
    left: 59%;
    top: 7%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(7) {
    left: 78%;
    top: 78%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(8) {
    left: 90%;
    top: 74%;
  }
  .in-box-block .img-block__description-dotted .in-box-item__dotted:nth-child(9) {
    left: 83%;
    top: 42%;
  }
}
.copter__details {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title video" "desc video" "buy-btn video";
}
@media screen and (max-width: 767px) {
  .copter__details {
    display: flex;
    flex-direction: column;
  }
}
.copter__details .copter__title {
  grid-area: title;
  font-size: 4rem;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
  align-self: start;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__title {
    font-size: 2.5rem;
    line-height: 45.2px;
    max-width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__title {
    font-size: 2rem;
    width: 100%;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.copter__details .copter__title span {
  color: #FF7237;
}
.copter__details .copter__desc {
  grid-area: desc;
  font-size: 2rem;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: 33.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__desc {
    font-size: 1.5rem;
    line-height: 34px;
    max-width: 336px;
    margin-top: 24px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__desc {
    font-size: 1.5rem;
    line-height: 29px;
    margin-top: 1.25rem;
    max-width: unset;
  }
}
.copter__details .copter__buy-btn {
  grid-area: buy-btn;
  width: 15.4375rem;
  height: 4.8125rem;
  margin-top: 2.5rem;
  padding: 1.5rem 4rem;
  border: none;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__buy-btn {
    margin-top: 2.5rem;
    width: 15.4375rem;
    height: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__buy-btn {
    width: 100%;
    height: 3.25rem;
    font-size: 1rem;
    padding: 0;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
.copter__details .copter__watch {
  grid-area: video;
  display: flex;
  position: relative;
  height: fit-content;
  align-self: center;
  justify-self: right;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__watch {
    height: fit-content;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__watch {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.copter__details .copter__watch .copter__watch__image {
  width: 100%;
  max-width: 693px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__watch .copter__watch__image {
    max-width: 21rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__watch .copter__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}
@media screen and (max-width: 424px) {
  .copter__details .copter__watch .copter__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}

.learning-school-home-block {
  background-color: #F4F5FA;
  position: relative;
  padding: 160px 0 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .learning-school-home-block {
    padding: 64px 0 0 0;
  }
}
@media (max-width: 767px) {
  .learning-school-home-block {
    padding: 56px 0 0 0;
  }
}
.learning-school-home-block .h2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .learning-school-home-block .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .learning-school-home-block .h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 424px) {
  .learning-school-home-block .h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.learning-school-home-block__card {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 12px);
  padding: 40px;
  border-radius: 30px;
  color: #ffffff;
}

.learning-school-home-block__card:nth-child(2) {
  margin-left: 24px;
}

@media (max-width: 991px) {
  .learning-school-home-block__card:nth-child(2) {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .learning-school-home-block__card {
    width: 100%;
    padding: 40px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .learning-school-home-block__card {
    width: 100%;
  }
}
.learning-school-home-block__card img {
  width: 180px;
  height: 180px;
}

@media (max-width: 991px) {
  .learning-school-home-block__card img {
    width: 120px;
    height: 120px;
  }
}
.learning-school-home-block__card .h4 {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
}

.learning-school-home-block__card .h4 + p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

@media (max-width: 991px) {
  .learning-school-home-block__card .h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
  .learning-school-home-block__card .h4 + p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
  }
}
.learning-school-home-block__card::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.learning-school-home-block__card.bg-orange {
  background-color: #f44d0b;
}

.learning-school-home-block__card.bg-orange::before {
  width: 200px;
  height: 286px;
  right: 0;
  bottom: 0;
  background-position: bottom right;
  background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before1-lg.svg");
}

@media (min-width: 992px) and (max-width: 1399px) {
  .learning-school-home-block__card.bg-orange::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before1-md.svg");
    width: 200px;
    height: 204px;
    bottom: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .learning-school-home-block__card.bg-orange::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before1-md.svg");
    width: 200px;
    height: 204px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .learning-school-home-block__card.bg-orange::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before1-sm.svg");
    bottom: auto;
    top: 0;
    width: 200px;
    height: 188px;
  }
}
@media (max-width: 424px) {
  .learning-school-home-block__card.bg-orange::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before1-xs.svg");
    bottom: auto;
    top: 0;
    width: 200px;
    height: 188px;
  }
}
.learning-school-home-block__card.bg-purple {
  background-color: #725EF2;
}

.learning-school-home-block__card.bg-purple::before {
  width: 407px;
  height: 228px;
  right: -100px;
  top: 0;
  background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before2-lg.svg");
}

@media (min-width: 992px) and (max-width: 1399px) {
  .learning-school-home-block__card.bg-purple::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before2-md.svg");
    width: 310px;
    height: 169px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .learning-school-home-block__card.bg-purple::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before2-md.svg");
    width: 310px;
    height: 169px;
    right: 0;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .learning-school-home-block__card.bg-purple::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before2-sm.svg");
    right: 0;
    width: 267px;
    height: 120px;
  }
}
@media (max-width: 424px) {
  .learning-school-home-block__card.bg-purple::before {
    background-image: url("/pioneer/frontend/assets/blocks/learning-school-home/before2-xs.svg");
    right: 0;
    width: 220px;
    height: 120px;
  }
}
.learning-school-home-block__card > .btn-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.learning-school-home-block__card > .btn-block .btn + .btn {
  margin-left: 16px;
}

@media (max-width: 1399px) {
  .learning-school-home-block__card > .btn-block {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .learning-school-home-block__card > .btn-block {
    display: block;
  }
  .learning-school-home-block__card > .btn-block .btn {
    display: block;
    width: 100%;
  }
  .learning-school-home-block__card > .btn-block .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .learning-school-home-block__card > .btn-block {
    display: block;
  }
  .learning-school-home-block__card > .btn-block .btn {
    display: block;
    width: 100%;
  }
  .learning-school-home-block__card > .btn-block .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
}
.examples {
  position: relative;
  background-color: #487FFB;
  overflow: hidden;
}
.examples .examples-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper {
    padding-top: 4rem;
    padding-bottom: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper {
    padding-top: 3.5rem;
    gap: 2.0625rem;
  }
}
.examples .examples-wrapper .examples-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 46px;
  text-align: left;
  color: #FCFCFC;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    max-width: 24.6875rem;
  }
}
.examples .examples-wrapper .examples-content {
  display: flex;
  gap: 5rem;
  z-index: 10;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .examples .examples-wrapper .examples-content {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content {
    flex-direction: column-reverse;
    gap: 2.5rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.examples .examples-wrapper .examples-content .examples-preview {
  display: flex;
  flex-direction: column;
  width: 55%;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content .examples-preview {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-preview {
    width: auto;
  }
}
.examples .examples-wrapper .examples-content .examples-preview .examples-swiper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 31.8125rem;
  border-radius: 30px;
  max-width: 43.125rem;
}
.examples .examples-wrapper .examples-content .examples-preview .examples-swiper .swiper-wrapper .examples-swiper-slide__img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-preview .examples-swiper .swiper-wrapper .examples-swiper-slide__img {
    object-fit: contain;
    width: 100%;
  }
}
.examples .examples-wrapper .examples-content .examples-preview .examples-swiper__controls {
  display: flex;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-preview .examples-swiper__controls {
    margin-top: 0.625rem;
  }
}
.examples .examples-wrapper .examples-content .examples-preview .examples-swiper__controls .example-swiper__order {
  display: flex;
  width: 4.6875rem;
  justify-content: center;
  text-align: center;
  color: #FCFCFC;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24.38px;
}
.examples .examples-wrapper .examples-content .examples-preview .examples-swiper__controls .examples-swiper-button {
  width: 2rem;
  height: 2rem;
  border: 2px solid #FCFCFC;
  border-radius: 8px;
  background-color: transparent;
  color: #FCFCFC;
  cursor: pointer;
}
.examples .examples-wrapper .examples-content .examples-info {
  min-width: 25rem;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info {
    min-width: unset;
    margin-top: 0;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info .accordion {
    gap: 1.125rem;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__divider {
  width: 100%;
  height: 0.125rem;
  background-color: #F4F5FA;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion__header {
  position: relative;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.01em;
  color: #FCFCFC;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion__header {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion__header .accordion__header-arrow {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/accordion/accordion-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.35s;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion-content {
  height: 0;
  transition: height 0.4s, margin-top 0.3s, opacity 0.2s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FCFCFC;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion-content {
    font-size: 1rem;
    line-height: 20px;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .content-open {
  margin-top: 24px !important;
  opacity: 1;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .arrow-open {
  transform: rotate(0deg) !important;
}
.examples .examples__orbit-star {
  position: absolute;
  top: -170px;
  right: -250px;
}
@media screen and (max-width: 1600px) {
  .examples .examples__orbit-star {
    transform: scale(0.8);
    top: -251px;
    right: -300px;
  }
}
@media screen and (max-width: 991px) {
  .examples .examples__orbit-star {
    top: -340px;
    right: -300px;
    transform: rotate(-20deg) scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .examples .examples__orbit-star {
    transform: scale(0.65) rotate(-15deg);
    top: -330px;
    right: -300px;
  }
}
.examples .examples__figure {
  position: absolute;
  bottom: 100px;
  left: 50px;
}
@media screen and (max-width: 991px) {
  .examples .examples__figure {
    top: auto;
    left: 80%;
    bottom: 30px;
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 767px) {
  .examples .examples__figure {
    top: auto;
    right: 20px;
    bottom: 25px;
    transform: rotateY(180deg);
  }
}
.examples .examples__star {
  position: absolute;
  top: 120px;
  left: -290px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .examples .examples__star {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .examples .examples__star {
    top: 0;
  }
}

.your-opportunities-block__img-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 64px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .your-opportunities-block__img-block {
    width: 100%;
  }
}
.your-opportunities-block__img-block .your-opportunities-block__img {
  position: relative;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/your-opportunities/img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  width: 690px;
  height: 524px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.your-opportunities-block__img-block .your-opportunities-block__img__circle {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  right: -25%;
  bottom: -25%;
  width: 65%;
}

.your-opportunities-block__img-block .your-opportunities-block__img span {
  position: absolute;
  bottom: 32px;
  width: calc(100% - 140px);
  padding: 0 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

@media (max-width: 767px) {
  .your-opportunities-block__img-block .your-opportunities-block__img span {
    bottom: 24px;
  }
}
@media (max-width: 991px) {
  .your-opportunities-block__img-block .your-opportunities-block__img {
    width: 100%;
    height: auto;
    background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/your-opportunities/img_md.jpg");
    min-height: 420px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .your-opportunities-block__img-block .your-opportunities-block__img {
    min-height: 345px;
    background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/your-opportunities/img_sm.jpg");
  }
}
@media (min-width: 992px) {
  .your-opportunities-block__img-block.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .your-opportunities-block__img-block {
    width: 100%;
  }
  .your-opportunities-block__img-block:not(.mobile) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .your-opportunities-block__img-block {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .your-opportunities-block__img-block {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.blocks-programming-block {
  background-color: #F4F5FA;
  position: relative;
  padding: 160px 0 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block {
    padding: 64px 0 0 0;
  }
}
@media (max-width: 767px) {
  .blocks-programming-block {
    padding: 56px 0 0 0;
  }
}
.blocks-programming-block .h2 {
  margin-bottom: 32px;
}

.blocks-programming-block .h2 + p {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block .h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
  .blocks-programming-block .h2 + p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px) {
  .blocks-programming-block .h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .blocks-programming-block .h2 + p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 424px) {
  .blocks-programming-block .h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.blocks-programming-block__card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-top: 80px;
}

.blocks-programming-block__card:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .blocks-programming-block__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
  }
  .blocks-programming-block__card:not(:first-child) {
    margin-top: 32px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .blocks-programming-block__card {
    margin-top: 40px;
  }
  .blocks-programming-block__card:not(:first-child) {
    margin-top: 24px;
  }
  .blocks-programming-block__card > .store-img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: start;
    padding: 40px 24px;
    margin-top: -124px;
    z-index: 2;
  }
  .blocks-programming-block__card > .store-img .store-img {
    width: 175px;
    height: 52px;
  }
  .blocks-programming-block__card > .store-img .store-img img {
    max-width: 100%;
  }
  .blocks-programming-block__card > .store-img .store-img + .store-img {
    margin-left: 0;
    margin-top: 8px;
  }
  .blocks-programming-block__card > .btn-block {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: start;
    padding: 40px 24px;
    margin-top: -217px;
    z-index: 2;
  }
  .blocks-programming-block__card > .btn-block .btn {
    display: block;
    width: 100%;
  }
  .blocks-programming-block__card > .btn-block .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 424px) {
  .blocks-programming-block__card {
    margin-top: 40px;
  }
  .blocks-programming-block__card:not(:first-child) {
    margin-top: 24px;
  }
  .blocks-programming-block__card > .store-img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: start;
    padding: 40px 24px;
    margin-top: -104px;
    z-index: 2;
  }
  .blocks-programming-block__card > .store-img .store-img {
    width: 175px;
    height: 52px;
  }
  .blocks-programming-block__card > .store-img .store-img img {
    max-width: 100%;
  }
  .blocks-programming-block__card > .store-img .store-img + .store-img {
    margin-left: 0;
    margin-top: 8px;
  }
  .blocks-programming-block__card > .btn-block {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: start;
    padding: 40px 24px;
    margin-top: -217px;
    z-index: 2;
  }
  .blocks-programming-block__card > .btn-block .btn {
    display: block;
    width: 100%;
  }
  .blocks-programming-block__card > .btn-block .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
}
.blocks-programming-block__card.card-orange {
  background-color: #f44d0b;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.blocks-programming-block__card.card-orange::after {
  content: "";
  width: 330px;
  height: 240px;
  position: absolute;
  right: -90px;
  top: -100px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/blocks-programming/after.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block__card.card-orange::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .blocks-programming-block__card.card-orange::after {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    width: 150px;
    height: 100px;
    right: -30px;
    top: -31px;
  }
}
.blocks-programming-block__card.card-orange .store-img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blocks-programming-block__card.card-orange .store-img:hover {
  opacity: 0.6;
}

.blocks-programming-block__card.card-orange .blocks-programming-block__card__description-block {
  padding: 64px 64px 64px 0;
}

.blocks-programming-block__card.card-orange .blocks-programming-block__card__img-block {
  width: 956px;
  left: -254px;
  top: -30px;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__description-block {
    width: 560px;
  }
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__img-block {
    width: 60vw;
    left: -180px;
    top: 30px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__description-block {
    padding: 40px 32px;
    width: 100%;
    margin-top: -310px;
    position: relative;
  }
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__img-block {
    width: 843px;
    left: -68px;
    top: -155px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__description-block {
    padding: 40px 24px;
    width: 100%;
    margin-top: 0;
    position: relative;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__description-block .store-img {
    display: none;
  }
  .blocks-programming-block__card.card-orange .blocks-programming-block__card__img-block {
    width: 455px;
    height: 460px;
    left: auto;
    top: auto;
    position: relative;
    margin-top: -283px;
    margin-left: -195px;
    order: 1;
  }
}
.blocks-programming-block__card.card-purple {
  background-color: #725EF2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.blocks-programming-block__card.card-purple .blocks-programming-block__card__description-block {
  padding: 64px 0 64px 64px;
}

.blocks-programming-block__card.card-purple .blocks-programming-block__card__img-block {
  width: 1237px;
  right: -465px;
  top: -320px;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .blocks-programming-block__card.card-purple .blocks-programming-block__card__img-block {
    width: 979px;
    right: -545px;
    top: -172px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block__card.card-purple .blocks-programming-block__card__description-block {
    padding: 40px 32px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -580px;
    position: relative;
    z-index: 1;
  }
  .blocks-programming-block__card.card-purple .blocks-programming-block__card__img-block {
    width: 993px;
    left: -165px;
    top: -370px;
    position: relative;
    order: 0;
  }
}
@media (max-width: 767px) {
  .blocks-programming-block__card.card-purple .blocks-programming-block__card__description-block {
    padding: 40px 24px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    z-index: 1;
  }
  .blocks-programming-block__card.card-purple .blocks-programming-block__card__description-block .btn {
    display: none;
  }
  .blocks-programming-block__card.card-purple .blocks-programming-block__card__img-block {
    width: 640px;
    height: 410px;
    right: auto;
    left: -65px;
    top: -183px;
    position: relative;
    order: 1;
    margin-left: 0;
  }
}
.blocks-programming-block__card__description-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  color: #ffffff;
}

.blocks-programming-block__card__description-block .h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
}

.blocks-programming-block__card__description-block p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin: 32px 0 20px 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 991px) {
  .blocks-programming-block__card__description-block .h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
  .blocks-programming-block__card__description-block p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block__card__description-block p {
    margin: 16px 0;
  }
}
@media (max-width: 767px) {
  .blocks-programming-block__card__description-block p {
    margin: 24px 0 16px 0;
  }
}
.blocks-programming-block__card__description-block .store-img {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .blocks-programming-block__card__description-block .store-img {
    display: inline-block;
    width: 140px;
    height: 27px;
  }
}
.blocks-programming-block__card__description-block .store-img img {
  max-width: 100%;
  height: 45px;
}

.blocks-programming-block__card__description-block .store-img + .store-img {
  margin-left: 16px;
}

.blocks-programming-block__card__description-block .btn {
  display: inline-block;
}

.blocks-programming-block__card__description-block .btn + .btn {
  margin-left: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blocks-programming-block__card__description-block .btn {
    width: calc(50% - 4px);
  }
  .blocks-programming-block__card__description-block .btn + .btn {
    margin-left: 8px;
  }
}
.blocks-programming-block__card__img-block {
  width: calc(100% - 600px);
  margin-left: -80px;
}

.blocks-programming-block__card__img-block img {
  max-width: 100%;
}

.prototyping-block {
  background-color: #FCFCFC;
  position: relative;
  padding: 160px 0 160px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .prototyping-block {
    padding: 64px 0 0 0;
  }
}
@media (max-width: 767px) {
  .prototyping-block {
    padding: 56px 0 0 0;
  }
}
.prototyping-block .h2 {
  margin-bottom: 32px;
}

.prototyping-block .h2 + p {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .prototyping-block .h2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 46px;
  }
  .prototyping-block .h2 + p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px) {
  .prototyping-block .h2 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .prototyping-block .h2 + p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 424px) {
  .prototyping-block .h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.prototyping-block__tabs-block {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .prototyping-block__tabs-block {
    margin-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .prototyping-block__tabs-block {
    margin-top: 56px;
    padding-bottom: 56px;
  }
}

.prototyping-block__tabs-block .tabs-block__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__navigation {
    display: block;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.prototyping-block__tabs-block .tabs-block__navigation-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #725EF2;
  text-transform: uppercase;
  padding-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #725EF2;
  cursor: pointer;
}

@media (min-width: 768px) {
  .prototyping-block__tabs-block .tabs-block__navigation-item {
    width: 33.3333333333%;
  }
  .prototyping-block__tabs-block .tabs-block__navigation-item:not(.active) {
    opacity: 0.2;
  }
  .prototyping-block__tabs-block .tabs-block__navigation-item:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__navigation-item {
    width: auto;
    display: inline-block;
    padding: 16px;
    line-height: 1;
    color: #725EF2;
    border: 2px solid #725EF2;
    border-radius: 16px;
  }
  .prototyping-block__tabs-block .tabs-block__navigation-item:not(:last-child) {
    margin-right: 8px;
  }
  .prototyping-block__tabs-block .tabs-block__navigation-item.active {
    color: #ffffff;
    background-color: #725EF2;
  }
}
.prototyping-block__tabs-block .tabs-block__item {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .prototyping-block__tabs-block .tabs-block__item {
    padding-top: 40px;
  }
}

.prototyping-block__tabs-block .tabs-block__item:not(.active) {
  display: none;
}

.prototyping-block__tabs-block .tabs-block__item video {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
}

.prototyping-block__tabs-block .tabs-block__item__baloon {
  position: absolute;
  left: calc(50% - 270px);
  padding: 40px;
  width: 540px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F4F5FA;
  border-radius: 30px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prototyping-block__tabs-block .tabs-block__item__baloon#baloon-2 {
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon {
    padding: 24px 24px 24px 16px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon {
    width: 320px;
    left: calc(50% - 160px);
  }
}
@media (max-width: 424px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon {
    width: 264px;
    left: calc(50% - 132px);
  }
}
.prototyping-block__tabs-block .tabs-block__item__baloon.show {
  top: 80%;
  z-index: 3;
}

.prototyping-block__tabs-block .tabs-block__item__baloon.hide {
  opacity: 0;
  top: 100%;
  z-index: 1;
  pointer-events: none;
}

.prototyping-block__tabs-block .tabs-block__item__baloon .tabs-block__item-elem__btn-close {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.prototyping-block__tabs-block .tabs-block__item__baloon .tabs-block__item-elem__btn-close:hover {
  opacity: 0.4;
}

@media (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon .tabs-block__item-elem__btn-close {
    right: 10px;
    top: 10px;
  }
}
.prototyping-block__tabs-block .tabs-block__item__baloon p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0em;
  }
}
.prototyping-block__tabs-block .tabs-block__item__baloon .btn {
  display: inline-block;
  margin-top: 32px;
}

.prototyping-block__tabs-block .tabs-block__item__baloon .btn + .btn {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .prototyping-block__tabs-block .tabs-block__item__baloon .btn {
    display: block;
    margin-top: 20px;
  }
  .prototyping-block__tabs-block .tabs-block__item__baloon .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
}
.prototyping-block .button-skins-colors {
  display: flex;
  justify-content: start;
  margin-top: 32px;
  margin-bottom: 32px;
}
.prototyping-block .button-skins-colors .circle {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .prototyping-block .button-skins-colors .circle {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
}
.prototyping-block .button-skins-colors .circle:not(:first-child) {
  margin-left: -8px;
}
.prototyping-block .button-skins-colors .circle.active, .prototyping-block .button-skins-colors .circle:hover {
  cursor: pointer;
  border: 5px solid #FF7237;
}
.prototyping-block .button-skins-colors .circle.white {
  background: #FCFCFC;
}
.prototyping-block .button-skins-colors .circle.purple {
  background: #8B4480;
}
.prototyping-block .button-skins-colors .circle.green {
  background: #A1C444;
}

.prototyping-block .skins-img {
  max-width: 100%;
}
.prototyping-block .skins-img:not(.active) {
  opacity: 0;
}

.prototyping-block #video-skins-color {
  margin-top: -868px;
}
.prototyping-block #video-skins-color.hidden {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .prototyping-block #video-skins-color {
    margin-top: calc(-100% + 225px);
  }
}
@media (max-width: 767px) {
  .prototyping-block #video-skins-color {
    margin-top: calc(-100% + 128px);
  }
}

.programm-demonstration-block {
  position: relative;
  overflow: hidden;
  background-color: #487FFB;
  color: #ffffff;
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .programm-demonstration-block {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .programm-demonstration-block {
    padding: 56px 0;
  }
}
.programm-demonstration-block .container {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (max-width: 991px) {
  .programm-demonstration-block .container {
    display: block;
  }
}
.programm-demonstration-block .description-block {
  width: calc(100% - 690px);
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .programm-demonstration-block .description-block {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .programm-demonstration-block .description-block {
    width: 100%;
  }
}
.programm-demonstration-block .description-block .h3 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .programm-demonstration-block .description-block .h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 424px) {
  .programm-demonstration-block .description-block .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.programm-demonstration-block .description-block .h3 + p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  margin-bottom: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 767px) {
  .programm-demonstration-block .description-block .h3 + p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.programm-demonstration-block .description-block div {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
@media (max-width: 767px) {
  .programm-demonstration-block .description-block div {
    display: block;
  }
}
.programm-demonstration-block .description-block div .btn {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .programm-demonstration-block .description-block div .btn {
    width: calc(50% - 8px);
    display: block;
  }
}
@media (max-width: 767px) {
  .programm-demonstration-block .description-block div .btn {
    width: 100%;
    display: block;
  }
}
.programm-demonstration-block .description-block div .btn:nth-child(2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .programm-demonstration-block .description-block div .btn:nth-child(2) {
    margin-left: 0;
    margin-top: 8px;
  }
}
.programm-demonstration-block .img-block {
  width: 690px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .programm-demonstration-block .img-block {
    margin-top: 40px;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .programm-demonstration-block .img-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .programm-demonstration-block .img-block {
    margin-top: 40px;
  }
}
.programm-demonstration-block .img-block img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (max-width: 767px) {
  .programm-demonstration-block .img-block img {
    width: 137%;
    max-width: 137%;
  }
}
.programm-demonstration-block .img-block::before {
  content: "";
  z-index: 1;
  background-image: url("/pioneer/frontend/assets/blocks/programm-demonstration-block/before.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -175px;
  right: -100px;
  width: 860px;
  height: 790px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .programm-demonstration-block .img-block::before {
    top: -250px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programm-demonstration-block .img-block::before {
    bottom: -270px;
    top: auto;
    right: auto;
    left: 110px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .programm-demonstration-block .img-block::before {
    width: 560px;
    height: 500px;
    bottom: -80px;
    top: auto;
    right: auto;
    left: 20px;
  }
}
@media (max-width: 424px) {
  .programm-demonstration-block .img-block::before {
    width: 474px;
    height: 436px;
    bottom: -70px;
    top: auto;
    right: auto;
    left: -15px;
  }
}

.communicate-with-team-block {
  margin-top: 0;
}

.equipments-block {
  background-color: #FCFCFC;
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .equipments-block {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .equipments-block {
    padding-bottom: 3.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */
