@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: #5BFFDA;
  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/golang-basic/icons/advantage-list-icon.svg") no-repeat center/contain;
}
.rebrain-accordion .accordion-list li:last-child {
  margin-bottom: 0;
}
.rebrain-accordion .accordion-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
}

@media (min-width: 0px) and (max-width: 767px) {
  .rebrain-accordion .accordion-button {
    font-size: 13px;
    line-height: 15px;
    padding: 10px 40px 10px 8px;
    letter-spacing: 0;
  }
  .rebrain-accordion .accordion-button:after {
    font-size: 13px;
    line-height: 15px;
    right: 13px;
    top: calc(50% - 7px);
    width: 24px;
    height: 16px;
  }
  .rebrain-accordion .accordion-item {
    margin-bottom: 10px;
  }
  .rebrain-accordion .accordion-body {
    padding: 18px 15px;
  }
  .rebrain-accordion .accordion-list li {
    font-size: 0.875rem;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .rebrain-accordion .accordion-button {
    padding: 10px 50px 10px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rebrain-accordion .accordion-button br {
    display: inline-block;
  }
}
.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/golang-basic/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: #5790FF;
  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: #5BFFDA;
  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: #5BFFDA;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.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;
  }
}
.rebrain-btn {
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  width: 442px;
}
.rebrain-btn:hover .rebrain-btn__bg {
  background-color: #5BFFDA;
  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: #5BFFDA;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.rebrain-btn__btn:before {
  content: "подключиться к обучению >>>";
  position: relative;
  z-index: 1;
  color: #151515;
}
.rebrain-btn__btn:hover:after {
  width: 100%;
}
.rebrain-btn__btn:focus {
  outline: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .rebrain-btn {
    width: 100%;
  }

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

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

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

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

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

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

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

.link-hide {
  display: none;
}

.greeting {
  background: var(--background-primary);
  background-repeat: no-repeat;
  background-position: calc(50% - 326px) 358px;
  padding: 120px 0 50px;
}
.greeting__uptitle {
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.greeting__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 auto 3px;
}
.greeting__title .practice-title.classic {
  font-size: 100px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  text-shadow: #5790FF -3px 0 0, #5bffda 3px 0 0;
}
.greeting__title .practice-title.outline {
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 10px 0 0;
}
.greeting__title .practice-title.small {
  font-size: 48px;
  margin: 2px 0 14px;
  letter-spacing: -0.03em;
  -webkit-text-stroke-color: #5BFFDA;
  -webkit-text-stroke-width: 1.5px;
}
.greeting__label {
  color: var(--text-primary);
  font-family: var(--furore);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.26px;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 447px;
}
.greeting__footer {
  padding: 16px 0 0;
  margin-bottom: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.greeting__btn {
  max-width: 392px;
}
.greeting__icon {
  margin-left: -15px;
}
.greeting__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  max-width: 680px;
  margin: 0 0 42px 4px;
}
.greeting__stack-title {
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 17px 0;
}
.greeting__stack-item {
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 2px 8.5px 3px;
  font-family: var(--furore);
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.greeting__text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 21px;
  max-width: 425px;
  margin-bottom: 0;
}
.greeting__block {
  width: 100%;
  max-width: 370px;
  margin: 0 0 31px 8px;
  position: relative;
  padding-top: 28px;
}
.greeting__block:before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: var(--background-secondary);
  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 {
  color: var(--text-primary);
  font-family: var(--furore);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.45px;
  margin-bottom: 11px;
  white-space: nowrap;
}
.greeting__block-text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.greeting__block-text span {
  color: #5BFFDA;
}
.greeting__main {
  height: calc(100vh - 170px);
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 700px;
  max-height: 1100px;
}

.advantages-mini {
  padding: 128px 0 60px;
  background-color: var(--background-primary);
}
.advantages-mini__list {
  margin: 0 0 0 390px;
  padding: 0;
  list-style: none;
}
.advantages-mini__list li {
  margin-bottom: 30px;
}
.advantages-mini__list li:last-child {
  margin-bottom: 0;
}
.advantages-mini__info {
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  max-width: 430px;
  margin: 5px 19px 0 auto;
}
.advantages-mini__item {
  width: 300px;
  height: 300px;
  padding: 6px 4px 6px 4px;
  margin-bottom: 40px;
  background-color: var(--background-secondary);
}
.advantages-mini__item-wrapper {
  background: var(--background-primary);
  height: 100%;
  width: 100%;
  padding: 24px 12px 10px;
  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-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-mini__item-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: var(--text-primary);
}
.advantages-mini__item-num {
  font-family: var(--furore);
  margin: auto 0 0;
  font-size: 43px;
  line-height: 1;
  -webkit-text-fill-color: var(--background-primary);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #5BFFDA;
  letter-spacing: 1px;
}
.advantages-mini__item_green {
  background-color: #5BFFDA;
  margin: 0;
}
.advantages-mini__item-wrapper_green {
  background-color: var(--background-primary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px;
}
.advantages-mini__item-title_green {
  color: #5BFFDA;
  font-family: var(--furore);
  font-size: 1.625rem;
  line-height: 30px;
  text-align: center;
}

.big-title_advantages-mini {
  margin-bottom: 50px;
  padding: 4px 5px 8px;
}

.why-we {
  background-color: var(--background-primary);
  padding: 100px 0 93px;
}
.why-we__title {
  font-family: var(--furore);
  font-size: 80px;
  line-height: 1.1;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--background-buttons);
  -webkit-text-fill-color: var(--background-primary);
  letter-spacing: -0.03em;
  margin-bottom: 78px;
  text-align: center;
}
.why-we__text {
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 60px;
  max-width: 910px;
}
.why-we__text span {
  color: #5BFFDA;
}
.why-we__btn {
  max-width: 392px;
  margin-left: 44px;
}
.why-we__container {
  display: grid;
  grid-template-columns: 410px auto;
  padding: 0 0 0 44px;
  gap: 40px 30px;
  margin-bottom: 64px;
}
.why-we__block {
  width: 100%;
}
.why-we__block-title {
  font-family: var(--furore);
  font-size: 2.8125rem;
  line-height: 45px;
  color: var(--text-primary);
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  min-height: 90px;
}
.why-we__block-text {
  margin: 0;
  font-size: 1rem;
  line-height: 21px;
  color: var(--text-secondary);
}

.big-title_why-we {
  margin-bottom: 61px;
}

.workshop {
  background-color: var(--background-primary);
  padding: 115px 0 67px;
}
.workshop__chapter-item {
  font-family: var(--furore);
  font-weight: normal;
  font-size: 2.8125rem;
  line-height: 45px;
  letter-spacing: -0.5px;
  -webkit-text-fill-color: var(--background-primary);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--text-primary);
  margin-bottom: 50px;
  position: relative;
  padding-top: 28px;
}
.workshop__chapter-item::before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: var(--background-secondary);
  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: #5BFFDA;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}
.workshop__chapter-item_filled span {
  font-family: var(--jost);
  color: var(--text-primary);
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  padding-top: 16px;
  letter-spacing: 0;
}
.workshop__chapter-item_last {
  margin-bottom: 30px;
}
.workshop__text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 19.2px;
  margin: 0;
}

.requirements {
  padding: 67px 0 81px;
  background-color: var(--background-primary);
}
.requirements__list {
  margin-bottom: 47px;
  padding-left: 29px;
}
.requirements__list li {
  font-family: var(--furore);
  color: #5BFFDA;
  margin-bottom: 13px;
  padding-left: 28px;
  letter-spacing: -0.01em;
}
.requirements__btn {
  max-width: 392px;
  margin-left: 28px;
}
.requirements__text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 12px;
  margin: 0 0 10px 28px;
}

.small-title_requirements {
  padding-top: 2px;
}

.program {
  padding: 74px 0;
  background-color: var(--background-primary);
}
.program__title {
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 60px 0;
}
.program__title span.program__title-outline {
  font-size: 100px;
  line-height: 1;
  -webkit-text-fill-color: var(--background-primary);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #5BFFDA;
  display: block;
  letter-spacing: -0.03em;
}
.program__btn {
  max-width: 992px;
}
.program__btn.primary .button-text {
  padding: 23px 42px 23px 42px;
  text-align: left;
}
.program-item {
  max-width: 1000px;
  margin: 0 0 32px 0;
}
.program-header {
  margin: 0;
}
.program-button {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 2px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 10px) 15px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 10px) calc(100% - 15px), calc(100% - 10px) 100%, 0 100%, 0 75%, 10px calc(75% - 4px), 10px calc(25% + 4px), 0 25%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 10px) 15px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 10px) calc(100% - 15px), calc(100% - 10px) 100%, 0 100%, 0 75%, 10px calc(75% - 4px), 10px calc(25% + 4px), 0 25%);
}
.program-button span {
  height: 60px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1;
  font-family: var(--furore);
  background-color: var(--background-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 40px;
  position: relative;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 10px) 15px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 10px) calc(100% - 15px), calc(100% - 10px) 100%, 0 100%, 0 calc(75% + 2px), 10px calc(75% - 2px), 10px calc(25% + 2px), 0 calc(25% - 2px));
          clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 10px) 15px, 100% calc(25% + 4px), 100% calc(75% - 4px), calc(100% - 10px) calc(100% - 15px), calc(100% - 10px) 100%, 0 100%, 0 calc(75% + 2px), 10px calc(75% - 2px), 10px calc(25% + 2px), 0 calc(25% - 2px));
}
.program-button span::after {
  content: ">>>";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.program-button:not(.collapsed) {
  background-color: var(--background-secondary);
}
.program-button:not(.collapsed) span {
  background-color: #5BFFDA;
  color: var(--background-primary);
}
.program-button:not(.collapsed) span::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.program-body {
  border: 2px solid var(--background-secondary);
  border-top: 0;
  margin-right: 10px;
  padding: 23px 26px 1px;
  max-height: 314px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.program-body::-webkit-scrollbar {
  display: none;
}
.program-subheading {
  color: #ffffff;
  font-family: var(--furore);
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.program-list {
  margin-bottom: 30px;
}

.learned {
  background-color: var(--background-primary);
  padding: 106px 0 102px;
}
.learned__title {
  color: var(--text-primary);
  font-family: var(--furore);
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 62px;
  position: relative;
}
.learned__title span {
  color: #5BFFDA;
}
.learned__subtitle {
  font-family: var(--furore);
  color: #5BFFDA;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
}
.learned__subtitle_second {
  padding-left: 0;
  margin-bottom: 25px;
}
.learned__list {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.learned__list li {
  margin-bottom: 10px;
}

.greeting__stack_learned {
  margin-left: 0;
  max-width: 420px;
}

.reviews {
  padding: 125px 0 87px;
  background-color: var(--background-primary);
}
.reviews__title {
  font-family: var(--furore);
  color: var(--text-primary);
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -2.5px;
  margin-bottom: 49px;
}
.reviews__block {
  width: 300px;
  height: 300px;
  padding: 6px 4px;
  background-color: var(--background-secondary);
  margin-bottom: 40px;
}
.reviews__block-bg {
  width: 100%;
  height: 100%;
  background-color: var(--background-primary);
  padding: 24px 11px 9px 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 {
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
.reviews__block-num {
  font-family: var(--furore);
  font-size: 45px;
  line-height: 100%;
  margin: 0;
  letter-spacing: -0.5px;
  -webkit-text-fill-color: var(--background-primary);
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #5BFFDA;
}

.authors {
  padding: 66px 0 100px;
  background-color: var(--background-primary);
}
.authors__items {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  gap: 80px;
  margin-left: 70px;
}
.authors__item-img {
  height: 290px;
  margin-bottom: 12px;
}
.authors__item-img_icon {
  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;
  background-color: #2B2B2B;
}
.authors__item-name {
  font-family: var(--furore);
  color: #5BFFDA;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  max-width: 200px;
}
.authors__item-text {
  color: #ABABAB;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

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

.price {
  padding: 91px 0 76px;
  background-color: var(--background-primary);
}
.price__btn {
  max-width: 390px;
}
.price__title {
  color: #ffffff;
  font-family: var(--furore);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  position: relative;
}
.price__cost {
  font-family: var(--furore);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--text-secondary);
  margin: 29px 0 64px;
}
.price__cost-presale {
  font-size: 44px;
  margin-bottom: 28px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--background-buttons);
  -webkit-text-fill-color: var(--background-primary);
}
.price__cost-title {
  margin-bottom: 9px;
}
.price__cost-new {
  font-size: 80px;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}
.price__cost-discount {
  color: var(--additional);
  margin: 4px 0 0 5px;
  display: inline-block;
  position: relative;
}
.price__cost-discount:after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 6px;
  background: var(--additional);
  position: absolute;
  top: 50%;
  left: -5px;
}
.price__text {
  margin-bottom: 27px;
  font-size: 1.5625rem;
  line-height: 30px;
  color: var(--text-secondary);
  min-height: 42px;
  font-weight: 500;
}
.price__text_small {
  font-size: 1rem;
  line-height: 21px;
  max-width: 440px;
  font-weight: normal;
}

.price__item {
  position: relative;
  padding-top: 28px;
  margin: 0 0 50px -29px;
}
.price__item:before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: var(--background-secondary);
  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: var(--furore);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.price__item-text {
  font-size: 1rem;
  line-height: 21px;
  color: var(--text-secondary);
  margin-bottom: 0;
  max-width: 500px;
}
.price__item-text span {
  margin-top: 10px;
  display: inline-block;
}
.price__item-text a {
  color: #5BFFDA;
  text-underline-offset: 0.3em;
}
.price__item-text a:hover {
  text-decoration: none;
}
.price__item-payments {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.price__item_top {
  margin-top: 61px;
}

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

.greeting__title_price {
  margin: 0 0 0 -8px;
}

.footer {
  background: var(--background-primary);
  padding: 0 0 30px;
}

.footer-divider {
  height: 8px;
  position: relative;
  margin-bottom: 42px;
}
.footer-divider:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: var(--background-secondary);
  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: var(--furore);
  color: var(--additional);
  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: var(--furore);
  font-weight: normal;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -0.03em;
  text-decoration: none;
  -webkit-text-fill-color: var(--background-primary);
  -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 img {
  margin-left: 11px;
}
.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: var(--text-secondary);
  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: #5BFFDA;
}

.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: var(--additional);
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  margin: 0 0 211px -16px;
}

.requisites {
  color: var(--additional);
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  margin: 0 0 0 -16px;
}

.rebrain-modal .input-block {
  margin-bottom: 20px;
}
.rebrain-modal .modal-btn {
  margin: 50px 0 30px;
}
.rebrain-modal .modal-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.rebrain-modal .modal-btn:disabled.primary .button-text:after {
  width: 0;
}
.rebrain-modal .modal-btn:disabled.primary .button-bg {
  top: 0;
  left: 0;
}
.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/golang-basic/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: #5790FF;
}
.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: #5BFFDA;
}
.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: #5BFFDA;
  border-color: #5BFFDA;
}
.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: #5BFFDA;
}
.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;
  padding: 50px 20px 40px;
}
.step-two-modal .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.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/golang-basic/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: 25px;
    line-height: 28px;
  }
  .rebrain-modal .modal-subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
  }
  .rebrain-modal .modal-header {
    padding: 48px 18px 40px;
  }
  .rebrain-modal .modal-body {
    padding: 0px 18px 20px;
  }
  .rebrain-modal .modal-back {
    font-size: 14px;
    line-height: 16px;
  }
  .rebrain-modal .modal-step {
    font-size: 14px;
    line-height: 16px;
  }
  .rebrain-modal .modal-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rebrain-modal .modal-social li {
    margin: 0 0 15px;
  }
  .rebrain-modal .modal-social a {
    padding: 28px 0 28px;
  }

  .rebrain-btn_modal {
    margin-top: 30px;
  }

  .modal-checkbox .checkbox__text {
    font-size: 14px;
  }

  .modal-loader svg {
    max-width: 250px;
  }

  .modal-loader__title {
    font-size: 40px;
    line-height: 50px;
  }
}
/* blocks */
.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: #5790FF;
  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: #5790FF;
  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;
  }
}
.discount-link .discount-link-bg {
  background: #5BFFDA;
}
.discount-link .discount-link-text span {
  color: #5BFFDA;
}
.discount-link .discount-link-text::after {
  background: #5BFFDA;
}
.discount-link:hover:not(.disabled) .discount-link-text {
  background: #5BFFDA;
}

@media (min-width: 0px) and (max-width: 991px) {
  .discount-link {
    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 31px;
    background-size: 800px;
    background-position: calc(50% - 36px) 228px;
  }
  .greeting__uptitle {
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .greeting__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 25px 0;
    gap: 10px;
  }
  .greeting__title .practice-title.classic {
    font-size: 60px;
    margin-bottom: -6px;
  }
  .greeting__title .practice-title.outline {
    font-size: 42px;
  }
  .greeting__title .practice-title.small {
    font-size: 35px;
    margin: 6px 0;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1.2px;
  }
  .greeting__label {
    font-size: 18px;
    text-align: left;
    position: static;
  }
  .greeting__main {
    padding: 65px 0 42px;
    height: 100vh;
    min-height: 780px;
    max-height: 800px;
    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: 25px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: auto 0 0;
  }
  .greeting__stack {
    gap: 8px 10px;
    margin-bottom: 25px;
  }
  .greeting__stack-title {
    font-size: 20px;
  }
  .greeting__stack-item {
    padding: 2px 6px 3px;
    font-size: 12px;
  }
  .greeting__text {
    font-size: 14px;
    line-height: 1.2;
  }
  .greeting__block {
    margin-left: 0;
  }
  .greeting__block-title {
    font-size: 28px;
    line-height: 1.1;
  }
  .greeting__block_first {
    margin-top: 0;
  }
  .greeting__btn {
    width: 100%;
  }

  .practice-title__greeting.second-bg {
    font-size: 58px;
    margin: 0;
    max-width: 440px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .greeting__title {
    font-size: 37px;
  }
  .greeting__title .practice-title.outline {
    font-size: 35px;
  }
  .greeting__title .practice-title.small {
    font-size: 30px;
  }
  .greeting__uptitle {
    font-size: 30px;
  }
  .greeting__block-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .greeting {
    padding: 111px 0 30px;
    background-image: none;
  }
  .greeting__title {
    font-size: 55px;
    margin: 0 0 2px;
  }
  .greeting__under-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .greeting__list {
    margin: 20px 0 0;
  }
  .greeting__label {
    text-align: left;
  }
  .greeting__footer {
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  .greeting__block {
    margin-left: 0;
  }
  .greeting__main {
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .greeting__blocks {
    height: auto;
  }

  .practice-title__greeting.second-bg {
    font-size: 80px;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .greeting {
    background-size: 1250px;
    background-position: calc(50% - 286px) 288px;
  }
  .greeting__title {
    font-size: 55px;
  }
  .greeting__title .practice-title.classic {
    font-size: 80px;
  }
  .greeting__title .practice-title.outline {
    font-size: 65px;
  }
  .greeting__title .practice-title.small {
    font-size: 34px;
    margin: 4px 0 8px;
  }
  .greeting__block {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .greeting__block-title {
    font-size: 35px;
  }
  .greeting__label {
    max-width: 510px;
    left: 360px;
    top: 15px;
  }
  .greeting__under-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .greeting__main {
    max-height: 1000px;
  }

  .practice-title__greeting.second-bg {
    font-size: 70px;
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .advantages-mini {
    padding: 60px 0 50px;
  }
  .advantages-mini__info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    font-size: 16px;
    padding: 10px 0 0;
    margin: 0;
    max-width: 300px;
  }
  .advantages-mini__info br {
    display: none;
  }
  .advantages-mini__item {
    max-width: 370px;
    width: 100%;
    height: 180px;
    margin: 0 auto 10px;
  }
  .advantages-mini__item_green {
    height: 180px;
  }
  .advantages-mini__item-title {
    letter-spacing: -0.02em;
    font-size: 15px;
    line-height: 1.3;
  }
  .advantages-mini__item-title_green {
    letter-spacing: -0.8px;
  }
  .advantages-mini__item-num {
    font-size: 26px;
    line-height: 30px;
    -webkit-text-stroke-width: 0;
    -webkit-text-fill-color: #5BFFDA;
  }

  .big-title_advantages-mini {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 370px) {
  .advantages-mini__item {
    height: 200px;
  }
  .advantages-mini__item-wrapper {
    padding: 20px 10px 10px;
  }
  .advantages-mini__item-title {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages-mini {
    padding: 46px 0 30px;
  }
  .advantages-mini__item {
    max-width: 370px;
    width: 100%;
    height: 240px;
    margin: 0 auto 20px;
  }
  .advantages-mini__item_green {
    height: 300px;
  }
  .advantages-mini__item-title {
    letter-spacing: -0.3px;
  }
  .advantages-mini__info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    padding: 10px 0 0;
  }
  .advantages-mini__info br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .advantages-mini {
    padding: 58px 0 50px;
  }
  .advantages-mini__item {
    max-width: 370px;
    width: 100%;
    height: 240px;
    margin: 0 auto 20px;
  }
  .advantages-mini__item_green {
    height: 300px;
  }
  .advantages-mini__item-title {
    letter-spacing: -0.3px;
  }
  .advantages-mini__info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
  }
  .advantages-mini__info br {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .advantages-mini {
    padding: 58px 0 50px;
  }
  .advantages-mini__item {
    max-width: 370px;
    width: 100%;
    height: 300px;
    margin: 0 auto 20px;
  }
  .advantages-mini__item_green {
    height: 300px;
  }
  .advantages-mini__item-title {
    letter-spacing: -0.3px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why-we {
    padding: 50px 0 40px;
  }
  .why-we__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .why-we__title {
    font-size: 35px;
    padding-left: 0;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1.2px;
    margin-bottom: 35px;
    text-align: left;
  }
  .why-we__container {
    padding: 0;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .why-we__block-title {
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 9px;
    letter-spacing: -0.3px;
    min-height: auto;
  }
  .why-we__block-title br {
    display: none;
  }
  .why-we__block-text br {
    display: none;
  }
  .why-we__btn {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-we {
    padding: 50px 0 70px;
  }
  .why-we__title {
    padding-left: 0;
    font-size: 50px;
  }
  .why-we__text {
    font-size: 20px;
  }
  .why-we__container {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .why-we__block-title {
    font-size: 35px;
    line-height: 1;
    min-height: 70px;
  }
  .why-we__block-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .why-we__btn {
    margin-left: 0;
  }

  .big-title_why-we {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-we__title {
    font-size: 65px;
    padding: 0;
  }
}
@media (min-width: 1199px) and (max-width: 1250px) {
  .why-we__title {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .workshop {
    padding: 51px 0 20px;
  }

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

  .workshop__chapter-item {
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 29px;
    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;
  }
  .workshop__chapter-item {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .requirements__list {
    padding-left: 0;
  }
  .requirements__btn {
    margin-left: 0;
  }
  .requirements__text {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .program {
    padding: 50px 0 50px;
  }
  .program__title {
    font-size: 40px;
    margin: 0 0 30px;
  }
  .program__title span.program__title-outline {
    font-size: 45px;
    padding: 0;
    letter-spacing: 0;
  }
  .program-item {
    margin-left: 0;
  }
  .program__btn {
    margin-left: 0;
  }
  .program-button span {
    font-size: 14px;
    padding: 23px 31px;
  }
  .program-body {
    padding: 23px 16px 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .program {
    padding: 100px 0 50px;
  }
  .program__title {
    font-size: 50px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .program__title span.program__title-outline {
    font-size: 55px;
    letter-spacing: 0;
  }
  .program-item {
    margin-left: 0;
  }
  .program__btn {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .program__title {
    font-size: 60px;
    margin-left: 0;
  }
  .program__title span.program__title-outline {
    font-size: 70px;
  }
  .program-item {
    margin-left: 0;
  }
  .program__btn {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .learned {
    padding: 64px 0 52px;
  }
  .learned__title {
    font-size: 35px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0 0 23px;
  }
  .learned__title br {
    display: none;
  }
  .learned__title::before {
    width: 30px;
    height: 30px;
    background-size: contain;
    left: -47px;
    top: calc(50% - 15px);
  }
  .learned__subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
    padding-left: 0;
  }
  .learned__list {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .learned__list br {
    display: none;
  }

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

  .greeting__stack_learned {
    margin-left: 0;
  }
}
@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 {
    padding: 101px 0 40px;
  }
  .learned__title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .learned__subtitle {
    font-size: 22px;
    line-height: 26px;
    padding-left: 0;
  }
  .learned__list {
    font-size: 22px;
    line-height: 26px;
  }

  .greeting__stack_learned {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .learned {
    padding: 100px 0 100px;
  }
  .learned__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .learned__subtitle {
    padding-left: 0;
  }

  .greeting__stack_learned {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .reviews {
    padding: 35px 0 30px;
  }
  .reviews__title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 28px;
  }
  .reviews__block {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .reviews__block-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
  }
  .reviews__block-text br {
    display: none;
  }
  .reviews__block-num {
    font-size: 26px;
    line-height: 30px;
    -webkit-text-fill-color: #5BFFDA;
    -webkit-text-stroke-width: 0;
  }
  .reviews__block-bg {
    padding: 15px 10px 10px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .reviews__block-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews {
    padding: 80px 0 30px;
  }
  .reviews__title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
  }
  .reviews__block {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .reviews__block-text {
    font-size: 22px;
    line-height: 1.2;
  }
  .reviews__block-text br {
    display: none;
  }
  .reviews__block-bg {
    padding: 20px 15px 15px;
  }
  .reviews__block-num {
    font-size: 40px;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1.5px;
  }
}
@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: 216px;
    margin-bottom: 20px;
  }
  .reviews__block-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
  .reviews__block-bg {
    padding: 20px 12px 15px;
  }
  .reviews__block-num {
    font-size: 35px;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1.5px;
  }
}
@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) {
  .authors {
    padding: 30px 0 80px;
  }
  .authors__items {
    grid-template-columns: repeat(auto-fill, 240px);
    grid-auto-flow: row;
    gap: 40px 30px;
    margin: 0;
  }

  .big-title_authors {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .authors__items {
    margin-left: 0;
    gap: 40px;
    grid-template-columns: repeat(3, 200px);
  }
  .authors__item-img {
    height: 240px;
  }
  .authors__item-img img {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .authors__items {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .price {
    padding: 69px 0 22px;
  }
  .price__btn {
    margin-bottom: 51px;
  }

  .price__title {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 9px;
    letter-spacing: -0.03em;
  }

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

  .price__tabs {
    margin: 50px 0 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: 1;
    margin: 34px 0 14px;
  }
  .price__cost br {
    display: none;
  }
  .price__cost-presale {
    font-size: 30px;
  }
  .price__cost-new {
    font-size: 40px;
  }

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

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

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

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

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

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

  .greeting__title_price {
    gap: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price {
    padding: 120px 0 50px;
  }
  .price__btn {
    margin-bottom: 50px;
  }
  .price__cost {
    margin-top: 60px;
  }

  .price__item {
    margin-left: 0;
  }

  .price__title {
    margin-top: 0;
  }

  .greeting__title_price .practice-title.small {
    margin: 4px 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price {
    padding: 30px 0 60px;
  }
  .price__cost-new {
    font-size: 60px;
    line-height: 1;
  }

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

  .greeting__title_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting__title_price .greeting__label {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1270px) {
  .practical_price {
    max-width: 560px;
  }
}
@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 a img {
    max-width: 25px;
    margin-left: 6px;
  }

  .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: 430px) {
  .footer__contact a {
    font-size: 25px;
    line-height: 25px;
    -webkit-text-stroke-width: 0.7px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .footer__contact a {
    font-size: 22px;
    line-height: 1;
  }
}
@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__contact img {
    max-width: 30px;
  }

  .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: 34px;
    line-height: 34px;
    -webkit-text-stroke-width: 1px;
  }
  .footer__contact img {
    max-width: 35px;
  }

  .copyright {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .footer__contact a {
    font-size: 45px;
    line-height: 45px;
    -webkit-text-stroke-width: 1px;
  }
  .footer__contact a:after {
    top: auto;
    bottom: 0;
  }
  .footer__contact a img {
    max-width: 40px;
  }

  .copyright {
    margin-bottom: 50px;
  }
}