

/* Start:/local/templates/aio/assets/css/career.css?176433609651114*/
.top-section {
  padding: 100px 10px 152px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.top-section .top-section__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

:is(.top-section .top-section__image) img {
  transform: translateX(-6%);
  height: 100%;
  object-fit: cover;
}

.top-section .top-section__title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 114%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.top-section .top-section__suptitle {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f4f5fd;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.top-section .top-section__btn {
  text-align: center;
  position: relative;
  z-index: 2;
}

.section.section-freestyle {
  padding-bottom: 0;
}

.section-freestyle {
  background: #313ffe;
  color: #313ffe;

}

.section-freestyle::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #313ffe;
}

.section-freestyle .section-freestyle__info {
  padding: 0 16px;
  margin-bottom: 56px;
}

.section-freestyle .section-freestyle__title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 114%;
  color: #fff;
  margin-bottom: 24px;
}

.section-freestyle .section-freestyle__suptitle {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-freestyle .section-freestyle__slider.splide__list {
  height: fit-content;
}

.section-freestyle .section-freestyle__slider-item {
  max-width: 85%;
}

.section-freestyle .section-freestyle__slider-slide {
  min-height: 486px;
  max-width: 1200px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 32px 32px 0 0;
  background: #000;
  padding: 24px 24px 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-repeat: no-repeat;
}

.section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {
  background-image: url(/local/templates/aio/assets/css/../img/freestyle-slide-bg1.svg);
  background-size: 996px 766px;
  background-position: 196% 50%;
}

.section-freestyle .section-freestyle__slider-slide.section-freestyle__working {
  background-image: url(/local/templates/aio/assets/css/../img/freestyle-slide-bg2.svg);
  background-size: 907px 516px;
  background-position: 128% 50%;
}

.section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {
  background-image: url(/local/templates/aio/assets/css/../img/freestyle-slide-bg3.svg);
  background-size: 881px 714px;
  background-position: 129% 50%;
}

.section-freestyle .section-freestyle__slider-pagination {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
}

:is(.section-freestyle .section-freestyle__slider-pagination) span {
  opacity: 0.5;
}

.section-freestyle .section-freestyle__slide-title {
  font-family: var(--third-family);
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 24px;
}

.section-freestyle .section-freestyle__slide-suptitle {
  font-family: var(--second-family);
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-freestyle .section-freestyle__slider-buttons {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 40px;
  padding-left: 16px;


}

:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e6f355;
  background-color: #e6f355;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
}

:is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn)::after {
  content: '';
  background-color: #232332;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  mask: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 12L15 4.5L16.05 5.55L9.6 12L16.05 18.45L15 19.5L7.5 12Z" fill="currentColor" /></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 12L15 4.5L16.05 5.55L9.6 12L16.05 18.45L15 19.5L7.5 12Z" fill="currentColor" /></svg>');
}

:is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn):hover {
  opacity: 0.9;
}

:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn[disabled] {
  background-color: transparent;
}

:is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn[disabled])::after {
  background-color: #fff;
}

:is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.section-freestyle .section-freestyle__slider-buttons--mob {
  display: none;
}

.section-volume {
  background: #f4f5fd;
  color: #f4f5fd;
}

.section-volume::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #f4f5fd;
}

.section-volume .section-volume__title {
  margin-bottom: 16px;
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  color: #232332;
  padding: 0 10px;
}

.section-volume .section-volume__suptitle {
  margin-bottom: 40px;
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #232332;
}

.section-volume .section-volume__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.section-volume .section-volume__item {
  min-height: 354px;
  grid-column: span 4;
}

.section-volume .section-volume__item:nth-child(6n + 2),
.section-volume .section-volume__item:nth-child(6n + 3),
.section-volume .section-volume__item:nth-child(6n + 6) {
  grid-column: span 8;
}

.section-volume .section-volume__item-inner {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  padding: 24px;
}

.section-volume .section-volume__rockstar {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

:is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

:is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

:is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-volume .section-volume__reload {
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

:is(.section-volume .section-volume__reload) .section-volume__reload-image {
  position: absolute;
  left: 33%;
  top: -34%;
  z-index: 1;
  width: 593px;
}

:is(:is(.section-volume .section-volume__reload) .section-volume__reload-image) img {
  width: 100%;
  object-fit: cover;
}

:is(.section-volume .section-volume__reload) .section-volume__reload-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 393px;
  text-align: left;
}

:is(.section-volume .section-volume__reload) .section-volume__reload-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 300px;
  text-align: left;
}

.section-volume .section-volume__way {
  background: linear-gradient(135deg, #313ffe 0%, #1d2698 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

:is(.section-volume .section-volume__way) .section-volume__way-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 1194px;
}

:is(:is(.section-volume .section-volume__way) .section-volume__way-image) img {
  width: 100%;
}

:is(.section-volume .section-volume__way) .section-volume__way-title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

:is(.section-volume .section-volume__way) .section-volume__way-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 444px;
}

.section-volume .section-volume__crew {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

:is(.section-volume .section-volume__crew) .section-volume__crew-image {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  z-index: 1;
}

:is(.section-volume .section-volume__crew) .section-volume__crew-title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}

:is(.section-volume .section-volume__crew) .section-volume__crew-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-volume .section-volume__energy {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

:is(.section-volume .section-volume__energy)::after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

:is(.section-volume .section-volume__energy) .section-volume__energy-image {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-35%);
  z-index: 1;
}

:is(.section-volume .section-volume__energy) .section-volume__energy-title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 3;
}

:is(.section-volume .section-volume__energy) .section-volume__energy-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 3;
}

.section-volume .section-volume__brain {
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

:is(.section-volume .section-volume__brain) .section-volume__brain-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-76%) translateY(-46%);
  z-index: 1;
  width: 692px;
}

:is(:is(.section-volume .section-volume__brain) .section-volume__brain-image) img {
  width: 100%;
}

:is(.section-volume .section-volume__brain) .section-volume__brain-title {
  font-family: var(--third-family);
  font-size: 88px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 2;
}

:is(.section-volume .section-volume__brain) .section-volume__brain-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 320px;
}

.section.section-roles {
  padding-bottom: 200px;
}

.section-roles {
  background: #000;
  color: #000;

}

.section-roles::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #000;
  border-top: 1px solid #6e6e84;
}

.section-roles .section-roles__image {
  max-width: 725px;
  margin: 0 auto;
}

:is(.section-roles .section-roles__image) img {
  width: 100%;
}

.section-roles .section-roles__info {
  text-align: center;
  padding: 0 10px;
  margin-top: -347px;
  margin-bottom: 64px;
}

.section-roles .section-roles__descr {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin: 0 auto 32px;
  max-width: 588px;
}

.section-roles .section-roles__link {
  text-align: center;
}

.section-roles .section-roles__roles {
  padding-top: 64px;
  border-top: 1px solid #6e6e84;
}

.section-roles .section-roles__roles-item:not(:last-child) {
  margin-bottom: 64px;
}

.section-roles .section-roles__item-title {
  font-family: var(--third-family);
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 32px;
}

.section-roles .section-roles__item-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.section-roles .section-roles__open-role {
  grid-column: span 4;
}

.section-roles .section-roles__role-link {
  height: 100%;
  background-color: #000;
  border: 1px solid #6e6e84;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 8px;
  padding: 24px;
  transition: opacity 0.3s ease-in;
}

:is(.section-roles .section-roles__role-link):hover {
  opacity: 0.9;
}

.section-roles .section-roles__role-title {
  font-family: var(--third-family);
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-roles .section-roles__role-text {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
}

footer::before {
  border-top: 1px solid #6e6e84;
}

@media (max-width: 1200px) {


  .section-freestyle::before {
    height: 72px;
    top: -72px;
  }

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {
    background-position: 50% 50%;
  }

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {
    background-position: 50% 50%;
  }

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {
    background-position: 50% 50%;
  }


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {
    height: 72px;
    top: -72px;
  }

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {}

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {}

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {}



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {}

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {
    z-index: 1;
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {
    z-index: 2;
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {
    height: 72px;
    top: -72px;
  }


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {
    padding: 0 16px;
  }

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}

}

@media (max-width: 1024px) {


  .section-freestyle::before {}

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {}

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {}

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {}

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {}



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {}

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {}


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}
}

@media (max-width: 992px) {


  .top-section .top-section__image {}

  .top-section .top-section__title {}

  .top-section .top-section__suptitle {}

  .top-section .top-section__btn {}


  .section-freestyle::before {
    height: 48px;
    top: -48px;
  }

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {
    height: 48px;
    top: -48px;
  }

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {
    gap: 16px;
  }

  .section-volume .section-volume__item {
    grid-column: span 6;
  }

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {
    grid-column: span 6;
  }

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {
    text-align: left;
  }

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {
    text-align: left;
  }



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {
    left: 50%;
    transform: translateX(-24%) translateY(26%);
    width: 549px;
  }

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {
    text-align: left;
  }

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {
    text-align: left;
  }



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {
    text-align: left;
  }

  :is(.section-volume .section-volume__way) .section-volume__way-text {
    text-align: left;
  }



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {
    transform: translateX(-39%) translateY(-48%);
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {
    text-align: left;
    font-size: 56px;
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {
    text-align: left;
  }


  .section-roles::before {
    height: 48px;
    top: -48px;
  }


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}

}

@media (max-width: 768px) {
  .top-section {
    padding-top: 288px;
    padding-bottom: 136px;
  }


  .top-section .top-section__image {}

  .top-section .top-section__title {}

  .top-section .top-section__suptitle {}

  .top-section .top-section__btn {}


  .section-freestyle::before {}

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {}

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {}

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {}

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {
    font-size: 45px;
  }

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {
    transform: translateX(-50%) translateY(26%);
  }

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {
    font-size: 45px;
    line-height: 100%;
  }

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {}



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {
    font-size: 45px;
  }

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {
    font-size: 45px;
  }

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {
    font-size: 45px;
  }

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {
    font-size: 45px;
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {}


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {
    grid-column: span 12;
  }

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}
}

@media (max-width: 700px) {
  .section.section-roles {
    padding-bottom: 136px;
  }

  .section-roles .section-roles__info {
    margin-top: -30px;
  }
}

@media (max-width: 650px) {


  .top-section .top-section__image {}

  .top-section .top-section__title {}

  .top-section .top-section__suptitle {}

  .top-section .top-section__btn {}


  .section-freestyle::before {}

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {}

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {
    grid-column: span 12;
  }

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {
    grid-column: span 12;
  }

  .section-volume .section-volume__item:nth-child(1) {
    order: 2;
  }

  .section-volume .section-volume__item:nth-child(2) {
    order: 1;
  }

  .section-volume .section-volume__item:nth-child(3) {
    order: 3;
  }

  .section-volume .section-volume__item:nth-child(4) {
    order: 4;
  }

  .section-volume .section-volume__item:nth-child(5) {
    order: 6;
  }

  .section-volume .section-volume__item:nth-child(6) {
    order: 5;
  }

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}

  .section-volume .section-volume__reload {
    align-items: center;
  }


  :is(.section-volume .section-volume__reload) .section-volume__reload-image {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {
    text-align: center;
    max-width: none;
  }

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {
    text-align: center;
    max-width: none;
  }



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {}

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {
    top: -62px;
  }

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {
    transform: translateX(-50%);
  }

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}

  .section-volume .section-volume__brain {
    align-items: flex-start;
  }


  :is(.section-volume .section-volume__brain) .section-volume__brain-image {
    width: 505px;
    transform: translateX(-50%) translateY(-42%);
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {}


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {
    margin-top: -30px;
  }

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}

}

@media (max-width: 500px) {
  .top-section {
    padding-top: 139px;
  }

  .top-section .top-section__image {
    display: block;
  }

  :is(.top-section .top-section__image) img {
    width: 100%;
    transform: none;
  }

  .top-section .top-section__title {
    font-size: 48px;
    line-height: 117%;
  }

  .top-section .top-section__suptitle {}

  .top-section .top-section__btn {}

  .section.section-freestyle {
    padding-bottom: 112px;
  }

  .section-freestyle .section-freestyle__slider-buttons--mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    column-gap: 5px;

  }

  :is(.section-freestyle .section-freestyle__slider-buttons--mob) .section-freestyle__arrow-next {
    max-width: 300px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 16px;
    background: #e6f355;
    border-radius: 32px;
    font-family: var(--second-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #232332;
  }

  :is(:is(.section-freestyle .section-freestyle__slider-buttons--mob) .section-freestyle__arrow-next) span {
    border-radius: 32px;
    width: 44px;
    height: 44px;
    background: #000;
    position: relative;
  }

  :is(:is(:is(.section-freestyle .section-freestyle__slider-buttons--mob) .section-freestyle__arrow-next) span)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/aio/assets/css/../img/arrow-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  :is(.section-freestyle .section-freestyle__slider-buttons--mob) .section-freestyle__arrow-prev {
    border: 1px solid #e6f355;
    border-radius: 32px;
    width: 52px;
    height: 52px;
    background-color: transparent;
    position: relative;
  }

  :is(:is(.section-freestyle .section-freestyle__slider-buttons--mob) .section-freestyle__arrow-prev)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/aio/assets/css/../img/arrow-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }


  .section-freestyle::before {}

  .section-freestyle .section-freestyle__info {
    margin-bottom: 24px;
  }

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {
    margin-bottom: 24px;
  }

  .section-freestyle .section-freestyle__slider-item {
    max-width: 96%;
    min-height: 486px;
  }

  .section-freestyle .section-freestyle__slider-slide {
    border-radius: 32px;
    padding: 24px;
  }

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}

  .section-freestyle .section-freestyle__slider-buttons--desk {
    display: none;
  }



  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {}

  .section-volume .section-volume__title {
    font-size: 48px;
    line-height: 117%;
  }

  .section-volume .section-volume__suptitle {
    margin-bottom: 24px;
  }

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {}

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {}

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {}



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {
    top: -57px;
  }

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {
    top: -27px;
  }

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {
    width: 542px;
    transform: translateX(-50%) translateY(-44%);
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {}


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}
}

@media (max-width: 450px) {


  .top-section .top-section__image {}

  .top-section .top-section__title {}

  .top-section .top-section__suptitle {}

  .top-section .top-section__btn {}


  .section-freestyle::before {}

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {}

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {}

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {}

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {}



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {}

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {}


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}
}

@media (max-width: 380px) {


  .top-section .top-section__image {}

  .top-section .top-section__title {}

  .top-section .top-section__suptitle {}

  .top-section .top-section__btn {}


  .section-freestyle::before {}

  .section-freestyle .section-freestyle__info {}

  .section-freestyle .section-freestyle__title {}

  .section-freestyle .section-freestyle__suptitle {}

  .section-freestyle .left-container {}

  .section-freestyle .section-freestyle__slider-slide {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__horizon {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__working {}

  .section-freestyle .section-freestyle__slider-slide.section-freestyle__crafts {}


  :is(.section-freestyle .section-freestyle__slider-pagination) span {}

  .section-freestyle .section-freestyle__slide-title {}

  .section-freestyle .section-freestyle__slide-suptitle {}


  :is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-btn {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev)::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-prev):hover::after {}


  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next)::after {}

  :is(:is(.section-freestyle .section-freestyle__slider-buttons) .section-freestyle__slider-next):hover {}


  .section-volume::before {}

  .section-volume .section-volume__title {}

  .section-volume .section-volume__suptitle {}

  .section-volume .section-volume__items {}

  .section-volume .section-volume__item {}

  .section-volume .section-volume__item:nth-child(6n + 2),
  .section-volume .section-volume__item:nth-child(6n + 3),
  .section-volume .section-volume__item:nth-child(6n + 6) {}

  .section-volume .section-volume__item-inner {}



  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-image {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-title {}

  :is(.section-volume .section-volume__rockstar) .section-volume__rockstar-text {}



  :is(.section-volume .section-volume__reload) .section-volume__reload-image {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-title {}

  :is(.section-volume .section-volume__reload) .section-volume__reload-text {}



  :is(.section-volume .section-volume__way) .section-volume__way-image {}

  :is(.section-volume .section-volume__way) .section-volume__way-title {}

  :is(.section-volume .section-volume__way) .section-volume__way-text {}



  :is(.section-volume .section-volume__crew) .section-volume__crew-image {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-title {}

  :is(.section-volume .section-volume__crew) .section-volume__crew-text {}


  :is(.section-volume .section-volume__energy)::after {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-image {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-title {}

  :is(.section-volume .section-volume__energy) .section-volume__energy-text {}



  :is(.section-volume .section-volume__brain) .section-volume__brain-image {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-title {}

  :is(.section-volume .section-volume__brain) .section-volume__brain-text {}


  .section-roles::before {}


  :is(.section-roles .section-roles__image) img {}

  .section-roles .section-roles__info {}

  .section-roles .section-roles__descr {}

  .section-roles .section-roles__link {}

  .section-roles .section-roles__roles {}

  .section-roles .section-roles__roles-item:not(:last-child) {}

  .section-roles .section-roles__item-title {}

  .section-roles .section-roles__item-list {}

  .section-roles .section-roles__open-role {}

  .section-roles .section-roles__role-title {}

  .section-roles .section-roles__role-text {}
}
/* End */
/* /local/templates/aio/assets/css/career.css?176433609651114 */
