@charset "UTF-8";
/* fonts start */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Furore";
  src: url("../../fonts/Furore.otf") format("opentype");
} /* fonts end */
/* settings start */
body {
  font-family: "Jost", sans-serif;
  color: #101010;
}

@media (min-width: 1401px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1364px;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1064px;
  }
}
#preloader {
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --animate-duration: 0.5s;
}
#preloader .sk-chasing-dots {
  width: 6em;
  height: 6em;
  position: relative;
  margin: auto;
  text-align: center;
  -webkit-animation: sk-chasing-dots-rotate 2s infinite linear;
          animation: sk-chasing-dots-rotate 2s infinite linear;
}
#preloader .sk-chasing-dots .sk-child {
  width: 3em;
  height: 3em;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FF48BE;
  border-radius: 100%;
  -webkit-animation: sk-chasing-dots-bounce 2s infinite ease-in-out;
          animation: sk-chasing-dots-bounce 2s infinite ease-in-out;
}
#preloader .sk-chasing-dots .sk-dot-2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes sk-chasing-dots-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chasing-dots-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasing-dots-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chasing-dots-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* settings end */
/* elements */
.rebrain-accordion .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 20px;
  position: relative;
}
.rebrain-accordion .accordion-item .accordion-button {
  border-radius: 0;
}
.rebrain-accordion .accordion-button {
  font-family: "Furore", sans-serif;
  background: transparent;
  border: 2px solid #2b2b2b;
  color: #eeedec;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.2px;
  padding: 20px 90px 22px 27px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.rebrain-accordion .accordion-button br {
  display: none;
}
.rebrain-accordion .accordion-button span {
  position: relative;
  z-index: 2;
}
.rebrain-accordion .accordion-button:after {
  color: #5BFFDA;
  content: ">>>";
  font-size: 1rem;
  line-height: 18px;
  position: absolute;
  right: 30px;
  top: 20px;
  top: calc(50% - 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  background: transparent;
  width: 29px;
}
.rebrain-accordion .accordion-button:before {
  content: "";
  background: #5BFFDA;
  display: block;
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 0;
}
.rebrain-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rebrain-accordion .accordion-button:hover:not(.accordion-button_disabled) {
  border-color: transparent;
  color: #101010;
}
.rebrain-accordion .accordion-button:hover:not(.accordion-button_disabled):before {
  width: calc(100% + 4px);
}
.rebrain-accordion .accordion-button:hover:not(.accordion-button_disabled):after {
  color: #101010;
}
.rebrain-accordion .accordion-button:not(.collapsed) {
  border-color: transparent;
  color: #101010;
}
.rebrain-accordion .accordion-button:not(.collapsed):before {
  width: calc(100% + 4px);
}
.rebrain-accordion .accordion-button:not(.collapsed):after {
  color: #101010;
}
.rebrain-accordion .accordion-button_disabled {
  cursor: auto;
}
.rebrain-accordion .accordion-button_disabled:after {
  display: none;
}
.rebrain-accordion .accordion-body {
  padding: 28px 27px 28px 27px;
  border: 2px solid #2b2b2b;
}
.rebrain-accordion .accordion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rebrain-accordion .accordion-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  position: relative;
  padding-left: 24px;
}
.rebrain-accordion .accordion-list li:before {
  content: "";
  width: 16px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/main-page/icons/advantage-list-icon.svg") no-repeat center/contain;
}
.rebrain-accordion .accordion-list li:last-child {
  margin-bottom: 0;
}
.rebrain-accordion .accordion-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
}

@media (min-width: 0px) and (max-width: 767px) {
  .rebrain-accordion .accordion-button {
    font-size: 13px;
    line-height: 15px;
    padding: 10px 40px 10px 8px;
    letter-spacing: 0;
  }
  .rebrain-accordion .accordion-button:after {
    font-size: 13px;
    line-height: 15px;
    right: 13px;
    top: calc(50% - 7px);
    width: 24px;
    height: 16px;
  }
  .rebrain-accordion .accordion-item {
    margin-bottom: 10px;
  }
  .rebrain-accordion .accordion-body {
    padding: 18px 15px;
  }
  .rebrain-accordion .accordion-list li {
    font-size: 0.875rem;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .rebrain-accordion .accordion-button {
    padding: 10px 50px 10px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rebrain-accordion .accordion-button br {
    display: inline-block;
  }
}
.small-title {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #5e5e5e;
  letter-spacing: -0.5px;
  margin-bottom: 41px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .small-title {
    font-size: 1.125rem;
    line-height: 21px;
    letter-spacing: -0.2px;
  }
  .small-title br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .small-title br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .small-title br {
    display: none;
  }
}
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 143px 0 0;
  padding-left: 36px;
}

.actions__btn_consult {
  font-family: "Furore", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #ffffff;
  background-color: #101010;
  padding: 21px 34px 21px 36px;
  border: 0;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 0% 100%, 0% calc(75% + 1px), 4px calc(75% - 3px), 4px calc(25% + 3px), 0% calc(25% - 1px));
          clip-path: polygon(0% 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 0% 100%, 0% calc(75% + 1px), 4px calc(75% - 3px), 4px calc(25% + 3px), 0% calc(25% - 1px));
}

.actions__btn-bg_consult {
  background-color: #ffffff;
  padding: 2px;
  display: inline-block;
  text-decoration: none;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}

.actions__btn-wrapper_consult {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
  text-align: center;
}
.actions__btn-wrapper_consult:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5BFFDA;
  opacity: 0.6;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}
.actions__btn-wrapper_consult:hover:before {
  top: 8px;
  left: 8px;
}

.actions__btn-wrapper_start {
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
}
.actions__btn-wrapper_start:hover .actions__btn-bg_start {
  background-color: #FF48BE;
  top: 8px;
  left: 8px;
}

.actions__btn-bg_start {
  background-color: #101010;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}
.actions__btn-bg_start::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #101010;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}

.actions__btn_start {
  font-family: "Furore", sans-serif;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 43px 23px 44px;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  color: #101010;
  text-align: center;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.1px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 342px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}
.actions__btn_start:after {
  content: "";
  width: 0;
  height: 100%;
  background: #FF48BE;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.actions__btn_start:before {
  content: "подключиться >>>";
  position: relative;
  z-index: 1;
  color: #151515;
}
.actions__btn_start:hover:after {
  width: 100%;
}
.actions__btn_start:focus {
  outline: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .actions {
    margin: 19px 0 0;
    padding: 0 8px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .actions__btn-wrapper_consult {
    margin: 0 0 13px;
    width: 100%;
  }
  .actions__btn-bg_consult {
    display: block;
  }
  .actions__btn_consult {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    width: 100%;
    padding: 21px 24px 24px 26px;
  }
  .actions__btn-wrapper_start {
    width: 100%;
  }
  .actions__btn_start {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    width: 100%;
    padding: 23px 43px 26px 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .actions {
    margin: 19px 0 0;
    padding: 0 8px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .actions__btn_consult {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    width: 100%;
    padding: 21px 24px 24px 26px;
  }
  .actions__btn_start {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    width: 100%;
    padding: 23px 43px 26px 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .actions {
    margin-top: 100px;
  }
}
.white-hacking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.white-hacking-logo {
  position: relative;
  font-family: "Furore", sans-serif;
  font-size: 6.25rem;
  line-height: 100px;
  margin: 0 0 30px 5px;
  letter-spacing: -0.03em;
  text-shadow: -3px 4px 9px rgba(255, 248, 91, 0.5);
  color: #FF48BE;
}
.white-hacking-logo span {
  position: absolute;
  left: 2px;
  top: -2px;
  z-index: 5;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FF48BE;
  text-shadow: none;
}

.white-hacking-label {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  letter-spacing: -0.01em;
  display: inline-block;
  margin: 114px 0 0 25px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .white-hacking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .white-hacking-logo {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
  }
  .white-hacking-label {
    margin: 0;
    font-size: 1.125rem;
    line-height: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .white-hacking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .white-hacking-logo {
    margin: 0 0 10px;
  }
  .white-hacking-label {
    margin: 0;
  }
}
.practical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 4px;
}

.practical-logo {
  position: relative;
  font-family: "Furore", sans-serif;
  font-size: 100px;
  line-height: 1;
  margin: 0 0 6px 0;
  letter-spacing: -1.7px;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FF48BE;
}
.practical-logo span {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF48BE;
  text-shadow: none;
}
.practical-logo .practical-logo__one {
  position: relative;
  z-index: 5;
}
.practical-logo .practical-logo__two {
  top: 2px;
  left: -2px;
  z-index: 4;
  opacity: 0.7;
}
.practical-logo .practical-logo__three {
  top: 4px;
  left: -4px;
  z-index: 3;
  opacity: 0.5;
}
.practical-logo .practical-logo__four {
  top: 6px;
  left: -6px;
  z-index: 2;
  opacity: 0.3;
  text-shadow: 2px 2px 10px rgba(44, 247, 177, 0.7);
}
.practical-logo .practical-logo__five {
  top: 8px;
  left: -8px;
  z-index: 1;
  opacity: 0.1;
}

.practical-logo_white {
  -webkit-text-stroke-color: #fff;
}
.practical-logo_white span {
  -webkit-text-stroke-color: #fff;
}
.practical-logo_white .practical-logo__four {
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.7);
}

.practical-label {
  font-family: "Furore", sans-serif;
  font-size: 1rem;
  line-height: 18px;
  color: #eeedec;
  letter-spacing: -0.01em;
  display: inline-block;
  margin: 17px 0 0 21px;
}

.practical-logo_outline {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
}
.practical-logo_outline .practical-logo {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.practical-logo_outline .practical-label {
  font-size: 26px;
  line-height: 30px;
  margin: 17px 0 0;
}

.practical-heading {
  font-family: "Furore", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: -3px 0 0 #ff48be, 3px 0 0 #5bffda;
  letter-spacing: 0.01em;
  margin-bottom: 1px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .practical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px;
  }
  .practical-heading {
    font-size: 70px;
  }
  .practical-logo {
    font-size: 70px;
    margin: -8px 0 0;
    letter-spacing: -1px;
  }
  .practical-logo_outline {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .practical-logo_outline .practical-logo {
    width: auto;
    -webkit-text-stroke-width: 1.5px;
  }
  .practical-logo_outline .practical-label {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .practical-logo_white {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .practical {
    margin-bottom: 30px;
  }
  .practical-logo {
    margin: 0 0 10px;
  }
  .practical-logo_outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .practical-logo_outline .practical-logo {
    font-size: 65px;
    line-height: 65px;
  }
  .practical-logo_outline .practical-label {
    margin: 15px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .practical-logo_white {
    font-size: 75px;
    line-height: 82px;
  }
}
.practical-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -6px;
  margin-bottom: 11px;
}

.practical-v2-logo {
  position: relative;
  font-family: "Furore", sans-serif;
  font-size: 6.25rem;
  line-height: 100px;
  margin: 0 0 0 5px;
  letter-spacing: -0.03em;
  text-shadow: -3px 4px 9px rgba(91, 255, 218, 0.5);
  color: #5BFFDA;
}
.practical-v2-logo span {
  position: absolute;
  left: 2px;
  top: -2px;
  z-index: 5;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #5BFFDA;
  text-shadow: none;
}

.practical-v2-label {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  letter-spacing: -0.01em;
  display: inline-block;
  margin: 114px 0 0 25px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .practical-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px;
  }
  .practical-v2-logo {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px;
    letter-spacing: 0px;
  }
  .practical-v2-label {
    margin: 0;
    font-size: 1.125rem;
    line-height: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .practical-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .practical-v2-logo {
    margin: 0 0 10px;
    font-size: 70px;
    line-height: 75px;
  }
  .practical-v2-label {
    margin: 0;
  }
}
.rebrain-btn {
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  width: 442px;
}
.rebrain-btn:hover .rebrain-btn__bg {
  background-color: #FF48BE;
  top: 8px;
  left: 8px;
}

.rebrain-btn__bg {
  background-color: #101010;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}
.rebrain-btn__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #101010;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}

.rebrain-btn__btn {
  font-family: "Furore", sans-serif;
  cursor: pointer;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 23px 23px 24px;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  color: #101010;
  text-align: center;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.1px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}
.rebrain-btn__btn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #FF48BE;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.rebrain-btn__btn:before {
  content: "подключиться к программе >>>";
  position: relative;
  z-index: 1;
  color: #151515;
}
.rebrain-btn__btn:hover:after {
  width: 100%;
}
.rebrain-btn__btn:focus {
  outline: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .rebrain-btn {
    width: 100%;
  }
  .rebrain-btn__btn {
    font-size: 13px;
    line-height: 15px;
    padding: 24px 23px 25px 29px;
  }
}
/* sections */
.header {
  font-family: var(--furore);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .nav-link {
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: var(--additional);
  border: 1px solid var(--additional);
  border-left: 0;
  padding: 4px 17.5px 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .nav-link:hover {
  color: var(--background-primary);
  background: var(--text-primary);
  border-color: var(--text-primary);
}
.header .nav-link:focus {
  outline: none;
}
.header .nav-link.active {
  color: var(--background-primary);
  background: var(--text-primary);
  border-color: var(--text-primary);
}
.header .site-lang {
  border: 1px solid var(--additional);
}
.header .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header .dropdown-toggle:after {
  display: none;
}
.header .dropdown-toggle.show {
  color: var(--background-primary);
  background: var(--text-primary);
  border-color: var(--text-primary);
}
.header .dropdown-menu {
  border: 0;
  border-radius: 0px;
  overflow: hidden;
}
.header .dropdown-item.active,
.header .dropdown-item:active {
  background-color: #0b3777;
}
.header:after {
  background: var(--background-primary);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}

.header__bar {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__logo {
  border: 1px solid var(--additional);
  padding: 2px 17px 2px;
  height: 30px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.site-lang_dropdown-menu {
  min-width: 50px;
}

.account-link {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: var(--additional);
  border: 1px solid var(--additional);
  padding: 4px 17px 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.account-link:hover {
  color: var(--background-primary);
  background: var(--text-primary);
  border-color: var(--text-primary);
}
.account-link:focus {
  outline: none;
}

.header-fixed .header__bar {
  padding: 10px 0;
}

.link-hide {
  display: none;
}

.greeting {
  background: var(--background-primary);
  padding: 151px 0 108px 0;
}

.greeting__logo {
  margin: 79px 0 30px;
  max-width: 100%;
}

.greeting__subtitle {
  font-family: var(--furore);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin: 0;
  max-width: 620px;
}
.greeting__subtitle.small {
  color: var(--text-secondary);
  font-size: 26px;
  line-height: 1.15;
  display: block;
  letter-spacing: -0.006em;
  margin: 12px 0 100px;
}

.greeting__line {
  background: var(--background-secondary);
  height: 1px;
  margin: 28px 0 0;
  opacity: 1;
  max-width: 740px;
}

.greeting__btn {
  width: 442px;
  margin: 0;
}

.greeting__btn_mobile {
  display: none;
}

.greeting__video {
  margin-bottom: 50px;
}
.greeting__video .button.secondary .button-bg {
  background-color: #FF48BE;
}

.greeting__video-desc {
  font-family: var(--furore);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin: 200px 0 20px -16px;
}

.greeting__list {
  margin: 0 0 0 -16px;
}

.directions {
  padding: 100px 0 40px;
  background: var(--background-primary);
}
.directions .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 60px;
  padding-right: 18px;
}
.directions .nav-link {
  border: 0;
  padding: 0;
  background: none;
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  position: relative;
}
.directions .nav-link.active {
  color: var(--rebrain-aqua);
}
.directions .nav-link:hover {
  color: var(--rebrain-aqua);
}
.directions .nav-link:disabled {
  color: var(--text-secondary);
}
.directions .nav-link .tag {
  font-family: var(--furore);
  color: var(--background-primary);
  font-size: 6px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 2px 4px 3px;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  right: -18px;
}
.directions .nav-link .new {
  background: var(--rebrain-aqua);
  -webkit-box-shadow: 0px 0px 14px rgba(91, 255, 218, 0.5);
          box-shadow: 0px 0px 14px rgba(91, 255, 218, 0.5);
}
.directions .nav-link .coming-soon {
  background: var(--white-hacking-yellow);
  -webkit-box-shadow: 0px 0px 14px rgba(255, 255, 87, 0.5);
          box-shadow: 0px 0px 14px rgba(255, 255, 87, 0.5);
}

.title_directions {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.directions .nav.new {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  margin-bottom: 60px;
  padding-right: 18px;
}
.directions .nav.new .nav-link {
  padding: 4px 18px 6px;
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border: 1px solid #5E5E5E;
  border-radius: 5.32px;
}
.directions .nav.new .nav-link.active {
  color: var(--text-primary);
  background-color: var(--redis-blue);
}

.big-title_directions {
  margin-bottom: 80px;
}

.directions__title {
  font-family: var(--furore);
  font-size: 45px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-text-fill-color: var(--background-primary);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--background-buttons);
  margin-bottom: 40px;
}

.directions__items {
  display: grid;
  grid-template-columns: repeat(4, 320px);
  gap: 20px;
  margin-bottom: 60px;
}

.directions__item {
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.directions__item .r-card-bg {
  padding: 18px 12px;
  height: auto;
}
.directions__item .profession.workshop {
  margin-top: 18px;
}
.directions__item-price {
  font-family: var(--furore);
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin: auto 0 8px;
}
.directions__item-price span {
  font-size: 16px;
  line-height: 18.5px;
  color: #F72C70;
  position: relative;
  display: inline-block;
}
.directions__item-price span::after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 2px;
  background-color: #F72C70;
  position: absolute;
  top: 10px;
  left: -4px;
}
.directions__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.directions__item-link {
  font-family: var(--furore);
  color: var(--rebrain-aqua);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.directions__item-link:hover {
  color: var(--rebrain-aqua);
}
.directions__item-link_magenta {
  color: var(--rebrain-magenta);
}
.directions__item-link_magenta:hover {
  color: var(--rebrain-magenta);
}

.directions__item-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px 5px;
  margin-bottom: 3px;
  min-height: 44px;
}

.directions__item-label {
  font-family: var(--furore);
  color: var(--background-buttons);
  font-size: 10px;
  line-height: 1.2;
  padding: 3px 6.5px;
  border: 1px solid;
  border-color: var(--background-buttons);
  border-radius: 5px;
  display: inline-block;
}
.directions__item-label.magenta {
  color: var(--rebrain-magenta);
  border-color: var(--rebrain-magenta);
}
.directions__item-label.yellow {
  color: var(--white-hacking-yellow);
  border-color: var(--white-hacking-yellow);
}
.directions__item-label.green {
  color: var(--nginx-green);
  border-color: var(--nginx-green);
}

.directions__item-list {
  padding: 8px 0 0;
  margin: 0 0 12px;
  list-style: none;
}
.directions__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  border-bottom: 2px solid;
  border-color: var(--background-secondary);
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.directions__item-list li:last-child {
  margin-bottom: 0;
}
.directions__item-list span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.directions__item-list b {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--background-buttons);
}

.profession.directions__item-lg .profession-name {
  font-size: 50px;
  line-height: 1.1;
}
.profession.directions__item-sm .profession-name {
  font-size: 38px;
  line-height: 1.1;
}
.profession.profession_analyst .profession-name {
  font-size: 35px;
  line-height: 1.3;
  white-space: nowrap;
  padding: 0.5px 12px 4.5px 16px;
}
.profession.profession_teamlead .profession-name {
  background-color: var(--rebrain-aqua);
}

.connect {
  padding: 100px 0 100px;
  background: var(--background-primary);
}

.connect__title {
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
.connect__title span {
  color: var(--rebrain-aqua);
}

.connect__subtitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: var(--text-primary);
  max-width: 600px;
  margin: 0 0 80px 340px;
}
.connect__subtitle span {
  color: var(--rebrain-accent-old);
}

.connect__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.connect__item {
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.connect__item .r-card-bg {
  padding: 31px 12px 22px;
  height: auto;
}

.connect__item-title {
  font-family: var(--furore);
  color: var(--rebrain-aqua);
  font-size: 26px;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.connect__item-text {
  color: var(--text-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125;
  text-align: center;
  margin: 0 0 40px;
}

.connect__item-btn {
  margin-top: 15px;
}
.connect__item-btn .button-text {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.connect__item-btn .button-text span {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.connect__item-btn_padding-auto {
  margin-top: auto;
}
.connect__item-btn:hover .button-text {
  background-color: var(--rebrain-aqua);
}
.connect__item-btn:hover .button-text span {
  color: var(--rebrain-aqua);
}
.connect__item-btn:hover .button-bg {
  background-color: var(--rebrain-accent-old);
}

.authorship {
  padding: 100px 0 100px;
  background: var(--background-primary);
}

.authorship__window-header {
  background: var(--additional);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13.5px 21px;
}

.authorship__window-body {
  padding: 50px 30px 27px;
  border: 3px solid;
  border-color: var(--additional);
}

.authorship__window {
  max-width: 1000px;
  margin: 0 auto;
}

.authorship__window-title {
  font-family: var(--furore);
  color: var(--background-primary);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.authorship__window-btn {
  max-width: 385px;
  margin: 0 auto;
}

.authorship__window-text {
  color: var(--background-buttons);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 78px;
}

.benefits {
  padding: 180px 0 170px;
  background: url("../../images/main-page/benefits-bg.jpg") no-repeat center/cover;
  position: relative;
}
.benefits::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 410px;
  background: url("../../images/main-page/benefits-ozerov.jpg") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 720px);
}
.benefits::after {
  content: "";
  display: inline-block;
  width: 476px;
  height: 410px;
  background: url("../../images/main-page/benefits-fed.jpg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: calc(50% - 720px);
}

.benefits__title {
  font-family: var(--furore);
  color: var(--background-buttons);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0 auto 50px;
}

.benefits__text {
  color: var(--background-buttons);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 auto 24px;
  max-width: 588px;
  text-align: center;
}

.benefits__authors {
  font-family: var(--furore);
  color: var(--background-buttons);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-align: center;
}

.advantages {
  padding: 108px 0 80px;
  background-color: #101010;
}

.big-title_advantages {
  margin-bottom: 37px;
}

.advantages__block {
  width: 200px;
  height: 200px;
  padding: 6px 4px;
  background-color: #2b2b2b;
  position: absolute;
  left: 200px;
  top: 13px;
}
.advantages__block:after {
  content: "";
  height: 30px;
  width: 30px;
  display: inline-block;
  background: url("../../images/main-page/icons/advantage-arr.svg") no-repeat center;
  position: absolute;
  z-index: 2;
  left: -20px;
  top: 94px;
}

.advantages__block_block-02 {
  left: 540px;
}
.advantages__block_block-02:after {
  left: -11px;
  top: 94px;
}

.advantages__block_block-03 {
  left: 880px;
}
.advantages__block_block-03:after {
  left: -17px;
  top: 94px;
}

.advantages__block_block-04 {
  left: 880px;
  top: 379px;
}
.advantages__block_block-04:after {
  left: auto;
  right: -10px;
  top: 84px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantages__block_block-05 {
  left: 540px;
  top: 379px;
}
.advantages__block_block-05:after {
  left: auto;
  right: -16px;
  top: 84px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantages__block_block-06 {
  top: 379px;
}
.advantages__block_block-06:after {
  left: auto;
  right: -6px;
  top: 84px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantages__block_block-07 {
  left: -78px;
  top: 200px;
}
.advantages__block_block-07:after {
  left: 87px;
  top: auto;
  bottom: -6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.advantages__block-start {
  font-family: "Furore", sans-serif;
  font-size: 1rem;
  line-height: 18px;
  color: #5BFFDA;
  letter-spacing: -0.01em;
  position: absolute;
  z-index: 2;
  left: -19px;
  top: -10px;
}

.advantages__block-bg {
  width: 100%;
  height: 100%;
  background-color: #101010;
  padding: 24px 12px 8px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-clip-path: polygon(0% 6px, 80px 6px, 86px 0%, 100% 0%, 100% calc(100% - 6px), calc(100% - 80px) calc(100% - 6px), calc(100% - 86px) 100%, 0% 100%);
          clip-path: polygon(0% 6px, 80px 6px, 86px 0%, 100% 0%, 100% calc(100% - 6px), calc(100% - 80px) calc(100% - 6px), calc(100% - 86px) 100%, 0% 100%);
}

.advantages__block-title {
  font-size: 16px;
  line-height: 21px;
  color: #eeedec;
  font-weight: 400;
}

.advantages__block-num {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  margin: 0;
  color: #FF48BE;
}

.advantages__container {
  width: 1200px;
  height: 600px;
  margin: 0 32px 0 auto;
  position: relative;
  background: url("../../images/main-page/avantage-lines.png") no-repeat 100% center;
}

.why-we {
  background-color: #101010;
  padding: 100px 0 20px;
}

.why-we__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-title_why-we {
  margin-bottom: 90px;
}

.why-we__block {
  max-width: 360px;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 79px;
}

.why-we__block-title {
  font-family: "Furore", sans-serif;
  font-size: 2.8125rem;
  line-height: 45px;
  color: #eeedec;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.why-we__block-text {
  margin: 0;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
}

.why-we__info {
  position: relative;
  margin: 59px 0 0 -21px;
  max-width: 1000px;
}

.why-we__info-text {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  position: relative;
  z-index: 2;
  letter-spacing: -0.25px;
  margin: 0;
  max-width: 570px;
}

.why-we__info-text_primary {
  color: #5BFFDA;
}

.why-we__info-text_second {
  color: #ababab;
}

.why-we__info-bg {
  width: 100%;
  height: 100%;
  padding: 2px;
  background: #07b690;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
          clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
}
.why-we__info-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #101010;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
          clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
}

.why-we__info-shadow {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 10px rgba(44, 247, 177, 0.5));
          filter: drop-shadow(2px 2px 10px rgba(44, 247, 177, 0.5));
}

.why-we__info-block {
  position: relative;
  z-index: 2;
  background: #5BFFDA;
  padding: 32px 70px 28px 50px;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
          clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
}
.why-we__info-block:after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #101010;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
          clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 39px) 100%, 0 100%, 0 44px);
}

.why-we__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.numbers {
  padding: 180px 0 42px;
  background: var(--background-primary);
}

.numbers__item {
  margin-bottom: 50px;
}

.numbers__item-title {
  font-family: var(--furore);
  color: var(--rebrain-aqua);
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.numbers__item-text {
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
}

.partners {
  background: var(--background-primary);
  padding: 99px 0 108px 0;
}
.partners__heading {
  font-family: var(--furore);
  color: #ffffff;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.partners__text {
  color: var(--text-primary);
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  max-width: 576px;
  margin: 0 0 10px 26px;
}
.partners__text .junior {
  color: var(--rebrain-aqua);
}
.partners__text .middle {
  color: var(--rebrain-magenta);
}
.partners__text .middle-plus {
  color: var(--white-hacking-yellow);
}
.partners__btn {
  max-width: 436px;
  margin: 50px 0 0 26px;
}
.partners__btn.secondary .button-text span div {
  display: inline-block;
}

.comment {
  background-color: #101010;
  padding: 100px 0 100px;
}

.big-title_comment {
  margin-bottom: 83px;
}

.comment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment__item {
  color: #faf9f8;
  padding: 0;
  margin: 0 40px 28px 0;
  position: relative;
  max-width: 400px;
  border: 2px solid #2b2b2b;
  padding: 29px 16px 28px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comment__item-title {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #5e5e5e;
  margin-bottom: 12px;
}

.comment__item-job {
  font-family: "Furore", sans-serif;
  color: #5BFFDA;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
}

.comment__item-nick {
  font-family: "Furore", sans-serif;
  color: #eeedec;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.comment__item-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: max-height 0.35s ease-out;
  -o-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
  max-height: 106px;
  margin: 0 0 47px 0;
  letter-spacing: 0;
  color: #ababab;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.comment__item-text.active {
  -webkit-line-clamp: unset;
  max-height: 1000px;
  display: list-item;
}
.comment__item-text.active + .comment__item-btn:before {
  content: "СКРЫТЬ";
}
.comment__item-text.active + .comment__item-btn:after {
  content: "<<<";
  margin-left: 8px;
}

.comment__item-btn {
  font-family: "Furore", sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  background-color: transparent;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: auto 0 0 0;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: -0.3px;
}
.comment__item-btn:hover {
  color: #FF48BE;
}
.comment__item-btn:before {
  content: "читать полный отзыв";
}
.comment__item-btn:after {
  content: ">>>";
  margin-left: 8px;
}
.comment__item-btn:focus {
  outline: none;
}

.comment__more {
  max-width: 831px;
  margin-top: 22px;
}

.employes {
  padding: 109px 0 100px;
  background-color: var(--background-primary);
  overflow: hidden;
}

.small-title_employes {
  margin-bottom: 79px;
  letter-spacing: -0.2px;
}

.employes__items {
  display: grid;
  grid-template-columns: repeat(6, 150px);
  gap: 20px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.employes__item {
  width: 150px;
  height: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.employes__item img {
  max-width: 100%;
  max-height: 100%;
}

.fevlake {
  background: var(--background-primary);
  padding: 100px 0 128px 0;
}

.fevlake__text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: var(--text-primary);
  max-width: 591px;
  margin-bottom: 26px;
}
.fevlake__text .aqua {
  color: var(--rebrain-aqua);
}
.fevlake__text .magenta {
  color: var(--rebrain-magenta);
}

.fevlake__btn {
  margin: 60px 0 0;
  max-width: 393px;
}

.footer {
  background: #101010;
  padding: 0 0 30px;
}

.footer-divider {
  height: 8px;
  position: relative;
  margin-bottom: 42px;
}
.footer-divider:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: #2b2b2b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 2px, 88px 2px, 80px 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 2px, 88px 2px, 80px 100%, 0% 100%);
}

.footer__title {
  font-family: "Furore", sans-serif;
  color: #5e5e5e;
  letter-spacing: -0.01em;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 30px;
  margin: 9px 0 20px;
}

.footer__contact {
  margin: 0 0 80px;
  padding: 107px 0 0;
  list-style: none;
}
.footer__contact li {
  margin-bottom: 20px;
}
.footer__contact li:last-child {
  margin-bottom: 0;
}
.footer__contact a {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -0.03em;
  text-decoration: none;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.footer__contact a:hover {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
}
.footer__contact a:hover:after {
  opacity: 1;
}
.footer__contact a:after {
  -webkit-text-fill-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.telegram-text:after {
  content: "TELEGRAM";
}

.facebook-text:after {
  content: "FACEBOOK";
}

.mail-text:after {
  content: "info@rebrainme.com";
}

.phone-text:after {
  content: "+7 499 116-34-68";
}

.footer__links {
  padding: 0;
  margin: 0 0 17px -16px;
  list-style: none;
}
.footer__links li {
  margin-bottom: 3px;
}
.footer__links li:last-child {
  margin-bottom: 0;
}
.footer__links a {
  color: #ababab;
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__links a:hover {
  color: #FF48BE;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}

.copyright {
  color: #5e5e5e;
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  margin: 0 0 211px -16px;
}

.requisites {
  color: #5e5e5e;
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  margin: 0 0 0 -16px;
}

.rebrain-modal .modal-dialog {
  max-width: 560px;
}
.rebrain-modal .modal-content {
  border: 2px solid #eeedec;
  background-color: #101010;
  border-radius: 0;
}
.rebrain-modal .modal-header {
  border: 0;
  padding: 48px 28px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rebrain-modal .modal-title {
  font-family: "Furore", sans-serif;
  text-align: center;
  color: #eeedec;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.01em;
}
.rebrain-modal .modal-title small {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin: 30px 0;
}
.rebrain-modal .modal-subtitle {
  color: #ababab;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 20px 0 0;
}
.rebrain-modal .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: url("../../images/main-page/icons/close-icon.svg") no-repeat center;
  opacity: 1;
}
.rebrain-modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rebrain-modal .modal-body {
  padding: 20px 28px 32px;
}
.rebrain-modal .modal-input-group {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #2b2b2b;
}
.rebrain-modal .modal-input-group label {
  font-family: "Furore", sans-serif;
  width: 100%;
  color: #ababab;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  padding: 6px 10px;
}
.rebrain-modal .modal-input-group .error-message {
  color: #FF5757;
}
.rebrain-modal .modal-input-group .error-message + .modal-input {
  color: #FF5757;
}
.rebrain-modal .modal-input-group .success-message {
  color: #5BFFDA;
}
.rebrain-modal .modal-input {
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #ffffff;
  border: 0;
  background-color: #101010;
  padding: 6px 8px 5px;
  border: 2px solid #2b2b2b;
  width: 100%;
}
.rebrain-modal .modal-input:focus {
  outline: none;
}
.rebrain-modal textarea.modal-input {
  min-height: 70px;
  max-height: 120px;
  resize: vertical;
}
.rebrain-modal .modal-step {
  font-family: "Furore", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #2b2b2b;
  position: absolute;
  display: inline-block;
  top: 18px;
  left: 18px;
}
.rebrain-modal .modal-back {
  font-family: "Furore", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #2b2b2b;
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 18px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.rebrain-modal .modal-back:hover {
  color: #FF48BE;
}
.rebrain-modal .hide {
  display: none;
}
.rebrain-modal .modal-social {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rebrain-modal .modal-social li {
  margin: 0 10px;
  width: 100%;
  max-width: 220px;
}
.rebrain-modal .modal-social li.single {
  max-width: 250px;
}
.rebrain-modal .modal-social li.single a {
  padding: 76px 0 76px;
}
.rebrain-modal .modal-social a {
  border: 2px solid #ababab;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Furore", sans-serif;
  text-decoration: none;
  color: #ababab;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.01em;
  text-align: center;
  width: 100%;
  padding: 58px 0 38px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.rebrain-modal .modal-social a:hover {
  color: #FF48BE;
  border-color: #FF48BE;
}
.rebrain-modal .modal-social a:hover .modal-step__icon svg rect.hovered,
.rebrain-modal .modal-social a:hover .modal-step__icon svg circle.hovered,
.rebrain-modal .modal-social a:hover .modal-step__icon svg path.hovered {
  fill: #FF48BE;
}
.rebrain-modal .modal-step__icon {
  height: 100px;
  width: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.rebrain-modal .modal-step__icon svg rect.hovered,
.rebrain-modal .modal-step__icon svg circle.hovered,
.rebrain-modal .modal-step__icon svg path.hovered {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.step-two-modal .modal-header {
  padding-top: 98px;
}
.step-two-modal .modal-body {
  padding-bottom: 113px;
}

.rebrain-btn_modal {
  width: 99%;
  margin-top: 56px;
  margin-bottom: 24px;
}
.rebrain-btn_modal .rebrain-btn__btn::before {
  content: "далее >>>";
}

.modal-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.modal-checkbox .checkbox__text {
  position: relative;
  padding: 0 0 0 42px;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  color: #ababab;
}
.modal-checkbox .checkbox__text a {
  color: #ababab;
}
.modal-checkbox .checkbox__text a:hover {
  text-decoration: none;
}
.modal-checkbox .checkbox__text:before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../../images/main-page/icons/checkbox-bg.svg") no-repeat center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-checkbox .checkbox__text:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 6px;
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-checkbox input:checked + .checkbox__text:after {
  opacity: 1;
}

.modal-loader {
  background-color: #101010;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.modal-loader.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-loader__title {
  font-family: "Furore", sans-serif;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  letter-spacing: -0.03em;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #eeedec;
  position: absolute;
}
.modal-loader__title:after {
  content: ".";
  -webkit-animation: dotsAnim 3s ease infinite;
          animation: dotsAnim 3s ease infinite;
  position: absolute;
}

@-webkit-keyframes dotsAnim {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}

@keyframes dotsAnim {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .rebrain-modal .modal-title {
    font-size: 28px;
    line-height: 28px;
  }
  .rebrain-modal .modal-subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
  }
  .rebrain-modal .modal-header {
    padding: 48px 18px 20px;
  }
  .rebrain-modal .modal-body {
    padding: 20px 18px 20px;
  }
  .rebrain-modal .modal-back {
    font-size: 14px;
    line-height: 16px;
  }
  .rebrain-modal .modal-step {
    font-size: 14px;
    line-height: 16px;
  }
  .rebrain-modal .modal-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rebrain-modal .modal-social li {
    margin: 0 0 15px;
  }
  .rebrain-modal .modal-social a {
    padding: 28px 0 28px;
  }
  .rebrain-btn_modal {
    margin-top: 30px;
  }
  .modal-checkbox .checkbox__text {
    font-size: 14px;
  }
  .modal-loader svg {
    max-width: 250px;
  }
  .modal-loader__title {
    font-size: 40px;
    line-height: 50px;
  }
}
/* blocks */
.marquee {
  width: 100%;
  height: 120px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 7px;
  color: #5e5e5e;
  background: url("../../images/main-page/coming-soon-line.png") repeat-x 0 43px;
  background-color: #fff;
  -webkit-animation: marquee 8s linear infinite;
          animation: marquee 8s linear infinite;
}
.marquee span {
  color: #101010;
}

@-webkit-keyframes marquee {
  0% {
    background-position: 0 43px;
  }
  100% {
    background-position: -2441px 43px;
  }
}

@keyframes marquee {
  0% {
    background-position: 0 43px;
  }
  100% {
    background-position: -2441px 43px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .marquee {
    height: 80px;
    background: url("../../images/main-page/coming-soon-line-mobile.png") repeat-x 0 31px;
    background-color: #fff;
    -webkit-animation: marquee 8s linear infinite;
            animation: marquee 8s linear infinite;
  }
  @-webkit-keyframes marquee {
    0% {
      background-position: 0 31px;
    }
    100% {
      background-position: -1641px 31px;
    }
  }
  @keyframes marquee {
    0% {
      background-position: 0 31px;
    }
    100% {
      background-position: -1641px 31px;
    }
  }
}
.cooki {
  border: 2px solid #eeedec;
  border-bottom: 0;
  background-color: #101010;
  padding: 29px 28px 22px;
  position: fixed;
  z-index: 900000000;
  bottom: 0;
  right: 150px;
  width: 560px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: animCoo 0.5s linear;
          animation: animCoo 0.5s linear;
}

@-webkit-keyframes animCoo {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animCoo {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cooki__title {
  font-family: "Furore", sans-serif;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 11px;
  letter-spacing: -0.01em;
  color: #eeedec;
}

.cooki__text {
  color: #ababab;
  font-size: 1rem;
  line-height: 21px;
  max-width: 480px;
  margin-bottom: 30px;
}

.cooki__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cooki__yes {
  margin: 0 12px 0 0;
  display: inline-block;
  position: relative;
}
.cooki__yes:hover .cooki__yes-bg {
  background-color: #5BFFDA;
  top: 8px;
  left: 8px;
}

.cooki__yes-bg {
  background-color: #101010;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 16px 100%, 0% calc(100% - 16px));
          clip-path: polygon(0% 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 16px 100%, 0% calc(100% - 16px));
}
.cooki__yes-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #101010;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 16px 100%, 0% calc(100% - 16px));
          clip-path: polygon(0% 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 16px 100%, 0% calc(100% - 16px));
}

.cooki__yes-btn {
  font-family: "Furore", sans-serif;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 33px 23px 34px;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  color: #101010;
  text-align: center;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.1px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 242px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 16px 100%, 0% calc(100% - 16px));
          clip-path: polygon(0% 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 16px 100%, 0% calc(100% - 16px));
}
.cooki__yes-btn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #5BFFDA;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.cooki__yes-btn:before {
  content: "ок, согласен!";
  position: relative;
  z-index: 1;
  color: #151515;
}
.cooki__yes-btn:hover:after {
  width: 100%;
}
.cooki__yes-btn:focus {
  outline: none;
}

.cooki__no {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
}
.cooki__no:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF48BE;
  opacity: 0.6;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-clip-path: polygon(4px 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 4px 100%, 4px 75%, 0px calc(75% - 4px), 0px calc(25% + 4px), 4px 25%);
          clip-path: polygon(4px 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 4px 100%, 4px 75%, 0px calc(75% - 4px), 0px calc(25% + 4px), 4px 25%);
}
.cooki__no:hover:before {
  top: 8px;
  left: 8px;
}

.cooki__no-bg {
  background-color: #ffffff;
  padding: 2px;
  display: inline-block;
  text-decoration: none;
  border: 0;
  -webkit-clip-path: polygon(4px 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 4px 100%, 4px 75%, 0px calc(75% - 4px), 0px calc(25% + 4px), 4px 25%);
          clip-path: polygon(4px 0%, 100% 0%, 100% 25%, calc(100% - 4px) calc(25% + 4px), calc(100% - 4px) calc(75% - 4px), 100% 75%, 100% 100%, 4px 100%, 4px 75%, 0px calc(75% - 4px), 0px calc(25% + 4px), 4px 25%);
}

.cooki__no-btn {
  font-family: "Furore", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #ffffff;
  background-color: #101010;
  padding: 21px 34px 21px 36px;
  border: 0;
  width: 238px;
  -webkit-clip-path: polygon(4px 0%, 100% 0%, 100% calc(25% - 1px), calc(100% - 4px) calc(25% + 3px), calc(100% - 4px) calc(75% - 3px), 100% calc(75% + 1px), 100% 100%, 4px 100%, 4px 75%, 0px calc(75% - 4px), 0px calc(25% + 4px), 4px 25%);
          clip-path: polygon(4px 0%, 100% 0%, 100% calc(25% - 1px), calc(100% - 4px) calc(25% + 3px), calc(100% - 4px) calc(75% - 3px), 100% calc(75% + 1px), 100% 100%, 4px 100%, 4px 75%, 0px calc(75% - 4px), 0px calc(25% + 4px), 4px 25%);
}

@media (min-width: 0px) and (max-width: 767px) {
  .cooki {
    left: 0;
    max-width: 100%;
    padding: 15px;
    max-width: 400px;
  }
  .cooki__title {
    font-size: 25px;
    line-height: 25px;
  }
  .cooki__text {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .cooki__yes-btn {
    font-size: 0.875rem;
    width: auto;
    padding: 13px 13px 13px 14px;
  }
  .cooki__no-btn {
    font-size: 0.875rem;
    width: auto;
    padding: 11px 13px 11px 14px;
  }
  .cooki__no:hover:before {
    top: 0;
    left: 0;
  }
  .cooki__yes .cooki__yes-bg {
    display: none;
  }
  .cooki__yes:hover .cooki__yes-bg {
    background-color: #101010;
    top: 0;
    left: 0;
  }
  .cooki__yes:hover .cooki__yes-btn:after {
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cooki {
    right: 50px;
    max-width: 100%;
    padding: 15px;
    max-width: 400px;
  }
  .cooki__title {
    font-size: 25px;
    line-height: 25px;
  }
  .cooki__text {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .cooki__yes-btn {
    font-size: 0.875rem;
    width: auto;
    padding: 13px 13px 13px 14px;
  }
  .cooki__no-btn {
    font-size: 0.875rem;
    width: auto;
    padding: 11px 13px 11px 14px;
  }
  .cooki__no:hover:before {
    top: 0;
    left: 0;
  }
  .cooki__yes .cooki__yes-bg {
    display: none;
  }
  .cooki__yes:hover .cooki__yes-bg {
    background-color: #101010;
    top: 0;
    left: 0;
  }
  .cooki__yes:hover .cooki__yes-btn:after {
    width: 0;
  }
}
.discount-link.fixed {
  left: 150px;
  right: auto;
}

@media (min-width: 0px) and (max-width: 991px) {
  .discount-link {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .discount-link.fixed {
    left: calc(50% - 468px);
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .discount-link.fixed {
    left: calc(50% - 520px);
  }
}
/* sections */
@media (min-width: 0px) and (max-width: 767px) {
  /* header */
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header .navbar-nav {
    display: none;
  }
  .account-link {
    font-size: 0.875rem;
    padding: 4px 9px 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* header */
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header .navbar-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* header */
  .header .nav-link {
    font-size: 0.8125rem;
    line-height: 15px;
    padding: 4px 8.5px 6px;
  }
  .header__logo {
    padding: 0px 12px 2px;
    height: 27px;
  }
  .account-link {
    font-size: 0.8125rem;
    line-height: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .greeting {
    padding: 0 0 40px;
  }
  .greeting__main {
    padding: 150px 0 0;
  }
  .greeting__logo {
    margin: 0 0 30px;
    max-width: 330px;
    width: 100%;
  }
  .greeting__subtitle {
    font-size: 26px;
    line-height: 1.154;
  }
  .greeting__subtitle.small {
    font-size: 18px;
    line-height: 1.167;
    margin-bottom: 35px;
  }
  .greeting__video {
    margin-bottom: 41px;
  }
  .greeting__btn {
    max-width: 100%;
    margin: 0 0 59px;
  }
  .greeting__video-desc {
    font-size: 26px;
    line-height: 1.154;
    margin: 0 0 20px;
  }
  .greeting__list {
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .greeting__main {
    padding-top: 100px;
  }
  .greeting__subtitle {
    font-size: 22px;
  }
  .greeting__video-desc {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .greeting {
    padding: 111px 0 30px;
  }
  .greeting__subtitle.small {
    margin-bottom: 30px;
  }
  .greeting__btn {
    max-width: 100%;
    margin: 0 0 59px;
  }
  .greeting__video-desc {
    margin-top: 0;
    margin-left: 0;
    max-width: 500px;
  }
  .greeting__list {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .greeting {
    padding: 130px 0 20px;
  }
  .greeting__subtitle {
    font-size: 32px;
  }
  .greeting__subtitle.small {
    margin-bottom: 100px;
  }
  .greeting__btn {
    margin-left: 0;
  }
  .greeting__video-desc {
    margin-left: 0;
    margin-top: 174px;
  }
  .greeting__list {
    margin-left: 0;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .greeting__logo {
    max-width: 454px;
    margin-bottom: 30px;
  }
  .greeting__subtitle {
    font-size: 32px;
    line-height: 1;
  }
  .greeting__subtitle.small {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 144px;
  }
  .greeting__btn {
    margin: 0;
  }
  .greeting__video.video {
    margin: 0px 0 32px -80px;
    width: 500px;
    height: 293px;
    padding: 8px;
  }
  .greeting__video.video::before {
    width: 440px;
    height: 18px;
    left: 30px;
    background-size: 506px;
  }
  .greeting__video.video::after {
    width: 440px;
    height: 18px;
    left: 30px;
    background-size: 506px;
  }
  .greeting__video .video-frame::before {
    height: 293px;
    width: 30px;
    background-size: 506px;
  }
  .greeting__video .video-frame::after {
    height: 293px;
    width: 30px;
    background-size: 506px;
  }
  .greeting__video-desc {
    margin: 176px 0 20px -80px;
  }
  .greeting__list {
    margin-left: -80px;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  .greeting__video.video {
    margin-left: 6px;
  }
  .greeting__video-desc {
    margin-left: 6px;
  }
  .greeting__list {
    margin-left: 6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .directions {
    padding: 59px 0 20px;
    overflow: hidden;
  }
  .directions .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }
  .directions .container {
    max-width: 100%;
  }
  .big-title_directions {
    padding: 16px 20px 14px;
    margin-bottom: 31px;
  }
  .directions__title {
    text-align: left;
    margin-bottom: 20px;
  }
  .directions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
    gap: 10px;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .directions__items::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .directions__item {
    min-width: 320px;
  }
  .directions__item.hover:hover {
    background-color: var(--background-secondary);
    -webkit-filter: none;
            filter: none;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .directions .nav-link {
    font-size: 22px;
  }
  .directions__title {
    font-size: 40px;
  }
  .directions__item {
    min-width: 290px;
  }
  .directions__item-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .directions__item .profession.workshop .profession-name {
    font-size: 32px;
    line-height: 1.35;
    padding: 0.5px 14px 8.5px 12px;
  }
  .directions__item .profession.neon .profession-name {
    font-size: 38px;
  }
  .directions__item .profession.directions__item-lg .profession-name {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .directions .nav {
    gap: 20px;
  }
  .directions .nav-link {
    font-size: 20px;
  }
  .directions__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .directions .nav {
    gap: 20px;
  }
  .directions .nav-link {
    font-size: 20px;
  }
  .directions__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .directions {
    padding: 60px 0 40px;
  }
  .directions .nav {
    gap: 40px;
    margin-bottom: 50px;
  }
  .directions .nav-link {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.01em;
  }
  .big-title_directions {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -2.5px;
    margin-bottom: 70px;
  }
  .directions__items {
    max-width: 1020px;
    margin: 0 auto 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .directions__item .profession.neon .profession-name {
    font-size: 42px;
  }
  .directions__item .profession.directions__item-lg .profession-name {
    font-size: 49px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .connect {
    padding: 41px 0;
  }
  .connect__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .connect__subtitle {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 40px;
    letter-spacing: -0.025em;
  }
  .connect__items {
    grid-template-columns: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .connect__item {
    min-height: 250px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .connect__items {
    grid-template-columns: 290px;
  }
  .connect__item-title {
    font-size: 22px;
  }
  .connect__item .r-card-bg {
    padding: 21px 12px 15px;
  }
  .connect__item .button.secondary.small .button-text span {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .connect {
    padding: 50px 0;
  }
  .connect__subtitle {
    margin: 0 0 30px;
  }
  .connect__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .connect__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .connect {
    padding: 110px 0 100px;
  }
  .connect__title {
    font-size: 32px;
  }
  .connect__subtitle {
    margin: 0 0 60px 201px;
  }
  .connect__items {
    margin: 0 auto;
    gap: 30px;
    grid-template-columns: repeat(3, 320px);
  }
  .connect__item-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .authorship {
    padding: 58px 0 50px;
  }
  .authorship__window-title {
    font-size: 18px;
    line-height: 21px;
    max-width: 225px;
  }
  .authorship__window-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 4px;
  }
  .authorship__window-icons {
    max-width: 84px;
  }
  .authorship__window-body {
    border-width: 2px;
    padding: 46px 13px 20px 11px;
  }
  .authorship__window-text {
    margin-bottom: 38px;
  }
  .authorship__window-text br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .authorship {
    padding: 50px 0;
  }
  .authorship__window-text br {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .benefits {
    padding: 100px 0 158px;
  }
  .benefits::before {
    display: none;
  }
  .benefits::after {
    display: none;
  }
  .benefits__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .benefits__text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits {
    padding: 80px 0;
  }
  .benefits::after {
    display: none;
  }
  .benefits::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .benefits::before {
    display: none;
  }
  .benefits::after {
    display: none;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .benefits {
    padding: 100px 0 140px;
  }
  .benefits::before {
    display: none;
  }
  .benefits::after {
    display: none;
  }
  .benefits__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .benefits {
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .advantages {
    padding: 60px 0 40px;
  }
  .big-title_advantages {
    margin-bottom: 40px;
  }
  .advantages__container {
    width: auto;
    height: auto;
    background: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
  }
  .advantages__block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
  }
  .advantages__block::after {
    display: none;
  }
  .advantages__block-bg {
    padding: 18px 6px 8px 6px;
  }
  .advantages__block-start {
    left: 10px;
  }
  .advantages__block-title {
    margin-bottom: 0;
    letter-spacing: -0.03em;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .advantages__block-title {
    font-size: 13px;
    line-height: 1.35;
  }
  .advantages__block-bg {
    padding: 15px 5px 8px 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages {
    padding: 60px 0 30px;
  }
  .big-title_advantages {
    margin-bottom: 40px;
  }
  .advantages__container {
    width: auto;
    height: auto;
    margin: 0;
    background: url("../../images/main-page/avantage-line-h.png") no-repeat center 0;
  }
  .advantages__block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages__block::after {
    display: none;
  }
  .advantages__block-start {
    left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .advantages {
    padding: 60px 0 30px;
  }
  .advantages__container {
    width: 770px;
    height: 600px;
    background-size: contain;
    margin-right: 0;
  }
  .advantages__block {
    left: 70px;
  }
  .advantages__block:after {
    top: 155px;
  }
  .advantages__block_block-02 {
    left: 310px;
  }
  .advantages__block_block-03 {
    left: 550px;
  }
  .advantages__block_block-04 {
    left: 550px;
  }
  .advantages__block_block-04:after {
    top: 23px;
  }
  .advantages__block_block-05 {
    left: 310px;
  }
  .advantages__block_block-05:after {
    top: 23px;
  }
  .advantages__block_block-06:after {
    top: 23px;
    right: -10px;
  }
  .advantages__block_block-07 {
    left: -165px;
  }
  .advantages__block_block-07:after {
    top: 183px;
    left: 152px;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .big-title_advantages {
    letter-spacing: -2.5px;
    font-size: 80px;
    line-height: 1.1;
  }
  .advantages__container {
    background-size: contain;
    width: 940px;
    margin: 0 0 0 auto;
    background-image: url("../../images/main-page/avantage-lines-md.png");
  }
  .advantages__block {
    left: 138px;
  }
  .advantages__block:after {
    top: 95px;
    left: -11px;
  }
  .advantages__block-start {
    left: 17px;
  }
  .advantages__block_block-02 {
    left: 398px;
  }
  .advantages__block_block-03 {
    left: 658px;
  }
  .advantages__block_block-04 {
    left: 658px;
  }
  .advantages__block_block-04:after {
    top: 85px;
    left: auto;
    right: -12px;
  }
  .advantages__block_block-05 {
    left: 398px;
  }
  .advantages__block_block-05:after {
    top: 85px;
    left: auto;
    right: -12px;
  }
  .advantages__block_block-06:after {
    top: 85px;
    left: auto;
    right: -12px;
  }
  .advantages__block_block-07 {
    left: -100px;
  }
  .advantages__block_block-07:after {
    top: auto;
    bottom: -7px;
    left: 87px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why-we {
    padding: 52px 0 50px;
  }
  .small-title_why-we {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -0.5px;
    max-width: 200px;
    margin-bottom: 40px;
  }
  .why-we__labels {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .why-we__labels .r-label {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .why-we__labels .r-label::after {
    left: 7px;
    top: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we {
    padding: 50px 0 70px;
  }
  .small-title_why-we {
    margin-bottom: 40px;
  }
  .why-we__labels .r-label {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .why-we__labels .r-label::after {
    left: 7px;
    top: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-we__info {
    max-width: 720px;
  }
}
@media (min-width: 1199px) and (max-width: 1380px) {
  .small-title_why-we {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 70px;
  }
  .why-we__block {
    margin-right: 40px;
  }
  .why-we__info {
    max-width: 850px;
  }
  .why-we__info-text {
    font-size: 1.35rem;
    line-height: 26px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .numbers {
    padding: 50px 0 21px;
  }
  .small-title_numbers {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: -0.5px;
    max-width: 200px;
    margin-bottom: 30px;
  }
  .numbers__item {
    margin-bottom: 20px;
  }
  .numbers__item-title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .numbers__item-text {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .numbers {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .small-title_numbers {
    font-size: 22px;
    line-height: 25px;
  }
  .small-title_numbers br {
    display: inline-block;
  }
  .numbers__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .small-title_numbers {
    font-size: 22px;
    line-height: 25px;
  }
  .small-title_numbers br {
    display: inline-block;
  }
  .numbers__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .partners {
    padding: 40px 0;
  }
  .partners__heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .partners__text {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 10px;
    max-width: 420px;
  }
  .partners__btn {
    margin: 50px 0 0;
  }
  .partners__btn.secondary .button-text span {
    font-size: 13px;
    line-height: 15px;
    padding: 17px 14px 20px 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners {
    padding: 60px 0;
  }
  .partners__heading {
    margin-bottom: 50px;
  }
  .partners__text {
    margin: 0 0 10px;
  }
  .partners__btn {
    margin: 50px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners__heading {
    font-size: 35px;
  }
  .partners__text {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .partners__btn {
    margin: 50px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .partners__heading {
    font-size: 38px;
  }
  .partners__text {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .comment {
    padding: 60px 0 40px;
  }
  .big-title_comment {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .big-title_comment:before {
    position: relative;
    top: -8px;
  }
  .comment__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px;
  }
  .comment__item-text {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 105px;
    margin-bottom: 11px;
  }
  .comment__more {
    margin-top: 11px;
  }
  .comment__more.secondary .button-text span {
    font-size: 13px;
    line-height: 15px;
    padding: 21px 14px 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment {
    padding: 50px 0 40px;
  }
  .big-title_comment {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .big-title_comment:before {
    position: relative;
    top: -8px;
  }
  .comment__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px;
  }
  .comment__item-text {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 105px;
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment__item {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .comment__item {
    margin-right: 25px;
  }
  .big-title_comment {
    letter-spacing: -2.5px;
    font-size: 80px;
    line-height: 1.1;
  }
  .comment__item {
    max-width: 359px;
  }
  .comment__item-job {
    font-size: 15px;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .big-title_comment {
    letter-spacing: -2.5px;
    font-size: 80px;
    line-height: 1.1;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .employes {
    padding: 69px 0 50px;
  }
  .small-title_employes {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
  .employes__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
  }
  .employes__item {
    max-width: 100%;
    width: 100px;
    height: 100px;
  }
  .employes__item img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media (min-width: 0px) and (max-width: 340px) {
  .employes__items {
    gap: 0 10px;
  }
  .employes__item {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .employes {
    padding: 50px 0;
  }
  .employes__items {
    grid-template-columns: repeat(3, 150px);
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .employes__items {
    grid-template-columns: repeat(5, 150px);
  }
  .small-title_employes br {
    display: inline-block;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .small-title_employes {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 68px;
  }
  .small-title_employes br {
    display: inline-block;
  }
  .employes__items {
    gap: 20px 23px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fevlake {
    padding: 49px 0 58px;
  }
  .fevlake__logo {
    margin-bottom: 24px;
  }
  .fevlake__text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }
  .fevlake__btn {
    margin-top: 41px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .fevlake__btn.secondary .button-text span {
    padding: 21px 24px 21px 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fevlake__logo {
    margin-bottom: 30px;
  }
  .fevlake {
    padding: 50px 0 78px;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .fevlake__logo {
    max-width: 130px;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .fevlake__logo {
    max-width: 130px;
  }
  .fevlake {
    padding: 100px 0 109px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer {
    padding: 0 0 40px;
  }
  .footer-divider {
    margin-bottom: 40px;
  }
  .footer__title {
    font-size: 1.125rem;
    line-height: 21px;
    margin: 0 0 20px;
  }
  .footer__contact {
    margin-bottom: 34px;
  }
  .footer__contact li {
    margin-bottom: 2px;
  }
  .footer__contact a {
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke-width: 1px;
  }
  .footer__contact a::after {
    top: auto;
    bottom: 0;
  }
  .footer__contact {
    padding-top: 0;
  }
  .footer__links {
    margin: 0 0 28px;
  }
  .footer__links li {
    margin-bottom: 5px;
  }
  .copyright {
    margin: 0 0 30px;
  }
  .requisites {
    margin: 0 0 50px;
  }
}
@media (min-width: 0px) and (max-width: 378px) {
  .footer__contact a {
    font-size: 25px;
    line-height: 25px;
    -webkit-text-stroke-width: 0.7px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding: 0 0 40px;
  }
  .footer-divider {
    margin-bottom: 40px;
  }
  .footer__contact {
    padding-top: 0;
  }
  .footer__title {
    font-size: 1.125rem;
    line-height: 21px;
    margin: 0 0 20px;
  }
  .footer__contact {
    margin-bottom: 34px;
  }
  .footer__contact li {
    margin-bottom: 2px;
  }
  .footer__contact a {
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke-width: 1px;
  }
  .footer__contact a::after {
    top: auto;
    bottom: 0;
  }
  .footer__links {
    margin: 0 0 28px;
  }
  .footer__links li {
    margin-bottom: 5px;
  }
  .copyright {
    margin: 0 0 30px;
  }
  .requisites {
    margin: 0 0 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__contact a {
    font-size: 36px;
    line-height: 34px;
    -webkit-text-stroke-width: 1px;
  }
  .copyright {
    margin-bottom: 50px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .footer__contact a {
    font-size: 45px;
    line-height: 45px;
    -webkit-text-stroke-width: 1px;
  }
  .footer__contact a:after {
    top: auto;
    bottom: 0;
  }
  .copyright {
    margin-bottom: 50px;
  }
}