.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;
}

body {
  background-color: #FCFCFC !important;
}

.main {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .big-video {
    height: 436px;
    background-size: contain;
  }
}
.big-video .kabinet-obzr-big-video {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/big-video/img-desktop.webp") !important;
  background-position: center top !important;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .big-video .kabinet-obzr-big-video {
    background-size: cover;
  }
}

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

.copter-description-block {
  padding-bottom: 0;
  overflow: hidden;
  background-color: #F4F5FA;
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/description-block/img.png");
  background-size: 1030px;
  background-position: 46vw center;
}
.copter-description-block .btn-big {
  font-size: 24px;
  letter-spacing: 10%;
  width: 555px;
  padding-left: 0px;
  padding-right: 0px;
}
.copter-description-block .btn-big:last-child {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .copter-description-block {
    background-position: 46vw 5vw;
    background-size: 402px;
  }
}
@media screen and (max-width: 767px) {
  .copter-description-block .btn-big {
    font-size: 16px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .copter-description-block img {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.representation-block {
  background-color: #F4F5FA;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .representation-block {
    padding: 6.875rem 0;
  }
}
@media screen and (max-width: 767px) {
  .representation-block {
    padding: 3.5rem 0;
  }
}
.representation-block .representation {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  gap: 1rem;
  border: 2px dashed #FF7237;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .representation-block .representation {
    gap: 0.625rem;
    padding: 1.5rem;
    line-height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .representation-block .representation {
    border-style: dashed;
    border-radius: 20px;
    padding: 1.5rem;
    gap: 0.625rem;
  }
}
.representation-block .representation p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .representation-block .representation p {
    font-size: 1.25rem;
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .representation-block .representation p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
  }
}
.representation-block .representation p span {
  color: #FF7237;
}
@media screen and (max-width: 767px) {
  .representation-block .representation p {
    font-size: 1rem;
  }
}

.rental {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10rem 0 0;
  overflow: hidden;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .rental {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .rental {
    padding: 4rem 0 0;
  }
}
.rental .rental__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .rental .rental__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.rental .rental__title span {
  color: #FF7237;
}
.rental .rental__desc {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
}
.rental .rental__desc a {
  color: #2C2D34;
}
@media screen and (max-width: 991px) {
  .rental .rental__desc {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 100%;
  }
}
.rental .rental__info {
  display: flex;
  margin-top: 4rem;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .rental .rental__info {
    margin-top: 3rem;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__info {
    flex-direction: column;
    margin-top: 2rem;
    gap: 16px;
  }
}
.rental .rental__info .renal__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .rental .rental__info .renal__list {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__info .renal__list {
    padding-left: 0;
  }
}
.rental .rental__info .renal__list p {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .rental .rental__info .renal__list p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.rental .rental__info .renal__list li {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  max-width: 34.75rem;
}
.rental .rental__info .renal__list li img {
  width: 4rem;
}
@media screen and (max-width: 991px) {
  .rental .rental__info .renal__list li {
    width: 100%;
    max-width: unset;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__info .renal__list li {
    width: 100%;
    max-width: unset;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.rental .rental__info .rental__rent {
  display: flex;
  flex-direction: column;
  background-color: #F4F5FA;
  border-radius: 30px;
  max-width: 39.75rem;
  padding: 60px;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .rental .rental__info .rental__rent {
    justify-content: center;
    max-height: none;
    padding: 2.5rem;
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__info .rental__rent {
    margin-top: 0;
    padding: 1.5rem;
    max-width: 100%;
  }
}
.rental .rental__info .rental__rent .rental__rent__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .rental .rental__info .rental__rent .rental__rent__title {
    font-size: 1.5rem;
    line-height: 110%;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__info .rental__rent .rental__rent__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 29.26px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
.rental .rental__info .rental__rent .rental__rent__title span {
  color: #FF7237;
}
.rental .rental__info .rental__rent .rental__rent__btn {
  margin-top: 3.75rem;
  width: 32.25rem;
  height: 4.8125rem;
  justify-content: center;
  text-transform: uppercase;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .rental .rental__info .rental__rent .rental__rent__btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__info .rental__rent .rental__rent__btn {
    width: 100%;
    margin-top: 2rem;
  }
}
.rental .rental__img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rental .rental__img {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .rental .rental__img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .rental .rental__img {
    display: none;
  }
}

.ecosystem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10rem 0 0;
  overflow: hidden;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .ecosystem {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ecosystem {
    padding: 4rem 0 0;
  }
}
.ecosystem .ecosystem__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.ecosystem .ecosystem__title span {
  color: #FF7237;
}
.ecosystem .ecosystem__desc {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
}
.ecosystem .ecosystem__desc a {
  color: #2C2D34;
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__desc {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 100%;
  }
}
.ecosystem .ecosystem__img {
  display: block;
  width: 100%;
  max-width: 1076px;
  margin: 64px auto 160px;
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__img {
    margin: 64px auto;
  }
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__img {
    margin: 32px auto 56px;
  }
}
@media screen and (max-width: 424px) {
  .ecosystem .ecosystem__img {
    margin: 40px auto 56px;
  }
}
.ecosystem .ecosystem__orbit {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ecosystem .ecosystem__orbit {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .ecosystem .ecosystem__orbit {
    width: 200px;
    left: -50px;
    bottom: -30px;
    transform: rotate(340deg);
  }
}
@media screen and (max-width: 767px) {
  .ecosystem .ecosystem__orbit {
    width: 160px;
    left: -50px;
    bottom: -26px;
    transform: rotate(340deg);
  }
}
@media screen and (max-width: 424px) {
  .ecosystem .ecosystem__orbit {
    width: 120px;
  }
}

.lineup {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background-color: #F4F5FA;
}
@media screen and (max-width: 991px) {
  .lineup {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 3.375rem 0;
  }
}
.lineup .lineup__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .lineup .lineup__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.lineup .lineup__title span {
  color: #487FFB;
}
.lineup .lineup__wrapper {
  display: flex;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lineup .lineup__wrapper::-webkit-scrollbar {
  display: none;
}
.lineup .lineup__wrapper .lineup__content {
  margin-top: 64px;
  flex-shrink: 0;
  width: 1296px;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__wrapper .lineup__content {
    margin-top: 40px;
  }
}
.lineup .lineup__wrapper .lineup__content .lineup__row {
  display: grid;
  grid-template-columns: 180px 180px 330px 330px 180px;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #d7d7f3;
}
.lineup .lineup__wrapper .lineup__content .lineup__header {
  padding: 0 0 24px;
}
.lineup .lineup__wrapper .lineup__content .lineup__header .lineup__header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
}
.lineup .lineup__wrapper .lineup__content .lineup__col {
  font-size: 16px;
  line-height: 1.5;
  color: #3b3b3b;
}
.lineup .lineup__wrapper .lineup__content .lineup__col p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  padding-right: 6px;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--image {
  display: flex;
  justify-content: center;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--image img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--registry {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--registry img {
  width: fit-content;
  max-height: 45px;
  object-fit: contain;
}
.lineup .lineup__wrapper .lineup__content .lineup__col--registry a {
  color: #5d5d7d;
  text-decoration: underline;
}
.lineup .lineup__wrapper .lineup__content .lineup__col-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #2C2D34;
}
.lineup .lineup__wrapper .lineup__content .lineup__col-title:hover {
  text-decoration: none;
}
.lineup .lineup__wrapper .lineup__content .lineup__link-gost {
  color: inherit;
  text-decoration: underline;
}
.lineup .lineup__wrapper .lineup__content .lineup__link-gost:hover {
  text-decoration: none;
}

.equipment {
  position: relative;
  padding: 10rem 0;
  background-color: #E0EAFA;
}
@media screen and (max-width: 991px) {
  .equipment {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .equipment {
    padding: 3.375rem 0;
  }
}
.equipment:before {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% - 900px);
  width: 145px;
  height: 145px;
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/equipment/bulb-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .equipment:before {
    display: none;
  }
}
.equipment .equipment__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .equipment .equipment__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.equipment .equipment__title span {
  color: #487FFB;
}
.equipment .equipment__content {
  display: flex;
  margin-top: 64px;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .equipment .equipment__content {
    margin-top: 40px;
    gap: 64px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__content {
    gap: 40px;
  }
}
.equipment .equipment__content .equipment__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.equipment .equipment__content .equipment__card h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1%;
}
@media screen and (max-width: 767px) {
  .equipment .equipment__content .equipment__card h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 424px) {
  .equipment .equipment__content .equipment__card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
.equipment .equipment__content .equipment__card h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.equipment .equipment__content .equipment__card ol {
  display: flex;
  flex-direction: column;
  list-style: decimal outside;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  padding-left: 16px;
}
.equipment .equipment__content .equipment__card ol ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 40px;
  margin-top: 8px;
}
.equipment .equipment__content .equipment__card ol ul li::marker {
  display: block;
  width: 6px;
  height: 6px;
  color: #487FFB;
}

.scenarios {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .scenarios {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .scenarios {
    padding: 3.5rem 0 0;
  }
}
.scenarios .scenarios__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.scenarios .scenarios__title span {
  color: #487FFB;
}
.scenarios .scenarios-swiper {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper {
    width: 100%;
    margin-top: 2rem;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper {
  display: flex;
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide {
  display: flex;
  width: auto;
  min-height: 16.5625rem;
  height: auto;
  gap: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide {
    box-sizing: border-box;
    width: 100%;
    min-height: 18.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide {
    box-sizing: border-box;
    width: 100%;
    gap: 4px;
    min-height: auto;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide {
  box-sizing: border-box;
  background-color: #F4F5FA;
  border-radius: 30px;
  padding: 2.5rem;
  max-width: 636px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide {
    max-width: 512px;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide {
    padding: 24px;
    max-width: 100%;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide .slide__header {
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
  color: #487FFB;
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide .slide__header span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  background-color: #487FFB;
  border-radius: 50%;
  padding: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #FCFCFC;
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide h5 {
    font-size: 1.25rem;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p {
  margin-top: 16px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.scenarios .scenarios-swiper .swiper-wrapper .card-slide .slide p .card__link {
  color: inherit;
  text-decoration-color: #2C2D34;
}
.scenarios .scenarios-swiper .scenarios__controls {
  position: absolute;
  top: 180px;
  right: 100px;
  display: flex;
  gap: 10px;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border: 2px solid #487FFB;
  border-radius: 8px;
  color: #FF7237;
  font-size: 0.75rem;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button:nth-child(1) {
  transform: scaleX(-1);
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button svg {
  stroke: #487FFB;
  transition: 0.3s;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button:hover {
  background-color: #487FFB;
  color: #FCFCFC;
}
.scenarios .scenarios-swiper .scenarios__controls .scenarios__controls__button:hover svg {
  stroke: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper .scenarios__controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper .scenarios__controls {
    display: none;
  }
}
.scenarios .scenarios-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .scenarios .scenarios-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .scenarios .scenarios-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.scenarios .scenarios-swiper__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #487FFB;
}

.disciplines {
  position: relative;
  overflow: hidden;
}
.disciplines .disciplines-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .disciplines .disciplines-wrapper {
    padding: 4rem 0;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper {
    padding: 3.5rem 0;
    gap: 2.0625rem;
  }
}
.disciplines .disciplines-wrapper .disciplines__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .disciplines .disciplines-wrapper .disciplines__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.disciplines .disciplines-wrapper .disciplines__title span {
  color: #FF7237;
}
.disciplines .disciplines-wrapper .disciplines__content {
  display: flex;
  gap: 1.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__content {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .disciplines .disciplines-wrapper .disciplines__content {
    flex-direction: column;
    gap: 4rem;
  }
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines-preview {
  display: flex;
  flex-direction: column;
  width: 55%;
}
@media screen and (max-width: 991px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines-preview {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines-preview {
    width: auto;
  }
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 31.8125rem;
  border-radius: 30px;
  max-width: 43.125rem;
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper .swiper-wrapper .disciplines-swiper-slide__img {
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper .swiper-wrapper .disciplines-swiper-slide__img {
    object-fit: contain;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper .swiper-wrapper .disciplines-swiper-slide__img {
    object-fit: contain;
    width: 100%;
  }
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper__controls {
  display: flex;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper__controls {
    margin-top: 0.625rem;
  }
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper__controls .example-swiper__order {
  display: flex;
  width: 4.6875rem;
  justify-content: center;
  text-align: center;
  color: #FF7237;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24.38px;
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines-preview .disciplines-swiper__controls .disciplines-swiper-button {
  width: 2rem;
  height: 2rem;
  border: 2px solid #FF7237;
  border-radius: 8px;
  background-color: transparent;
  color: #FF7237;
  cursor: pointer;
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info {
  width: 100%;
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list {
  display: flex;
  flex-direction: column;
  list-style: none inside none;
  gap: 28px;
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 129px;
  background-repeat: no-repeat;
  background-size: 110px;
  min-height: 112px;
  justify-content: center;
}
@media screen and (max-width: 424px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li {
    padding-left: 0;
    padding-top: 130px;
    min-height: auto;
  }
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li:nth-child(1) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/disciplines/obzr.svg");
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li:nth-child(2) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/disciplines/tech.svg");
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li:nth-child(3) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/disciplines/it.svg");
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li:nth-child(4) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/disciplines/physics.svg");
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li h6 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1%;
  color: #FF7237;
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines-wrapper .disciplines__content .disciplines__info .disciplines__list li p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.disciplines .disciplines__star {
  position: absolute;
  top: 170px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .disciplines .disciplines__star {
    bottom: 100px;
    top: auto;
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .disciplines .disciplines__star {
    bottom: -50px;
    right: -150px;
    transform: rotate(10deg);
  }
}
@media screen and (max-width: 424px) {
  .disciplines .disciplines__star {
    bottom: -100px;
    right: -200px;
    transform: rotate(15deg);
  }
}

.why {
  position: relative;
  padding: 10rem 0;
  background-color: #725EF2;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .why {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .why {
    padding: 3.375rem 0;
  }
}
.why:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 466px;
  height: 576px;
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/why/decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1780px) {
  .why:before {
    left: calc(50% - 900px);
  }
}
@media screen and (max-width: 991px) {
  .why:before {
    display: none;
  }
}
.why .why__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .why .why__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .why .why__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.why .why__title span {
  color: #FF7237;
}
.why .why__content {
  display: flex;
  margin-top: 64px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .why .why__content {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(2, 2fr);
    gap: 70px 16px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .why .why__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.why .why__content .why__step {
  position: relative;
  display: flex;
  box-sizing: border-box;
  max-width: 306px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  align-items: center;
  min-height: 128px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .why .why__content .why__step {
    padding-left: 64px;
    min-height: 175px;
  }
}
@media screen and (max-width: 767px) {
  .why .why__content .why__step {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    min-height: 98px;
    padding-left: 40px;
  }
}
.why .why__content .why__step:nth-child(1) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/why/1.svg");
}
.why .why__content .why__step:nth-child(2) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/why/2.svg");
}
.why .why__content .why__step:nth-child(3) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/why/3.svg");
}
.why .why__content .why__step:nth-child(4) {
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/why/4.svg");
}

.advantages {
  padding: 10rem 0;
  background-color: #2C2D34;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .advantages {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .advantages {
    padding: 3.375rem 0;
  }
}
.advantages .advantages__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .advantages .advantages__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .advantages .advantages__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.advantages .advantages__title span {
  color: #FF7237;
}
.advantages .advantages__content {
  display: flex;
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .advantages .advantages__content {
    flex-direction: column;
    gap: 48px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .advantages .advantages__content {
    margin-top: 40px;
    gap: 40px;
  }
}
.advantages .advantages__content .advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 40px 24px;
}
@media screen and (max-width: 991px) {
  .advantages .advantages__content .advantages__list {
    gap: 40px 16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages .advantages__content .advantages__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.advantages .advantages__content .advantages__list .advantages__list-element {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: fit-content;
}
.advantages .advantages__content .advantages__list .advantages__list-element img {
  max-width: 72px;
  width: 100%;
}
.advantages .advantages__content .advantages__list .advantages__list-element p {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
}
.advantages .advantages__content .advantages__stats {
  position: relative;
  background-color: #26272D;
  padding: 40px;
  border-radius: 30px;
  max-width: 416px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .advantages .advantages__content .advantages__stats {
    max-width: 100%;
  }
}
@media screen and (max-width: 424px) {
  .advantages .advantages__content .advantages__stats {
    padding: 24px;
  }
}
.advantages .advantages__content .advantages__stats:after {
  content: "";
  position: absolute;
  top: -95px;
  right: -95px;
  width: 200px;
  height: 220px;
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/advanteges/stats/decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .advantages .advantages__content .advantages__stats:after {
    display: none;
  }
}
.advantages .advantages__content .advantages__stats .advantages__stats-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
.advantages .advantages__content .advantages__stats .advantages__stats-desc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
}
.advantages .advantages__content .advantages__stats .advantages__stats-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  list-style: none inside none;
}
.advantages .advantages__content .advantages__stats .advantages__stats-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.advantages .advantages__content .advantages__stats .advantages__stats-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/pioneer/frontend/assets/pages/kabinet-obzr/advanteges/stats/list-mark.svg");
  background-repeat: no-repeat;
}

.faq {
  padding: 10rem 0;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.375rem 0;
  }
}
.faq .faq__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .faq .faq__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.faq .faq__title span {
  color: #FF7237;
}
.faq .faq__content {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .faq .faq__content {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq__content {
    margin-top: 40px;
  }
}
.faq .faq__content .accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .faq .faq__content .accordion {
    gap: 1.125rem;
  }
}
.faq .faq__content .accordion .accordion__divider {
  width: 100%;
  height: 0.125rem;
  background-color: #2C2D34;
}
.faq .faq__content .accordion .accordion__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.faq .faq__content .accordion .accordion__item .accordion__header {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.faq .faq__content .accordion .accordion__item .accordion__header .accordion__title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.01em;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .faq .faq__content .accordion .accordion__item .accordion__header .accordion__title {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.faq .faq__content .accordion .accordion__item .accordion__header .accordion__header-arrow {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.35s;
  background-color: #2C2D34;
  mask-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/accordion/accordion-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.faq .faq__content .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;
  opacity: 0;
}
.faq .faq__content .accordion .accordion__item .accordion-content a {
  color: inherit;
}
.faq .faq__content .accordion .accordion__item .content-open {
  margin-top: 24px !important;
  opacity: 1;
}
.faq .faq__content .accordion .accordion__item .arrow-open {
  transform: rotate(0deg) !important;
}

.watch-btn {
  width: 16.9375rem;
  height: 3.25rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #487FFB;
  background-color: #FCFCFC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-indent: 23px;
  border: none;
  cursor: pointer;
}
.watch-btn:before {
  position: absolute;
  left: 2rem;
  top: calc(50% - 8px);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #487FFB;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 53% center;
}

.communicate-with-team-block {
  margin-top: 112px;
}
@media screen and (max-width: 991px) {
  .communicate-with-team-block {
    margin-top: 0;
  }
}

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