/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
* {
  font-family: 'Nunito', sans-serif;
}
html,
body {
  font-family: 'Nunito', sans-serif;
}
* {
  box-sizing: border-box;
  outline: none;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.rel {
  position: relative;
}
.ts-small {
  font-size: 12px;
  line-height: 14px;
}
.ts-regular {
  font-size: 18px;
  line-height: 24px;
}
.ts-semi-regular {
  font-size: 20px;
  line-height: 24px;
}
.ts-middle-1 {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .ts-middle-1 {
    font-size: 23px;
  }
}
.ts-middle-2 {
  font-size: 30px;
}
.ts-middle-3 {
  font-size: 33px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .ts-middle-3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.ts-big {
  font-size: 45px;
  line-height: 55px;
}
@media screen and (max-width: 1023px) {
  .ts-big {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 380px) {
  .ts-big {
    font-size: 34px;
    line-height: 44px;
  }
}
.tc-primary {
  color: #58afba;
}
.tc-secondary {
  color: #ee9073;
}
.tc-secondary-light {
  color: #f9b5a1;
}
.tc-light {
  color: #fff;
}
.tc-dark-1 {
  color: #ad506d;
}
.tc-dark-2 {
  color: #594560;
}
.t-shadow-light {
  text-shadow: 2px 2px 4px rgba(82,66,72,0.5);
}
.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.t-hover {
  transition: 0.1s ease-in-out;
}
.t-hover-primary {
  color: #7eb5bc;
}
.t-hover-primary:hover {
  color: #ee9073;
}
.t-hover-secondaty {
  color: #ee9073;
}
.t-hover-light {
  color: #fff;
}
.t-hover-dark-1 {
  color: #ad506d;
}
.t-hover-dark-2:hover {
  color: #ad506d;
}
.tw-normal {
  font-weight: normal;
}
.tw-bold {
  font-weight: bold;
}
.tw-800 {
  font-weight: 800;
}
.btn {
  border: none;
  text-align: center;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.b-menu a.btn {
  display: flex;
  align-items: center;
  flex: 0;
}
.b-footer a.btn {
  flex: auto;
}
@media screen and (max-width: 1023px) {
  .btn {
    width: 280px;
  }

  .b-footer a.btn {
    width: fit-content;
  }
}
.btn-s-small {
  height: 30px;
  border-radius: 15px;
  padding: 0 20px;
}
.btn-s-small-upper {
  height: 40px;
  border-radius: 50px;
  padding: 0 25px;
}
.btn-s-normal {
  height: 60px;
  border-radius: 50px;
  padding: 0 60px;
}
@media screen and (max-width: 1023px) {
  .btn-s-normal {
    padding: 0 50px;
  }
}
.btn-bg-primary {
  background: #58afba;
}
.btn-bg-primary.shadow {
  box-shadow: 10px 10px 30px rgba(38,104,113,0.3);
}
.btn-bg-primary:hover {
  background: #4797a1;
}
.btn-bg-primary:active {
  background: #52afba;
}
.btn-bg-primary-light {
  background: #9dced4;
  color: #41868e;
}
.btn-bg-primary-light:hover {
  background: #4797a1;
  color: #fff;
}
.btn-bg-primary-light:active {
  background: #52afba;
}
.btn-bg-secondary {
  background: #ee9073;
}
.btn-bg-secondary.shadow {
  box-shadow: 10px 10px 30px rgba(238,144,115,0.3);
}
.btn-bg-secondary:hover {
  background: #e08063;
}
.btn-bg-forty {
  background: #ad506d;
}
.btn-bg-forty.shadow {
  box-shadow: 10px 10px 30px rgba(173,80,109,0.3);
}
.btn-bg-forty:hover {
  background: #9c3656;
}
.num-round {
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  background: rgba(173,80,109,0.5);
  width: 50px;
  flex-shrink: 0;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow {
  width: 50px;
  height: 50px;
  background: url("../images/arrow.svg") no-repeat;
}
.block-global-image {
  position: relative;
  z-index: 3;
}
.page-consulting .block-global-image--contact {
  position: absolute;
  left: -115px;
  top: -68px;
  width: 450px;
  height: 517px;
  background-color: rgba(173, 80, 109, 0.7);
  border-radius: 50%;
}
.block-global-image img {
  position: absolute;
}
.page-consulting .block-global-image--contact img {
  position: initial;
  margin-left: 115px;
}
@media screen and (max-width: 768px) {
  .block-global-image-1 {
    margin-bottom: -351px;
  }
}
.block-global-image-1 img {
  right: -324px;
  top: -363px;
}
@media screen and (max-width: 768px) {
  .block-global-image-1 img {
    width: 100%;
    max-width: 370px;
    position: relative;
    right: 0;
    top: -375px;
  }
}
.block-global-image-2 img {
  right: -253px;
  top: -140px;
}
@media screen and (max-width: 768px) {
  .block-global-image-2 img {
    top: -184px;
  }
}
.block-global-image-3 img {
  left: -235px;
  top: -68px;
}
.page-illuminator .block-global-image-3 img {
  top: 0;
  left: -155px
}
@media screen and (max-width: 1023px) {
  .page-illuminator .block-global-image-3 img {
    display: none;
  }
}
input, textarea {
  background: rgba(89,69,96,0.3);
  border-radius: 50px;
  max-width: 386px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  border: none;
  height: 60px;
  color: #58afba;
  padding: 0 20px;
  border: 1px solid transparent;
  transition: 0.13s ease-in;
}
textarea {
  height: 200px;
  padding: 10px 20px;
}
input::placeholder, textarea::placeholder {
  color: #58afba;
}
input:focus, textarea:focus {
  background: rgba(89,69,96,0.7);
  color: #fff;
  border: 1px solid #ddc6bc;
}
.l-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.b-header {
  width: 100%;
  position: fixed;
  z-index: 4;
  padding: 15px 0;
  background: rgba(255,255,255,0.7);
  box-shadow: 0px 2px 4px rgba(82,66,72,0.2);
}
@media screen and (max-width: 1023px) {
  .b-header {
    padding: 9px 0;
  }
  .b-header button {
    width: auto;
  }
}
.b-footer {
  position: relative;
}
.b-footer svg {
  width: 100%;
  height: 256px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .b-footer svg {
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
  }
}
.b-footer__menu {
  position: absolute;
  width: 100%;
  bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .b-footer__menu {
    position: static;
  }
}
@media screen and (max-width: 1023px) {
  .b-footer .b-menu {
    flex-direction: column;
    gap: 20px;
    padding: 110px 0 0px;
  }
}
@media screen and (max-width: 1023px) {
  .b-footer .b-menu__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.b-footer .b-menu__links a:hover {
  color: #9dced4;
}
.b-footer .b-menu__links a.active {
  color: #fff;
}
.b-footer .b-menu__links a.active:before {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .b-footer .b-menu__content {
    flex-direction: column-reverse;
    gap: 0px;
    padding-top: 50px;
  }
}
.b-top {
  background: linear-gradient(122.15deg, #ad506d 8.02%, #ad506d 8.02%, #ee9073 100%, #ad506d 81.59%, #ad506d 81.59%);
  height: 790px;
  padding-top: 130px;
  margin-bottom: -310px;
  overflow: hidden;
}
.page-consulting .b-top {
  margin-bottom: -370px;
}
@media screen and (max-width: 1023px) {
  .b-top {
    padding-top: 70px;
    padding-bottom: 300px;
    margin-bottom: -310px;
  }
}
@media screen and (max-width: 480px) {
  .b-top {
    height: 891px;
  }
  .page-illuminator .b-top {
    height: 820px;
    padding-top: 130px;
    padding-bottom: 0;
  }
}
.b-top-m-top {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .b-top-m-top {
    margin-top: 0px;
  }
}
.b-top__text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  margin: 20px 0 0;
}
.b-top__text:first-child {
  margin-top: 0;
}
.b-top__text-m-min {
  margin: 8px 0 0;
}
.b-top__text-m-middle {
  margin-bottom: 20px;
}
.b-top__text-big {
  max-width: 530px;
  margin: 40px 0 60px;
}
@media screen and (max-width: 1023px) {
  .b-top__text-big {
    margin: 20px 0 40px;
  }
}
.b-top__text-ls {
  letter-spacing: -0.01em;
}
.b-top__arrow {
  width: 50px;
  position: absolute;
  height: 50px;
  left: 50%;
  bottom: 100px;
  margin-left: -25px;
  z-index: 3;
  cursor: pointer;
}

.b-top__arrow svg {
  transition: 0.2s ease-in;
  fill: #ee9073;
}
.b-top__arrow svg .rect {
  transition: 0.2s ease-in;
  fill: #9dced4;
}
.b-top__arrow:hover svg .rect {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .page-illuminator .b-top__arrow#scrollToBottomArrow {
    top: 400px;
  }
}
.b-top__round-wrap {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.b-top__round {
  position: absolute;
  top: -580px;
  left: -70px;
  width: 930px;
  height: 940px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(234.64deg, #58afba 23.73%, #ee9073 86.49%);
}

.page-illuminator .b-top__round {
  top: -478px;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .b-top__round {
    width: 630px;
    height: 640px;
    top: auto;
    bottom: -600px;
    left: -100px;
  }

  .page-illuminator .b-top__round {
    top: auto;
  }
}
@media screen and (max-width: 580px) {
  .b-top__round {
    width: 350px;
    height: 350px;
    top: auto;
    bottom: -545px;
    left: -135px;
  }

  .page-illuminator .b-top__round {
    bottom: -425px;
  }
}
@media screen and (max-width: 480px) {
  .page-illuminator .b-top__round {
    display: none;
  }
}
.b-top__round .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/characters-with-stars-modified.png") no-repeat;
  background-position: bottom center;
}
.b-top__round .img.acumen {
  background: url("../images/characters-with-computers-modified.png") no-repeat;
  background-position: bottom left;
}

.b-top__round .img.illuminator {
    background: url("../images/teampage-nobackground.svg") no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.b-top__round .img.consulting {
  background: url("../images/top-graphic-consulting-page.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .b-top__round .img, .b-top__round .img.acumen {
    background-size: cover;
  }
}
.b-top__round-big {
  position: absolute;
  bottom: -335px;
  left: 79px;
  width: 386px;
  height: 386px;
  border-radius: 50%;
  overflow: hidden;
  background: #ad506d;
  opacity: 0.3;
}
.b-top__round-small {
  position: absolute;
  left: -23%;
  bottom: 64px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(155.33deg, #df8171 15.74%, rgba(223,129,113,0) 91.7%);
}

@media screen and (max-width: 480px) {
  .page-illuminator .b-top__round-big {
    right: -175px;
    bottom: -200px;
    left: initial;
  }
}

.page-illuminator .b-top__round-small {
  bottom: 20px;
}

.b-questions {
  position: relative;
  z-index: 2;
  padding: 170px;
  margin-top: 0;
  margin-bottom: -135px;
}
.page-illuminator .b-questions {
  margin-top: -265px;
}
@media screen and (max-width: 1023px) {
  .b-questions {
    padding: 30px 0 50px;
    overflow: hidden;
    margin-top: 50px;
  }

  .page-illuminator .b-questions {
    margin-top: -340px;
  }
}
@media screen and (max-width: 768px) {
  .page-illuminator .b-questions {
    margin-top: -370px;
  }
}
.b-questions__top-bg {
  width: 100%;
  position: absolute;
  top: -156px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .b-questions__top-bg {
    display: none;
  }
}
.b-questions__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b-questions__bg {
    height: 100%;
    width: auto;
  }
}
.b-questions__bg-2 {
  position: absolute;
  top: -180px;
  left: 0;
  height: 300px;
  width: 100%;
}
.b-questions__title {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .b-questions__title {
    margin-bottom: 0;
  }
}
.b-questions__item {
  margin-top: 40px;
}
.b-questions__wrap {
  position: relative;
}
.b-questions__top {
  display: flex;
  max-width: 390px;
  align-items: flex-start;
  gap: 20px;
  color: #41868e;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.b-questions__top.active {
  color: #594560;
}
.b-questions__top.active + .b-questions__content {
  display: inline-block;
}
.b-questions__top.active svg {
  fill: #ee9073;
  transform: rotate(180deg);
}
.b-questions__top.active svg .rect {
  opacity: 1;
}
.b-questions__top:hover {
  color: #594560;
}
.b-questions__top:hover svg .rect {
  opacity: 1;
}
.b-questions__top svg {
  width: 50px;
  height: 50px;
  fill: #58afba;
  flex-shrink: 0;
  transition: 0.2s ease-in;
}
.b-questions__top svg .rect {
  transition: 0.2s ease-in;
}
.b-questions__content {
  position: relative;
  margin-top: 22px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  display: none;
}
.b-questions__content:before {
  content: '';
  position: absolute;
  top: -24px;
  right: 60px;
  background: url("../images/quest-arrow.svg") no-repeat;
  width: 45px;
  height: 24px;
}
.b-questions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 100px;
}
@media screen and (max-width: 1023px) {
  .b-questions__grid {
    grid-template-columns: 1fr;
  }
}
.b-specifics {
  margin: 0;
}
.page-consulting .b-specifics__lead {
  margin-bottom: 15px;
}
.page-consulting .b-specifics {
  padding: 50px 0 440px;
  margin-bottom: -300px;
  z-index: 2;
}
.b-specifics__round-1 {
  position: absolute;
  width: 164px;
  height: 164px;
  left: 54px;
  top: -82px;
  background: #efe3de;
  opacity: 0.5;
  border-radius: 50%;
}
.page-consulting .b-specifics__round-1 {
  left: 454px;
  top: -464px;
}
.b-specifics__round-2 {
  position: absolute;
  width: 59px;
  height: 59px;
  right: 124px;
  top: -106px;
  background: #9dced4;
  opacity: 0.2;
  border-radius: 50%;
}
.page-consulting .b-specifics__round-2 {
  right: 284px;
}
.b-specifics__round-3 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 124px;
  top: -45px;
  background: #9dced4;
  opacity: 0.2;
  border-radius: 50%;
}
.page-consulting .b-specifics__round-3 {
  right: 246px;
  top: -71px;
}
.b-specifics__round-4 {
  position: absolute;
  width: 182px;
  height: 182px;
  left: 45px;
  bottom: -90px;
  background: #f9b5a1;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
}
.page-consulting .b-specifics__round-4 {
  left: 45px;
  bottom: -490px;
}
.b-specifics__round-5 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 50px;
  top: -60px;
  background: #9dced4;
  opacity: 0.2;
  border-radius: 50%;
}
.page-consulting .b-specifics__round-5 {
  top: -116px;
}
.b-specifics__round-6 {
  position: absolute;
  width: 95px;
  height: 95px;
  left: 130px;
  top: -50px;
  background: #9dced4;
  opacity: 0.2;
  border-radius: 50%;
}
.page-consulting .b-specifics__round-6 {
  left: 227px;
  top: -60px;
}
.b-specifics__round-7 {
  position: absolute;
  width: 182px;
  height: 182px;
  right: 10px;
  bottom: -70px;
  background: #f9b5a1;
  opacity: 0.3;
  border-radius: 50%;
}
.b-specifics__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px 20px;
}
.page-consulting .b-specifics__grid {
  margin-top: 61px;
}
@media screen and (max-width: 1023px) {
  .b-specifics__grid {
    grid-template-columns: 1fr;
  }
}
.b-specifics__grid-item {
  position: relative;
}
.page-consulting .b-specifics__grid-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page-consulting .b-specifics__grid-item--image-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}
.page-consulting .b-specifics__grid-item--image-right {
  padding-left: 40px;
}
.b-specifics__grid-item ul {
  margin-top: 5px;
  padding-left: 20px;
}
.b-specifics__grid-item ul li {
  list-style: initial;
}
@media screen and (max-width: 1023px) {
  .b-specifics__grid-item:nth-child(1) {
    grid-row: 2;
  }
  .b-specifics__grid-item:nth-child(5) {
    grid-row: 6;
  }
}
.b-specifics__grid-item.flex {
  display: flex;
  justify-content: flex-end;
}
.b-specifics__grid-item.center {
  align-self: center;
}
.b-specifics__title {
  /* text-transform: uppercase; */
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .b-specifics__title {
    margin-bottom: 24px;
  }
}
.b-specifics__item-img {
  position: relative;
}
.page-consulting .b-specifics__item-img--application {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 183px;
  border-radius: 50%;
}
.page-consulting .b-specifics__item-img--application img {
  position: relative;
  bottom: -10px;
}
.page-consulting .b-specifics__item-img--green {
  background-color: rgba(88, 175, 186, 0.2);
}
.page-consulting .b-specifics__item-img--orange {
  background-color: rgba(249, 181, 161, 0.2);
}
@media screen and (max-width: 1023px) {
  .b-specifics__item-img img {
    width: 100%;
  }
}
.b-specifics__text {
  max-width: 400px;
}
.page-consulting .b-specifics__text {
  max-width: 100%;
}
.b-specifics__text-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.page-consulting .b-specifics__text-wrap {
  align-items: center;
}
.b-specifics__btn {
  margin-top: 80px;
}
.b-specifics__btn-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.b-third {
  position: relative;
  margin-bottom: -70px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .b-third {
    margin-top: -150px;
    margin-bottom: -120px;
  }
}
.b-third__circle-2 {
  position: absolute;
  bottom: 100px;
  right: 320px;
  width: 105px;
  height: 105px;
  background: #efe3de;
  border-radius: 50%;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .b-third__circle-2 {
    right: 0;
    bottom: 0;
  }
}
.b-third__bg-1 {
  position: absolute;
  top: 68px;
  left: 0;
  padding-bottom: 100px;
  width: 100%;
  display: block;
  height: 100%;
}
@media screen and (max-width: 580px) {
  .b-third__bg-1 {
    width: 195%;
    height: 100%;
  }
}
.b-third__text-r {
  text-shadow: 2px 2px 4px rgba(82,66,72,0.5);
  color: #efe3de;
  max-width: 420px;
}
.b-third__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 300px 0 240px;
}
@media screen and (max-width: 1023px) {
  .b-third__grid {
    grid-template-columns: 1fr;
    padding: 360px 0 288px;
  }
}
@media screen and (max-width: 380px) {
  .b-third__grid {
    padding: 360px 0 288px;
  }
}
.b-third ul {
  margin: 30px 0 0 0;
  padding: 0 0 0 30px;
}
.b-third ul li {
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 14px;
}
.b-third ul li:before {
  content: '\2022';
  color: #ddc6bc;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 1.4em;
  margin-left: -1.4em;
}
.b-what {
  padding: 1px 0;
  margin-top: 55px;
  height: 1425px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .b-what {
    height: auto;
    margin: 0 0px -100px;
    padding-bottom: 340px;
  }
}
@media screen and (max-width: 768px) {
  .b-what {
    padding-bottom: 442px;
  }
}
.b-what__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-what__title {
  margin-top: 400px;
  /* text-transform: uppercase; */
}
@media screen and (max-width: 768px) {
  .b-what__title {
    margin-top: 22px;
  }
}
.b-what__text {
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #efe3de;
  text-shadow: 2px 2px 4px rgba(82,66,72,0.5);
  max-width: 490px;
  /* max-width: 660px; */
  margin-top: 45px;
}
.b-what__grid {
  display: grid;
  margin-top: 60px;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .b-what__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 580px) {
  .b-what__grid {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
.b-what__grid-item {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #ad506d;
  border-radius: 35px;
  padding: 22px 28px;
  position: relative;
}
.b-what__grid-item:before {
  content: '';
  position: absolute;
  background: url("../images/what-hay.svg") no-repeat;
  width: 69px;
  height: 36px;
  bottom: -35px;
  left: 50%;
  margin-left: -35px;
}
.b-what__img {
  position: absolute;
  right: -20px;
  top: -285px;
}
@media screen and (max-width: 1023px) {
  .b-what__img {
    margin-top: 28px;
    right: 40px;
    position: absolute;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .b-what__img {
    margin-top: 265px;
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .b-what__img {
    margin-top: 334px;
  }
}
@media screen and (max-width: 380px) {
  .b-what__img {
    margin-top: 394px;
  }
}
.b-what__bg-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b-what__bg-bottom {
    display: none;
  }
}
.b-course {
  margin-top: -40px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .b-course {
    margin-top: -180px;
  }
}
.b-course__circle-1 {
  position: absolute;
  top: 0;
  left: 36%;
  width: 55px;
  height: 55px;
  background: #efe3de;
  border-radius: 50%;
  opacity: 0.5;
}
.b-course__circle-2 {
  position: absolute;
  top: 100px;
  left: -35px;
  width: 105px;
  border-radius: 50%;
  height: 105px;
  background: #9dced4;
  opacity: 0.2;
}
.b-course__circle-3 {
  position: absolute;
  border-radius: 50%;
  bottom: 200px;
  right: -20px;
  width: 105px;
  height: 105px;
  background: #efe3de;
  opacity: 0.5;
}
.b-course__title {
  text-align: right;
  width: 640px;
  /* text-transform: uppercase; */
}
.b-course__title-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.page-illuminator .b-course__lead {
  text-align: center;
}
.b-course__grid {
  display: grid;
  margin-top: 45px;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-illuminator .b-course__grid {
  margin-bottom: 60px;
  padding-top: 30px;
}
.page-illuminator .b-course__flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-illuminator .b-course__grid-item {
  margin-bottom: 30px;
  text-align: center;
}
.page-illuminator .b-course__item-desc {
  text-align: left;
}
.page-illuminator .b-course__grid--benefit .b-course__item-desc {
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .b-course__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.b-course__grid-item {
  width: 305px;
}
.b-course__item-title {
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.b-course__img {
  margin-bottom: 28px;
}
.page-illuminator .b-course__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 183px;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.page-illuminator .b-course__img--orange {
  background-color: rgba(249, 181, 161, 0.2);
}
.page-illuminator .b-course__img--green {
  background-color: rgba(88, 175, 186, 0.2);
}
.b-what-do-you {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b-what-do-you {
    margin-top: -472px;
    padding-top: 151px;
  }
}
@media screen and (max-width: 580px) {
  .b-what-do-you {
    margin-top: -472px;
    padding-top: 140px;
  }
}
.b-what-do-you__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-what-do-you__title {
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}
.b-what-do-you__title-wrap {
  margin-bottom: 40px;
  word-break: break-word;
}
.b-what-do-you__title-wrap-left {
  margin-left: 13%;
}
@media screen and (max-width: 580px) {
  .b-what-do-you__title-wrap-left {
    margin-left: 0;
  }
}
@media screen and (max-width: 564px) {
  .b-more-specials__title {
    z-index: 2;
  }
}
.b-what-do-you__title-wrap-right {
  display: flex;
  justify-content: flex-end;
}
.b-what-do-you__circle-1 {
  position: absolute;
  top: 176px;
  left: -72px;
  width: 105px;
  border-radius: 50%;
  height: 105px;
  background: #efe3de;
}
@media screen and (max-width: 580px) {
  .b-what-do-you__circle-1 {
    opacity: 0.3;
  }
}
.b-what-do-you__circle-2 {
  position: absolute;
  top: 434px;
  right: -72px;
  width: 134px;
  border-radius: 50%;
  height: 134px;
  background: #9dced4;
  opacity: 0.2;
}
.b-what-do-you__circle-3 {
  position: absolute;
  top: 536px;
  right: 80px;
  width: 55px;
  border-radius: 50%;
  height: 55px;
  background: #f9b5a1;
  opacity: 0.3;
}
.b-what-do-you__circle-4 {
  position: absolute;
  bottom: 200px;
  left: -30px;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background: #ee9073;
  opacity: 0.2;
}
.b-what-do-you__circle-5 {
  position: absolute;
  bottom: 340px;
  left: 198px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #58afba;
  opacity: 0.3;
}
.b-what-do-you__content {
  padding: 310px 0 310px;
}
.page-illuminator .b-what-do-you__content {
  padding: 150px 0 150px;
}
.page-consulting .b-what-do-you__content {
  margin-left: -60px;
  padding-top: 100px;
  padding-bottom: 60px;
}
.page-illuminator .b-what-do-you__circle-1 {
  top: initial;
  right: 100px;
  bottom: 120px;
  left: initial;
}
.page-illuminator .b-what-do-you__circle-4 {
  bottom: initial;
  left: initial;
  top: 0;
  right: 0;
}
.page-illuminator .b-what-do-you__circle-5 {
  bottom: 49px;
  left: 20px;
}
@media screen and (max-width: 580px) {
  .b-what-do-you__content {
    padding: 180px 0 401px;
  }
}
.b-more-specials {
  background: linear-gradient(234.64deg, #58afba 23.73%, #ee9073 86.49%);
  margin-top: -215px;
  padding-top: 215px;
  padding-bottom: 300px;
}
.page-consulting .b-more-specials {
  margin-top: -375px;
  padding-bottom: 200px;
}
.page-consulting .b-more-specials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 76px;
  margin-bottom: 76px;
}
.page-consulting .b-more-specials__grid-item {
  text-align: center;
}
.page-consulting .b-more-specials__card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 183px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.page-consulting .b-more-specials__card-img img {
  position: relative;
  bottom: -15px;
}
.page-consulting .b-more-specials__card-title {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .b-more-specials {
    margin-top: -345px;
    padding-top: 290px;
    padding-bottom: 360px;
  }
}
.b-more-specials__title {
  /* text-transform: uppercase; */
  color: #efe3de;
  text-shadow: 2px 2px 4px rgba(82,66,72,0.5);
  text-align: right;
}
.b-more-specials__title-wrap {
  display: flex;
  justify-content: flex-end;
}
.b-more-specials__text-wrap.right {
  text-align: right;
}
.b-more-specials__text-title {
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(82,66,72,0.5);
  margin-bottom: 20px;
}
.b-more-specials__text-subtitle {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.b-more-specials__text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.b-more-specials__btn {
  margin-top: 20px;
}
.b-more-specials__block {
  display: flex;
  gap: 60px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .b-more-specials__block {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.b-more-specials__block.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .b-more-specials__block.reverse {
    flex-direction: column;
    align-items: center;
  }
}
.b-more-specials__block-first {
  width: 285px;
  height: 285px;
}
.b-more-specials__block-last {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .b-more-specials__block-last {
    width: 100%;
  }
}
.b-yuorself {
  position: relative;
  padding-bottom: 80px;
}
.page-consulting .b-yuorself {
  overflow-x: clip;
}
.b-yuorself-bg-3 {
  position: absolute;
  top: -240px;
  left: -10%;
  width: 120%;
  height: 100%;
}
.page-consulting .b-yuorself-bg-3 {
  position: absolute;
  top: -200px;
  left: -12%;
  width: 120%;
  height: 500px;
}
.b-yuorself__circle-1 {
  position: absolute;
  top: 244px;
  right: 125px;
  width: 55px;
  border-radius: 50%;
  height: 55px;
  background: #f9b5a1;
  opacity: 0.3;
}
.b-yuorself__circle-2 {
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 134px;
  border-radius: 50%;
  height: 134px;
  background: #9dced4;
  opacity: 0.2;
}
.b-yuorself__circle-3 {
  position: absolute;
  top: 255px;
  right: -34px;
  border-radius: 50%;
  height: 105px;
  width: 105px;
  background: #efe3de;
  opacity: 0.5;
}
.b-yuorself__title {
  /* text-transform: uppercase; */
  margin-top: 80px;
}
.b-yuorself__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 76px;
}
@media screen and (max-width: 1023px) {
  .b-yuorself__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.b-yuorself__grid-four {
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .b-yuorself__grid-four {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .b-yuorself__grid-four {
    grid-template-columns: 1fr;
  }
}
.b-yuorself__grid-four .b-learn__card-img {
  height: 102px;
  margin-bottom: 30px;
}
.b-yuorself__arrow {
  position: absolute;
  width: 100%;
  top: 112px;
  left: 0;
}
.page-illuminator .b-yuorself__arrow {
  position: initial;
  height: 35px;
}
.page-illuminator .b-yuorself__grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-illuminator .b-yuorself__grid-item:first-child {
  align-items: flex-end;
}
.page-illuminator .b-yuorself__grid-item:last-child {
  align-items: flex-start;
}
.page-illuminator .b-yuorself__grid-item:first-child .b-yuorself__item-desc {
  text-align: right;
}
.page-illuminator .b-yuorself__img {
  margin-bottom: 20px;
}
.page-illuminator .b-yuorself__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.page-illuminator .b-yuorself__img--negative {
  background-color: rgba(173, 80, 109, 0.3);
}
.page-illuminator .b-yuorself__img--positive {
  background-color: rgba(88, 175, 186, 0.3);
}
.page-illuminator .b-yuorself__grid {
  margin-top: 155px;
}
@media screen and (max-width: 1023px) {
  .b-yuorself__arrow {
    display: none;
  }
  .page-illuminator .b-yuorself__arrow {
    display: block;
    transform: rotate(90deg);
  }
  .page-illuminator .b-yuorself__grid-item,
  .page-illuminator .b-yuorself__grid-item:first-child,
  .page-illuminator .b-yuorself__grid-item:last-child {
    align-items: center;
  }
  .page-illuminator .b-yuorself__grid-item:nth-child(2) {
    height: 250px;
  }
  .page-illuminator .b-yuorself__grid-item .b-yuorself__item-desc,
  .page-illuminator .b-yuorself__grid-item:first-child .b-yuorself__item-desc {
    text-align: center;
  }
  .page-illuminator .b-yuorself__grid-item:nth-child(2) .b-yuorself__arrow {
    width: 250px;
  }
}
@media screen and (max-width: 930px) {
  .page-illuminator .b-yuorself {
    margin-top: 870px;
  }
}
@media screen and (max-width: 1023px) {
  .b-yuorself__grid-item {
    text-align: center;
  }
}
.b-yuorself__img {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .b-yuorself__img {
    margin-bottom: 20px;
  }
}
.b-yuorself__item-title {
  margin-bottom: 12px;
}
.b-yuorself__desc {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #594560;
  max-width: 690px;
}
.b-changes {
  position: relative;
}
.b-changes__grid {
  display: grid;
  margin-top: 45px;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .b-changes__grid {
    display: flex;
    gap: 50px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.b-changes__grid-item {
  width: 305px;
}
.b-changes__item-title {
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.b-changes__title {
  max-width: 580px;
  text-align: right;
  /* text-transform: uppercase; */
  margin: 0;
}
.b-changes__title-wrap {
  display: flex;
  justify-content: flex-end;
}
.page-consulting .b-changes__title-wrap--research {
  margin-bottom: 30px;
}
.page-consulting .b-changes__title-wrap--application {
  margin-bottom: 30px;
}
.b-changes__circle-1 {
  position: absolute;
  bottom: -165px;
  left: 15px;
  width: 105px;
  border-radius: 50%;
  height: 105px;
  background: #9dced4;
  opacity: 0.2;
}
.b-changes__circle-3 {
  position: absolute;
  border-radius: 50%;
  top: 80px;
  left: 32%;
  width: 55px;
  height: 55px;
  background: #f9b5a1;
  opacity: 0.3;
}
@media screen and (max-width: 1023px) {
  .b-changes__circle-3 {
    top: 217px;
  }
}
#imgLamp {
  width: 10%;
  height: auto;
  left: 10%;
  position: absolute;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  background: #49a3a2;
  opacity: 0.8;
}
#clientExample {
  width: 30%;
  position: absolute;
  top: 3%;
  left: 22%;
}
@media screen and (min-width: 772px) and (max-width: 1023px) {
  #clientExample {
    top: 5%;
  }
}
@media screen and (max-width: 1023px) {
  #imgLamp {
    top: 60px;
  }
}
.b-quite {
  padding: 300px 0 140px;
}
.page-illuminator .b-quite {
  padding: 370px 0 315px;
}
@media screen and (max-width: 1023px) {
  .page-illuminator .b-quite {
    padding: 550px 0 350px;
  }
  .page-illuminator .b-quite--background {
    padding: 350px 0 350px;
  }
}
.b-quite__title {
  margin: 0;
  margin-bottom: 8px;
}
.page-illuminator .b-quite__title {
  text-align: center;
}
.b-quite__subtitle {
  margin: 0;
  margin-bottom: 18px;
}
.page-illuminator .b-quite__subtitle {
  text-align: center;
}
.b-quite__desc {
  margin: 0;
  margin-bottom: 23px;
}
.b-quite__img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  left: -120px;
}
.page-illuminator .b-quite__img {
  left: initial;
}
.page-illuminator .b-quite__img {
  width: 400px;
  height: 400px;
  border-radius: 0;
}
.b-quite__img img {
  width: 100%;
  height: 100%;
}
.b-quite__circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  margin: 200px auto 0;
  background-color: #58afba;
  border-radius: 50%;
}
.b-quite__outer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-quite__outer-item {
  position: absolute;
  display: flex;
  align-items: center;
  width: 255px;
}
.b-quite__outer-item--organization {
  flex-direction: column;
  top: -140px;
  left: 50%;
  margin-left: -125px;
}
.b-quite__outer-item--culture {
  flex-direction: row-reverse;
  top: 30px;
  right: -150px;
}
.b-quite__outer-item--demography {
  flex-direction: row-reverse;
  top: 230px;
  right: -210px;
}
.b-quite__outer-item--identity {
  flex-direction: row-reverse;
  top: 405px;
  right: -120px;
}
.b-quite__outer-item--religion {
  top: 405px;
  left: -120px;
}
.b-quite__outer-item--upbringing {
  top: 230px;
  left: -220px;
}
.b-quite__outer-item--personality {
  top: 30px;
  left: -100px;
}
.b-quite__outer-item .b-quite__details-wrapper > * {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}
.b-quite__outer-item--organization .b-quite__details-wrapper > * {
  text-align: center;
}
.b-quite__outer-item--culture .b-quite__details-wrapper > *,
.b-quite__outer-item--demography .b-quite__details-wrapper > *,
.b-quite__outer-item--identity .b-quite__details-wrapper > * {
  text-align: left;
}
.b-quite__outer-item--religion .b-quite__details-wrapper > *,
.b-quite__outer-item--upbringing .b-quite__details-wrapper > *,
.b-quite__outer-item--personality .b-quite__details-wrapper > * {
  text-align: right;
}
.b-quite__outer-item .b-quite__details-wrapper > h4 {
  margin-bottom: 6px;
  font-weight: 800;
}
.b-quite__outer-item .b-quite__details-wrapper {
  position: relative;
}
.b-quite__outer-item .b-quite__icon-wrapper  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #594560;
  border-radius: 50%;
}
.b-quite__outer-item--organization .b-quite__details-wrapper > p {
  margin-bottom: 15px;
}
.b-quite__outer-item--culture .b-quite__icon-wrapper,
.b-quite__outer-item--demography .b-quite__icon-wrapper,
.b-quite__outer-item--identity .b-quite__icon-wrapper {
  margin-right: 15px;
}
.b-quite__outer-item--religion .b-quite__icon-wrapper,
.b-quite__outer-item--upbringing .b-quite__icon-wrapper,
.b-quite__outer-item--personality .b-quite__icon-wrapper {
  margin-left: 15px;
}
.b-quite__inner-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-quite__inner-list li {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.b-quite__inner-list li:first-child,
.b-quite__inner-list li:last-child {
  font-size: 32px;
  text-transform: uppercase;
}
.b-quite__inner-list li:first-child {
  margin-bottom: 24px;
}
.b-quite__inner-list li:last-child {
  margin-top: 24px;
}
.b-quite__checklist li::before {
  content: "\2713\0020";
}
@media screen and (max-width: 930px) {
  .page-illuminator .b-quite {
    padding: 700px 0 500px;
  }
  .page-illuminator .b-quite--background {
    padding: 300px 0 350px;
  }
  .b-quite__circle {
    margin-top: 50px;
  }
  .b-quite__outer-list {
    position: absolute;
    top: calc(100% + 50px);
  }
  .b-quite__outer-item {
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 320px;
    margin-right: initial;
    margin-bottom: 20px;
    margin-left: initial;
  }
  .b-quite__outer-item .b-quite__details-wrapper {
    position: initial;
  }
  .b-quite__outer-item .b-quite__details-wrapper > * {
    text-align: left;
  }
  .b-quite__outer-item .b-quite__icon-wrapper {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-illuminator .b-quite {
    padding: 660px 0 450px;
  }
  .page-illuminator .b-quite--background {
    padding: 400px 0 450px;
  }
  .b-quite__circle {
    width: 400px;
    height: 400px;
  }
  .b-quite__img {
    width: 300px;
    height: 300px;
    left: 0px;
  }
  .b-quite__img img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 420px) {
  .b-quite__circle {
    width: 300px;
    height: 300px;
  }
  .b-quite__outer-item {
    width: 300px;
  }
  .b-quite__inner-list li:first-child,
  .b-quite__inner-list li:last-child {
    font-size: 24px;
  }
  .b-quite__inner-list li:first-child {
    margin-bottom: 12px;
  }
  .b-quite__inner-list li:last-child {
    margin-top: 12px;
  }
  .page-illuminator .b-quite__img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 360px) {
  .page-illuminator .b-quite__img {
    width: 300px;
    height: 300px;
  }
}
.b-quite__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .b-quite__grid {
    gap: 40px 0;
  }
}
.b-quite__grid > *:first-child {
  grid-column: span 3;
}
.page-illuminator .b-quite__grid > *:first-child {
  grid-column: span 4;
}
@media screen and (max-width: 1023px){
  .page-illuminator .b-quite__grid > *:first-child {
    grid-column: span 6;
  }
}
@media screen and (max-width: 768px) {
  .b-quite__grid > *:first-child {
    grid-column: span 12;
  }
  .page-illuminator .b-quite__grid > *:first-child {
    grid-column: span 12;
    order: 2;
  }
}
.b-quite__grid > *:last-child {
  grid-column: span 9;
}
.page-illuminator .b-quite__grid > *:last-child {
  grid-column: span 8;
}
.page-illuminator .b-quite__grid:first-child > *:last-child {
  grid-column: span 12;
}
@media screen and (max-width: 1023px){
  .page-illuminator .b-quite__grid > *:last-child {
    grid-column: span 6;
  }
}
@media screen and (max-width: 768px) {
  .b-quite__grid > *:last-child {
    grid-column: span 12;
    padding: 90px 0;
  }
  .page-illuminator .b-quite__grid:first-child > *:last-child {
    padding-bottom: 40px;
  }
  .page-illuminator .b-quite__grid > *:last-child {
    grid-column: span 12;
    order: 1;
    padding: 0;
  }
}
.b-quite__quote-r {
  position: absolute;
  bottom: -112px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .b-quite__quote-r {
    bottom: 12px;
  }
}
.b-quite__quote-l {
  position: absolute;
  top: -12px;
  right: 30px;
  transform: rotate(180deg);
}
.b-quite__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-learn {
  position: relative;
  min-height: 700px;
  margin-bottom: -70px;
  overflow: hidden;
  z-index: 2;
}
.page-illuminator .b-learn {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.b-learn__title {
  margin: 20px 0;
}
.b-learn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1914px;
  display: block;
}
.page-consulting .b-learn {
  min-height: 1500px;
}
.page-consulting .b-learn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .page-illuminator .b-learn__bg {
    height: 1200px;
  }
}
.b-learn__sub-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.b-learn__circle-1 {
  position: absolute;
  top: 187px;
  left: 50px;
  width: 105px;
  height: 105px;
  background: #efe3de;
  border-radius: 50%;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .b-learn__circle-1 {
    top: 250px;
    left: -55px;
  }
}
.b-learn__circle-2 {
  position: absolute;
  top: 355px;
  right: 15px;
  width: 134px;
  border-radius: 50%;
  height: 134px;
  background: #9dced4;
  opacity: 0.2;
}
@media screen and (max-width: 1023px) {
  .b-learn__circle-2 {
    right: -85px;
  }
}
.b-learn__circle-3 {
  position: absolute;
  border-radius: 50%;
  top: 460px;
  right: 200px;
  width: 55px;
  height: 55px;
  background: #f9b5a1;
  opacity: 0.3;
}
.b-learn__btn {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .b-learn__btn {
    margin-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .page-illuminator .b-learn__btn {
    margin: 30px auto 0;
  }
}
.b-learn__content {
  margin-top: 200px;
  max-width: 740px;
}
.b-learn__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 76px;
}
.b-learn__grid--overview {
  align-items: end;
}
.page-consulting .b-learn__grid {
  margin-bottom: 76px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.page-consulting .b-learn__grid-item {
  text-align: center;
}
.page-consulting .b-learn__card-title {
  max-width: 400px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .b-learn__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.b-learn__grid-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .b-learn__grid-four {
    grid-template-columns: 1fr 1fr;
  }
}
.b-learn__grid-four .b-learn__card-img {
  height: 102px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .b-learn__grid-item {
    text-align: center;
  }
}
.b-learn__card-desc {
  max-width: 300px;
  margin: 10px auto;
}
.b-learn__card-img {
  height: 220px;
  margin-bottom: 20px;
}

.page-illuminator .b-learn__card-img {
  height: auto;
}

.page-illuminator .b-learn__card-img img {
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .page-illuminator .b-learn__card-img {
    max-width: 50%;
    min-width: 20%;
    margin: 0 auto;
  }
}

.b-learn__card-title {
  max-width: 300px;
  margin: 10px auto;
}
.b-learn__subtitle {
  margin-top: 76px;
}
@media screen and (max-width: 1023px) {
  .b-learn__subtitle {
    margin-top: 40px;
  }
}
.b-learn__subtitle-min {
  margin-top: 50px;
}
.b-learn-structure {
  position: relative;
}
.b-learn-structure_1 {
  height: 1220px;
  padding-top: 180px;
  margin-bottom: -210px;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure_1 {
    height: auto;
    padding-bottom: 150px;
    margin-bottom: -330px;
  }
}
.b-learn-structure_2 {
  height: 800px;
  padding-top: 210px;
  margin-bottom: -100px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure_2 {
    height: 100%;
    padding-bottom: 200px;
    margin-bottom: -192px;
  }
}
.b-learn-structure_3 {
  height: 720px;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure_3 {
    height: 100%;
    padding-bottom: 440px;
    margin-bottom: -246px;
  }
}
.b-learn-structure__bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 1220px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__bg-1 {
    height: 100%;
  }
}
.b-learn-structure__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__bg-2 {
    height: 100%;
  }
}
.b-learn-structure__bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__bg-3 {
    height: 100%;
  }
}
.b-learn-structure__bg-btwn {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 190px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__bg-btwn {
    top: 14px;
  }
}
.b-learn-structure__bg-up {
  position: absolute;
  top: -353px;
  left: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 1200px;
}
.b-learn-structure__title {
  margin: 0;
  /* text-transform: uppercase; */
}
.b-learn-structure__text {
  position: relative;
  max-width: 460px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__text {
    margin-bottom: 40px;
  }
}
.b-learn-structure__img {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__img {
    width: 50%;
    position: absolute;
    top: -82px;
    right: 11px;
  }
}
@media screen and (max-width: 580px) {
  .b-learn-structure__img {
    width: 80%;
    position: static;
  }
}
.b-learn-structure__grid-top {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 580px) {
  .b-learn-structure__grid-top {
    grid-template-columns: 1fr;
  }
}
.b-learn-structure__subtitle {
  letter-spacing: -0.01em;
  text-align: center;
  margin: 60px 0 40px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__subtitle {
    margin: 26px 0 20px;
  }
}
.b-learn-structure__grid {
  display: grid;
  margin-top: 40px;
  gap: 40px 60px;
  grid-template-columns: 320px 320px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-learn-structure__grid {
    grid-template-columns: 320px;
    padding-top: 25px;
    justify-content: center;
  }
}
.b-learn-structure__grid-3 {
  grid-template-columns: 320px 320px 320px;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__grid-3 {
    grid-template-columns: 320px;
    margin-top: 55px;
  }
}
.b-learn-structure__grid__item {
  width: 320px;
}
.b-learn-structure__item-desc {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
  color: #35263a;
}
@media screen and (max-width: 1023px) {
  .b-learn-structure__item-desc {
    margin-top: 20px;
  }
}
.b-learn-structure__item-img {
  margin-left: 60px;
}
.b-what-like {
  padding-bottom: 240px;
}
.page-consulting .b-what-like__lead {
  margin-bottom: 15px;
}
.page-consulting .b-what-like--research {
  padding-top: 200px;
}
.b-what-like__title {
  max-width: 580px;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}
.page-consulting .b-what-like__title--research {
  margin-bottom: 0;
  text-transform: initial;
}
.b-what-like__title-wrap {
  display: flex;
  justify-content: flex-end;
}
.b-what-like__grid {
  display: grid;
  margin-top: 66px;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-consulting .b-what-like__grid--research {
  margin-top: 68px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .b-what-like__grid {
    grid-template-columns: 1fr;
  }
}
.b-what-like__grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 305px;
}
.b-what-like__card-desc {
  max-width: 300px;
  margin: 20px auto;
}
.page-consulting .b-what-like__card-desc li {
  list-style: initial;
}
.b-what-like__card-img {
  height: 180px;
  margin-bottom: 20px;
}
.page-consulting .b-what-like__card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: rgba(238, 144, 115, 0.3);
}
.page-consulting .b-what-like__card-img--green {
  background-color: rgba(88, 175, 186, 0.3);
}
.page-consulting .b-what-like__card-img--research {
  width: 183px;
  height: 183px;
  margin-bottom: 25px;
}
.page-consulting .b-what-like__card-img--research img {
  position: relative;
  bottom: -10px;
  right: -5px;
}
.page-consulting .b-what-like__card-img--white {
  background-color: rgba(255, 255, 255, 0.5);
}
.b-what-like__card-title {
  max-width: 300px;
  margin: 10px auto;
}
.b-what-like__circle-1 {
  position: absolute;
  bottom: -180px;
  right: 430px;
  width: 105px;
  border-radius: 50%;
  height: 105px;
  background: #efe3de;
  opacity: 0.5;
}
.b-what-like__circle-2 {
  position: absolute;
  top: 234px;
  right: -72px;
  width: 101px;
  border-radius: 50%;
  height: 101px;
  background: #9dced4;
  opacity: 0.2;
}
.b-what-like__circle-3 {
  position: absolute;
  top: 40px;
  left: 220px;
  width: 55px;
  border-radius: 50%;
  height: 55px;
  background: #f9b5a1;
  opacity: 0.3;
}
.b-form {
  position: relative;
  background: linear-gradient(180deg, #58afba 0%, #ad506d 100%);
  padding: 211px 0 200px;
  margin-bottom: -110px;
}
.page-consulting .b-form {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .b-form {
    margin-top: -170px;
    margin-bottom: -217px;
  }
}
.b-form__top-wave {
  position: absolute;
  top: 0;
}
.b-form__bottom-wave {
  position: absolute;
  bottom: 0;
}
.b-form__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .b-form__grid {
    flex-direction: column;
    align-items: center;
    margin-top: 34px;
  }
}
.b-form__grid-col {
  flex-direction: column;
  align-items: center;
}
.b-form__grid-col input, .b-form__grid-col textarea{
  width: 100%;
  max-width: 520px;
}
.b-form__title {
  text-align: center;
  max-width: 900px;
  /* text-transform: uppercase; */
  margin: auto;
  position: relative;
  z-index: 2;
}
.b-form__btn {
  margin-top: 30px;
}
.b-form__btn-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.b-form__subtitle {
  color: #f9b5a1;
  margin-top: 14px;
  text-align: center;
}
.b-form_m-big {
  padding: 300px 0 200px;
}
@media screen and (max-width: 768px) {
  .b-form_m-big {
    padding: 415px 0 200px;
  }
}
.b-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-menu__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
}
.b-menu__burger {
  background: url("../images/burger.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .b-menu__burger {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /*TODO remove ID selector*/
  #scrollToBottomArrow {
    top: 33%;
  }
}
.b-menu__links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .b-menu__links {
    display: none;
  }
}
.b-menu__links a {
  position: relative;
  padding: 6px 0;
}
.b-menu__links a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ad506d;
  transform: scale(0);
  transition: 0.1s ease-in-out;
}
.b-menu__links a:hover {
  color: #41868e;
}
.b-menu__links a.active {
  color: #ad506d;
}
.b-menu__links a.active:before {
  transform: scale(1);
}
.b-menu__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .b-menu__logo {
    width: 130px;
  }
  .b-menu__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .b-menu__logo {
    width: 100px;
  }
}
.b-menu__mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #58afba;
  z-index: 5;
  display: none;
  transition: 0.2s ease-in;
}
.b-menu__mobile .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  fill: #fff;
}
@media screen and (max-width: 1023px) {
  .b-menu__mobile {
    display: block;
    left: 100%;
  }
}
.b-menu__mobile.active {
  left: 0;
}
.b-menu__mobile .b-menu__links {
  flex-direction: column;
  display: flex;
}
.b-quick-fact {
  padding: 300px 0 340px;
  margin-bottom: -185px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .b-quick-fact {
    margin-bottom: -295px;
  }
}
.b-quick-fact__bg-line {
  position: absolute;
  top: -195px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b-quick-fact__bg-line {
    display: none;
  }
}
.b-quick-fact__title {
  margin: 0;
  margin-bottom: 70px;
  position: relative;
}
.b-quick-fact__grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .b-quick-fact__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .b-quick-fact__grid {
    grid-template-columns: 1fr;
  }
}
.b-quick-fact__card-img {
  width: 102px;
  height: 102px;
  margin-bottom: 30px;
}
.b-quick-fact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-form_m-big.contact-pageDiv {
  padding: 200px 0 200px;
}
@media screen and (max-width: 1023px) {
  .b-form_m-big.contact-pageDiv {
    padding: 300px 0 200px;
  }
}
.zidx-3 {
  z-index: 3;
}
.txt-underscore {
  text-decoration: underline;
}
.mt-40 {
  margin-top: 40px;
}
.b-what__header_text {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(82,66,72,0.5);
  font-weight: bold;
  margin-top: 40px;
  font-size: 33px;
  line-height: 40px;
}
.b-what__header_text.from-participants {
  margin-top: 50px;
}
.flex-jc {
  display: flex;
  justify-content: center;
}

#footer {
  color: #ccc;
  padding: 17px 0;
  text-align: center;
  border-top: solid 1px #555;
  background-color: #594560;
  font-size: small;
}
#footer a {
  color: #0099da;
  text-decoration: none;
}
.privacy-policy {
  padding-top: 10rem;
}
.privacy-policy .privacy-policy-link-wrap {
  word-wrap: break-word;
}
@media screen and (max-width: 1023px) {
  #footer > p {
    display: flex;
    flex-direction: column;
  }
  #footer a {
    margin-top: 15px;
  }
}