.for-corporate .h2 {
  color: #242526;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.for-corporate .h2:before {
  content: "[ ";
  color: #94b80a;
}
.for-corporate .h2:after {
  content: " ]";
  color: #94b80a;
}
.for-corporate .faq-item__body__text {
  padding-right: 0 !important;
}
.for-corporate__intro {
  height: 620px;
  background: url("../../i/fcor-intro.png") no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 48px 60px;
  position: relative;
  margin: 15px 0 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.for-corporate__intro h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.22222;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  max-width: 700px;
}
.for-corporate__intro h1:before {
  content: "[ ";
  color: #94b80a;
}
.for-corporate__intro h1:after {
  content: " ]";
  color: #94b80a;
}
.for-corporate__intro .h2 {
  max-width: 710px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.21875;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}
.for-corporate__intro .h2:before, .for-corporate__intro .h2:after {
  display: none;
}
.for-corporate__intro__row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.for-corporate__intro .btn {
  height: 140px;
  white-space: nowrap;
  width: 400px;
  border-radius: 300px;
  font-size: 24px;
  font-weight: 600;
}
.for-corporate__intro .btn:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../i/fcor-arrow-down.svg") no-repeat;
  flex-shrink: 0;
  display: inline-flex;
  position: relative;
  top: 4px;
  margin: 0 0 0 10px;
}
.for-corporate__bs-slider {
  position: relative;
}
.for-corporate__bs-slider .swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.for-corporate__bs-slider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.for-corporate__bs-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
  filter: blur(4px);
}
.for-corporate__bs-slider .swiper-slide-prev,
.for-corporate__bs-slider .swiper-slide-next,
.for-corporate__bs-slider .swiper-slide-visible {
  opacity: 1 !important;
}
.for-corporate__bs-slider .swiper-slide-prev,
.for-corporate__bs-slider .swiper-slide-next {
  filter: blur(2px) !important;
}
.for-corporate__bs-slider .swiper-slide-active {
  transition: 0.3s all;
  opacity: 1;
  filter: unset !important;
}
.for-corporate__bs-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #000;
  color: #fff;
}
.for-corporate__bs-row h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 40px 0 0;
  background: url("../../i/ico-rotator-video.svg") right 0 no-repeat;
}
.for-corporate__bs-row .description {
  margin: 0 0 30px 0;
  font-size: 12px;
}
.for-corporate__bs-row .actions {
  display: flex;
  gap: 10px;
}
.for-corporate__bs-row .actions .btn {
  font-size: 11px;
}
.for-corporate__why {
  margin: 0 0 100px 0;
}
.for-corporate__why .h2 {
  color: #242526;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.for-corporate__why .h2:before {
  content: "[ ";
  color: #94b80a;
}
.for-corporate__why .h2:after {
  content: " ]";
  color: #94b80a;
}
.for-corporate__why__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.for-corporate__why__list .item {
  border-radius: 16px;
  border: 1px solid #ebedef;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.for-corporate__why__list .item:nth-child(1) {
  background: #edf3d6 url("../../i/fcor-why-bg-1.svg") center bottom no-repeat;
}
.for-corporate__why__list .item:nth-child(2) {
  background: #edf3d6 url("../../i/fcor-why-bg-2.svg") center bottom no-repeat;
}
.for-corporate__why__list .item:nth-child(3) {
  background: #edf3d6 url("../../i/fcor-why-bg-3.svg") center bottom no-repeat;
}
.for-corporate__why__list .item:nth-child(4) {
  background: #edf3d6 url("../../i/fcor-why-bg-4.svg") center bottom no-repeat;
}
.for-corporate__why__list img {
  width: 44px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.for-corporate__why__list h3 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 105px 0 0 0;
}
.for-corporate__why__list h3 span {
  display: block;
  margin: 0 0 12px 0;
  color: #1e0e0e;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.for-corporate__business-solutions {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 100px;
}
.for-corporate__business-solutions .h2 {
  color: #242526;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 50px 0;
}
.for-corporate__business-solutions .h2:before {
  content: "[ ";
  color: #94b80a;
}
.for-corporate__business-solutions .h2:after {
  content: " ]";
  color: #94b80a;
}
.for-corporate__support {
  background: url("../../i/fcor-bg-support-w.svg") right 20px no-repeat;
  padding: 100px 0 0 0;
}
.for-corporate__support__row {
  border-radius: 16px;
  background: #f5f5f5 url("../../i/fcor-bg-support.svg") 16.6% bottom no-repeat;
  padding: 48px 60px;
  display: grid;
  grid-template-columns: 1fr 1.85fr;
  gap: 40px;
  margin: 0 0 80px 0;
}
.for-corporate__support__row p {
  color: #242526;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.for-corporate__support__row .h2 {
  color: #242526;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 16px 0;
  max-width: 350px;
}
.for-corporate__support__row .h2:before {
  content: "[ ";
  color: #94b80a;
}
.for-corporate__support__row .h2:after {
  content: " ]";
  color: #94b80a;
}
.for-corporate__support__body {
  padding: 32px;
  border-radius: 12px;
  background: #fff;
}
.for-corporate__support .contacts__info-col__right {
  width: 180px;
}
.for-corporate__support .contacts__online .contacts__subhead__title {
  margin: 0 0 15px 0;
}
.for-corporate .btn-our-show-rooms {
  display: block;
  text-decoration: none;
  padding: 28px 70px 28px 130px;
  position: relative;
  border-radius: 300px;
  border: 1px solid #ebedef;
  background: #fff url("../../i/fcor-show-rooms.png") 24px center no-repeat;
  background-size: 90px auto;
  color: #242526;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.for-corporate .btn-our-show-rooms:after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #a2c617 url("../../i/fcor-arrow-right.svg") center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -24px 0 0 0;
}
.for-corporate .btn-our-show-rooms:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.for-corporate__tech4b {
  padding: 85px 0 100px 0;
}
.for-corporate__tech4b__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  font-weight: 400;
}
.for-corporate__tech4b .link {
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 30px 100px 30px 24px;
  color: #242526;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  border-radius: 300px;
  border: 1px solid #ebedef;
}
.for-corporate__tech4b .link:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../../i/fcor-btn.svg") center center no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  margin: -24px 0 0 0;
}
.for-corporate__tech4b .link:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.for-corporate__tech4b__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.for-corporate__tech4b__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 0 0;
}
.for-corporate__tech4b__action .btn[aria-expanded=false] .text-hide {
  display: none;
}
.for-corporate__tech4b__action .btn[aria-expanded=true] .text-show {
  display: none;
}
.for-corporate__tech4b__action .btn {
  min-width: 170px;
}
.for-corporate__about {
  padding: 0 0 100px 0;
}
.for-corporate__about__text {
  color: #d3d3d4;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 32px 0;
  transition: color 0.7s ease;
}
.for-corporate__about__text span {
  color: #d3d3d4;
}
.for-corporate__about__stat {
  display: flex;
  gap: 80px;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
}
.for-corporate__about__stat span {
  color: #a2c617;
  font-size: 60px;
  font-weight: 500;
  display: block;
  line-height: 1.1;
  white-space: nowrap;
}
.for-corporate__how-it-work {
  padding: 0 0 100px 0;
}
.for-corporate__hiw-slider {
  overflow: hidden;
  position: relative;
}
.for-corporate__hiw-slider .swiper-slide[data-swiper-slide-index="0"]::before {
  content: "01";
}
.for-corporate__hiw-slider .swiper-slide[data-swiper-slide-index="1"]::before {
  content: "02";
}
.for-corporate__hiw-slider .swiper-slide[data-swiper-slide-index="2"]::before {
  content: "03";
}
.for-corporate__hiw-slider .swiper-slide[data-swiper-slide-index="3"]::before {
  content: "04";
}
.for-corporate__hiw-item {
  min-height: 400px;
  border-radius: 16px;
  border: 1px solid #ebedef;
  background: #f5f5f5;
  padding: 32px 32px 120px 32px;
  position: relative;
  overflow: hidden;
}
.for-corporate__hiw-item:before {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 170px;
  line-height: 1;
  color: #e2eeb4;
  font-weight: 600;
}
.for-corporate__hiw-item .slide-title {
  color: #374250;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.21429;
  padding: 3px 0 3px 48px;
  background: url("../../i/fcor-step-name.svg") no-repeat;
}
.for-corporate__hiw-item .slide-subtitle {
  color: #8B8F94;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0 0 48px;
}
.for-corporate .faq-hide-box {
  height: unset !important;
}
.for-corporate .faq-hide-box:after, .for-corporate .faq-hide-box:before {
  display: none;
}
.for-corporate__faq {
  padding: 0 0 120px 0;
}

@media (max-width: 1330px) {
  .for-corporate__business-solutions {
    padding: 40px;
  }
  .for-corporate__intro {
    padding: 48px 40px;
  }
  .for-corporate__intro h1 {
    font-size: 60px;
    margin: 0 0 20px 0;
  }
  .for-corporate__intro .btn {
    height: 100px;
    width: auto;
    font-size: 21px;
  }
  .for-corporate__intro .h2 {
    font-size: 28px;
  }
  .for-corporate__support__row {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 24px;
  }
  .for-corporate__why__list h3 {
    font-size: 14px;
  }
  .for-corporate__why__list h3 span {
    font-size: 21px;
  }
  .for-corporate__tech4b .link {
    font-size: 21px;
  }
  .for-corporate__about__stat span {
    font-size: 48px;
  }
  .for-corporate__about__stat {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .for-corporate__bs-slider .swiper-container {
    padding: 0;
  }
  .for-corporate__business-solutions {
    padding: 20px 15px;
    margin: 0 -15px;
    border-radius: 0;
  }
  .for-corporate__bs-row {
    display: block;
  }
  .for-corporate__bs-row .info {
    padding: 15px 0 0 0;
  }
  .for-corporate__tech4b {
    padding: 48px 0;
  }
  .for-corporate__why {
    margin: 0 0 48px 0;
  }
  .for-corporate__support {
    background: none;
    padding: 0;
  }
  .for-corporate__support__row {
    background: #f5f5f5;
    padding: 0 15px;
    margin: 0 -15px 0 -15px;
    border-radius: 0;
  }
  .for-corporate__support__row .h2 {
    max-width: unset;
    font-size: 28px;
  }
  .for-corporate__intro {
    padding: 30px 24px;
    height: 510px;
    margin-bottom: 48px;
  }
  .for-corporate__intro h1 {
    font-size: 28px;
  }
  .for-corporate__intro .btn {
    height: 92px;
    width: auto;
    font-size: 21px;
  }
  .for-corporate__intro .h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .for-corporate__intro__row {
    display: block;
  }
  .for-corporate__support__row {
    padding: 24px;
    gap: 20px;
  }
  .for-corporate__tech4b .link {
    font-size: 18px;
  }
  .for-corporate__about__text {
    font-size: 18px;
    color: #242526;
    line-height: 1.4;
    font-weight: 500;
  }
  .for-corporate__how-it-work, .for-corporate__faq {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .for-corporate__about__stat {
    flex-wrap: wrap;
  }
  .for-corporate__about__stat .item {
    width: 100%;
  }
  .for-corporate__why__list {
    grid-template-columns: 1fr 1fr;
  }
  .for-corporate__tech4b__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .for-corporate__support__row .h2 {
    font-size: 24px;
  }
  .for-corporate__support__body {
    padding: 24px;
  }
  .for-corporate__intro {
    background: url("../../i/fcor-intro-mobile.png") center bottom no-repeat;
    background-size: cover;
  }
  .for-corporate__intro .btn {
    width: 100%;
    height: 62px;
    font-size: 16px;
    padding: 10px;
    line-height: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .for-corporate__intro .btn:after {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    position: relative;
    top: -3px;
  }
  .for-corporate__why__list {
    grid-template-columns: 1fr;
  }
  .for-corporate__why__list .item {
    background-size: 100% auto !important;
    padding: 24px;
  }
  .for-corporate__why__list .item h3 {
    margin: 60px 0 0 0;
    font-size: 18px;
  }
  .for-corporate__why__list .item h3 br {
    display: none;
  }
  .for-corporate__why__list .item h3 span {
    font-size: 30px;
    line-height: 1.2;
  }
  .for-corporate__support .contacts__info-col__right {
    width: unset;
  }
  .for-corporate__support .contacts__online .timework {
    margin: 0;
    display: block;
  }
  .for-corporate .timework {
    display: block;
  }
  .for-corporate__support__row {
    padding: 24px 16px;
  }
  .for-corporate__support__body {
    padding: 16px;
  }
  .for-corporate .btn-our-show-rooms {
    font-size: 16px;
    background-size: 51px auto;
    padding: 16px 80px;
    background-position: 16px center;
  }
}
@media (max-width: 480px) {
  .for-corporate .contacts__online__link {
    width: 100%;
  }
  .for-corporate .timework__item {
    width: 100%;
  }
  .for-corporate__hiw-item {
    padding: 16px 16px 120px 16px;
    min-height: 200px;
  }
  .for-corporate__hiw-item .slide-title {
    font-size: 18px;
    background-size: auto 30px;
    line-height: 24px;
    padding-left: 40px;
  }
  .for-corporate__hiw-item .slide-subtitle {
    font-size: 14px;
    padding-left: 40px;
  }
  .for-corporate__tech4b .link {
    font-size: 16px;
    padding: 24px 70px 24px 24px;
  }
  .for-corporate__tech4b .link:after {
    right: 16px;
  }
  .for-corporate__tech4b .btn {
    width: 100%;
  }
  .for-corporate__intro {
    padding: 24px;
  }
  .for-corporate__intro h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .for-corporate__intro .h2 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=for-corporate.css.map */
