@charset "UTF-8";
@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");
}
body {
    font-family: Jost, sans-serif;
    background: #101010;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1364px;
    }
}
#preloader {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #101010;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: 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;
    animation: a 2s infinite linear;
}
#preloader .sk-chasing-dots .sk-child {
    width: 3em;
    height: 3em;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--prometheus-accent);
    border-radius: 100%;
    animation: b 2s infinite ease-in-out;
}
#preloader .sk-chasing-dots .sk-dot-2 {
    top: auto;
    bottom: 0;
    animation-delay: 1s;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
@keyframes b {
    0%,
    to {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.header {
    font-family: var(--furore);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease;
}
.header .nav-link {
    font-weight: 400;
    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;
    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 {
    -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: 0;
    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: -ms-flexbox;
    display: flex;
    transition: 0.2s ease;
}
.header__logo {
    border: 1px solid var(--additional);
    padding: 2px 17px;
    height: 30px;
}
.header__right {
    display: -ms-flexbox;
    display: flex;
    -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: 400;
    font-size: 1rem;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--additional);
    border: 1px solid var(--additional);
    padding: 4px 17px 6px;
    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;
}
.account-link_filled {
    background-color: var(--prometheus-accent);
    color: var(--background-primary);
    border-color: var(--prometheus-accent);
}
.account-link_filled:hover {
    background-color: #d77a25;
    color: var(--background-primary);
    border-color: #d77a25;
}
.header-fixed .header__bar {
    padding: 10px 0;
}
.link-hide {
    display: none;
}
.greeting {
    background: var(--background-primary);
    padding: 160px 0 100px;
    overflow: hidden;
    position: relative;
}

/*.greeting:after {
    content: '';
    position: absolute;
    margin-left:283px;
    transform: translateX(-50%);
    left: 50%;
    top: -30px;
    width: 927px;
    height: 867px;
    background: #101010;
}*/

.greeting__uptitle {
    font-family: var(--furore);
    color: var(--text-primary);
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0 0 2px;
}
.greeting__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 11px;
    margin: 0 0 42px;
}
.greeting__title .practice-title.outline {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 10px 0 0;
}
.greeting__label {
    color: var(--text-primary);
    font-family: var(--furore);
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.26px;
    margin: 0 38px 0 0;
}
.greeting__footer {
    padding: 0;
    margin-bottom: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.greeting__btn {
    max-width: 392px;
}

.button.greeting__btn .greeting__button-text {
    background: var(--prometheus-accent);
    font-size: 15px;
}

.greeting__text {
    color: var(--text-primary);
    font-size: 24px;
    line-height: 34.5px;
    letter-spacing: -0.01em;
    margin-bottom: auto;
}
.greeting__text.small {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.greeting__main {
    /*height: calc(100vh - 210px);*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    /*min-height: 500px;*/
    max-height: 1100px;
    position: relative;
    z-index: 2;
}
.greeting__list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.greeting__list li {
    font-family: var(--furore);
    color: #fff;
    font-size: 15px;
    line-height: 17.3px;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}
.greeting__list li span {
    color: var(--prometheus-accent);
}
.greeting__block {
    width: 390px;
    margin: 33px 0 0 auto;
    border: 2px solid var(--background-secondary);
    border-radius: 12px;
    padding: 23px 30px 35px;
}
.greeting__block-heading {
    font-family: var(--furore);
    color: var(--text-primary);
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-bottom: 23px;
}
.greeting__block-row {
    display: grid;
    grid-template-columns: 83px 1fr;
    gap: 12px;
}
.greeting__block-name {
    font-family: var(--furore);
    color: var(--prometheus-accent);
    font-size: 16px;
    line-height: 18.4px;
    letter-spacing: -0.01em;
    margin-bottom: 7px;
}
.greeting__block-desc {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
}
.greeting__block-desc span {
    color: var(--text-secondary);
    text-underline-offset: 0.1em;
    text-decoration: underline;
}
.greeting__block-exp {
    font-family: var(--furore);
    color: var(--text-primary);
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}
.greeting__block-exp span {
    color: var(--text-secondary);
    display: block;
    margin-top: 4px;
}
.title {
    font-family: var(--furore);
    color: var(--prometheus-accent);
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-bottom: 31px;
}
.why-we {
    background-color: var(--background-primary);
    padding: 83px 0 100px;
}
.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: 80px;
    text-align: center;
}
.why-we__text {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 60px;
    max-width: 910px;
}
.why-we__text span {
    color: var(--prometheus-accent);
}
.why-we__btn {
    max-width: 392px;
    margin-left: 27px;
}
.why-we__container {
    display: grid;
    grid-template-columns: 410px auto;
    padding: 0 0 0 27px;
    gap: 45px 80px;
    margin-bottom: 80px;
}
.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);
}
.why-we__block_full {
    grid-column: span 2;
}
.why-we__cards {
    display: grid;
    grid-template-columns: repeat(2, 209px);
    gap: 16px;
    margin-top: 32px;
}
.why-we__card {
    padding: 15px 15px 16px;
    border: 1px solid var(--text-secondary);
    border-radius: 12px;
    min-height: 86px;
}
.why-we__card-text {
    font-size: 16px;
    line-height: 19.2px;
    color: var(--text-secondary);
    margin: 0;
}
.big-title_why-we {
    margin-bottom: 61px;
}
.program {
    background-color: var(--background-primary);
    padding: 109px 0 100px;
}
.program__table {
    border-radius: 12px;
    border: 2px solid var(--background-secondary);
    padding: 42px 0 30px;
}
.program__table-row {
    display: grid;
    grid-template-columns: 220px repeat(2, 1fr) 312px;
    border-bottom: 1px solid var(--background-secondary);
    padding: 0 35px 0 45px;
}
.program__table-row:last-child,
.program__table-row_no-border {
    border: none;
}
.program__table-row_header .program__table-col {
    padding: 0 0 8px;
}
.program__table-row_footer .program__table-col {
    padding: 8px 0 0;
}
.program__table-col {
    padding: 16px 0 24px;
    padding-right: 30px;
}
.program__table-col:nth-child(2),
.program__table-col:nth-child(3) {
    padding-right: 50px;
}
.program__table-col:nth-child(4) {
    padding-right: 0;
}
.program__heading {
    color: var(--prometheus-accent);
    border: 1px solid var(--prometheus-accent);
    border-radius: 24px;
    padding: 16.5px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.program__heading,
.program__name {
    font-family: var(--furore);
    font-size: 16px;
    line-height: 18.4px;
    letter-spacing: -0.01em;
    margin: 0;
}

.program__heading span {
    display: block;
    font-family: 'Jost';
    font-size: 16px;
    text-align: center;
}

.program__name,
.program__text {
    color: var(--text-primary);
}
.program__text {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 19px;
    padding: 0 12px;
}
.program__text_red {
    color: var(--redis-red);
}
.program__text_no-margin {
    margin-bottom: 0;
}
.program__text span {
    color: var(--prometheus-accent);
}
.program__accordion {
    border: 1px solid var(--background-secondary);
    border-radius: 12px;
    padding: 13px 15px 0;
    position: relative;
    margin: -16px 2px -24px -2px;
    min-height: 161px;
}
.program__accordion-text {
    color: var(--text-primary);
    font-size: 16px;
    line-height: 19.2px;
    margin: 0 0 12px;
}
.program__accordion-text span {
    color: var(--prometheus-accent);
}
.program__accordion-text span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icons/list-icon.svg) no-repeat 50%;
    margin: 0 7px 0 0;
}
.program__accordion.active {
    min-height: calc(100% + 40px);
}
.program__accordion.active .program__accordion-hide {
    max-height: 2500px;
}
.program__accordion.active .program__accordion-btn {
    transform: rotate(180deg);
}
.program__accordion-hide {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
}
.program__accordion-btn {
    width: 25px;
    height: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    position: absolute;
    bottom: 8px;
    right: 10px;
    transition: transform 0.2s ease-in-out;
}
.program__accordion-btn:hover svg path {
    fill: var(--prometheus-accent);
}
.program__accordion-btn:focus {
    outline: none;
}
.program__list {
    list-style: none;
    padding: 0 12px;
    margin: 0;
    color: var(--text-primary);
    font-size: 16px;
    line-height: 19px;
}
.program__list li:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icons/list-icon.svg) no-repeat 50%;
    margin: 0 8px 0 0;
}
.program__list span {
    color: var(--prometheus-accent);
}
.program__price {
    font-family: var(--furore);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.01em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 5px;
}
.program__price span {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
}
.program__price-old {
    text-decoration: line-through;
}
.program__link {
    font-family: var(--furore);
    color: var(--background-primary);
    font-size: 16px;
    line-height: 18.4px;
    letter-spacing: -0.01em;
    margin: 0;
    background-color: var(--prometheus-accent);
    border-radius: 24px;
    padding: 18px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.program__link:hover {
    color: var(--background-primary);
    background-color: #d77a25;
}
.program__mobile {
    display: none;
}
.title_program {
    margin-bottom: 62px;
}
.learning {
    background-color: var(--background-primary);
    padding: 86px 0 100px;
}
.learning__text {
    color: var(--text-primary);
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    max-width: 500px;
}
.learning__nav {
    display: -ms-flexbox;
    display: flex;
    gap: 20px 56px;
    margin: 55px 0 23px;
}
.learning__nav .nav-link {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-family: var(--furore);
    color: #f5f5f9;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.01em;
    transition: color 0.2s ease-in-out;
}
.learning__nav .nav-link.active,
.learning__nav .nav-link:focus,
.learning__nav .nav-link:hover {
    color: var(--prometheus-accent);
}
.learning__nav .nav-link:focus {
    outline: none;
}
.learning__tabs {
    border-radius: 12px;
    border: 2px solid var(--background-secondary);
}
.learning__tab-row {
    display: grid;
    grid-template-columns: 1fr 675px;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    padding: 56px 22px 56px 48px;
    min-height: 497px;
}
.learning__tab-row-two {
    align-items: flex-start;
}

.learning__tab-row_full {
    grid-template-columns: 1fr;
}
.learning__tab-heading {
    font-family: var(--furore);
    color: var(--prometheus-accent);
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin: 0;
    max-width: 626px;
}
.learning__tab-middle {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.learning__tab-text {
    color: #f5f5f9;
    font-size: 16px;
    line-height: 21px;
    margin: 32px 0 0;
}
.learning__tab-img {
    border-radius: 16px;
}
.learning__mobile {
    display: none;
}
.more-about {
    background-color: var(--background-primary);
    padding: 101px 0 87px;
}
.more-about__heading {
    font-family: var(--furore);
    color: #f5f5f9;
    font-size: 26px;
    line-height: 32.2px;
    margin-bottom: 21px;
    letter-spacing: -0.01em;
}
.more-about__heading span {
    color: var(--prometheus-accent);
}
.more-about__heading_faq {
    margin: 0 0 31px -42px;
    max-width: 536px;
}
.more-about__text {
    color: #f5f5f9;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 21px;
}
.more-about__text_highlight {
    color: #ffff57;
}
.more-about__text .orange {
    color: #ffa757;
}
.more-about__text .yellow {
    color: #ffda57;
}
.more-about__text_no-margin {
    margin-bottom: 0;
}
.more-about__block {
    border-radius: 12px;
    border: 2px solid var(--background-secondary);
    padding: 22px 25px 19px 30px;
    max-width: 702px;
    margin-top: 32px;
}
.title_more-about {
    margin-bottom: 63px;
}
.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: 400;
    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: 400;
    font-size: 60px;
    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;
    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: hsla(0, 0%, 100%, 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;
    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: 400;
    font-size: 1rem;
    line-height: 21px;
    transition: 0.3s ease;
}
.footer__links a:hover {
    color: var(--prometheus-accent);
}
.footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
}
.copyright {
    margin: 0 0 211px -16px;
}
.copyright,
.requisites {
    color: var(--additional);
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
}
.requisites {
    margin: 0 0 0 -16px;
}
.rebrain-modal .input-block {
    margin-bottom: 30px;
}
.rebrain-modal .modal-btn {
    margin: 2px 0 30px;
}
.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 #5E5E5E;
    background-color: #101010;
    border-radius: 0;
}
.rebrain-modal .modal-header {
    border: 0;
    padding: 48px 28px 0;
    -ms-flex-direction: column;
    flex-direction: column;
}
.rebrain-modal .modal-title {
    font-family: Furore, sans-serif;
    text-align: center;
    color: #eeedec;
    font-size: 36px;
    line-height: 116%;
    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/icons/close-icon.svg) no-repeat 50%;
    opacity: 1;
}
.rebrain-modal .btn-close:focus {
    box-shadow: none;
}
.rebrain-modal .modal-body {
    padding: 30px 64px 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,
.rebrain-modal .modal-input-group .error-message + .modal-input {
    color: #ff5757;
}
.rebrain-modal .modal-input-group .success-message {
    color: var(--white-hacking-yellow);
}
.rebrain-modal .modal-input {
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
    color: #fff;
    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 {
    left: 18px;
}
.rebrain-modal .modal-back,
.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;
}
.rebrain-modal .modal-back {
    right: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.rebrain-modal .modal-back:hover {
    color: var(--prometheus-accent);
}
.rebrain-modal .hide {
    display: none;
}
.rebrain-modal .modal-social {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.rebrain-modal .modal-social a {
    border: 2px solid #ababab;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: 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;
    transition: 0.3s ease;
    cursor: pointer;
}
.rebrain-modal .modal-social a:hover {
    color: var(--prometheus-accent);
    border-color: var(--prometheus-accent);
}
.rebrain-modal .modal-social a:hover .modal-step__icon svg circle.hovered,
.rebrain-modal .modal-social a:hover .modal-step__icon svg path.hovered,
.rebrain-modal .modal-social a:hover .modal-step__icon svg rect.hovered {
    fill: var(--prometheus-accent);
}
.rebrain-modal .modal-step__icon {
    height: 100px;
    width: 100px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.rebrain-modal .modal-step__icon svg circle.hovered,
.rebrain-modal .modal-step__icon svg path.hovered,
.rebrain-modal .modal-step__icon svg rect.hovered {
    transition: 0.3s ease;
}
.step-two-modal .modal-header {
    padding-top: 98px;
    padding: 50px 20px 40px;
}
.step-two-modal .modal-title {
    font-size: 36px;
    line-height: 118%;
}
.step-two-modal .modal-body {
    padding: 0 63px 50px;
}
.rebrain-btn_modal {
    width: 99%;
    margin-top: 56px;
    margin-bottom: 24px;
}
.rebrain-btn_modal .rebrain-btn__btn:before {
    content: "далее >>>";
}
.input-block_textarea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-textarea {
    min-height: 80px;
    max-height: 120px;
}
.modal-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.modal-checkbox .checkbox__text {
    position: relative;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #ababab;
}

.modal-checkbox {
    width: 388px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.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/icons/checkbox-bg.svg) no-repeat 50%;
    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%);
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.modal-loader.visible {
    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: ".";
    animation: c 3s ease infinite;
    position: absolute;
}
@keyframes c {
    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: 0 18px 20px;
    }
    .rebrain-modal .modal-back,
    .rebrain-modal .modal-step {
        font-size: 14px;
        line-height: 16px;
    }
    .rebrain-modal .modal-social {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: 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;
    }
    .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;
    }
}
.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;
    transform: translateY(0);
    animation: d 0.5s linear;
}
@keyframes d {
    0% {
        transform: translateY(100%);
    }
    to {
        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: -ms-flexbox;
    display: flex;
}
.cooki__yes {
    margin: 0 12px 0 0;
    display: inline-block;
    position: relative;
}
.cooki__yes:hover .cooki__yes-bg {
    background-color: var(--white-hacking-yellow);
    top: 8px;
    left: 8px;
}
.cooki__yes-bg {
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
}
.cooki__yes-bg,
.cooki__yes-bg:before {
    background-color: #101010;
    width: 100%;
    height: 100%;
    -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;
}
.cooki__yes-btn {
    font-family: Furore, sans-serif;
    cursor: pointer;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 33px 23px 34px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    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;
    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: var(--white-hacking-yellow);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    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: var(--prometheus-accent);
    opacity: 0.6;
    display: block;
    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%, 0 calc(75% - 4px), 0 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%, 0 calc(75% - 4px), 0 calc(25% + 4px), 4px 25%);
}
.cooki__no:hover:before {
    top: 8px;
    left: 8px;
}
.cooki__no-bg {
    background-color: #fff;
    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%, 0 calc(75% - 4px), 0 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%, 0 calc(75% - 4px), 0 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: #fff;
    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%, 0 calc(75% - 4px), 0 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%, 0 calc(75% - 4px), 0 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: var(--prometheus-accent);
}
.discount-link .discount-link-text span {
    color: var(--prometheus-accent);
}
.discount-link .discount-link-text:after,
.discount-link:hover:not(.disabled) .discount-link-text {
    background: var(--prometheus-accent);
}
@media (min-width: 0px) and (max-width: 991px) {
    .discount-link {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .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;
        display: none;
    }
    .menu-link {
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .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 .nav-link {
        font-size: 0.8125rem;
        line-height: 15px;
        padding: 4px 8.5px 6px;
    }
    .header__logo {
        padding: 0 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: 0;
        font-size: 26px;
    }
    .greeting__title {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 33px;
        gap: 6px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .greeting__title .practice-title.outline {
        font-size: 40px;
        line-height: 1.1;
        -webkit-text-stroke-width: 1.5px;
        margin: 3px 0 0;
    }
    .greeting__label {
        font-size: 18px;
        text-align: left;
        position: static;
    }
    .greeting__main {
        padding: 111px 0 42px;
        height: 100vh;
        min-height: 500px;
        max-height: 650px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .greeting__main .greeting__line {
        display: none;
    }
    .greeting__footer {
        padding: 25px 0 0;
        margin: auto 0 0;
    }
    .greeting__list {
        max-width: 250px;
        margin-bottom: 12px;
    }
    .greeting__list li {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0;
        margin-bottom: 4px;
    }
    .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 {
        letter-spacing: 0;
        max-width: 260px;
    }
    .greeting__text,
    .greeting__text.small {
        font-size: 16px;
        line-height: 19.2px;
    }
    .greeting__block {
        margin: 0;
        padding: 23px 25px 6px 14px;
        max-width: 100%;
    }
    .greeting__block-heading {
        font-size: 18px;
        line-height: 20.72px;
        letter-spacing: -0.01em;
    }
    .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: 25px;
    }
    .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__footer {
        padding: 40px 0 0;
        margin-bottom: 0;
    }
    .greeting__block {
        margin-left: 0;
    }
    .greeting__main {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .practice-title__greeting.second-bg {
        font-size: 80px;
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .greeting__title {
        font-size: 55px;
    }
    .greeting__title .practice-title.outline {
        font-size: 65px;
    }
    .greeting__block {
        max-width: 100%;
    }
    .greeting__label {
        max-width: 510px;
        left: 360px;
        top: 15px;
        margin-right: 25px;
    }
    .greeting__text {
        font-size: 20px;
        line-height: 1.2;
    }
    .greeting__main {
        max-height: 900px;
    }
    .practice-title__greeting.second-bg {
        font-size: 70px;
        margin-left: 0;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
   
    .title {
        font-size: 18px;
        line-height: 20.72px;
        margin-bottom: 23px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
   
    .title {
        margin-bottom: 24px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .why-we {
        padding: 27px 0 40px;
    }
    .why-we__text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .why-we__title {
        font-size: 40px;
        line-height: 1.1;
        -webkit-text-stroke-width: 1.2px;
        margin-bottom: 42px;
    }
    .why-we__container {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
        margin-bottom: 41px;
    }
    .why-we__block-title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 12px;
        letter-spacing: -0.01em;
        min-height: auto;
        max-width: 290px;
    }
    .why-we__block-text br,
    .why-we__block-title br {
        display: none;
    }
    .why-we__btn {
        margin-left: 0;
    }
    .why-we__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .why-we__card {
        padding: 15px 15px 13px;
    }
    .why-we__card-text {
        max-width: 140px;
    }
}
@media (min-width: 0px) and (max-width: 750px) {
    .why-we__title {
        font-size: 35px;
    }
    .why-we__card-text {
        font-size: 14px;
        line-height: 1.3;
    }
}
@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;
        gap: 45px 40px;
    }
    .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 {
        padding: 100px 0 50px;
    }
    .why-we__title {
        font-size: 65px;
        padding: 0;
    }
    .why-we__block-title {
        font-size: 35px;
        line-height: 1.1;
        min-height: auto;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .program {
        padding: 69px 0 15px;
    }
    .program__table {
        display: none;
    }
    .program__accordion {
        margin: 0;
    }
    .program__accordion-text br {
        display: none;
    }
    .program__accordion-text br.hold {
        display: block;
    }
    .program__name {
        margin: 32px 0 12px;
    }
    .program__text {
        padding: 0;
    }
    .program__text br {
        display: none;
    }
    .program__link {
        margin: 0 -16px;
    }
    .program__price {
        margin-top: 29px;
    }
    .program__list {
        padding: 0;
    }
    .program__mobile {
        display: block;
    }
    .program__mobile-btn {
        font-family: var(--furore);
        color: var(--prometheus-accent);
        font-size: 16px;
        line-height: 18.4px;
        letter-spacing: -0.01em;
        margin: 24px 0 0;
        height: 63px;
        border: 1px solid var(--prometheus-accent);
        border-radius: 24px;
        padding: 12px 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: transparent;
        position: relative;
        width: 100%;
        flex-wrap: wrap;
    }
    .program__mobile-btn span {
        display: block;
        font-family: 'Jost';
        width: 100%;
    }

    .program__mobile-btn svg {
        position: absolute;
        right: 23px;
        top: 27px;
        transition: transform 0.2s ease-in-out;
    }
    .program__mobile-btn:focus {
        outline: none;
    }
    .program__mobile-btn:not(.collapsed) {
        color: var(--background-primary);
        background-color: var(--prometheus-accent);
    }
    .program__mobile-btn:not(.collapsed) svg {
        transform: rotate(180deg);
    }
    .program__mobile-btn:not(.collapsed) svg path {
        fill: var(--background-primary);
    }
    .program__collapse-frame {
        position: relative;
        padding: 1px 16px 0;
    }
    .program__collapse-frame:before {
        left: 0;
    }
    .program__collapse-frame:after,
    .program__collapse-frame:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: -25px;
        background-color: var(--prometheus-accent);
    }
    .program__collapse-frame:after {
        right: 0;
    }
    .title_program {
        margin-bottom: 41px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .program {
        padding: 69px 0 15px;
    }
    .program__table {
        display: none;
    }
    .program__accordion {
        margin: 0;
    }
    .program__accordion-text br {
        display: none;
    }
    .program__accordion-text br.hold {
        display: block;
    }
    .program__name {
        margin: 32px 0 12px;
    }
    .program__text {
        padding: 0;
    }
    .program__text br {
        display: none;
    }
    .program__link {
        margin: 0 -16px;
    }
    .program__price {
        margin-top: 29px;
    }
    .program__list {
        padding: 0;
    }
    .program__mobile {
        display: block;
    }
    .program__mobile-btn {
        font-family: var(--furore);
        color: var(--prometheus-accent);
        font-size: 16px;
        line-height: 18.4px;
        letter-spacing: -0.01em;
        margin: 24px 0 0;
        height: 63px;
        border: 1px solid var(--prometheus-accent);
        border-radius: 24px;
        padding: 12px 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: transparent;
        position: relative;
        width: 100%;
        flex-wrap: wrap;
    }
    .program__mobile-btn span {
        display: block;
        font-family: 'Jost';
        width: 100%;
    }
    .program__mobile-btn svg {
        position: absolute;
        right: 23px;
        top: 27px;
        transition: transform 0.2s ease-in-out;
    }
    .program__mobile-btn:focus {
        outline: none;
    }
    .program__mobile-btn:not(.collapsed) {
        color: var(--background-primary);
        background-color: var(--prometheus-accent);
    }
    .program__mobile-btn:not(.collapsed) svg {
        transform: rotate(180deg);
    }
    .program__mobile-btn:not(.collapsed) svg path {
        fill: var(--background-primary);
    }
    .program__collapse-frame {
        position: relative;
        padding: 1px 16px 0;
    }
    .program__collapse-frame:before {
        left: 0;
    }
    .program__collapse-frame:after,
    .program__collapse-frame:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: -25px;
        background-color: var(--prometheus-accent);
    }
    .program__collapse-frame:after {
        right: 0;
    }
    .title_program {
        margin-bottom: 41px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .program__table {
        padding: 35px 0 25px;
    }
    .program__table-row {
        padding: 0 25px;
        grid-template-columns: 150px repeat(2, 1fr) 220px;
    }
    .program__table-col {
        padding-right: 20px;
    }
    .program__table-col:nth-child(2),
    .program__table-col:nth-child(3) {
        padding-right: 15px;
    }
    .program__name {
        font-size: 14px;
        line-height: 1.2;
    }
    .program__text {
        font-size: 14px;
    }
    .program__text br {
        display: none;
    }
    .program__list li {
        font-size: 14px;
    }
    .program__list br {
        display: none;
    }
    .program__accordion-text {
        font-size: 14px;
    }
    .program__accordion-text br {
        display: none;
    }
    .program__accordion-text br.hold {
        display: block;
    }
}
@media (min-width: 1200px) and (max-width: 1330px) {
    .program__table {
        padding: 35px 0 25px;
    }
    .program__table-row {
        padding: 0 25px;
        grid-template-columns: 150px repeat(2, 1fr) 312px;
    }
    .program__table-col {
        padding-right: 20px;
    }
    .program__table-col:nth-child(2),
    .program__table-col:nth-child(3) {
        padding-right: 35px;
    }
    .program__name {
        font-size: 14px;
        line-height: 1.2;
    }

    .greeting__title .practice-title.outline {
        font-size: 64px;
    }

}
@media (min-width: 0px) and (max-width: 767px) {
    .learning {
        padding: 86px 0 40px;
    }
    .learning__text {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .learning__desktop {
        display: none;
    }
    .learning__tab-row {
        grid-template-columns: 1fr;
        padding: 22px 14px;
        gap: 16px;
    }
    .learning__tab-heading {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0;
    }
    .learning__tab-img {
        width: 280px;
        max-width: 100%;
        border-radius: 8px;
    }
    .learning__tab-text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.3;
    }
    .learning__tab-text br {
        display: none;
    }
    .learning__mobile {
        display: block;
    }
    .learning__mobile-btn {
        color: #f5f5f9;
        font-family: var(--furore);
        font-size: 18px;
        line-height: 21px;
        text-decoration: none;
        position: relative;
        padding-right: 18px;
        margin-top: 12px;
        display: inline-block;
        margin-right: auto;
    }
    .learning__mobile-btn svg {
        position: absolute;
        right: 0;
        top: calc(50% - 3px);
        transition: transform 0.2s ease-in-out;
    }
    .learning__mobile-btn:hover,
    .learning__mobile-btn:not(.collapsed) {
        color: var(--prometheus-accent);
    }
    .learning__mobile-btn:hover svg path,
    .learning__mobile-btn:not(.collapsed) svg path {
        fill: var(--prometheus-accent);
    }
    .learning__mobile-btn:not(.collapsed) svg {
        transform: rotate(180deg);
    }
    .learning__collapse-frame {
        border-radius: 12px;
        border: 2px solid var(--background-secondary);
        margin-top: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .learning {
        padding: 70px 0;
    }
    .learning__nav {
        gap: 20px;
    }
    .learning__nav .nav-link {
        font-size: 20px;
        line-height: 1.2;
    }
    .learning__tab-row {
        gap: 30px;
        padding: 35px 20px;
    }
    .learning__tab-row,
    .learning__tab-row_full {
        grid-template-columns: 1fr;
    }
    .learning__tab-heading {
        font-size: 20px;
        line-height: 1.2;
    }
    .learning__tab-img {
        max-width: 100%;
    }
    .learning__tab-text br {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .learning {
        padding: 70px 0;
    }
    .learning__nav {
        gap: 30px;
    }
    .learning__tab-row {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
        padding: 40px 20px;
    }
    .learning__tab-row_full {
        grid-template-columns: 1fr;
    }
    .learning__tab-heading {
        font-size: 22px;
        line-height: 1.2;
    }
    .learning__tab-img {
        max-width: 100%;
    }
    .learning__tab-text br {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .learning__tab-row {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }
    .learning__tab-row_full {
        grid-template-columns: 1fr;
    }
    .learning__tab-img {
        max-width: 100%;
    }
    .learning__tab-text br {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .more-about {
        padding: 56px 0 31px;
    }
    .more-about__heading {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px;
    }
    .more-about__heading_faq {
        margin: 0 0 21px;
    }
    .more-about__heading_faq br {
        display: none;
    }
    .more-about__text_highlight,
    .more-about__text_highlight .yellow {
        color: #f5f5f9;
    }
    .more-about__text_highlight .orange,
    .more-about__text br {
        display: none;
    }
    .more-about__block {
        padding: 14px 27px 22px 14px;
        max-width: 362px;
        margin-bottom: 24px;
    }
    .title_more-about {
        margin-bottom: 31px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .more-about {
        padding: 50px 0 60px;
    }
    .more-about__block {
        margin-bottom: 40px;
    }
    .more-about__heading_faq {
        margin: 0 0 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .more-about__heading {
        font-size: 22px;
        line-height: 1.3;
    }
    .more-about__heading_faq {
        margin-left: 0;
    }
    .more-about__text br {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1310px) {
    .more-about__heading {
        font-size: 22px;
        line-height: 1.3;
    }
    .more-about__heading_faq {
        margin-left: 0;
    }
}
@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: 0;
        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: 0;
        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;
    }
}

.greeting__text-two {
    font-family: var(--furore);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1%;
    margin: 42px 0 24px;
}

.greeting__text-two span {
    color: var(--prometheus-accent);
}

.what {
    padding: 52px 0;
    border: 1px solid #FFA757;
    border-radius: 42px;
    margin-bottom: 1px;
}

.lines-blocks {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-bottom: 68px;
    padding: 0 85px;
}

.lines-blocks__item {
    width: calc(100%/3 - 32px*2/3);
    margin-right: 32px;
    border: 1px solid #FFA757;
    border-radius: 24px;
    padding: 24px 40px 45px 24px;
    font-size: 16px;
    font-family: 'Jost';
    background: #101010;
    color: #FFF;
}

.lines-blocks__item:nth-child(3n) {
    margin-right: 0;
}

.lines-blocks__item-title {
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 20px;
}

.lines-blocks__item-text {
    font-size: 16px;
}

.lines-blocks__item-text .list li {
    color: #FFF;
}

.what__text {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Furore';
    font-size: 20px;
    color: #FFF;
    justify-content: center;
    align-items: center;
}

.what__text b {
    color: #FFA757;
}

.what__text img {
    margin-right: 15px;
}

.why {
    background: #FFA757;
    border-radius: 42px;
    padding: 100px 0;
}

.why__title {
    text-align: center;
    margin: 0 0 64px;
    font-family: 'Furore';
    font-size: 26px;
}

.why__blocks {
    display: flex;
    flex-wrap: wrap;
    padding: 0 126px;
}

.why__item {
    margin-right: 100px;
    width: calc(100%/3 - 100px*2/3);
}

.why__item:nth-child(3n) {
    margin-right: 0;
}

.why__block-title {
    font-family: 'Furore';
    font-size: 30px;
    line-height: 110%;
    margin: 0 0 8px;
}

.why__block-text {
    font-size: 16px;
    line-height: 130%;
}

.author {
    border: 1px solid #FFA757;
    border-radius: 42px;
    padding: 70px 0 108px;
}

.author__block {
    display: flex;
    width: 100%;
}

.author__title {
    font-family: Furore;
    color: #5E5E5E;
    font-size: 26px;
}

.author__info {
    margin-left: 392px;
}

.author__profile {
    display: flex;
    flex-flow: column;
}

.author__profile-left {
    display: flex;
    flex-wrap: wrap;
}

.author__profile img {
    width: 96px;
    height: 96px;
}

.author__more {
    margin-left: 8px;
    display: flex;
    flex-flow: column;
    width: calc(100% - 104px);
}

.author__name {
    margin: 0 0 12px;
    color: #FFA757;
    font-size: 16px;
    font-family: 'Furore';
}

.author__position {
    color: #ABABAB;
    font-size: 16px;
}

.author__experience {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.author__experience-item {
    display: flex;
    flex-flow: column;
    margin-right: 32px;
}

.author__experience-item b {
    font-family: 'Furore';
    font-size: 16px;
    margin: 0 0 4px;
    color: #EEEDEC;
}

.author__experience-item span {
    color: #ABABAB;
}

.form {
    padding: 100px 0;
    color: #FFF;
}

.form__title {
    margin: 0 0 24px;
    font-family: 'Furore';
    font-size: 26px;
}

.form__text {
    color: #ABABAB;
    width: 330px;
    max-width: 100%;
}

.form__block {
    display: flex;
    flex-wrap: wrap;
}

.form__right {
    margin-left: auto;
    width: 533px;
    max-width: 100%;
}

.how {
    padding: 100px 0;
}

.how__block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.how__title-block {
    width: 685px;
    max-width: 100%;
}

.how__subtitle {
    font-family: 'Furore';
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #EEEDEC;
}

.how__title {
    margin: 16px 0 64px;
    font-family: 'Furore';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-text-fill-color: #101010;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text-primary);
    color: #101010;
}

.how__text {

}

.how__title-small {
    font-family: 'Furore';
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.how__form {
    border: 1px solid #FFA757;
    padding: 32px;
    border-radius: 42px;
    margin-left: auto;
    width: 597px;
    max-width: 100%;
}

.how__form-title {
    margin: 0 0 32px;
    font-family: 'Furore';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #FFA757;
}


.about {
    padding: 190px 0 124px;
    overflow: hidden;
}

.about__block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.about__info {
    width: 575px;
    max-width: 100%;
}

.about__title {
    font-family: 'Furore';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-text-fill-color: #101010;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text-primary);
    color: #101010;
    margin: 0 0 12px;
}

.about__subtitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #EEEDEC;
    margin: 0 0 32px;
}

.about__smalltitle {
    color: #FFF;
    font-weight: 600;
    margin: 0 0 12px;
}

.list-white li {
    color: #FFF;
}

.about__image {
    margin-left: auto;
    position: absolute;
    right: -118px;
    bottom: -174px;
}

.stitle__center {
    color: #FFF;
    font-family: 'Furore';
    text-align: center;
    margin: 0 0 60px;
    font-size: 26px;
}

.advantages {
    border-radius: 42px;
    padding: 95px 0 63px;
    border: 1px solid #FFA757;
}

.advantages__list {
    display: grid;
    grid-gap: 68px 96px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 0 85px;
    margin: 0 0 80px;
}

.advantages__item {
    display: flex;
}

.advantages__num {
    color: #FFA757;
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    margin-right: 10px;
    margin-top: -5px;
}

.advantages__info {
    display: flex;
    flex-flow: column;
    line-height: 130%;
    color: #FFF;
    width: 240px;
    max-width: 100%;
}

.advantages__info b {
    display: block;
    margin: 0 0 8px;
}

.bonus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.bonus__title {
    text-align: center;
    font-family: 'Furore';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-text-fill-color: #101010;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text-primary);
    color: #101010;
    margin: 0 0 42px;
    width: 100%;
}

.bonus__title sup {
    color: #FFA757;
    -webkit-text-fill-color: #FFA757;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFA757;
    display: inline-block;
    letter-spacing: -0.25em;
}

.bonus__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bonus__icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #FFA757;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 1px 1px 16px rgba(255, 167, 87, 0.3);
}

.bonus__text {
    width: 245px;
    max-width: 100%;
    color: #FFF;
}

.speakers {
    border: 1px solid #FFA757;
    border-radius: 42px;
    overflow: hidden;
}

.speakers__block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.speakers__title {
    width: 500px;
}

.speakers__title-big {
    font-family: 'Furore';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-text-fill-color: #101010;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text-primary);
    color: #101010;
    margin: 0 0 18px;
}

.speakers__title-text {
    color: #EEEDEC;
    line-height: 130%;
    font-size: 16px;
    width: 420px;
    max-width: 100%;
}

.speakers__list {
    position: relative;
    width: 600px;
    margin-left: auto;
    display: flex;
    flex-flow: column;
}

.speakers__list:before,
.speakers__list:after{
    content: '';
    width: 100%;
    height: 131px;
    border: 1px solid #FFA757;
    border-radius: 24px;
}

.speakers__list:before {
    margin-bottom: 24px;
    margin-top: -42px;
}

.speakers__list:after {
    margin-bottom: -42px;
}

.speakers__item {
    margin-bottom: 24px;
    border: 1px solid #EEEDEC;
    border-radius: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.speakers__item-single {
    border: none;
    margin-top: 55px;
    padding-right: 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.speakers__photo {
    margin-right: 12px;
    overflow: hidden;
    width: 150px;
    padding-top: 7px;
}

.speakers__photo img {
    vertical-align: top;
}

.speakers__info {
    width: calc(100% - 95px);
    display: flex;
    flex-flow: column;
}

.speakers__name {
    margin: 0 0 12px;
    color: #FFA757;
    font-family: 'Furore';
}

.speakers__ex {
    color: #ABABAB;
    font-size: 16px;
}

.input-block-label {
    background-color: var(--background-card);
}

.input-block-field {
    border-color: var(--background-card);
}

.rebrain-modal .modal-btn:disabled {
    opacity: .3;
}

.modal-checkbox .checkbox__text-nocheck {
    color: #5E5E5E;
}

.modal-checkbox .checkbox__text-nocheck a {
    color: #5E5E5E;
}

.checkbox__text-nocheck:before,
.checkbox__text-nocheck:after {
    display: none;
}

.rebrain-modal .modal-dialog-two {
    max-width: 820px;
}

.rebrain-modal .modal-btn-two {
    margin-bottom: 0;
}

.step-two-modal .modal-header-two {
    padding: 50px 64px 32px;
}

.modal__subtitle {
    color: #C8C4C0;
    font-size: 18px;
    line-height: 130%;
    margin-top: 16px;
}

.modal__text {
    padding: 16px;
    background: #1A1A1A;
    border-radius: 12px;
    color: #C8C4C0;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    margin: 0 0 32px;
}

.modal__text span {
    color: #FFA757;
}

.modal__controls {
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
}

.input-block-two {
    margin-bottom: 24px;
}

.modal-checkbox-two {
    width: 100%;
    margin-top: 24px;
}

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

.input-block-field-two {
    padding: 10px 8px;
}

.input-block-three {
    z-index: 3;
}


@media screen and (max-width: 1330px){

    .lines-blocks__item {
        margin-right: 20px;
        width: calc(100%/3 - 20px*2/3);
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .why__blocks {
        padding: 0 40px;
    }
    
    .form {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .author {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .author__info {
        margin-left: 280px;
    }
    
    .how__title-block {
        width: 550px;
    }
    
    .how__subtitle {
        font-size: 34px;
    }
    
    .how__title {
        font-size: 68px;
        margin-bottom: 44px;
    }
    
}

@media screen and (max-width: 1199px) {

    .advantages__list {
        padding: 0;
        grid-gap: 30px;
    }
  
    .advantages {
        padding: 60px 0;
    }

    .why {
        padding: 50px 0;
    }
    
    .why__item {
        margin-right: 50px;
        width: calc(100%/3 - 50px*2/3);
    }
    
    .why__title {
        margin: 0 0 32px;
    }
    
    .greeting {
        padding: 100px 0 50px;
    }
    
    .lines-blocks {
        margin-top: 50px;
    }

    .author__info {
        margin-left: auto;
    }
    
    .about__image {
        width: 540px;
        right: -150px;
        bottom: -90px;
    }
    
    .about__image img {
        max-width: 100%;
    }
    
    .about {
        padding: 150px 0 50px;
    }
    
    .about__info {
        width: 510px;
    }
    
    .about__subtitle {
        font-size: 22px;
    }
    
    .author {
        padding: 50px 0px;
    }
    
    .form {
        padding: 50px 0;
        margin-top: 50px;
    }
    
    .form__left {
        width: 360px;
    }
    
    .how__title-block {
        width: 100%;
        margin: 0 0 32px;
    }
    
    .how__form {
        width: 100%;
    }

    .speakers__item-single {
        padding: 0;
        flex-wrap: nowrap;
    }
    
    .greeting__title .practice-title.outline {
        font-size: 50px;
    }
    
    h3.greeting__uptitle {
        font-size: 32px;
    }
    
    .lines-blocks {
        padding: 0;
    }
    
    .what__text span {
        width: 530px;
        max-width: 100%;
    }
    
    .what__text {
        display: flex;
        flex-flow: column;
    }
    
    .speakers__title {
        width: 100%;
    }
    
    .speakers__block {
        flex-direction: column;
    }
    
    .speakers__list {
        width: 100%;
        margin-top: 24px;
    }
    
    .speakers__list:before, .speakers__list:after {
        display: none;
    }
    
    .speakers {
        border: none;
        padding: 50px 0;
    }
    
    .speakers__item:last-child {
        margin: 0;
    }
    
    .form {
        margin-top: 0;
    }

}

@media screen and (max-width: 991px) {

    .advantages__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .lines-blocks__item {
        width: calc(100%/2 - 16px/2);
        margin-bottom: 16px;
        margin-right: 16px;
        min-height: 143px;
    }
    
    .lines-blocks__item:nth-child(2n) {
        margin-right: 0;
    }
    
    .greeting {
        padding: 110px 0 67px;
    }
    
    .greeting__title {
        align-items: flex-start;
        margin: 0 0 32px;
    }
    
    .greeting__footer {
        padding: 0;
    }
    
    .greeting__text-two {
        margin: 47px 0 24px;
    }
    
    .why__blocks {
        flex-flow: column;
        width: 100%;
    }
    
    .why__item {
        width: 100%;
        margin: 0 0 42px;
    }
    
    .why__item:last-child {
        margin: 0;
    }
    
    .about__block {
        flex-flow: column;
    }
    
    .about__info {
        width: 100%;
        margin: 0 0 32px;
    }
    
    .about__image {
        position: relative;
        width: 100%;
        right: 0;
        bottom: -100px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: -68px;
    }
    
    .about__image img {
        max-width: 110%;
    }
    
    .author__block {
        flex-flow: column;
    }
    
    .author__info {
        width: 100%;
        margin: 32px 0 0;
    }
    
    .form__left {
        width: 100%;
        margin: 0 0 32px;
    }
    
    .form__right {
        margin: 0;
        width: 100%;
    }

    .speakers__item-single {
        display: none;
    }
    
    h3.greeting__uptitle {
        font-size: 32px;
    }
    
    .what {
        padding: 50px 0;
    }
    
    .stitle__center {
        margin: 0 0 42px;
    }
    
    .lines-blocks {
        flex-direction: column;
        padding: 0 26px;
        margin: 0 0 42px;
    }
    
    .lines-blocks__item {
        width: 100%;
        margin: 0 0 24px;
        padding: 24px;
        min-height: inherit;
    }
    
    .lines-blocks__item:last-child {
        margin: 0;
    }
    
    .advantages {
        padding: 50px 0;
    } 
    
    .advantages__list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .advantages__info {
        width: 300px;
    }
    
    .bonus__item {
        margin: 0 0 24px;
    }
    
    .bonus__item:last-child {
        margin: 0;
    }
    
    .about {
        padding: 50px 0;
    }


}

@media screen and (max-width: 767px){

    .advantages__list {
        display: flex;
        flex-flow: column;
    }

    .greeting__main {
        height: auto;
        max-height: max-content;
        min-height: auto;
        padding: 0;
    }
    
    .learning__tab-row {
        min-height: auto;
    }
    
    .about__title {
        font-size: 80px;
    }
    
    .about__subtitle {
        font-size: 25px;
        margin: 0 0 21px;
    }
    
    .about__info {
        margin: 0;
    }
    
    .author {
        background: transparent;
    }
    
    .how__subtitle {
        font-size: 18px;
    }
    
    .how__title {
        font-size: 40px;
        margin: 12px 0;
    }
    
    .how__title-small {
        font-size: 18px;
    }
}

@media screen and (max-width: 525px) {
    .lines-blocks__item {
        width: 90%;
    }
    
    .why__title {
        line-height: 120%;
        font-size: 24px;
    }
    
    .why__blocks {
        padding: 0 28px;
    }
    
    .about {
        padding: 50px 0;
    }
    
    .author__experience {
        flex-flow: column;
    }
    
    .author__experience-item:not(:last-child) {
        margin: 0 0 24px;
    }
    
    .how__form {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-left: var(--bs-gutter-x, -.75rem);
        margin-right: var(--bs-gutter-x, -.75rem);
        width: calc(100% + .75rem*2);
        max-width: inherit;
    }
    
    .how {
        padding: 100px 0 50px;
    }

    .speakers__title-big {
        font-size: 64px;
    }

}