@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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: #ff575c;
      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: #ff575c;
    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: #ff575c;
    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/redis/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 110px 10px 8px;
    letter-spacing: 0; }
    .rebrain-accordion .accordion-button:after {
      font-size: 13px;
      line-height: 15px;
      right: 8px;
      top: calc(50% - 7px);
      width: 24px;
      height: 16px; }
    .rebrain-accordion .accordion-button br {
      display: inline-block; }
  .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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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/redis/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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: 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; }
  .actions__btn-wrapper_consult:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5757;
    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: #ff575c;
    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: -webkit-flex;
  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: #ff575c;
    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;
    -webkit-flex-direction: column;
        -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;
    -webkit-justify-content: flex-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-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: #ff575c; }
  .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: #ff575c;
    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;
    -webkit-flex-direction: column;
        -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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
  .white-hacking-logo {
    margin: 0 0 10px; }
  .white-hacking-label {
    margin: 0; } }

.rebrain-btn {
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  width: 392px; }
  .rebrain-btn:hover .rebrain-btn__bg {
    background-color: #ff575c;
    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: -webkit-flex;
  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: 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: #ff575c;
    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 43px 25px 39px; } }

/* 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;
    -webkit-flex-direction: row;
        -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: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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-mini {
  background: #101010;
  padding: 161px 0 102px 0; }

.greeting-mini__block-mobile {
  display: none; }

.greeting-mini__title {
  font-family: "Furore", sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.03em;
  color: #eeedec;
  white-space: nowrap;
  margin-bottom: 18px; }

.greeting-mini__logo {
  font-family: "Furore", sans-serif;
  height: 101px;
  font-weight: normal;
  font-size: 5rem;
  line-height: 80px;
  color: #151515;
  letter-spacing: -2.5px;
  background: #ff575c;
  display: inline-block;
  padding: 6px 26px 0 26px;
  margin: 0 0 30px 0;
  position: relative;
  -webkit-clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
          clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px); }

.greeting-mini__logo-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../../images/redis/icons/praktik-logo.svg") no-repeat center/contain;
  margin-right: 13px; }

.greeting-mini__logo-label {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  letter-spacing: -0.01em;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 15px; }

.greeting-mini__subtitle {
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  margin: 0 0 39px 151px; }
  .greeting-mini__subtitle span {
    color: #6aec6a; }

.greeting-mini__advantages {
  list-style: none;
  padding: 0;
  margin: 0 0 70px 150px; }
  .greeting-mini__advantages li {
    color: #ababab;
    font-weight: normal;
    font-size: 1rem;
    line-height: 21px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px; }
    .greeting-mini__advantages li::before {
      content: "";
      width: 16px;
      height: 21px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../../images/redis/icons/advantage-list-icon.svg") no-repeat center/contain; }
    .greeting-mini__advantages li:last-child {
      margin-bottom: 0; }

.video.video_greeting-mini {
  margin: 169px 0 0 -15px; }

.rebrain-btn_greeting-mini {
  margin: 0 0 0 150px;
  width: auto; }
  .rebrain-btn_greeting-mini .rebrain-btn__btn {
    padding: 23px 96px 23px 99px; }
    .rebrain-btn_greeting-mini .rebrain-btn__btn::before {
      content: "подключиться к redis >>>"; }

.greeting-mini__cert {
  max-width: 560px;
  margin: 110px 0 0 -15px; }

.tech-mini {
  padding: 100px 0 50px;
  background-color: #101010; }

.tech-mini__title {
  font-family: "Furore", sans-serif;
  font-size: 45px;
  line-height: 45px;
  color: #eeedec;
  letter-spacing: -0.01em;
  font-weight: normal;
  max-width: 1050px;
  margin-bottom: 50px; }
  .tech-mini__title span {
    color: #5790ff; }

.tech-mini__subtitle {
  color: #eeedec;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 19px 340px; }

.tech-mini__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 340px; }
  .tech-mini__list li {
    color: #ababab;
    font-weight: normal;
    font-size: 1rem;
    line-height: 21px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px; }
    .tech-mini__list li::before {
      content: "";
      width: 16px;
      height: 21px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../../images/redis/icons/advantage-list-icon.svg") no-repeat center/contain; }
    .tech-mini__list li:last-child {
      margin-bottom: 0; }

.advantages-mini {
  padding: 90px 0 51px;
  background-color: #101010; }

.big-title_advantages-mini {
  margin-bottom: 50px; }

.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__item {
  width: 300px;
  height: 300px;
  padding: 6px 4px 6px 4px;
  margin-bottom: 40px; }

.advantages-mini__item-wrapper {
  background: #eeedec;
  height: 100%;
  width: 100%;
  padding: 24px 12px 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: 1.5625rem;
  line-height: 30px; }

.advantages-mini__item-num {
  font-family: "Furore", sans-serif;
  margin: auto 0 0;
  font-size: 45px;
  line-height: 45px;
  -webkit-text-fill-color: #eeedec;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #101010;
  letter-spacing: 1px; }

.advantages-mini__item_green {
  background-color: #ff575c;
  margin: 0; }

.advantages-mini__item-wrapper_green {
  background-color: #101010;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px; }

.advantages-mini__item-title_green {
  color: #ff575c;
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  text-align: center; }

.advantages-mini__info {
  font-size: 1rem;
  line-height: 21px;
  color: #ababab;
  font-weight: normal;
  -webkit-transform: translate(0, -42px);
      -ms-transform: translate(0, -42px);
          transform: translate(0, -42px);
  display: inline-block; }

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

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

.program {
  background-color: #101010;
  padding: 70px 0 80px; }

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

.program__accordion .accordion-button:after {
  color: #ff575c; }

.program__accordion .accordion-button::before {
  background-color: #ff575c; }

.program__info {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 24px;
  color: #ababab;
  font-weight: 400; }
  .program__info span {
    color: #ff575c; }

.reviews {
  padding: 139px 0 83px;
  background-color: #101010; }

.reviews__title {
  font-family: "Furore", sans-serif;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -2.5px;
  margin-bottom: 80px;
  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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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: #ff5757; }

/* 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-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: #ff575c;
  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;
  -webkit-align-items: 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: #5790ff; }
  .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: "показать все отзывы о практикуме[11] >>>"; }
  .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: #5790ff;
  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); }

.authors-mini {
  padding: 77px 0 50px;
  background-color: #101010; }

.authors-mini__item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.authors-mini__item-img {
  min-width: 240px;
  width: 240px;
  height: 300px;
  margin-right: 30px; }
  .authors-mini__item-img img {
    max-width: 100%;
    max-height: 100%; }

.authors-mini__item-info {
  font-family: "Furore", sans-serif;
  max-width: 450px; }

.authors-mini__item-title {
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #eeedec;
  margin-bottom: 40px;
  padding-top: 2px; }

.authors-mini__item-exp {
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #5790ff;
  margin-bottom: 10px; }

.authors-mini__item-age {
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #ababab; }

.price-mini {
  background-color: #101010;
  padding: 110px 0 50px; }

.price-mini__title {
  font-family: "Furore", sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.03em;
  color: #eeedec;
  white-space: nowrap;
  margin-bottom: 18px; }

.price-mini__block {
  margin: 0 0 89px 150px; }

.price-mini__price-title {
  font-family: "Furore", sans-serif;
  color: #ababab;
  letter-spacing: -0.01em;
  font-weight: normal;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px; }

.price-mini__price-cost {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 2.8125rem;
  line-height: 45px;
  color: #eeedec;
  letter-spacing: -0.01em;
  margin-bottom: 20px; }
  .price-mini__price-cost span {
    text-decoration: line-through;
    color: #FF575C;
    margin-left: 14px; }

.price-mini__lifetime {
  font-family: "Furore", sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 30px;
  color: #5790ff;
  letter-spacing: -0.01em;
  margin: 0 0 77px 193px; }

.price-mini__logo {
  font-family: "Furore", sans-serif;
  height: 101px;
  font-weight: normal;
  font-size: 5rem;
  line-height: 80px;
  color: #151515;
  letter-spacing: -2.5px;
  background: #ff575c;
  display: inline-block;
  padding: 6px 36px 0 26px;
  margin: 0 0 60px 0;
  position: relative;
  -webkit-clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
          clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px); }

.price-mini__logo-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../../images/redis/icons/praktik-logo.svg") no-repeat center/contain;
  margin-right: 13px; }

.price-mini__logo-label {
  font-family: "Furore", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  color: #eeedec;
  letter-spacing: -0.01em;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 14px; }

.price-mini__cerf {
  margin: 167px 0 0 -15px;
  display: block;
  max-width: 560px; }

.price-mini__cerf_mobile {
  display: none; }

.rebrain-btn_price-mini {
  width: auto; }
  .rebrain-btn_price-mini .rebrain-btn__btn {
    padding: 23px 118px 23px 120px; }
    .rebrain-btn_price-mini .rebrain-btn__btn:before {
      content: "перейти к оплате >>>"; }

.company {
  padding: 102px 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: 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: #ff575c; }

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-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; }

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

.learned__title {
  font-family: "Furore", sans-serif;
  font-size: 45px;
  line-height: 45px;
  color: #eeedec;
  letter-spacing: -0.01em;
  font-weight: normal;
  margin-bottom: 80px; }
  .learned__title span {
    color: #5790ff; }

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

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

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

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

@media (min-width: 0px) and (max-width: 767px) {
  .marquee {
    height: 80px;
    background: url("../../images/redis/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: 18px 0 0 auto;
  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/redis/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/redis/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/redis/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/redis/video-border.svg") no-repeat 100% center;
    position: absolute;
    top: 0;
    right: 0; }

.video__btn {
  padding: 21px 73px;
  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: #ff575c;
  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/redis/video-plug.svg") no-repeat center center/cover;
  background-color: #383838;
  width: 100%;
  height: 100%; }

.video__overlay {
  background: url("../../images/redis/video-plug.jpg") no-repeat center center/cover;
  background-color: #383838;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: #5bffda;
    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; } }

.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: -webkit-flex;
  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: #ff575c;
    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: -webkit-flex;
  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: #ff575c;
    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: #5790ff;
    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: #5790ff;
    -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: #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; }

.sale-link-bg {
  display: inline-block;
  text-decoration: none;
  background-color: #5790ff;
  padding: 2px;
  -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: #5790ff; }
    .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-mini {
    padding: 111px 0 50px 0; }
  .greeting-mini__title {
    margin: 0 0 7px;
    font-size: 2.5rem;
    line-height: 44px;
    white-space: normal; }
  .greeting-mini__logo {
    margin: 0 0 4px;
    font-size: 2.5rem;
    line-height: 44px;
    height: 50px;
    padding: 2px 15px 0 14px;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 15px) 100%, 0 100%, 0 13px);
            clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 15px) 100%, 0 100%, 0 13px); }
  .greeting-mini__logo-label {
    display: block;
    margin: 0 0 10px;
    font-size: 1.125rem;
    line-height: 21px; }
  .greeting-mini__logo-icon {
    width: 30px;
    height: 30px;
    margin-right: 7px; }
  .greeting-mini__subtitle {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 30px; }
  .greeting-mini__advantages {
    margin: 30px 0 40px; }
    .greeting-mini__advantages li {
      text-transform: none;
      margin-bottom: 8px;
      padding-left: 24px; }
  .rebrain-btn_greeting-mini {
    width: 100%;
    margin: 0 0 38px; }
    .rebrain-btn_greeting-mini .rebrain-btn__btn {
      width: 100%;
      text-align: center;
      padding: 24px 15px 25px 15px; }
  .video.video_greeting-mini {
    margin: 0 auto; }
  .greeting-mini__cert {
    max-width: 100%;
    margin: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .greeting-mini {
    padding: 111px 0 50px 0; }
  .greeting-mini__title {
    margin: 0 0 15px;
    font-size: 3.5rem;
    line-height: 64px;
    white-space: normal; }
  .greeting-mini__logo {
    margin-bottom: 10px; }
  .greeting-mini__logo-label {
    display: block;
    margin: 0 0 10px; }
  .greeting-mini__subtitle {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 30px; }
  .greeting-mini__advantages {
    margin: 30px 0 40px; }
    .greeting-mini__advantages li {
      text-transform: none;
      margin-bottom: 8px;
      padding-left: 24px; }
  .rebrain-btn_greeting-mini {
    margin: 0 0 38px; }
  .video.video_greeting-mini {
    margin: 0; }
  .greeting-mini__cert {
    max-width: 100%;
    margin: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .greeting-mini__logo {
    margin-bottom: 10px; }
  .greeting-mini__logo-label {
    margin: 0 0 20px;
    display: block; }
  .greeting-mini__advantages {
    margin: 0 0 30px; }
  .rebrain-btn_greeting-mini {
    margin: 0 0 0; }
  .greeting-mini__cert {
    max-width: 100%; } }

@media (min-width: 1200px) and (max-width: 1370px) {
  .video_greeting-mini {
    margin: 130px 0 0 -46px;
    width: 460px;
    height: 267px;
    max-width: 100%;
    padding: 10px; }
    .video_greeting-mini img {
      max-width: 100%; }
    .video_greeting-mini:before {
      width: 410px;
      height: 18px;
      left: 25px;
      background-size: 460px; }
    .video_greeting-mini:after {
      width: 410px;
      height: 18px;
      left: 25px;
      background-size: 460px; }
    .video_greeting-mini .video-wrapper:before {
      height: 267px;
      width: 25px;
      background-size: 460px; }
    .video_greeting-mini .video-wrapper:after {
      height: 267px;
      width: 25px;
      background-size: 460px; }
  .greeting-mini__cert {
    max-width: 100%; } }

@media (min-width: 0px) and (max-width: 767px) {
  .tech-mini {
    padding: 51px 0 32px; }
  .tech-mini__title {
    font-size: 30px;
    line-height: 30px;
    word-break: break-word;
    margin-bottom: 40px; }
    .tech-mini__title br {
      display: none; }
  .tech-mini__subtitle {
    letter-spacing: 0.7px;
    margin: 0 0 19px; }
  .tech-mini__list {
    margin: 0 0 20px; } }

@media (min-width: 0px) and (max-width: 400px) {
  .tech-mini__title {
    font-size: 23px;
    line-height: 23px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tech-mini__subtitle {
    letter-spacing: 0.7px;
    margin: 0 0 19px; }
  .tech-mini__list {
    margin: 0 0 20px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .advantages-mini {
    padding: 46px 0 51px; }
  .big-title_advantages-mini {
    margin-bottom: 40px; }
  .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: 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; }
    .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: 1201px) and (max-width: 1350px) {
  .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; } }

@media (min-width: 0px) and (max-width: 767px) {
  .workshop {
    padding: 40px 0 20px; }
  .small-title_workshop {
    margin-bottom: 40px; }
  .workshop__chapter-item {
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 20px;
    letter-spacing: -0px; } }

@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 30px; }
  .big-title_program {
    margin-bottom: 40px; }
  .program__accordion .accordion-button {
    min-height: 40px;
    padding: 10px 40px 10px 8px; }
    .program__accordion .accordion-button span {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
    .program__accordion .accordion-button:after {
      right: 13px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .reviews {
    padding: 80px 0 30px; }
  .reviews__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    letter-spacing: -0.3px; }
  .reviews__block {
    width: 100%;
    height: 240px;
    margin-bottom: 20px; }
  .reviews__block-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.6px; }
  .reviews__block-bg {
    padding: 24px 20px 9px 12px; } }

@media (min-width: 0px) and (max-width: 380px) {
  .reviews__block-text {
    font-size: 20px;
    line-height: 24px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .reviews {
    padding: 80px 0 30px; }
  .reviews__title {
    font-size: 35px;
    line-height: 40px;
    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: 45px;
    line-height: 50px;
    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: 32px; }
    .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) {
  .authors-mini {
    padding: 50px 0 30px; }
  .small-title_authors-mini {
    margin-bottom: 39px; }
  .authors-mini__item {
    margin-bottom: 20px; }
  .authors-mini__item-img {
    min-width: 152px;
    width: 152px;
    height: 190px;
    margin-right: 20px; }
  .authors-mini__item-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 0; }
  .authors-mini__item-exp {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-top: auto; }
  .authors-mini__item-age {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin: 0; }
  .authors-mini__item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 0px) and (max-width: 396px) {
  .authors-mini__item-img {
    min-width: 120px;
    width: 120px;
    height: 150px;
    margin-right: 12px; }
  .authors-mini__item-title {
    font-size: 15px;
    line-height: 21px; }
  .authors-mini__item-exp {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 3px; }
  .authors-mini__item-age {
    font-size: 13px;
    line-height: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .authors-mini {
    padding: 45px 0 20px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .price-mini {
    padding: 69px 0 30px; }
  .price-mini__title {
    margin: 0 0 7px;
    font-size: 2.5rem;
    line-height: 44px;
    white-space: normal; }
  .price-mini__logo {
    margin: 0 0 4px;
    font-size: 2.5rem;
    line-height: 44px;
    height: 50px;
    padding: 2px 14px 0 14px;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 15px) 100%, 0 100%, 0 13px);
            clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 15px) 100%, 0 100%, 0 13px); }
  .price-mini__logo-icon {
    width: 30px;
    height: 30px;
    margin-right: 7px; }
  .price-mini__logo-label {
    display: block;
    margin: 0 0 25px;
    font-size: 1.125rem;
    line-height: 21px; }
  .price-mini__block {
    margin: 0; }
  .price-mini__price-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 4px; }
  .price-mini__price-cost {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 2px; }
    .price-mini__price-cost span {
      margin-left: 8px; }
  .price-mini__lifetime {
    font-size: 1.125rem;
    line-height: 21px;
    margin: 0 0 35px; }
  .rebrain-btn_price-mini {
    width: 100%;
    margin-bottom: 48px; }
    .rebrain-btn_price-mini .rebrain-btn__btn {
      width: 100%;
      padding: 24px 15px 25px 15px; }
  .price-mini__btn-wrapper {
    margin-bottom: 48px; }
  .price-mini__cerf {
    margin: 0 0 28px;
    max-width: 100%; } }

@media (min-width: 0px) and (max-width: 400px) {
  .comment__item-text.active {
    max-width: 1200px; }
  .comment__more-btn {
    padding: 21px 7px 24px 16px; }
  .price-mini__btn-wrapper {
    width: 100%; }
  .price-mini__btn {
    width: 100%;
    padding: 24px 50px 25px 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .price-mini {
    padding: 50px 0 50px; }
  .price-mini__title {
    margin: 0 0 15px;
    font-size: 3.5rem;
    line-height: 64px;
    white-space: normal; }
  .price-mini__logo {
    margin: 0 0 4px;
    font-size: 2.5rem;
    line-height: 44px;
    height: 50px;
    padding: 2px 24px 0 16px;
    margin-bottom: 6px;
    letter-spacing: -1.7px;
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 15px) 100%, 0 100%, 0 13px);
            clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 15px) 100%, 0 100%, 0 13px); }
  .price-mini__logo-icon {
    width: 30px;
    height: 30px; }
  .price-mini__logo-label {
    display: block;
    margin: 0 0 26px;
    font-size: 1.125rem;
    line-height: 21px; }
  .price-mini__block {
    margin: 0; }
  .price-mini__price-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 4px; }
  .price-mini__price-cost {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-left: 2px; }
    .price-mini__price-cost span {
      margin-left: 9px; }
  .price-mini__lifetime {
    font-size: 1.125rem;
    line-height: 21px;
    margin: 0 0 35px; }
  .price-mini__cerf {
    margin: 50px 0 50px;
    max-width: 100%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .price-mini__logo {
    margin: 0 0 10px; }
  .price-mini__logo-label {
    margin: 0 0 20px; }
  .price-mini__lifetime {
    margin: 0 0 57px 53px; }
  .price-mini__block {
    margin: 0 0 80px; }
  .price-mini__cerf {
    max-width: 100%; } }

@media (min-width: 1201px) and (max-width: 1350px) {
  .price-mini__logo {
    margin: 0 0 10px 40px; }
  .price-mini__logo-label {
    margin: 0 0 20px 40px; }
  .price-mini__lifetime {
    margin: 0 0 57px 83px; }
  .price-mini__block {
    margin: 0 0 80px 40px; }
  .price-mini__cerf {
    max-width: 100%;
    margin: 130px 0 0 -16px; } }

@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__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__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; } }

@media (min-width: 0px) and (max-width: 767px) {
  .learned {
    padding: 60px 0 44px; }
  .learned__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px; }
    .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; } }
