

/* Start:/local/templates/main/assets/css/expert.css?17869687827098*/
.expert__banner {
  background-color: var(--bg-dark);
}

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

.expert__banner-wrap::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 350px;
  width: 100%;
  height: 250px;
  background-image: var(
    --expert-banner-image,
    url("/local/templates/main/assets/css/../img/expertBannerBg.png")
  );
  margin: auto auto 0 auto;
  background-position: bottom center;
}

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

.expert__banner .expert__banner-text {
  color: var(--text-light-secondary-alt);
  margin: 40px 0 0 0;
}

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

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

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

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

.expert__responsibilities-block::before {
  --size: 40px;
  display: block;
  content: "";
  width: var(--size);
  height: var(--size);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: var(--icon);
  margin: 0 auto 0 auto;
}

.expert__responsibilities-block-text {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

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

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

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

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

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

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

.expert__rewards {
  background-color: var(--bg-very-light-gray);
  padding: 35px 0 75px 0;
}

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

.expert__rewards-block {
  padding: 0 20px 0 0;
  border-radius: 25px;
  display: flex;
  overflow: hidden;
  align-items: center;
  background-color: var(--bg-dark);
}

.expert__rewards-text-wrap {
  display: flex;
}

.expert__rewards-text-wrap::before {
  display: block;
  content: "";
  min-width: 140px;
  height: 145px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--reward-image);
  background-position: center;
}

.expert__rewards-block--img1::before {
  background-image: url("/local/templates/main/assets/css/../img/expertRewardImg1.png");
}

.expert__rewards-block--img2::before {
  background-image: url("/local/templates/main/assets/css/../img/expertRewardImg2.png");
}

.expert__rewards-block--img3::before {
  background-image: url("/local/templates/main/assets/css/../img/expertRewardImg3.png");
}

.expert__rewards-block--img4::before {
  background-image: url("/local/templates/main/assets/css/../img/expertRewardImg4.png");
}

.expert__rewards-block-text {
  margin: 0;
  padding: 25px;
  font-size: 16px;

  color: var(--text-light-primary);
}

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

.expert__offer {
  padding: 50px 0 65px 0;
}

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

.expert__offer-title {
  display: block;
  margin: 0 0 45px 0;
}

.expert__offer-card-title {
  color: var(--text-light-primary);
  font-size: 18px;
}

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

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

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

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

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

.expert__form textarea {
  height: 90px;
}

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

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

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

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

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

.expert__form-subtitle {
  font-size: 20px;
  margin: 0;
}

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

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

.expert__form--hidden {
  display: none;
}

@media (min-width: 600px) {
  .expert__offer-wrap::before {
    width: 280px;
    margin: 0 auto 0 auto;
  }

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

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

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

  .expert__responsibilities-block-text {
    text-align: left;
    margin: 10px 0 0 0;
  }

  .expert__responsibilities-block::before {
    margin: 0;
  }

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

  .expert__responsibilities-block-text {
    font-size: 24px;
  }

  .expert__rewards-block-text {
    font-size: 20px;
  }

  .expert__offer-card-title {
    font-size: 30px;
  }

  .expert__offer-card-title {
    font-size: 22px;
  }
}

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

  .expert__banner-title {
    max-width: 500px;
  }

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

  .expert__banner-wrap {
    display: flex;
  }

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

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

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

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

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

  .expert__offer-wrap {
    display: flex;
  }

  .expert__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");
  }

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

  .expert__form-wrap {
    display: flex;
  }

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

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

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

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

@media (min-width: 1920px) {
  .expert__banner-wrap::after {
    margin: auto auto 0 auto;
  }
}

/* End */
/* /local/templates/main/assets/css/expert.css?17869687827098 */
