

/* Start:/local/templates/main/assets/css/corporateTraining.css?17869687829836*/
.corporate__banner {
  background-color: var(--bg-dark);
}

.corporate__banner-wrap-group {
  padding: 70px 0 70px 0;
}

.corporate__banner-wrap::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 350px;
  width: 100%;
  height: 250px;
  background-image: url("/local/templates/main/assets/css/../img/corporateBannerBg.png");
  position: relative;
  bottom: 0;
  margin: auto auto 0 auto;
  background-position: bottom center;
}

.corporate__banner .corporate__banner-title {
  color: var(--text-light-primary);
}

.corporate__banner-text {
  color: var(--text-light-secondary-alt);
  margin: 40px 0 0 0;
}
.corporate__banner-wrap-group > a {
  width: 100%;
}

button.corporate__banner-btn {
  margin: 85px 0 0 0;
  max-width: none;
  width: 100%;
}

/* ------------------------------------------------------------------------------- */

.corporate__description {
  padding: 35px 0;
}

.corporate__description-text {
  margin: 0;
}

/* ------------------------------------------------------------------------------- */

.corporate__about {
  padding: 0 0 40px 0;
}

.corporate__about-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 40px;
  margin: 70px 0 0 0;
}

.corporate__about-block {
  display: flex;
  flex-direction: column;
}

.corporate__about-block::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
  width: 165px;
  margin: 0 auto 10px auto;
  background-position: center;
  background-image: var(--icon, none);
}

.corporate__about-block--icon1::before {
  background-image: url("/local/templates/main/assets/css/../img/corporateTrainingAboutIcon1.png");
  /* height: 135px;
  width: 165px; */
}

.corporate__about-block--icon2::before {
  background-image: url("/local/templates/main/assets/css/../img/corporateTrainingAboutIcon2.png");
  /* height: 160px;
  width: 165px; */
}

.corporate__about-block--icon3::before {
  background-image: url("/local/templates/main/assets/css/../img/corporateTrainingAboutIcon3.png");
  /* height: 155px;
  width: 205px; */
}

.corporate__about-block--icon4::before {
  background-image: url("/local/templates/main/assets/css/../img/corporateTrainingAboutIcon4.png");
  /* height: 200px;
  width: 215px; */
}

.corporate__about-block-text {
  text-align: center;
}

/* ------------------------------------------------------------------------------- */

.corporate__forWhom {
  padding: 40px 0 70px 0;
  background-color: var(--bg-very-light-gray);
}

.corporate__forWhom-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 50px;
  margin: 50px 0 0 0;
}

.corporate__forWhom-text {
  margin: 0;
}

.corporate__forWhom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.corporate__forWhom-block::before {
  --size: 65px;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: var(--size);
  background-image: var(--icon, none);
}

.corporate__forWhom-block--icon1::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/corporateTrainingForWhomIcon1.svg");
}

.corporate__forWhom-block--icon2::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/corporateTrainingForWhomIcon2.svg");
}

.corporate__forWhom-block--icon3::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/corporateTrainingForWhomIcon3.svg");
}

.corporate__forWhom-block--icon4::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/corporateTrainingForWhomIcon4.svg");
}

.corporate__forWhom-block--icon5::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/corporateTrainingForWhomIcon5.svg");
}

.corporate__forWhom-block--icon6::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/corporateTrainingForWhomIcon6.svg");
}

/* ------------------------------------------------------------------------------- */

.corporate__tutorial {
  padding: 40px 0 0 0;
}

.corporate__tutorial-text {
  font-size: 16px;
  margin: 30px 0 0 0;
}

.corporate__tutorial-stages {
  counter-reset: stageCounter;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 30px 0 0 0;
}

.corporate__tutorial-stage {
  counter-increment: stageCounter;
  padding: 0 0 45px 0;
}

.corporate__tutorial-stage:last-child {
  padding: 0 0 50px 0;
}

.corporate__tutorial-stage::before {
  --size: 45px;
  content: counter(stageCounter);
  display: flex;
  font-size: 24px;
  font-weight: 500;
  color: var(--text-light-primary);
  background-color: var(--bg-light-gray);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin: 0 auto 20px auto;
}

.corporate__tutorial-stage ol {
  margin: 10px 0 0 16px;
}

.corporate__tutorial-stage-title {
  font-size: 24px;
  color: var(--text-sky-blue);
}

.corporate__tutorial-stage-text {
  font-weight: 500;
  margin: 10px 0 0 0;
  text-align: center;
}

/* ------------------------------------------------------------------------------- */

.corporate__offer {
  padding: 0 0 35px 0;
}

.corporate__offer-wrap {
  background-color: var(--bg-dark);
  border-radius: 13px;
  padding: 24px 16px;
}

.corporate__offer-title {
  color: var(--text-light-primary);
  font-size: 22px;
}

.corporate__offer-text {
  color: var(--text-light-primary);
  margin: 15px 0 0 0;
}

.corporate__offer-btn {
  max-width: none;
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 18px;
}

.corporate__offer-wrap::before {
  content: "";
  max-width: 220px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-image: url("/local/templates/main/assets/css/../img/corporateOfferImg.png");
  margin: 0 auto 0 auto;
  background-position: center;
}

/* ------------------------------------------------------------------------------- */

.corporate__form {
  padding: 40px 0 50px 0;
  background-color: var(--bg-very-light-gray);
}

.corporate__form-wrap {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 16px 16px 45px 16px;
  background-color: var(--bg-light);
}

.corporate__form-title {
  font-size: 30px;
}

.corporate__form-text {
  margin: 20px 0 0 0;
}

.corporate__form-block {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.corporate__form-block input {
  width: 100%;
}

.corporate__form-subtitle {
  font-size: 18px;
  margin: 0;
}

.corporate__form-checkbox {
  margin: 50px 0 0 0;
}

.corporate__form-submit {
  margin: 40px 0 0 0;
  max-width: none;
  width: 100%;
}

.corporate__form.corporate__form--hidden {
  display: none;
}

@media (min-width: 600px) {
  .corporate__about-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .corporate__forWhom-block {
    flex-direction: row;
  }

  .corporate__forWhom-text {
    text-align: left;
  }

  .corporate__tutorial-stage-text {
    text-align: left;
  }

  .corporate__offer-wrap::before {
    width: 280px;
    margin: 0 auto 0 auto;
  }

  .corporate__banner-wrap::after {
    width: 470px;
    height: 300px;
    max-width: none;
  }

  button.corporate__banner-btn {
    max-width: max-content;
  }

  .corporate__about-block-text {
    text-align: left;
  }

  .corporate__form-wrap {
    padding: 55px 25px 45px 25px;
  }

  .corporate__offer-title {
    font-size: 30px;
  }

  .corporate__form-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 991px) {
  .corporate__tutorial-stage-wrap {
    margin: 0 0 0 115px;
  }

  .corporate__tutorial-stage {
    position: relative;
    min-height: 65px;
  }

  .corporate__tutorial-stage::before {
    content: counter(stageCounter);
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    font-size: 40px;
    font-weight: 700;
    color: var(--text-light-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light-gray);
    z-index: 2;
  }

  .corporate__tutorial-stage::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--bg-light-gray);
    z-index: 1;
  }

  .corporate__tutorial-stage:last-child::after {
    content: none;
  }
}

@media (min-width: 1200px) {
  .corporate__banner {
    padding: 0;
  }

  .corporate__title {
    max-width: 500px;
    margin: 80px 0 0 0;
  }

  .corporate__banner-text {
    max-width: 500px;
  }

  .corporate__banner-wrap {
    display: flex;
  }

  .corporate__banner-wrap::after {
    width: 804px;
    height: 577px;
    margin: 0;
    max-width: none;
  }

  .corporate__forWhom {
    padding: 70px 0 100px 0;
  }

  .corporate__about-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  .corporate__forWhom-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .corporate__offer-wrap::before {
    content: none;
  }

  .corporate__offer-title {
    font-size: 40px;
  }

  .corporate__offer-wrap {
    display: flex;
  }

  .corporate__offer-wrap::after {
    content: "";
    height: 180px;
    width: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 0 0 auto;
    background-image: url("/local/templates/main/assets/css/../img/corporateOfferImg.png");
  }

  .corporate__offer-btn {
    max-width: max-content;
    font-size: 20px;
  }

  .corporate__form-wrap {
    display: flex;
  }

  .corporate__form-submit {
    max-width: max-content;
  }

  .corporate__form-block:first-child {
    margin: 0;
  }

  .corporate__tutorial {
    padding: 70px 0 100px 0;
  }

  .corporate__tutorial-stage-title {
    font-size: 32px;
  }

  .corporate__tutorial-stage-text {
    font-size: 24px;
  }

  .corporate__tutorial-stage {
    padding: 0 0 70px 0;
  }

  .corporate__tutorial-stage:last-child {
    padding: 0 0 0 0;
  }

  .corporate__form-title {
    font-size: 40px;
  }

  .corporate__offer-wrap {
    padding: 30px 50px;
  }
}

@media (min-width: 1920px) {
  .corporate__tutorial-stages {
    margin: 50px 0 0 0;
  }
}

/* End */
/* /local/templates/main/assets/css/corporateTraining.css?17869687829836 */
