@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: 1200px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1364px;
  }
}
#preloader {
  position: fixed;
  z-index: 100;
  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/networks/icons/advantage-list-icon.svg") no-repeat center/contain;
}
.rebrain-accordion .accordion-list li:last-child {
  margin-bottom: 0;
}
.rebrain-accordion .accordion-list ul {
  padding-top: 10px;
}
.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;
  }
}
.big-title {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  background: #5e5e5e;
  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;
  font-size: 5rem;
  line-height: 88px;
  width: 100%;
  margin-bottom: 30px;
  padding: 4px 20px 8px;
  letter-spacing: -2.5px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 26px) 0%, 100% 26px, 100% 100%, 26px 100%, 0% calc(100% - 26px));
          clip-path: polygon(0% 0%, calc(100% - 26px) 0%, 100% 26px, 100% 100%, 26px 100%, 0% calc(100% - 26px));
}
.big-title:before {
  content: "";
  display: inline-block;
  background: url("../../images/networks/icons/big-title-icon.svg") no-repeat center/contain;
  width: 53px;
  height: 53px;
  margin-right: 38px;
}
.big-title br {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .big-title {
    font-size: 30px;
    line-height: 30px;
    padding: 2px 20px 4px;
    letter-spacing: 0;
    margin-bottom: 30px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 16px, 100% 100%, 16px 100%, 0% calc(100% - 16px));
            clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 16px, 100% 100%, 16px 100%, 0% calc(100% - 16px));
  }
  .big-title::before {
    min-width: 27px;
    width: 27px;
    height: 27px;
    background-size: cover;
    margin-right: 9px;
  }
  .big-title br {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    padding: 10px 20px 12px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 16px, 100% 100%, 16px 100%, 0% calc(100% - 16px));
            clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 16px, 100% 100%, 16px 100%, 0% calc(100% - 16px));
  }
  .big-title::before {
    min-width: 27px;
    width: 27px;
    height: 27px;
    background-size: cover;
    margin-right: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .big-title {
    font-size: 3rem;
    line-height: 68px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
  }
}
.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 18px;
    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;
}

.practical-logo {
  position: relative;
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 88px;
  margin: 0 0 6px -2px;
  letter-spacing: -2.5px;
  -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 .practical-logo {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  width: 550px;
}
.practical-logo_outline .practical-label {
  font-size: 26px;
  line-height: 30px;
  margin: 101px 0 0 16px;
}

@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-bottom: 20px;
  }

  .practical-logo {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 8px;
    letter-spacing: -1px;
  }

  .practical-label {
    margin: 0;
    font-size: 1.125rem;
    line-height: 21px;
  }

  .practical-logo_outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .practical-logo_outline .practical-logo {
    width: auto;
    -webkit-text-stroke-width: 1.5px;
  }
  .practical-logo_outline .practical-label {
    margin: 0;
  }
}
@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: "Work Sans", sans-serif;
  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-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  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: #101010;
  background: #eeedec;
  border-color: #eeedec;
}
.header .nav-link:focus {
  outline: none;
}
.header .nav-link.active {
  color: #101010;
  background: #eeedec;
  border-color: #eeedec;
}
.header .site-lang {
  border: 1px solid #5e5e5e;
}
.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: #101010;
  background: #eeedec;
  border-color: #eeedec;
}
.header .dropdown-menu {
  border: 0;
  border-radius: 0px;
  overflow: hidden;
}
.header .dropdown-item.active,
.header .dropdown-item:active {
  background-color: #0b3777;
}
.header:after {
  background: #101010;
  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 #5e5e5e;
  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: #5e5e5e;
  border: 1px solid #5e5e5e;
  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: #101010;
  background: #eeedec;
  border-color: #eeedec;
}
.account-link:focus {
  outline: none;
}

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

.link-hide {
  display: none;
}

.greeting {
  background: #101010;
  padding: 120px 0 128px 0;
}

.title {
  font-family: "Furore", sans-serif;
  font-size: 2.8125rem;
  line-height: 45px;
  letter-spacing: -0.5px;
  color: #eeedec;
  white-space: nowrap;
  margin: 30px 0 23px;
}

.practical_aws {
  margin-bottom: 31px;
}

.greeting__subtitle {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: #ababab;
  margin: 0 0 0 56px;
  max-width: 262px;
}

.greeting__block {
  width: 100%;
  max-width: 370px;
  margin: 0 0 30px -16px;
  position: relative;
  padding-top: 28px;
}
.greeting__block:before {
  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%);
}

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

.greeting__block-text {
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  margin-bottom: 10px;
}
.greeting__block-text span {
  color: #FF48BE;
}

.greeting__img {
  max-width: 100%;
  height: auto;
  margin: 34px 0 0 8px;
}

.greeting__cerfs {
  margin: 40px 0 0 -16px;
}

.greeting__cerf {
  margin-right: 10px;
  max-width: 150px;
}

.greeting__line {
  background: #2b2b2b;
  height: 1px;
  margin: 28px 0 0;
  opacity: 1;
  max-width: 740px;
}

.greeting__footer {
  padding: 163px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rebrain-btn_greeting {
  width: 392px;
  margin: 26px 0 0;
}

.info {
  background: #101010;
  padding: 101px 0 99px;
}
.info__item-title {
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-color: #5BFFDA;
  -webkit-text-stroke-width: 1.5px;
  margin-bottom: 28px;
}
.info__item-text {
  color: #EEEDEC;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
.info__item_second {
  padding-left: 39px;
}

.info__title {
  font-family: "Furore", sans-serif;
  font-size: 2.8125rem;
  line-height: 45px;
  color: #eeedec;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}
.info__title span {
  color: #FF48BE;
}

.small-title_info {
  font-size: 1rem;
  line-height: 18px;
  margin-top: 20px;
  letter-spacing: -0.2px;
}

.small-title_mobile {
  display: none;
}

.info__block {
  padding-bottom: 10px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2b2b2b;
  max-width: 600px;
}

.info__block-title {
  font-family: "Furore", sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -2.6px;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-color: #FF48BE;
  -webkit-text-stroke-width: 1.5px;
  margin: 0;
  min-width: 207px;
}

.info__block-text {
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  margin: 11px 0 0 0;
  letter-spacing: 0;
}

.info__bottom {
  padding: 0;
}

.info__text {
  font-family: "Furore", sans-serif;
  font-size: 2.8125rem;
  line-height: 45px;
  color: #eeedec;
  letter-spacing: -0.5px;
  max-width: 690px;
}
.info__text span {
  color: #5BFFDA;
}

.info__text_second {
  margin: 300px 0 0 -19px;
}

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

.road__title {
  font-family: "Furore", sans-serif;
  color: #eeedec;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -0.03em;
  position: relative;
  margin-bottom: 12px;
}
.road__title:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../../images/networks/networks-icon.png") no-repeat center center;
  position: absolute;
  left: 461px;
  top: 16px;
}

.road__title-left {
  margin-left: 100px;
}

.actions_road-mobile {
  display: none;
}

.road__subtitle {
  font-family: "Furore", sans-serif;
  color: #eeedec;
  font-size: 2.8125rem;
  line-height: 45px;
  margin: 19px 0 27px 340px;
  letter-spacing: -0.5px;
}

.road__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.road__list li {
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  max-width: 160px;
  margin-right: 26px;
}
.road__list li:last-child {
  max-width: 215px;
}

.actions_road {
  margin: 60px 0 0;
}
.actions_road .actions__btn_start {
  padding: 23px 20px 23px 20px;
}
.actions_road .actions__btn_start:before {
  content: "записаться на практикум >>>";
}

.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/networks/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: 13px;
  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 33px 0 auto;
  position: relative;
  background: url("../../images/networks/avantage-lines.png") no-repeat 100% center;
}

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

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

.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: 39px 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;
}

.why-we__info-text_primary {
  color: #FF48BE;
}

.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: #FF48BE;
  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);
}

.workshop {
  background-color: #101010;
  padding: 99px 0 50px;
}

.workshop__chapter-item {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 2.8125rem;
  line-height: 45px;
  letter-spacing: -0.5px;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #eeedec;
  margin-bottom: 50px;
  position: relative;
  padding-top: 28px;
}
.workshop__chapter-item::before {
  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%);
}

.workshop__chapter-item_filled {
  color: #FF48BE;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}
.workshop__chapter-item_filled span {
  font-family: "Jost", sans-serif;
  color: #EEEDEC;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  padding-top: 16px;
  letter-spacing: 0;
}

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

.big-title_program {
  margin-bottom: 50px;
}

.program__title {
  font-family: "Furore", sans-serif;
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.3px;
  margin-bottom: 28px;
}
.program__title span {
  color: #FF48BE;
}

.program__accordion {
  margin-bottom: 52px;
}

.program__info {
  padding: 0;
  list-style: none;
  margin: -2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program__info li {
  color: #eeedec;
  font-size: 1rem;
  line-height: 21px;
  min-width: 410px;
  margin-right: 30px;
}
.program__info li:last-child {
  margin: 0;
}
.program__info span {
  color: #FF48BE;
}

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

.small-title_examples {
  margin-bottom: 30px;
  padding-top: 1px;
  letter-spacing: -0.2px;
}

.examples__tabs {
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.examples__tabs .nav-item {
  margin-bottom: 8px;
}
.examples__tabs .nav-link {
  font-family: "Furore", sans-serif;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #eeedec;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: 0;
  position: relative;
}
.examples__tabs .nav-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.examples__tabs .nav-link.active {
  background: transparent;
  color: #FF48BE;
  padding-left: 24px;
}
.examples__tabs .nav-link.active:before {
  opacity: 1;
  left: 0;
}
.examples__tabs .nav-link:hover {
  color: #FF48BE;
}
.examples__tabs .nav-link:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/networks/icons/example-arr.svg") no-repeat center center;
  position: absolute;
  left: -20px;
  top: 1px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.examples-accordion .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 28px;
  position: relative;
}
.examples-accordion .accordion-item .accordion-button {
  border-radius: 0;
}
.examples-accordion .accordion-header {
  position: relative;
  padding-top: 42px;
}
.examples-accordion .accordion-header:before {
  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%);
}
.examples-accordion .accordion-button {
  font-family: "Furore", sans-serif;
  background: transparent;
  color: #eeedec;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.2px;
  padding: 0 0 20px;
}
.examples-accordion .accordion-button span {
  font-size: 0.75rem;
  line-height: 14px;
  margin-right: 16px;
  color: #FF48BE;
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 2px;
}
.examples-accordion .accordion-button:after {
  color: #5BFFDA;
  content: ">>>";
  font-size: 1rem;
  line-height: 18px;
  position: absolute;
  right: 29px;
  top: -4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  width: auto;
  background: transparent;
}
.examples-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.examples-accordion .accordion-button_disabled {
  cursor: auto;
}
.examples-accordion .accordion-button_disabled:after {
  display: none;
}
.examples-accordion .accordion-body {
  padding: 6px 0 2px 30px;
}
.examples-accordion .accordion-subtitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #eeedec;
  margin-bottom: 20px;
}
.examples-accordion .accordion-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  max-width: 700px;
  font-weight: 400;
}
.examples-accordion .accordion-list li {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  position: relative;
  padding-left: 24px;
}
.examples-accordion .accordion-list li:before {
  content: "";
  width: 16px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/networks/icons/advantage-list-icon.svg") no-repeat center/contain;
}
.examples-accordion .accordion-list li:last-child {
  margin-bottom: 0;
}
.examples-accordion .accordion-list span {
  display: block;
  margin-top: 10px;
}
.examples-accordion .accordion-list_inner {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
.examples-accordion .accordion-link {
  color: #ababab;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  line-height: 19px;
}
.examples-accordion .accordion-link span {
  border-bottom: 1px solid #ababab;
}
.examples-accordion .accordion-link:hover {
  color: #ababab;
}
.examples-accordion .accordion-link:hover span {
  border-color: transparent;
}
.examples-accordion p {
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  margin-bottom: 16px;
}
.examples-accordion .accordion-img {
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
}

.code {
  font-family: "Furore", sans-serif;
  word-wrap: break-word;
  color: #5e5e5e;
  display: block;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.15px;
  margin-bottom: 27px;
  text-align: left;
}

.code__indent {
  padding-left: 13px;
  display: inline-block;
}

.accordion-table {
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #ababab;
}
.accordion-table td {
  padding: 10px;
  border: 1px solid #ababab;
}
.accordion-table th {
  padding: 10px;
  border: 1px solid #ababab;
}

.table-responsive {
  margin-bottom: 25px;
}

.accordion-task {
  border-top: 1px solid #2b2b2b;
  padding: 12px 0 0;
  font-size: 25px;
  line-height: 30px;
  color: #eeedec;
  margin-bottom: 30px;
  padding-right: 36px;
}
.accordion-task .accordion-list {
  padding-top: 10px;
  margin-bottom: 30px;
}

.accordion-list-title {
  color: #eeedec;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 0px;
  font-weight: 400;
}

.list-primary {
  color: #FF48BE;
}

.list-white {
  color: #fff;
}

.learned {
  background-color: #101010;
  padding: 102px 0 50px;
}

.learned__title {
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 88px;
  color: #ffffff;
  letter-spacing: -0.03em;
  font-weight: normal;
  margin-bottom: 48px;
}
.learned__title span {
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #5BFFDA;
}

.learned__item {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 50px;
  padding: 28px 10px 0 0;
  color: #eeedec;
}
.learned__item:before {
  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%);
}

.reviews {
  padding: 103px 0 60px;
  background-color: #101010;
}

.reviews__title {
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -2.5px;
  margin-bottom: 48px;
  color: #eeedec;
}

.reviews__block {
  width: 300px;
  height: 300px;
  padding: 6px 4px;
  background-color: #2b2b2b;
  margin-bottom: 40px;
}

.reviews__block-bg {
  width: 100%;
  height: 100%;
  background-color: #101010;
  padding: 24px 15px 8px 11px;
  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%);
}

.reviews__block-text {
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #ababab;
  margin: 0;
}

.reviews__block-num {
  font-family: "Furore", sans-serif;
  font-size: 45px;
  line-height: 100%;
  margin: 0;
  letter-spacing: -0.5px;
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #FF48BE;
}

/* authors */
.authors {
  padding: 112px 0 90px;
  background-color: #101010;
}

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

.authors__company-title {
  font-family: "Furore", sans-serif;
  letter-spacing: -0.01em;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 30px;
  color: #6aec6a;
  margin-bottom: 18px;
}

.authors__company-text {
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  max-width: 291px;
  margin-bottom: 10px;
}
.authors__company-text span {
  color: #eeedec;
}

.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: #FF48BE;
  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: #5BFFDA;
}
.comment__item-btn:before {
  content: "читать полный отзыв";
}
.comment__item-btn:after {
  content: ">>>";
  margin-left: 8px;
}
.comment__item-btn:focus {
  outline: none;
}

.comment__more-btn {
  font-family: "Furore", sans-serif;
  background: #101010;
  border: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.3px;
  padding: 21px 40px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-clip-path: polygon(4px 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% 20px, 100% calc(100% - 20px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 16px), 0% calc(100% - 20px), 0% 20px, 4px 16px);
          clip-path: polygon(4px 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% 20px, 100% calc(100% - 20px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 16px), 0% calc(100% - 20px), 0% 20px, 4px 16px);
}
.comment__more-btn:before {
  content: "СКРЫТь <<<";
  position: relative;
  z-index: 2;
}
.comment__more-btn:after {
  content: "";
  width: 0%;
  height: 100%;
  background: #101010;
  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;
}
.comment__more-btn.collapsed:before {
  content: "показать все отзывы о практикуме[24] >>>";
}
.comment__more-btn:focus {
  outline: none;
}

.comment__more-btn-wrapper {
  margin: 0 0 0 150px;
  position: relative;
  margin: 22px 0 0 0;
  max-width: 830px;
  display: block;
}
.comment__more-btn-wrapper:hover .comment__more-btn-hover {
  top: 8px;
  left: 8px;
}

.comment__more-btn-bg {
  padding: 2px;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background-color: #ffffff;
  display: block;
  width: 100%;
  position: relative;
  -webkit-clip-path: polygon(4px 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% 20px, 100% calc(100% - 20px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 16px), 0% calc(100% - 20px), 0% 20px, 4px 16px);
          clip-path: polygon(4px 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% 20px, 100% calc(100% - 20px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 16px), 0% calc(100% - 20px), 0% 20px, 4px 16px);
}
.comment__more-btn-bg:hover .comment__more-btn:after {
  width: 100%;
}

.comment__more-btn-hover {
  background-color: #5BFFDA;
  opacity: 0.6;
  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(4px 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% 20px, 100% calc(100% - 20px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 16px), 0% calc(100% - 20px), 0% 20px, 4px 16px);
          clip-path: polygon(4px 0%, calc(100% - 4px) 0%, calc(100% - 4px) 16px, 100% 20px, 100% calc(100% - 20px), calc(100% - 4px) calc(100% - 16px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 16px), 0% calc(100% - 20px), 0% 20px, 4px 16px);
}

.consult {
  background-color: #101010;
  padding: 110px 0 101px;
}

.actions_consult .actions__btn_start:before {
  content: "пройти тест >>>";
}

.consult__title {
  font-family: "Furore", sans-serif;
  color: #eeedec;
  font-size: 80px;
  line-height: 88px;
  padding-left: 2px;
  letter-spacing: -0.03em;
}

.consult__title-right {
  margin-left: 149px;
}

.consult__title-logo {
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #5BFFDA;
  display: inline-block;
  margin-left: 149px;
  position: relative;
}
.consult__title-logo:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../../images/networks/networks-icon.png") no-repeat center center;
  position: absolute;
  right: -81px;
  top: calc(50% - 30px);
}

.actions_consult {
  margin-top: 78px;
  padding-left: 38px;
}

.employes {
  padding: 100px 0 102px;
  background-color: #101010;
  overflow: hidden;
}

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

.employes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  position: relative;
}
.employes__container:before {
  content: "";
  background-color: #2b2b2b;
  width: calc(100% + 200px);
  height: 1px;
  position: absolute;
  left: -100px;
  top: -1px;
}
.employes__container:after {
  content: "";
  background-color: #2b2b2b;
  width: calc(100% + 200px);
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 0;
}

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

@media (min-width: 992px) {
  .employes__collapse:not(.show) {
    display: block;
  }
}
.employes__collapse-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employes__container-line {
  background-color: #2b2b2b;
  width: calc(100% + 200px);
  height: 1px;
  position: absolute;
  left: -100px;
  top: calc(50% - 1px);
}

.employes__item {
  width: calc(11.1111111vw - 9px);
  height: calc(11.1111111vw - 9px);
  border: 1px solid #2b2b2b;
  border-top: 0;
  border-right: 0;
  background-color: #101010;
  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%;
}

.employes__btn {
  font-family: "Furore";
  border: 0;
  width: 100%;
  height: 100%;
  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;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FF48BE;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 9px;
  text-decoration: none;
  cursor: pointer;
}
.employes__btn:hover {
  color: #101010;
  background-color: #FF48BE;
}
.employes__btn:focus {
  outline: none;
}

.container-fluid_employes {
  padding-left: 30px;
  padding-right: 30px;
}

.comment__more-btn-wrapper_employes {
  display: none;
}

.getting {
  padding: 98px 0 30px;
  background-color: #101010;
}

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

.getting-img {
  max-width: 610px;
  width: 100%;
  margin-bottom: 50px;
}

.getting__title {
  font-family: "Furore", sans-serif;
  color: #eeedec;
  font-size: 2.8125rem;
  line-height: 45px;
  letter-spacing: -0.01em;
  margin-bottom: 50px;
  max-width: 480px;
}

.getting__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  max-width: 450px;
}

.getting__title_certificat {
  margin-top: 51px;
}

.getting__title_hardskills {
  margin-top: 70px;
}

.getting__cerfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
  margin: 0 0 42px;
}

.getting__cerf {
  margin: 0 10px;
  max-width: 380px;
}

.getting__info {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  max-width: 780px;
  margin: 0 auto;
  letter-spacing: -0.25px;
  padding: 0 15px 0 0;
}
.getting__info span {
  color: #07b690;
}

.getting__techs {
  padding-top: 50px;
}

.getting__tech {
  border: 2px solid #2B2B2B;
  text-align: center;
  padding: 17px 10px 6px;
  margin-bottom: 28px;
}

.getting__tech-img {
  width: 120px;
  height: 120px;
  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;
  margin: 0 auto 23px;
}

.getting__tech-img_osi {
  padding: 8px 0 0 11px;
}

.getting__tech-name {
  font-family: "Furore";
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #5BFFDA;
}

.resume {
  padding: 44px 0 90px;
  background-color: #101010;
}

.resume__title {
  font-family: "Furore", sans-serif;
  font-size: 5rem;
  line-height: 88px;
  color: #eeedec;
  letter-spacing: -0.03em;
  margin-bottom: 48px;
  text-align: center;
  padding-left: 176px;
}

.resume__title-arr {
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.resume__title-arr::before {
  content: "";
  background: url("../../images/networks/icons/resume-arr.png") no-repeat center;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: -98px;
  top: calc(50% - 16px);
}

.resume__title-secondary {
  -webkit-text-fill-color: #101010;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FF48BE;
  margin-right: 301px;
}

.resume__item {
  max-width: 660px;
  width: 100%;
  padding: 6px 4px;
  background-color: #2b2b2b;
  margin: 0 auto;
}

.resume__item-bg {
  width: 100%;
  height: 100%;
  background-color: #101010;
  padding: 36px 26px 83px 26px;
  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%);
}

.resume__item-header {
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resume__item-icon {
  width: 150px;
  min-width: 150px;
  height: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #101010;
  border: 1px solid #2b2b2b;
  margin-right: 20px;
}

.resume__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #eeedec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resume__item-list li {
  border: 1px solid #2b2b2b;
  margin-bottom: 10px;
  font-family: "Furore", sans-serif;
  font-size: 1rem;
  line-height: 18px;
  padding: 4px 12px 6px;
  letter-spacing: -0.01em;
}
.resume__item-list .resume__item-price {
  color: #FF48BE;
  margin: auto 0 0;
}

.resume__item-job {
  color: #5BFFDA;
}

.resume__item-subtitle {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  padding-left: 2px;
}

.resume__item-stack {
  list-style: none;
  margin: 0;
  letter-spacing: -0.3px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resume__item-stack li {
  font-family: "Furore", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #5BFFDA;
  max-width: 290px;
  margin-right: 20px;
}

.resume__list {
  list-style: none;
  padding: 0;
  margin: 0 0 42px 0;
}
.resume__list li {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  position: relative;
  padding-left: 24px;
}
.resume__list li:before {
  content: "";
  width: 16px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/networks/icons/advantage-list-icon.svg") no-repeat center/contain;
}
.resume__list li:last-child {
  margin-bottom: 0;
}

.authors {
  padding: 112px 0 65px;
  background-color: #101010;
}

.big-title_authors {
  margin-bottom: 70px;
}

.authors__item {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.authors__item-img {
  min-width: 240px;
  width: 240px;
  height: 290px;
  margin-right: 30px;
}
.authors__item-img img {
  max-width: 100%;
  max-height: 100%;
}

.authors__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.authors__item-img_icon {
  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;
  background: #2b2b2b;
}

.authors__item-title {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #5BFFDA;
  margin-bottom: 19px;
}
.authors__item-title span {
  color: #eeedec;
  margin-top: 6px;
  display: inline-block;
}

.authors__item-text {
  font-size: 16px;
  line-height: 21px;
  color: #ababab;
  margin: 0 0 -5px;
  max-width: 310px;
}

.authors__item-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.authors__item-list li {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  position: relative;
  padding-left: 24px;
}
.authors__item-list li::before {
  content: "";
  width: 16px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/networks/icons/advantage-list-icon.svg") no-repeat center center/contain;
}

.authors__item-text_fevlake {
  max-width: 250px;
}

.authors__item-text_ozerov {
  max-width: 240px;
}

.authors__item-exp {
  font-family: "Furore", sans-serif;
  color: #eeedec;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin: auto 0 0;
}
.authors__item-exp span {
  color: #ababab;
  display: inline-block;
  margin-top: 4px;
}

.price {
  padding: 90px 0 92px;
  background-color: #101010;
}

.price__title {
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 2px 0 0;
  position: relative;
}
.price__title:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../../images/networks/networks-icon.png") no-repeat center center;
  position: absolute;
  left: 535px;
  top: calc(50% - 28px);
}

.white-hacking_price .white-hacking-logo {
  margin-bottom: 40px;
}

.rebrain-btn_price {
  margin-bottom: 94px;
  width: 343px;
}
.rebrain-btn_price .rebrain-btn__btn::before {
  content: "Купить >>>";
}

.practical-v2.practical-v2_price {
  margin-bottom: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.practical-v2.practical-v2_price .practical-v2-label {
  margin: 22px 0 0 11px;
}

.price__cost {
  font-family: "Furore", sans-serif;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.01em;
  color: #eeedec;
  margin-bottom: 10px;
}

.price__cost-title {
  color: #ababab;
}

.price__cost-discount {
  color: #FF48BE;
  margin: 10px 0 0 28px;
  display: inline-block;
  position: relative;
}
.price__cost-discount:after {
  content: "";
  display: block;
  width: 107%;
  height: 6px;
  background: #FF48BE;
  position: absolute;
  top: 50%;
  left: 0;
}

.price__text {
  margin-bottom: 27px;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #ababab;
  min-height: 42px;
  font-weight: 500;
}

.price__text_small {
  font-size: 1rem;
  line-height: 21px;
  max-width: 440px;
  font-weight: normal;
}

.price__tabs {
  border: 0;
  margin-bottom: 39px;
}
.price__tabs .nav-item {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
}
.price__tabs .nav-hover {
  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(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%);
}
.price__tabs .nav-link {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  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%);
  position: relative;
  z-index: 2;
}
.price__tabs .nav-link.active + .nav-hover {
  top: 8px;
  left: 8px;
}
.price__tabs .nav-link span {
  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 28px 21px 28px;
  width: 238px;
  -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));
}

.price__item {
  position: relative;
  padding-top: 28px;
  margin: 0 0 50px -16px;
}
.price__item:before {
  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%);
}

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

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

.price__item-payments {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__item-payment {
  width: 100px;
  height: 60px;
  margin-right: 10px;
  background-color: #2b2b2b;
  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;
}

.tab-content_price {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-content_price-cost {
  min-height: 179px;
}

.faq {
  padding: 108px 0 82px;
  background-color: #101010;
}

.big-title_faq {
  margin-bottom: 50px;
}

.faq__accordion .accordion-body {
  padding: 28px 375px 12px 27px;
}

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

.account__title {
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 88px;
  color: #eeedec;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: -2.3px;
  margin-bottom: 8px;
}
.account__title:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../../images/networks/networks-icon.png") no-repeat 50%;
  position: absolute;
  right: -91px;
  top: calc(50% - 28px);
}

.practical_account .practical-label {
  font-size: 1.625rem;
  line-height: 30px;
  margin: 10px 0 0 35px;
}

.actions_account {
  margin-top: 79px;
  padding-left: 40px;
}
.actions_account .actions__btn_consult {
  text-decoration: none;
}
.actions_account .actions__btn_consult:hover {
  color: #fff;
  text-decoration: none;
}
.actions_account .actions__btn_start:before {
  content: "связаться с нами >>>";
}

.practical-v2_account {
  padding-left: 341px;
}
.practical-v2_account .practical-v2-label {
  margin: 15px 0 0 26px;
}

.company {
  padding: 112px 0 90px;
  background-color: #101010;
}

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

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

.company__company-text {
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  max-width: 291px;
  margin-bottom: 10px;
}
.company__company-text span {
  color: #eeedec;
}

.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-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/networks/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;
  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: #FF48BE;
}
.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 .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/networks/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;
  }
}
.requirements {
  background-color: #101010;
  padding: 100px 0 70px;
}

.requirements__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
}

.requirements__item {
  font-family: Furore, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
  max-width: 404px;
}

.requirements__item::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxMS41SDExLjVWNlYzLjIwNzExTDguNzkyODkgMC41SDZIMC41VjExLjVaIiBmaWxsPSIjMkIyQjJCIiBzdHJva2U9IiM1QkZGREEiLz4KPHBhdGggZD0iTTIuNzUgOS4yNUg5LjI1VjZWNC4zMzIxMUw3LjY2Nzg5IDIuNzVINkgyLjc1VjkuMjVaIiBmaWxsPSIjNUJGRkRBIiBzdHJva2U9IiM1QkZGREEiLz4KPC9zdmc+Cg==") 50%/contain no-repeat;
}

.requirements__item .requirements__item {
  margin: 15px 0 0;
}

.requirements__tip {
  font-size: 16px;
  line-height: 21px;
  color: #ababab;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .requirements {
    padding: 50px 0 30px;
  }

  .requirements__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .requirements__item {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
  }

  .small-title_requirements {
    margin-bottom: 30px;
  }

  .small-title_requirements br {
    display: inline;
  }
}
/* blocks */
.marquee {
  width: 100%;
  height: 120px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 7px;
  color: #5e5e5e;
  background: url("../../images/networks/coming-soon-line.png") repeat-x 0 36px;
  background-color: #fff;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}
.marquee span {
  color: #101010;
}

@-webkit-keyframes marquee {
  0% {
    background-position: 0 36px;
  }
  100% {
    background-position: -4170px 36px;
  }
}

@keyframes marquee {
  0% {
    background-position: 0 36px;
  }
  100% {
    background-position: -4170px 36px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .marquee {
    height: 80px;
    background: url("../../images/networks/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;
    }
  }
}
.video {
  width: 560px;
  height: 324px;
  margin: 19px 0 0 -16px;
  overflow: hidden;
  position: relative;
  padding: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video:after {
  content: "";
  height: 23px;
  width: 490px;
  display: block;
  background: url("../../images/networks/video-border.svg") no-repeat center 0;
  position: absolute;
  top: 0;
  left: 35px;
}
.video:before {
  content: "";
  height: 23px;
  width: 490px;
  display: block;
  background: url("../../images/networks/video-border.svg") no-repeat center 100%;
  position: absolute;
  bottom: 0;
  left: 35px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}
.video-wrapper:after {
  content: "";
  height: 324px;
  width: 35px;
  display: block;
  background: url("../../images/networks/video-border.svg") no-repeat 0 center;
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrapper:before {
  content: "";
  height: 324px;
  width: 35px;
  display: block;
  background: url("../../images/networks/video-border.svg") no-repeat 100% center;
  position: absolute;
  top: 0;
  right: 0;
}

.video__btn {
  padding: 16px 69px;
  font-family: "Furore", sans-serif;
  -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%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          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%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
  background-color: #101010;
}
.video__btn:before {
  content: "включить видео >>>";
  color: #ffffff;
}
.video__btn:after {
  background-color: #101010;
}

.video__btn-wrapper {
  position: relative;
  display: inline-block;
}
.video__btn-wrapper:hover .video__btn-hover {
  top: 8px;
  left: 8px;
}

.video__btn-hover {
  opacity: 0.6;
  background-color: #FF48BE;
  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%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
          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%, 0% 100%, 0% 75%, 4px calc(75% - 4px), 4px calc(25% + 4px), 0% 25%);
}

.video__btn-bg {
  padding: 2px;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background-color: #ffffff;
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(25% + 4px), calc(100% - 4px) calc(25% + 6px), calc(100% - 4px) calc(75% - 6px), 100% calc(75% - 4px), 100% 100%, 0% 100%, 0% calc(75% - 4px), 4px calc(75% - 6px), 4px calc(25% + 6px), 0% calc(25% + 4px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(25% + 4px), calc(100% - 4px) calc(25% + 6px), calc(100% - 4px) calc(75% - 6px), 100% calc(75% - 4px), 100% 100%, 0% 100%, 0% calc(75% - 4px), 4px calc(75% - 6px), 4px calc(25% + 6px), 0% calc(25% + 4px));
}
.video__btn-bg:hover .comment__more-btn {
  color: #101010;
  background: transparent;
}
.video__btn-bg:hover .comment__more-btn:after {
  width: 100%;
}

.video-wrapper__plug {
  background: url("../../images/networks/video-plug.svg") no-repeat center center/cover;
  background-color: #383838;
  width: 100%;
  height: 100%;
}

.video__overlay {
  background: url("../../images/networks/video-plug.png") no-repeat center center/cover;
  background-color: #383838;
  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;
}
.video__overlay .video__icon__bg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video__overlay.loading-overlay .video__btn {
  display: none;
}
.video__overlay.loading-overlay:after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 3px solid #faf9f8;
  border-top-color: #FF48BE;
  border-radius: 50%;
  -webkit-animation: rotateSpin 1s ease infinite;
          animation: rotateSpin 1s ease infinite;
}

@-webkit-keyframes rotateSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .video__btn {
    padding: 18px 35px;
  }

  .video {
    margin: 49px auto 0;
    width: 370px;
    height: 214px;
    max-width: 100%;
    padding: 8px;
  }
  .video img {
    max-width: 100%;
  }
  .video:before {
    width: 320px;
    height: 18px;
    left: 25px;
    background-size: 370px;
  }
  .video:after {
    width: 320px;
    height: 18px;
    left: 25px;
    background-size: 370px;
  }

  .video-wrapper:before {
    height: 215px;
    width: 25px;
    background-size: 370px;
  }
  .video-wrapper:after {
    height: 215px;
    width: 25px;
    background-size: 370px;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  .video {
    width: 100%;
    height: 215px;
    padding: 6px;
    margin: 49px auto 0;
  }
  .video:before {
    width: 100%;
    left: 0;
    height: 14px;
    background-size: cover;
  }
  .video:after {
    width: 100%;
    left: 0;
    height: 14px;
    background-size: cover;
  }

  .video-wrapper:before {
    width: 20px;
    height: 100%;
    background-size: cover;
  }
  .video-wrapper:after {
    width: 20px;
    height: 100%;
    background-size: cover;
  }

  .video__btn {
    font-size: 0.8125rem;
    line-height: 15px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .video {
    width: 100%;
    height: 190px;
    padding: 6px;
    margin: 49px auto 0;
  }
  .video:before {
    width: 100%;
    left: 0;
    height: 14px;
    background-size: cover;
  }
  .video:after {
    width: 100%;
    left: 0;
    height: 14px;
    background-size: cover;
  }

  .video-wrapper:before {
    width: 20px;
    height: 100%;
    background-size: cover;
  }
  .video-wrapper:after {
    width: 20px;
    height: 100%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video {
    margin: 50px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video__btn {
    padding: 18px 35px;
  }

  .video {
    margin: 10px auto 0;
    width: 370px;
    height: 214px;
    max-width: 100%;
    padding: 8px;
  }
  .video img {
    max-width: 100%;
  }
  .video:before {
    width: 320px;
    height: 18px;
    left: 25px;
    background-size: 370px;
  }
  .video:after {
    width: 320px;
    height: 18px;
    left: 25px;
    background-size: 370px;
  }

  .video-wrapper:before {
    height: 215px;
    width: 25px;
    background-size: 370px;
  }
  .video-wrapper:after {
    height: 215px;
    width: 25px;
    background-size: 370px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .video {
    margin: 88px 0 0 -96px;
  }
}
.cooki {
  border: 2px solid #eeedec;
  border-bottom: 0;
  background-color: #101010;
  padding: 29px 28px 22px;
  position: fixed;
  z-index: 50;
  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: #FF48BE;
  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: #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;
}
.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: #5BFFDA;
  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;
  }
}
.sale-link {
  font-family: "Furore", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: -0.01em;
  background-color: #101010;
  padding: 14px 28px 12px 28px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0% 100%, 0% calc(75% + 1px), 4px calc(75% - 2px), 4px calc(25% + 2px), 0% calc(25% - 1px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0% 100%, 0% calc(75% + 1px), 4px calc(75% - 2px), 4px calc(25% + 2px), 0% calc(25% - 1px));
}
.sale-link span {
  color: #FF48BE;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  z-index: 2;
}
.sale-link: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;
}

.sale-link-bg {
  display: inline-block;
  text-decoration: none;
  background-color: #FF48BE;
  padding: 2px;
  cursor: pointer;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0% 100%, 0% 75%, 4px calc(75% - 3px), 4px calc(25% + 3px), 0% 25%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0% 100%, 0% 75%, 4px calc(75% - 3px), 4px calc(25% + 3px), 0% 25%);
}
.sale-link-bg:hover .sale-link {
  background-color: #FF48BE;
}
.sale-link-bg:hover .sale-link:after {
  width: 100%;
}
.sale-link-bg:hover .sale-link span {
  color: #101010;
}

.sale-link-wrapper {
  position: relative;
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 150px;
  z-index: 40;
}

@media (min-width: 0px) and (max-width: 991px) {
  .sale-link-wrapper {
    display: none;
  }
}
/* 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;
  }

  .title {
    font-size: 24px;
    line-height: 24px;
    margin: auto 0 2px;
  }

  .greeting__subtitle {
    margin: auto 0 42px;
  }

  .rebrain-btn_greeting {
    margin-bottom: 0;
    width: 290px;
  }
  .rebrain-btn_greeting .rebrain-btn__btn {
    padding: 24px 17px 25px 17px;
  }

  .greeting__block {
    margin: 0 0 30px 0;
    padding-top: 29px;
    max-width: 100%;
  }

  .greeting__block-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 11px;
  }

  .practical_aws {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  .practical_aws .practical-logo {
    font-size: 5rem;
    line-height: 88px;
  }
  .practical_aws .practical-label {
    margin: 15px 0 0 13px;
  }

  .greeting__block-text br {
    display: none;
  }

  .greeting__cerfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 0;
  }

  .greeting__cerf {
    max-width: 100%;
    margin: 0;
  }

  .greeting__main {
    padding: 80px 0 70px;
    height: 100vh;
    max-height: 757px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting__main .greeting__line {
    display: none;
  }

  .greeting__footer {
    padding: 50px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .greeting__block-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .greeting {
    padding: 111px 0 30px;
  }

  .title {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.03em;
    margin: 0 0 2px;
  }

  .greeting__subtitle {
    margin: 0 0 0 35px;
  }

  .rebrain-btn_greeting {
    margin-bottom: 58px;
  }

  .greeting__block {
    margin: 0 0 30px 0;
    padding-top: 29px;
    max-width: 100%;
  }

  .greeting__block-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 11px;
  }

  .greeting__cerfs {
    margin: 0;
  }

  .greeting__cerf {
    max-width: 300px;
  }

  .greeting__footer {
    padding: 40px 0 0;
  }

  .rebrain-btn_greeting {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .greeting {
    padding: 130px 0 20px;
  }

  .title {
    font-size: 70px;
    line-height: 70px;
    margin: 0 0 1px;
  }

  .greeting__block {
    margin: 0 0 30px 20px;
    max-width: calc(100% - 40px);
  }

  .greeting__cerfs {
    margin: 0 0 30px 20px;
  }

  .greeting__subtitle {
    margin: 0;
  }

  .greeting__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .info {
    padding: 10px 0 30px;
  }
  .info__item-title {
    font-size: 35px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .info__item-text {
    font-size: 20px;
    line-height: 1.2;
  }
  .info__item_second {
    margin-top: 40px;
    padding: 0;
  }

  .info__title {
    font-size: 30px;
    line-height: 30px;
    padding-right: 40px;
    margin-bottom: 41px;
  }

  .small-title_info {
    display: none;
    margin: 31px 0 0;
  }
  .small-title_info br {
    display: block;
  }

  .small-title_mobile {
    display: block;
  }

  .info__block {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }

  .info__block-title {
    font-size: 2.5rem;
    line-height: 44px;
    min-width: 94px;
    letter-spacing: -1.6px;
  }

  .info__block-text {
    font-size: 1rem;
    line-height: 21px;
    margin: 0 0 0 10px;
  }

  .info__bottom {
    padding: 101px 0 0;
  }

  .info__text {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .info__text br {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .info__title {
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .info__text {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info {
    padding: 61px 0 60px;
  }
  .info__bottom {
    padding: 101px 0 0;
  }
  .info__text {
    margin: 0 0 30px;
  }
  .info__item-title {
    font-size: 50px;
  }
  .info__item_second {
    margin-top: 40px;
    padding: 0;
  }

  .small-title_info {
    display: none;
    margin: 31px 0 0;
  }
  .small-title_info br {
    display: block;
  }

  .small-title_mobile {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .info {
    padding: 61px 0 60px;
  }
  .info__bottom {
    padding: 101px 0 0;
  }
  .info__text {
    margin: 0 0 30px;
  }
  .info__item-title {
    font-size: 60px;
  }
  .info__item-text {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .road {
    padding: 51px 0 40px;
  }

  .road__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 14px;
  }
  .road__title:after {
    display: none;
  }

  .road__title-left {
    margin-left: 0;
  }

  .practical-logo_road {
    margin-bottom: 17px;
  }

  .road__subtitle {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 22px;
  }

  .actions_road {
    display: none;
  }

  .actions_road-mobile {
    display: block;
    margin-top: 22px;
  }

  .road__list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .road__list li {
    max-width: 100%;
    margin-bottom: 17px;
  }
  .road__list li br {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .road__title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .road {
    padding: 41px 0 40px;
  }

  .road__title {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 9px;
  }
  .road__title:after {
    left: 341px;
    top: 3px;
  }

  .road__title-right {
    text-align: left;
    margin-bottom: -9px;
  }

  .road__title-logo {
    max-width: 200px;
  }
  .road__title-logo:after {
    display: none;
  }

  .actions_road {
    display: none;
  }

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

  .road__list {
    margin: 0;
  }
  .road__list li {
    max-width: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .road {
    padding: 60px 0 60px;
  }

  .road__title {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0;
  }
  .road__title:after {
    top: 0;
    left: 300px;
  }

  .road__title-left {
    margin-left: 0;
  }

  .road__subtitle {
    margin: 23px 0 25px 150px;
  }

  .road__title-logo::after {
    right: -65px;
    top: calc(50% - 28px);
  }

  .road__list {
    margin: 0 0 0 0;
  }
  .road__list li {
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .road__title {
    font-size: 61px;
    line-height: 63px;
    letter-spacing: 0;
    margin-top: 50px;
    max-width: 550px;
  }
  .road__title:after {
    top: 0;
    left: 350px;
  }

  .road__subtitle {
    margin-left: 150px;
  }

  .road__title-left {
    margin: 0;
  }

  .road__title-logo:after {
    right: -70px;
    top: calc(50% - 27px);
  }

  .road__list {
    margin: 0 0 0 150px;
  }

  .practical-logo_road {
    max-width: 550px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .advantages {
    padding: 60px 0 30px;
  }

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

  .advantages__container {
    width: auto;
    height: auto;
    background: url("../../images/networks/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: 768px) and (max-width: 991px) {
  .advantages {
    padding: 60px 0 30px;
  }

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

  .advantages__container {
    width: auto;
    height: auto;
    background: url("../../images/networks/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: 1199px) {
  .advantages {
    padding: 60px 0 30px;
  }

  .advantages__container {
    width: 770px;
    height: 600px;
    background-size: contain;
  }

  .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: 1200px) and (max-width: 1300px) {
  .advantages__container {
    background-size: contain;
    width: 1110px;
  }

  .advantages__block:after {
    top: 104px;
  }

  .advantages__block_block-04:after {
    top: 74px;
  }

  .advantages__block_block-05:after {
    top: 74px;
  }

  .advantages__block_block-06:after {
    top: 74px;
    right: -10px;
  }

  .advantages__block_block-07 {
    left: -48px;
  }
  .advantages__block_block-07:after {
    top: auto;
    bottom: -15px;
    left: 37px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why-we {
    padding: 50px 0 70px;
  }

  .why-we__block {
    margin: 0 0 30px;
    max-width: 370px;
  }

  .why-we__block-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    letter-spacing: -0.3px;
  }
  .why-we__block-title br {
    display: none;
  }

  .why-we__block-text {
    max-width: 330px;
  }
  .why-we__block-text br {
    display: none;
  }

  .why-we__block-title_one span {
    display: none;
  }
  .why-we__block-title_one:after {
    content: "эффективность";
  }

  .why-we__info-text {
    font-size: 1.125rem;
    line-height: 21px;
  }

  .why-we__info {
    margin: 10px 0 0 -5px;
  }
  .why-we__info .why-we__info-block {
    padding: 16px 30px 16px 30px;
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
  .why-we__info .why-we__info-block:after {
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
  .why-we__info .why-we__info-shadow {
    top: 10px;
    left: 10px;
  }
  .why-we__info .why-we__info-bg {
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
  .why-we__info .why-we__info-bg:after {
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we {
    padding: 50px 0 70px;
  }

  .why-we__block {
    margin: 0 0 30px;
    max-width: 450px;
  }

  .why-we__block-title_one span {
    display: none;
  }
  .why-we__block-title_one:after {
    content: "эффективность";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-we__info {
    max-width: 720px;
  }
}
@media (min-width: 1199px) and (max-width: 1380px) {
  .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) {
  .workshop {
    padding: 40px 0 20px;
  }

  .small-title_workshop {
    margin-bottom: 29px;
  }

  .workshop__chapter-item {
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 32px;
    letter-spacing: 0px;
  }

  .workshop__chapter-item_filled span br {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .workshop__chapter-item {
    font-size: 25px;
    line-height: 25px;
    -webkit-text-stroke-width: 0.8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .workshop {
    padding: 40px 0 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .program {
    padding: 48px 0 40px;
  }

  .big-title_program {
    margin-bottom: 40px;
  }

  .program__title {
    font-size: 1.125rem;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .program__accordion {
    margin-bottom: 30px;
  }

  .program__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2px 0 0;
  }
  .program__info li {
    min-width: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .program__info li {
    min-width: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .examples {
    padding: 60px 0 14px;
  }

  .small-title_examples {
    margin-bottom: 29px;
  }
  .small-title_examples br {
    display: inline-block;
  }

  .examples__tabs {
    margin-bottom: 43px;
  }
  .examples__tabs .nav-item {
    margin-bottom: 8px;
  }

  .examples-accordion .accordion-item {
    margin-bottom: 2px;
  }
  .examples-accordion .accordion-header {
    padding-top: 19px;
  }
  .examples-accordion .accordion-button {
    font-size: 1.125rem;
    line-height: 21px;
    padding: 0 0 15px 28px;
    position: relative;
  }
  .examples-accordion .accordion-button:after {
    font-size: 13px;
    line-height: 15px;
    right: 5px;
    top: -1px;
  }
  .examples-accordion .accordion-button span {
    padding-top: 0;
    position: absolute;
    left: 0;
  }
  .examples-accordion .accordion-body {
    padding: 8px 0 0 0;
  }
  .examples-accordion .accordion-subtitle {
    font-size: 18px;
    line-height: 21px;
  }
  .examples-accordion .accordion-list {
    margin-bottom: 25px;
  }
  .examples-accordion .accordion-list li {
    font-size: 0.875rem;
  }

  .accordion-task {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    padding: 6px 0 0;
    margin-bottom: 16px;
  }
  .accordion-task .accordion-list {
    padding-top: 9px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .examples__tabs {
    margin-bottom: 34px;
  }
  .examples__tabs .nav-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .learned {
    padding: 60px 0 44px;
  }

  .learned__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .learned__title span {
    -webkit-text-stroke-width: 1.5px;
  }
  .learned__title br {
    display: none;
  }

  .small-title__learned {
    margin-bottom: 39px;
  }

  .learned__item {
    font-size: 1rem;
    line-height: 21px;
    padding-right: 0;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 380px) {
  .learned__title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .learned__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 50px;
  }
  .learned__title span {
    -webkit-text-stroke-width: 1.5px;
  }
  .learned__title br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .learned__title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 50px;
  }
  .learned__title span {
    -webkit-text-stroke-width: 1.5px;
  }
  .learned__title br {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .reviews {
    padding: 80px 0 30px;
  }

  .reviews__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 28px;
    letter-spacing: -1.3px;
  }

  .reviews__block {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }

  .reviews__block-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
  }

  .reviews__block-bg {
    padding: 24px 20px 9px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews {
    padding: 80px 0 30px;
  }

  .reviews__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 28px;
    letter-spacing: -1.3px;
  }

  .reviews__block {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }

  .reviews__block-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
  }

  .reviews__block-bg {
    padding: 24px 20px 9px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .reviews {
    padding: 80px 0 30px;
  }

  .reviews__title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 28px;
    letter-spacing: -1.3px;
  }

  .reviews__block {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .reviews__block-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
  }

  .reviews__block-bg {
    padding: 24px 20px 9px 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .reviews__block {
    width: 270px;
    height: 270px;
  }

  .reviews__block-text {
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .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;
  }

  .comment__more-btn {
    font-size: 13px;
    line-height: 15px;
    padding: 21px 25px 24px 20px;
    letter-spacing: 0;
  }
  .comment__more-btn.collapsed:before {
    content: "показать все отзывы [16] >>>";
  }

  .comment__more-btn-wrapper {
    margin: 11px 8px 0 0;
  }
}
@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;
  }

  .comment__more-btn {
    font-size: 13px;
    line-height: 15px;
    padding: 21px 25px 24px 20px;
    letter-spacing: 0;
  }
  .comment__more-btn.collapsed:before {
    content: "показать все отзывы [16] >>>";
  }

  .comment__more-btn-wrapper {
    margin: 11px 8px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment__item {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .comment__item {
    margin-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .consult {
    padding: 70px 0 50px;
  }

  .consult__title {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0;
  }

  .consult__title-logo {
    margin: 3px 0 4px;
    max-width: 270px;
  }
  .consult__title-logo:after {
    width: 40px;
    height: 40px;
    background-size: contain;
    right: auto;
    left: 68px;
    top: 2px;
  }

  .consult__title-right {
    margin: 0;
  }

  .actions_consult {
    margin-top: 41px;
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 385px) {
  .consult__title {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -0.03em;
  }

  .consult__title-logo {
    max-width: 200px;
    -webkit-text-stroke-width: 1.2px;
    letter-spacing: 0;
  }
  .consult__title-logo:after {
    width: 35px;
    height: 35px;
    top: 2px;
    left: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .consult {
    padding: 70px 0 50px;
  }

  .consult__title {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -0.03em;
  }

  .consult__title-logo {
    margin: 0;
  }

  .consult__title-right {
    margin: 0;
  }

  .actions_consult {
    margin-top: 38px;
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .employes {
    padding: 58px 0 40px;
  }

  .container-fluid_employes {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }

  .small-title_employes {
    margin-bottom: 30px;
  }

  .employes__container {
    max-width: 301px;
    margin: 0 auto;
    display: block;
  }
  .employes__container::before {
    display: none;
  }
  .employes__container::after {
    display: none;
  }

  .employes__container-line {
    display: none;
  }

  .employes__container-block {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .employes__item {
    width: 150px;
    height: 150px;
  }

  .comment__more-btn-wrapper_employes {
    display: block;
    margin: 38px 0 0 0;
  }
  .comment__more-btn-wrapper_employes .comment__more-btn.collapsed:before {
    content: "показать все компании >>>";
  }
}
@media (min-width: 0px) and (max-width: 340px) {
  .employes__item {
    width: 140px;
    height: 140px;
  }

  .employes__container {
    max-width: 281px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .employes {
    padding: 68px 0 40px;
  }

  .container-fluid_employes {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }

  .small-title_employes {
    margin-bottom: 30px;
  }

  .employes__container {
    max-width: 301px;
    margin: 0 auto;
    display: block;
  }
  .employes__container::before {
    display: none;
  }
  .employes__container::after {
    display: none;
  }

  .employes__container-line {
    display: none;
  }

  .employes__container-block {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .employes__item {
    width: 150px;
    height: 150px;
  }

  .comment__more-btn-wrapper_employes {
    display: block;
    margin: 38px auto 0;
    max-width: 400px;
  }
  .comment__more-btn-wrapper_employes .comment__more-btn.collapsed:before {
    content: "показать все компании >>>";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .employes__item img {
    max-width: 70%;
    max-height: 70%;
  }

  .employes__btn {
    padding: 10px;
    font-size: 0.675rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .getting {
    padding: 68px 0 10px;
  }

  .big-title_getting {
    margin-bottom: 30px;
  }

  .getting-img {
    margin-bottom: 21px;
  }

  .getting__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.2px;
  }

  .getting__text {
    margin-bottom: 40px;
  }
  .getting__text br {
    display: none;
  }

  .getting__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .getting__cerfs {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 0 0 20px;
  }

  .getting__cerf {
    max-width: 100%;
    margin: 0;
  }

  .getting__info {
    font-size: 1.125rem;
    line-height: 21px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .getting {
    padding: 68px 0 10px;
  }

  .big-title_getting {
    margin-bottom: 30px;
  }

  .getting-img {
    margin-bottom: 21px;
  }

  .getting__title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -0.2px;
    max-width: 100%;
  }

  .getting__text {
    margin-bottom: 40px;
  }
  .getting__text br {
    display: none;
  }

  .getting__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .getting__cerf {
    max-width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .getting {
    padding: 68px 0 50px;
  }

  .getting__title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .resume {
    padding: 91px 0 50px;
  }

  .resume__title {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    text-align: left;
    max-width: 300px;
    letter-spacing: -0.4px;
    margin-bottom: 19px;
  }

  .resume__title-arr {
    margin: 0;
  }
  .resume__title-arr:before {
    display: none;
  }

  .resume__item {
    padding: 4px 1px;
  }

  .resume__item-bg {
    padding: 15px 10px 43px;
  }

  .resume__title-yellow {
    margin: 0;
  }

  .resume__item-icon {
    width: 90px;
    min-width: 90px;
    height: 85px;
    margin-right: 10px;
  }
  .resume__item-icon img {
    max-height: 70%;
    max-width: 70%;
  }

  .resume__item-list li {
    font-size: 9px;
    line-height: 10px;
    padding: 3px 6px 5px;
    margin-bottom: 6px;
  }

  .resume__item-subtitle {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
    padding: 0 0 0 5px;
  }

  .resume__list {
    margin-bottom: 20px;
  }
  .resume__list li {
    font-size: 0.875rem;
  }

  .resume__item-stack li {
    font-size: 12px;
    line-height: 16px;
    max-width: 170px;
    letter-spacing: -0.5px;
  }

  .resume__item-header {
    margin-bottom: 18px;
  }

  .resume__title-secondary {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .resume {
    padding: 51px 0 50px;
  }

  .resume__title {
    font-size: 50px;
    line-height: 54px;
    padding: 0;
    text-align: left;
    letter-spacing: -0.4px;
    margin-bottom: 29px;
  }

  .resume__title-arr {
    margin: 0;
  }
  .resume__title-arr:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .resume__title-secondary {
    margin-right: 200px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .authors {
    padding: 47px 0 10px;
  }

  .authors__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 41px;
  }

  .authors__item-img {
    margin: 0 0 20px;
    width: 100%;
    height: 290px;
  }
  .authors__item-img img {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .big-title_authors {
    margin-bottom: 50px;
  }

  .authors__item-title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
    max-width: 240px;
    margin-bottom: 16px;
  }
  .authors__item-title span {
    margin-top: 5px;
  }

  .authors__item-text {
    max-width: 100%;
    margin-bottom: 17px;
  }

  .authors__item-img_icon img {
    width: auto;
    height: auto;
  }

  .authors__item-exp {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .authors__item-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .authors__item-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .price {
    padding: 8px 0 40px;
  }

  .price__title {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 9px;
  }
  .price__title::after {
    left: 260px;
    top: calc(50% - 18px);
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .practical_price {
    margin-bottom: 39px;
  }
  .practical_price .practical-label-logo {
    margin-bottom: 10px;
  }
  .practical_price .practical-label {
    margin: 0;
  }

  .price__tabs {
    margin-bottom: 21px;
  }
  .price__tabs .nav-item {
    width: 100%;
    margin: 0 8px 18px 0;
  }
  .price__tabs .nav-link {
    width: 100%;
  }
  .price__tabs .nav-link span {
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    padding: 22px 28px 23px;
  }

  .price__cost {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .price__cost br {
    display: none;
  }

  .price__cost-title {
    margin-bottom: 12px;
    display: block;
  }

  .price__cost-discount {
    margin: 0;
    display: inline-block;
  }

  .price__cost-new {
    margin-right: 15px;
  }

  .price__text {
    font-size: 16px;
    line-height: 21px;
  }

  .tab-content_price-cost {
    min-height: 176px;
  }

  .rebrain-btn_price {
    width: 100%;
    margin-bottom: 58px;
  }

  .price__item {
    margin: 0 0 30px 0;
    padding-top: 29px;
  }
  .price__item:last-child {
    margin-bottom: 20px;
  }

  .price__item-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 9px;
  }

  .price__item-payments {
    margin-top: 15px;
  }

  .tab-content_price {
    padding-bottom: 20px;
  }

  .practical-v2.practical-v2_price {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price {
    padding: 30px 0 50px;
  }

  .price__item {
    margin-left: 0;
  }

  .price__title {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price {
    padding: 30px 0 60px;
  }

  .price__title {
    font-size: 70px;
    line-height: 78px;
    margin-top: 0;
  }
  .price__title:after {
    left: 459px;
  }

  .price__tabs .nav-link span {
    width: 100%;
  }

  .price__cost-title {
    display: inline-block;
    margin-bottom: 3px;
  }

  .price__cost-discount {
    display: inline-block;
    margin: 15px 0 0;
  }

  .tab-content_price-cost {
    min-height: 235px;
  }

  .price__item {
    margin-left: 30px;
  }

  .price__item-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1270px) {
  .practical_price {
    max-width: 560px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .faq {
    padding: 60px 0 30px;
    display: none;
  }

  .big-title_faq {
    padding: 15px 10px 15px;
    margin-bottom: 31px;
  }
  .big-title_faq:before {
    margin-top: -12px;
  }

  .faq__accordion .accordion-button {
    padding: 10px 60px 10px 8px;
  }
  .faq__accordion .accordion-body {
    padding: 28px 25px 12px 27px;
  }
  .faq__accordion .accordion-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq {
    padding: 60px 0 30px;
    display: none;
  }

  .big-title_faq {
    padding: 15px 10px 15px;
    margin-bottom: 31px;
  }
  .big-title_faq:before {
    margin-top: -12px;
  }

  .faq__accordion .accordion-body {
    padding: 28px 200px 12px 27px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .account {
    padding: 51px 0 40px;
  }

  .account__title {
    font-size: 40px;
    line-height: 44px;
    max-width: 220px;
    letter-spacing: -1.3px;
    margin-bottom: 14px;
  }
  .account__title:after {
    background-size: contain;
    width: 40px;
    height: 40px;
    top: auto;
    left: 210px;
    right: auto;
  }

  .actions_account {
    margin-top: 39px;
    padding-left: 0;
  }

  .practical_account {
    padding: 0;
  }
  .practical_account .practical-logo {
    margin-bottom: 14px;
  }
  .practical_account .practical-label {
    font-size: 1.125rem;
    line-height: 21px;
    margin: 0;
  }

  .practical-v2_account {
    padding: 0;
  }
  .practical-v2_account .practical-v2-label {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .account {
    padding: 61px 0 40px;
  }

  .account__title {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.3px;
    margin-bottom: 2px;
  }
  .practical_account {
    padding-left: 0;
  }
  .practical_account .practical-logo {
    margin-bottom: 0;
    max-width: 450px;
  }
  .practical_account .practical-label {
    margin-left: 20px;
  }

  .actions_account {
    margin-top: 39px;
    padding-left: 0;
  }

  .practical-v2_account {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .practical_account {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .company {
    padding: 49px 0 75px;
  }

  .company__company-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .company__company-text {
    max-width: 100%;
  }
  .company__company-text br {
    display: none;
  }
}
@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: 1350px) {
  .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;
  }
}