*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul {
    margin-bottom: 0;
}

ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border: 0;
    border-radius: 0;
    margin: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

button:focus {
    outline: none;
}

input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@font-face {
    font-family: InstrumentSans;
    src: url(../fonts/InstrumentSans-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: InstrumentSans;
    src: url(../fonts/InstrumentSans-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: InstrumentSans;
    src: url(../fonts/InstrumentSans-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: InstrumentSans;
    src: url(../fonts/InstrumentSans-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-color: var(--color-white);
    font-family: InstrumentSans, sans-serif;
    font-weight: 400;
    font-size: var(--font-size-text);
    line-height: var(--line-height-text);
    color: var(--color-text-primary);
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: var(--line-height-heading);
}

.container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.theme__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    font-weight: 700;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.theme__btn svg {
    width: 18px;
    height: auto;
    color: inherit;
}

.theme__btn.theme__btn--white {
    background-color: var(--color-white);
    color: var(--color-text-primary);
}

.theme__btn.theme__btn--darkblue {
    background-color: var(--color-brand-darkblue);
    color: var(--color-white);
}

.theme__btn.theme__btn--blue {
    background-color: var(--color-brand-blue);
    color: var(--color-white);
}

.theme__btn.theme__btn--cyan {
    background-color: var(--color-brand-cyan);
    color: var(--color-white);
}

.section__caption {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.section__caption-title {
    font-size: 72px;
    font-weight: 700;
}

.section__caption-text {
    font-size: 32px;
}

/* Header Start */
.header {
    padding: 30px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    max-width: 162px;
    width: 100%;
}

.header-logo {
    width: 100%;
}

.header .menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header__menu.active {
    transition: transform .3s ease-in-out;
}

.header__menu.active,
.header__menu.active .menu {
    transform: translateX(0);
}

.header__menu.active .menu {
    transition: transform .3s ease-in-out .3s;
}

.header__menu:not(.active) {
    transition: transform .3s ease-in-out .3s;
}

.header__menu:not(.active) .menu {
    transition: transform .3s ease-in-out;
}

.header .menu a {
    font-size: 16px;
    line-height: 1.37;
    font-weight: 700;
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.header .burger {
    display: none;
    position: relative;
    width: 46px;
    height: 34px;
    padding: 0;
}

.header .burger:focus {
    outline: none;
    border: 0;
}

.header .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-white);
    transform-origin: 0 center;
}

.header .burger span:nth-child(1) {
    top: 10px;
    transform: translate(-50%, 0%);
    transition: .3s ease-in-out;
}

.header .burger span:nth-child(2) {
    transform: translate(-50%, -50%);
}

.header .burger span:nth-child(3) {
    top: auto;
    bottom: 10px;
    transform: translate(-50%, 0%);
    transition: .3s ease-in-out;
}

.header .burger.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translate(-50%, 0);
}

.header .burger.active span:nth-child(2) {
    background-color: transparent;
}

.header .burger.active span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translate(-50%, 0);
}
/* Header End */
/* Hero Start */
.hero {
    padding: 42px 0 60px;
}

.hero__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.hero__inner {
    max-width: 762px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
}

.hero-subtitle {
    font-size: 32px;
    margin-bottom: 36px;
}

.hero-title {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 88px;
}

.hero__person {
    position: relative;
    flex: 1 1 auto;
}

.hero__person-elnur {
    display: block;
    max-width: 669px;
    width: 100%;
    margin-left: auto;
}

.hero__person-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 5%;
    z-index: -1;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero__card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 44px;
    border-radius: 16px;
    width: calc(50% - 12px);
    background: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.hero__card.hero__card--main {
    padding: 64px 58px;
    width: 100%;
    background: linear-gradient(101deg, #4A4DF1 26.07%, #599EDF 72.9%, #67E7EA 100.82%, #FFF 115.42%);
    color: var(--color-white);
}
/* Hero End */
/* Advantages Start */
.advantages {
    position: relative;
    padding-top: 60px;
    padding-bottom: clamp(99px, 17vw, 300px);
}

.advantages:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-width: 2560px;
    height: 100%;
    background-image: url(../img/finlab-bg.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.advantages .section__caption {
    margin-bottom: 109px;
}

.advantages .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.advantages .item {
    position: relative;
    width: calc(33.33% - 16px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 42px 32px;
    border-radius: 16px;
    background-color: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.advantages .item-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(5%, -50%);
}

.advantages .item-icon svg {
    color: var(--color-white);
    height: 52px;
}

.advantages .item-icon.item-icon--blue {
    background-color: var(--color-brand-blue);
}

.advantages .item-icon.item-icon--cyan {
    background-color: var(--color-brand-cyan);
}

.advantages .item-icon.item-icon--dark-blue {
    background-color: var(--color-brand-darkblue);
}

.advantages .item-title {
    font-size: 32px;
    font-weight: 700;
}
/* Advantages End */
/* Courses and Programs Start */
.courses__programs {
    padding: 60px 0;
}

.courses__programs .section__caption {
    margin-bottom: 105px;
}

.courses__programs .inner {
    display: flex;
    flex-direction: column;
    gap: 153px;
}

.courses__programs .course {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.courses__programs .course__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 32px;
    border-radius: 16px;
    background: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.courses__programs .course__card-title {
    font-size: 36px;
}

.courses__programs .course__card-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(30%, -50%);
}

.courses__programs .course__card-icon.course__card-icon--blue {
    background-color: var(--color-brand-blue);
}

.courses__programs .course__card-icon.course__card-icon--darkblue {
    background-color: var(--color-brand-darkblue);
}

.courses__programs .course__card-icon svg {
    width: 52px;
    color: var(--color-white);
}

.courses__programs .course__card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    list-style-type: square;
}

.courses__programs .course__card-btn {
    align-self: flex-end;
}

.courses__programs .course__card.course__card--main {
    background: linear-gradient(106deg, #FFF -37.03%, #67E7EA -9.44%, #599EDF 29.65%, #4A4DF1 112.52%);
    color: var(--color-white);
}

.courses__programs .course__card.course__card--main .course__card-title {
    font-size: 44px;
}

.courses__programs .course__card.course__card--small {
    align-self: center;
    gap: 88px;
}

.courses__programs .course__card.course__card--small .course__card-text {
    font-size: 44px;
    line-height: 1.22;
}

.courses__programs .course__card.course__card--first {
    width: calc(100% - 734px);
}

.courses__programs .course__card.course__card--second {
    align-self: normal;
    width: calc(100% - 730px);
}

.courses__programs .course__card.course__card--third {
    width: calc(100% - 976px);
}

.courses__programs .course__card.course__card--fourth {
    width: calc(100% - 488px);
}

.courses__programs .course:nth-child(even) .course__card.course__card--main {
    background: linear-gradient(113deg, #4A4DF1 6.85%, #599EDF 67.85%, #67E7EA 104.8%, #FFF 139.12%);
}
/* Courses and Programs End */
/* Learning Resources Start */
.learning__resources {
    padding: 60px 0;
}

.learning__resources .section__caption {
    margin-bottom: 130px;
}

.learning__resources .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.learning__resources-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    max-width: 1060px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translate(-50%, -50%);
}

.learning__resources-bg img {
    width: 100%;
}

.learning__resources .learning__card {
    position: relative;
    max-width: 512px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 42px 32px;
    border-radius: 16px;
    background: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.learning__resources .learning__card--first {
    margin-right: 5%;
}
.learning__resources .learning__card--first,
.learning__resources .learning__card--third {
    align-self: flex-end;
}

.learning__resources .learning__card--second,
.learning__resources .learning__card--third {
    margin-top: -75px;
}

.learning__resources .learning__card--third {
    margin-right: 18%;
}

.learning__resources .learning__card-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(20%, -50%);
}

.learning__resources .learning__card-icon.learning__card-icon--blue {
    background-color: var(--color-brand-blue);
}

.learning__resources .learning__card-icon.learning__card-icon--darkblue {
    background-color: var(--color-brand-darkblue);
}

.learning__resources .learning__card-icon.learning__card-icon--cyan {
    background-color: var(--color-brand-cyan);
}

.learning__resources .learning__card-icon svg {
    width: 52px;
    color: var(--color-white);
}

.learning__resources .learning__card-title {
    font-size: 32px;
    font-weight: 700;
}

.learning__resources .learning__card-btn {
    align-self: flex-end;
}
/* Learning Resources End */
/* Community and Reviews Start */
.community__reviews {
    padding: 60px 0;
}

.community__reviews .section__caption {
    margin-bottom: 60px;
}

.community__reviews .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.community__card {
    width: calc(33.33% - 16px);
    min-height: 450px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 42px 32px;
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-size: 100% 100%; */
    color: var(--color-white);
}

.community__card.community__card--main {
    position: relative;
    flex-direction: row;
    padding: 32px;
    width: calc(66.66% - 8px);
    background: linear-gradient(100deg, #FFF -7.26%, #67E7EA 20.39%, #599EDF 52.87%, #4A4DF1 98.33%);
}

.community__card.community__card--link {
    justify-content: flex-end;
    text-decoration: none;
}

.community__card.community__card--blue {
    background: var(--color-brand-blue);
}

.community__card.community__card--darkblue {
    background: var(--color-brand-darkblue);
}

.community__card-img {
    position: relative;
    bottom: -32px;
    margin: 0 auto;
    max-width: 291px;
}

.community__card-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 470px;
    height: 100%;
    margin-left: auto;
    padding: 24px 0;
}

.community__card-inner .community__card-text {
    flex: 1 1 auto;
}

.community__card-inner .community__card-btn {
    align-self: flex-end;
}

.community__card-title {
    font-size: 32px;
    font-weight: 700;
}

.community__card:not(.community__card--link) .community__card-text {
    flex: 1 1 auto;
}

.review__card {
    display: flex;
    gap: 16px;
    padding: 24px 16px;
    border-radius: 16px;
    background-color: var(--color-white);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    color: var(--color-text-primary);
}

.review__card-img {
    width: 161px;
    height: 207px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.review__card-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review__card-title {
    font-size: 24px;
}

.review__card-subtitle {
    font-size: 18px;
}

.review__card-text {
    flex: 1 1 auto;
    font-size: 16px;
}

.review__card-btn {
    padding: 12px;
    align-self: flex-end;
}
/* Community and Reviews End */
/* Trading Career Start */
.trading__career {
    padding: 60px 0;
}

.trading__career.trading__career--bg {
    position: relative;
    padding-bottom: clamp(99px, 17vw, 300px);
}

.trading__career.trading__career--bg:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-width: 2560px;
    height: 100%;
    background-image: url(../img/finlab-bg.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.trading__career .container {
    display: flex;
    align-items: center;
    gap: 72px;
}

.trading__career-col.trading__career-col--content {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 105px 0;
    gap: 88px;
}

.trading__career-col.trading__career-col--form {
    max-width: 568px;
    width: 100%;
}

.trading__career-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.trading__career-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
/* Trading Career End */
/* FAQ Start */
.faq {
    padding: 50px 0 145px;
}

.faq--promo {
    padding-bottom: 100px;
}

.faq .section__caption {
    margin-bottom: 62px;
}

.faq .inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.spoiler {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    background-color: var(--color-gray-light);
    border-radius: 8px;
    cursor: pointer;
}

.spoiler__header,
.spoiler__body {
    width: 100%;
}

.spoiler__header {
    position: relative;
}

.spoiler__header:before {
    position: absolute;
    top: 7px;
    right: 0;
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/icon-chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.spoiler__body {
    display: none;
}

.spoiler.active .spoiler__body {
    display: block;
}

.spoiler.active .spoiler__header:before {
    transform: rotate(180deg);
}

.spoiler-title {
    width: 100%;
    padding-right: 44px;
    font-size: 32px;
    font-weight: 700;
}
/* FAQ End */
/* Footer Start */
.footer {
    margin-top: auto;
    padding: 93px 0 0;
    background-color: var(--color-brand-darkblue);
}

.footer__top,
.footer__middle,
.footer__bottom {
    width: 100%;
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__middle {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.footer-logo {
    max-width: 158px;
    padding: 8px 12px;
    border-radius: 10px;
    background-color: var(--color-white);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-links a {
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.social__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.social__links a {
    border-radius: 50%;
}

.social__links svg {
    width: 62px;
    color: var(--color-white);
}

.footer .footer__warning {
    background-color: var(--color-white);
    padding: 12px 0;
    margin-top: 8px;
}

.footer .footer__bottom p {
    font-size: 16px;
    color: var(--color-white);
}

.footer .footer__warning p {
    font-size: 16px;
    color: var(--color-text-primary);
}
/* Footer End */
/* 404 Start */
.error__section {
    position: relative;
    padding: 110px 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.error__section:before {
    content: '';
    position: absolute;
    left: 15%;
    top: 70%;
    z-index: 0;
    display: block;
    width: 430.912px;
    height: 422.64px;
    border-radius: 50%;
    background: var(--color-brand-blue);
    filter: blur(200px);
    transform: rotate(-18.442deg) translateY(-50%) translateZ(0);
    opacity: 0.9;
    will-change: filter;
}

.error__section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 0;
    display: block;
    width: 1117.166px;
    height: 1095.718px;
    border-radius: 50%;
    background: var(--color-brand-cyan);
    filter: blur(200px);
    opacity: 0.9;
    transform: rotate(-18.442deg) translateX(95%) translateZ(0);
    will-change: filter;
}

.error__section .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.error__section .inner {
    min-height: 821px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px;
    border-radius: 16px;
    background: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.error__section-title {
    margin-bottom: 62px;
    font-weight: 700;
    font-size: 72px;
    text-align: center;
}

.error__section-text {
    margin-bottom: 88px;
    font-size: 32px;
    text-align: center;
}

.error__section-btns {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 22px;
}
/* 404 End */
/* Page Caption Start*/
.page__caption {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 80px 0 25px;
}

.page__caption .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.page__caption-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
}

.page__caption-title.page__caption-title--darkblue {
    color: var(--color-brand-darkblue);
}
/* Page Caption End*/
/* News Start */
.news {
    position: relative;
    padding: 25px 0 115px;
}

.news:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 1055.827px;
    height: 1051.996px;
    border-radius: 50%;
    background: var(--color-brand-darkblue);
    filter: blur(254.5px);
    transform: rotate(-17.644deg) translateX(-90%) translateY(-40%) translateZ(0);
    will-change: filter;
}

.news:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 1055.827px;
    height: 1051.996px;
    border-radius: 1055.827px;
    background: var(--color-brand-blue);
    filter: blur(254.5px);
    transform: rotate(-17.644deg) translateX(90%) translateY(40%) translateZ(0);
    will-change: filter;
}

.news.news--nobg:before,
.news.news--nobg:after {
    display: none;
}

.news.news--preview {
    padding: 25px 0 60px;
}

.news .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 52px 24px;
    padding-bottom: 30px;
}

.news__card {
    position: relative;
    width: calc(33.33% - 16px);
    min-height: 498px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    padding: 32px;
    border-radius: 16px;
    background-size: cover;
    background-position: left 25% center;
    background-repeat: no-repeat;
    color: var(--color-white);
    overflow: hidden;
}

.news__card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25.3%, #000 65.4%);
}

.news__card.news__card--lg {
    width: calc(66.66% - 8px);
}

.news__card-title,
.news__card-text,
.news__card-btn {
    position: relative;
    z-index: 1;
}

.news__card-title {
    font-size: 32px;
    font-weight: 700;
}
/* News End */
/* Pagination Start */
.pagination {
    padding: 30px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .wp-pagenavi {
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 8px;
    border: 0.667px solid rgba(44, 44, 44, 0.30);
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 2.667px 4px 8px 0 rgba(0, 0, 0, 0.06);
    color: var(--color-text-primary);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.pagination .wp-pagenavi i {
    display: none;
}

.pagination .wp-pagenavi .nextpostslink,
.pagination .wp-pagenavi .previouspostslink {
    position: relative;
    height: 30px;
}

.pagination .wp-pagenavi .previouspostslink {
    float: left;
}

.pagination .wp-pagenavi .nextpostslink {
    float: right;
}

.pagination .wp-pagenavi .previouspostslink::before,
.pagination .wp-pagenavi .nextpostslink::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 20' id='icon-arrow-right'%3E%3Cpath d='M1.65283 10H19.6514' stroke='%232C2C2C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.2534 18.4002L19.6528 10.0009L11.2534 1.60156' stroke='%232C2C2C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    transition: background-image .25s ease;
}

.pagination .wp-pagenavi .previouspostslink::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.pagination .wp-pagenavi .previouspostslink:hover::before,
.pagination .wp-pagenavi .nextpostslink:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 20' id='icon-arrow-right'%3E%3Cpath d='M1.65283 10H19.6514' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.2534 18.4002L19.6528 10.0009L11.2534 1.60156' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.pagination .wp-pagenavi .current {
    color: var(--color-white);
    background-color: var(--color-brand-darkblue);
    border-color: var(--color-brand-darkblue);
}

.pagination .wp-pagenavi .extend {
    min-width: 10px;
    padding: 7px 0;
    margin: 0;
    border-color: transparent;
    box-shadow: none;
}
/* Pagination End */
/* Article Start */
.article {
    position: relative;
    padding: 80px 0 126px;
}

.article:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1140.782px;
    height: 1281.663px;
    border-radius: 50%;
    opacity: 0.9;
    background: var(--color-brand-blue);
    filter: blur(200px);
    transform: rotate(-16.231deg) translateX(80%) translateY(30%) translateZ(0);
    will-change: filter;
}

.article__header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 498px;
    margin-bottom: 110px;
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25.3%, #000 86.76%);
    overflow: hidden;
    color: var(--color-white);
}

.article__header-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.article__header-title {
    font-size: 44px;
    font-weight: 700;
}
/* Article End */
/* Text container Start */
.text__container h1,
.text__container h2,
.text__container h3,
.text__container h4,
.text__container h5,
.text__container h6 {
    font-weight: 700;
    margin-bottom: 22px;
}

.text__container h1 {
    font-size: 72px;
}

.text__container h2 {
    font-size: 44px;
}

.text__container h3 {
    font-size: 36px;
}

.text__container h4 {
    font-size: 32px;
}

.text__container h5 {
    font-size: 24px;
}

.text__container h6 {
    font-size: 16px;
}

.text__container p {
    margin-bottom: 36px;
}

.text__container ul,
.text__container ol {
    margin-bottom: 36px;
}

.text__container ul li,
.text__container ol li {
    margin-bottom: 16px;
}

.text__container a {
    text-decoration: underline;
    color: var(--color-brand-darkblue2);
}

.text__container > *:last-child {
    margin: 0;
}
/* Text container End */
/* Content Section Start */
.content__section {
    position: relative;
    padding: 16px 0 130px;
}

.content__section.content__section--privacy:before {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    z-index: 0;
    display: block;
    width: 1121.648px;
    height: 1133.045px;
    border-radius: 50%;
    background: var(--color-brand-cyan);
    transform: rotate(-17.941deg) translateX(95%) translateZ(0);
    opacity: 0.9;
    filter: blur(200px);
    will-change: filter;
}

.content__section.content__section--privacy:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 0;
    width: 1121.648px;
    height: 1133.045px;
    border-radius: 50%;
    background: var(--color-brand-blue);
    transform: rotate(-17.941deg) translateX(-95%) translateZ(0);
    opacity: 0.9;
    filter: blur(200px);
    will-change: filter;
}

.content__section.content__section--cookie:before {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    z-index: 0;
    display: block;
    width: 1120.455px;
    height: 1123.221px;
    border-radius: 50%;
    background: var(--color-brand-blue);
    transform: rotate(-18.069deg) translateX(90%) translateZ(0);
    opacity: 0.9;
    filter: blur(200px);
    will-change: filter;
}
/* Content Section End */
/* Program Details Start */
.program__details {
    padding: 60px 0;
}

.program__details .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.program__details .inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.program__details-item {
    padding: 32px;
    border-radius: 16px;
    background: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}
/* Program Details End */
/* Program Promo Start */
.program__promo {
    padding: 60px 0;
}

.program__promo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
}

.program__promo-img {
    max-width: 666px;
}

.program__promo .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 62px;
    max-width: 820px;
}

.program__promo .text__container h2,
.program__promo .text__container h3,
.program__promo .text__container h4,
.program__promo .text__container h5,
.program__promo .text__container h6 {
    font-weight: 400;
}

.program__promo.program__promo--main .program__promo-img {
    margin-right: -10%;
}
/* Program Promo End */
/* Videos Start */
.videos {
    padding: 16px 0 120px;
}

.videos.videos--preview {
    padding: 25px 0 40px;
}

.videos .inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 52px 24px;
}

.videos__item {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 44px;
    border-radius: 16px;
    background: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.videos__item.videos__item--lg {
    width: 100%;
}

.videos__item-img {
    position: relative;
    min-height: 280px;
    max-height: 362px;
    flex: 1 1 auto;
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    cursor: pointer;
}

.videos__item.videos__item--lg .videos__item-img {
    max-height: 396px;
}

.videos__item-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.videos__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos__item-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 66px;
    height: 66px;
    padding: 0;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='66' viewBox='0 0 67 66' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.70313 8.94667V57.0442C6.70299 58.4949 7.46498 59.8391 8.70984 60.5841C9.9547 61.3291 11.4994 61.3654 12.7779 60.6797L57.6661 36.6309C59.0059 35.9126 59.8421 34.5156 59.8421 32.9954C59.8421 31.4752 59.0059 30.0782 57.6661 29.3599L12.7779 5.31117C11.4994 4.62544 9.9547 4.66173 8.70984 5.40673C7.46498 6.15173 6.70299 7.49591 6.70313 8.94667Z' fill='white' stroke='white' stroke-width='4.125' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) translateZ(0);
    transition: .3s ease-in-out;
}

.videos__item-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.videos__item-title {
    font-size: 36px;
    font-weight: 700;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.80);
    z-index: 9998;
}

.videos__popup {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    max-width: 1092px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translate(-50%, -50%);
}

.videos__popup-video {
    width: 100%;
    background: var(--color-text-primary);
}

.videos__popup-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.videos__popup-close {
    width: 22px;
    height: 22px;
    margin-bottom: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 26.5L27 3.99997' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27 26.5L4.5 3.99997' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Videos End */

/* Promo page start */
.sect__banner {
    padding-top: 110px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/promo-background.svg);
}

.sect__banner .banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sect__banner .banner__img {
    width: 100%;
    max-width: 570px;
}

.sect__banner .banner__txt {
    width: 100%;
    max-width: 860px;
}

.sect__banner .banner__txt h1 {
    color: #bdbdbd;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.sect__about {
    padding: 150px 0;
}

.sect__about .about__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sect__about .about__txt {
    width: 100%;
    max-width: 810px;
}

.sect__about .about__form {
    position: relative;
    width: 100%;
    max-width: 568px;
}

.sect__about .about__form::before {
    content: '';
    position: absolute;
    width: 493px;
    height: 455px;
    right: -100px;
    bottom: 0;
    border-radius: 50%;
    background-color: #46D8DB;
    filter: blur(200px);
}

.sect__about .section__caption-text {
    margin-top: 30px;
}

.sect__gifts {
    position: relative;
    padding-bottom: 150px;
    z-index: 1;
}

.sect__gifts .sect__title {
    max-width: 995px;
}

.gifts__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 25px;
    margin-top: 88px;
}

.gifts__content .gift__item {
    position: relative;
    width: calc(50% - 13px);
    padding: 42px 115px 42px 33px;
    background-color: var(--color-gray-light);
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, .06);
}

.gifts__content .gift__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    right: -12px;
    top: -52px;
    border-radius: 50%;
}

.gifts__content .gift__icon svg {
    height: 50%;
}

.gifts__content .gift__icon--blue {
    background-color: var(--color-brand-blue);
}

.gifts__content .gift__icon--darkblue {
    background-color: var(--color-brand-darkblue);
}

.gifts__content .gift__icon--cyan {
    background-color: var(--color-brand-cyan);
}

.gifts__content h3 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}

.sect__study {
    padding-bottom: 80px;
}

.study__content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.study__content .study__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 13px);
    padding: 60px 65px;
    background-color: var(--color-gray-light);
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, .06);
}

.study__content .study__title {
    font-size: 44px;
    line-height: 1.23;
    font-weight: 700;
    background: linear-gradient(268deg, #FFF 13.53%, #67E7EA 41.65%, #599EDF 68.01%, #4A4DF1 104.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.study__content .study__modular {
    margin-top: 30px;
    color: var(--color-brand-darkblue);
    font-size: 36px;
    line-height: 1.28;
    font-weight: 700;
}

.study__content .study__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 34px;
    font-weight: 700;
}

.study__content .study__list .regular {
    display: block;
    font-weight: 400;
}

.study__content .theme__btn {
    margin-top: auto;
    max-width: 292px;
}

.sect__bio {
    position: relative;
    padding-bottom: clamp(99px, 17vw, 300px);
}

.sect__bio::before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 2560px;
    height: 100%;
    background-image: url(../img/finlab-bg.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

.sect__bio .bio__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bio__top .bio__fio {
    width: 100%;
    max-width: 620px;
}

.bio__top .bio__img {
    width: 100%;
    max-width: 669px;
}

.bio__top .bio__fio p {
    margin-top: 30px;
    font-size: 44px;
    line-height: 1.23;
}

.bio__bottom {
    display: flex;
    justify-content: space-between;
}

.bio__bottom .bio__quote {
    display: flex;
    flex-direction: column;
    width: 34%;
    padding: 44px;
    background-color: var(--color-gray-light);
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.bio__bottom .bio__quote-txt {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.27;
}

.bio__bottom .bio__quote-signature {
    margin-top: auto;
    text-align: right;
    font-size: 32px;
}

.bio__bottom .bio__description {
    display: flex;
    flex-direction: column;
    width: 65%;
    padding: 64px 44px;
    gap: 25px;
    background: linear-gradient(103deg, #4A4DF1 26.94%, #599EDF 70.7%, #67E7EA 104.82%, #FFF 120.03%);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    color: #fff;
}

.bio__bottom .bio__description-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.24;
}

.sect__reviews {
    padding: 142px 0;
}

.sect__reviews .reviews__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.reviews__content .reviews__content-item {
    width: calc(32% - 1px);
    padding: 44px;
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    background-color: var(--color-gray-light);
}

.reviews__content .reviews__content-item:nth-child(odd) {
    background-color: #599edf;
}

.reviews__content .reviews__content-item:nth-child(odd) .reviews__content-txt {
    color: #fff;
}

.reviews__content .section__caption-title {
    color: #fff;
}

.reviews__content .reviews__content-person {
    display: flex;
    padding: 16px;
    gap: 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.reviews__content .reviews__content-photo {
    width: 100%;
    max-width: 161px;
    border-radius: 8px;
    overflow: hidden;
}

.reviews__content .reviews__content-fio {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reviews__content .reviews__content-name {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.reviews__content .reviews__content-position {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.35;
}

.reviews__content .reviews__content-txt {
    margin-top: 16px;
}

.sect__bonuses {
    background-repeat: no-repeat;
    background-position: center -80px;
    background-size: contain;
    background-image: url(../img/bonuses-img.png);
}

.bonuses__content {
    position: relative;
    height: 980px;
    margin-top: 130px;
}

.bonuses__content .bonuses__item {
    position: absolute;
    width: 100%;
    max-width: 512px;
    padding: 42px 32px;
    border-radius: 16px;
    background-color: var(--color-gray-light);
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.bonuses__content .bonuses__item--1 {
    left: 95px;
    top: 0;
}

.bonuses__content .bonuses__item--2 {
    right: 120px;
    top: -15px;
}

.bonuses__content .bonuses__item--3 {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 600px;
}

.bonuses__content .bonuses__item--4 {
    right: 2px;
    top: 665px;
}

.bonuses__content .bonuses__item--5 {
    left: 0;
    right: 125px;
    margin: 0 auto;
    top: 1045px;
}

.bonuses__content .bonuses__item-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    right: -12px;
    top: -60px;
    border-radius: 50%;
}

.bonuses__content .bonuses__item-icon--darkblue {
    background-color: var(--color-brand-darkblue);
}

.bonuses__content .bonuses__item-icon--cyan {
    background-color: var(--color-brand-cyan);
}

.bonuses__content .bonuses__item-icon--blue {
    background-color: var(--color-brand-blue);
}

.bonuses__content .bonuses__item-txt h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1.32;
    font-weight: 700;
}

.bonuses__content .bonuses__img {
    position: absolute;
    left: 0;
    right: 0;
    top: -135px;
    margin: 0 auto;
}

.bonuses__content .bonuses__img--mobile {
    display: none;
}

.sect__success {
    padding-top: 25px;
    padding-bottom: 90px;
}

.success__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 27px;
}

.success__content .success__item {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
}

.success__content .success__item--darkblue {
    background-color: var(--color-brand-darkblue);
}

.success__content .success__item--blue {
    background-color: var(--color-brand-blue);
}

.success__content .success__item--cyan {
    background-color: var(--color-brand-cyan);
}

.success__content .success__item--1 {
    width: calc(40% - 12px);
}

.success__content .success__item--2 {
    width: calc(60% - 12px);
}

.success__content .success__item--3 {
    width: calc(50% - 12px);
}

.success__content .success__item--4 {
    width: calc(50% - 12px);
}

.success__content .success__item-number {
    font-size: 92px;
    line-height: 1;
    font-weight: 700;
}

.success__content .success__item-title {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.28;
}

.sect__cta {
    padding-top: 20px;
    padding-bottom: 145px;
}

.cta__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta__content .cta__txt {
    position: relative;
    width: 100%;
    max-width: 705px;
}

.cta__content .section__caption-text {
    margin-top: 36px;
    margin-bottom: 44px;
}

.cta__content .cta__img {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.cta__content .cta__img::before {
    content: '';
    position: absolute;
    width: 493px;
    height: 455px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #46D8DB;
    filter: blur(200px);
}

.cta__content .cta__img img {
    position: relative;
}

.cta__content .theme__btn {
    margin-top: 44px;
}
/* Promo page end */
/* Landing page start */
.landing .sect__banner .banner__subtitle {
    margin: 50px 0 70px;
    font-size: 36px;
}

.landing .sect__about .section__caption-text {
    margin-top: 36px;
}

.sect__about .about__img {
    max-width: 480px;
    margin: 72px auto 0;
}

.sect__about .about__img img {
    width: 100%;
}

.sect__workshop .workshop__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(282deg, #fff -14.99%, #67e7ea 18.67%, #599edf 50.23%, #4a4df1 94.42%);
    border-radius: 16px;
    padding: 42px 0 42px 32px;
}

.sect__workshop .section__caption-title {
    color: #fff;
}

.sect__workshop .workshop__list {
    margin: 42px 0 0;
    padding-left: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.sect__workshop .workshop__list li:not(:first-of-type) {
    margin-top: 24px;
}

.sect__workshop .workshop__content .theme__btn {
    margin-top: 42px;
}

.sect__workshop .workshop__img {
    max-width: 402px;
}

.sect__workshop .workshop__img img {
    width: 100%;
}

.landing .sect__bio {
    padding-top: 168px;
}

.landing .sect__bonuses {
    padding: 180px 0 248px;
    background-position: center 80px;
}

.landing .sect__bonuses .bonuses__content {
    height: 1330px;
}

.landing .bonuses__content .bonuses__item--3 {
    margin: unset;
    right: 0;
}

.landing .bonuses__content .bonuses__item--4 {
    top: 666px;
    right: 0;
}

.landing .bonuses__content .bonuses__item--5 {
    top: unset;
    bottom: 0;
}

.landing .sect__success {
    padding: 0;
}

.landing .sect__cta {
    padding: 154px 0 112px;
}

.landing .cta__content .theme__btn {
    margin-top: 0;
}

.landing .cta__subtitle {
    margin-top: 44px;
    font-size: 32px;
    font-weight: 700;
}

.landing .cta__p {
    margin-top: 24px;
    font-size: 24px;
}
/* Landing page end */

@media(hover: hover) and (pointer: fine) {
    .header .menu a:hover {
        color: var(--color-brand-darkblue);
    }

    .theme__btn:hover {
        text-decoration: none;
        background: var(--color-brand-darkblue-hover);
        color: var(--color-white);
    }

    .community__card.community__card--link:hover {
        color: var(--color-white);
    }

    .pagination .wp-pagenavi a:hover {
        text-decoration: none;
        color: var(--color-white);
        background-color: var(--color-brand-darkblue);
    }

    .videos__item-img:hover .videos__item-play {
        transform: translate(-50%, -50%) translateZ(0) scale(1.2);
    }
}

@media (max-width: 1920px) {
    /* Advantages Start */
    .advantages:before,
    .trading__career.trading__career--bg:before,
    .sect__bio::before {
        background-size: 150%;
    }
    /* Advantages End */
}

@media (max-width: 1500px) {
    .container {
        max-width: 1230px;
    }

    .text__container h1,
    .text__container h2,
    .text__container h3,
    .text__container h4,
    .text__container h5,
    .text__container h6 {
        margin-bottom: 16px;
    }

    .text__container h1 {
        font-size: 56px;
    }

    .text__container h2 {
        font-size: 32px;
    }

    .text__container h3 {
        font-size: 28px;
    }

    .text__container h4 {
        font-size: 24px;
    }

    .text__container h5 {
        font-size: 18px;
    }

    .text__container p {
        margin-bottom: 24px;
    }

    .text__container ul,
    .text__container ol {
        margin-bottom: 24px;
    }

    .text__container ul li,
    .text__container ol li {
        margin-bottom: 12px;
    }

    .section__caption {
        gap: 16px;
    }

    .section__caption-title {
        font-size: 44px;
    }

    .section__caption-text {
        font-size: 20px;
    }
    /* Page Caption Start*/
    .page__caption-title {
        font-size: 56px;
    }
    /* Page Caption End*/
    /* Header Start */
    .header {
        padding: 15px 0;
    }
    /* Header End */
    /* Hero Start */
    .hero {
        padding: 30px 0 40px;
    }
    .hero-subtitle {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .hero-title {
        font-size: 44px;
        margin-bottom: 44px;
    }

    .hero__inner {
        max-width: 682px;
    }

    .hero__person {
        max-width: 430px;
    }
    /* Hero End */
    /* Advantages Start */
    .advantages {
        padding-top: 50px;
    }

    .advantages .section__caption {
        margin-bottom: 45px;
    }

    .advantages .item-icon {
        width: 68px;
        height: 68px;
        transform: translate(5%, -40%);
    }

    .advantages .item-icon svg {
        width: 30px;
    }
    /* Advantages End */
    /* Courses and Programs Start */
    .courses__programs .section__caption {
        margin-bottom: 50px;
    }

    .courses__programs .inner {
        gap: 75px;
    }

    .courses__programs .course__card.course__card--first {
        width: calc(52% - 12px);
    }

    .courses__programs .course__card.course__card--second {
        width: calc(48% - 12px);
    }

    .courses__programs .course__card.course__card--third {
        width: calc(30% - 12px);
    }

    .courses__programs .course__card.course__card--fourth {
        width: calc(70% - 12px);
    }

    .courses__programs .course__card-icon {
        width: 76px;
        height: 76px;
    }

    .courses__programs .course__card-icon svg {
        width: 33px;
    }

    .courses__programs .course__card.course__card--second .course__card-title,
    .courses__programs .course__card.course__card--main .course__card-title {
        padding-right: 115px;
        font-size: 36px;
    }

    .courses__programs .course__card-title {
        font-size: 28px;
    }

    .courses__programs .course__card.course__card--small .course__card-text {
        font-size: 32px;
    }

    .courses__programs .course__card.course__card--small {
        gap: 24px;
    }
    /* Courses and Programs End */
    /* Community and Reviews Start */
    .community__reviews .section__caption {
        margin-bottom: 30px;
    }

    .review__card {
        flex-direction: column;
    }

    .review__card-img {
        max-width: 100%;
        width: 100%;
    }
    /* Community and Reviews End */
    /* Learning Resources Start */
    .learning__resources .section__caption {
        margin-bottom: 80px;
    }

    .learning__resources-bg {
        max-width: 800px;
    }

    .learning__resources .learning__card-icon {
        width: 76px;
        height: 76px;
    }

    .learning__resources .learning__card-icon svg {
        width: 33px;
    }

    .learning__resources .learning__card--first {
        margin-right: 2%;
    }

    .learning__resources .learning__card--third {
        margin-right: 5%;
    }
    /* Learning Resources End */
    /* FAQ Start */
    .faq .section__caption {
        margin-bottom: 32px;
    }

    .faq .inner {
        gap: 16px;
    }

    .spoiler {
        padding: 20px 32px;
    }

    .spoiler__header:before {
        top: 4px;
    }

    .spoiler-title {
        font-size: 24px;
    }
    /* FAQ End */
    /* News Start */
    .news {
        padding: 25px 0 75px;
    }

    .news .inner {
        gap: 16px;
        padding-bottom: 16px;
    }

    .news__card {
        width: calc(33.33% - 11px);
        min-height: 328px;
        padding: 24px 32px;
        gap: 16px;
    }

    .news__card-title {
        font-size: 24px;
        font-weight: 400;
    }
    /* News End */
    /* Article Start */
    .article {
        padding: 24px 0 100px;
    }

    .article__header {
        min-height: 328px;
        margin-bottom: 32px;
    }

    .article__header-title {
        font-size: 24px;
    }
    /* Article End */
    /* Program Promo Start */
    .program__promo-img,
    .program__promo.program__promo--main .program__promo-img {
        max-width: 420px;
    }
    /* Program Promo End */
    /* Program Details Start */
    .program__details {
        padding: 50px 0;
    }

    .program__details .container {
        gap: 32px;
    }

    .program__details .inner {
        gap: 16px;
    }

    .program__details-item {
        padding: 20px;
    }

    .program__details-item .text__container h3 {
        margin-bottom: 16px;
    }

    /* Program Details End */
    /* Footer Start */
    .footer {
        padding: 50px 0 0;
    }

    .footer-links a {
        font-size: 16px;
    }

    .social__links svg {
        width: 38px;
    }
    /* Footer End */
    /* 404 Start */
    .error__section {
        padding: 30px 0 100px;
    }

    .error__section .inner {
        min-height: 621px;
    }

    .error__section-text {
        font-size: 24px;
    }
    /* 404 End */
    /* Videos Start */
    .videos__item {
        padding: 24px;
    }

    .videos__item-inner {
        gap: 8px;
    }

    .videos__item-title {
        font-size: 24px;
    }

    .videos__item-img,
    .videos__item.videos__item--lg .videos__item-img {
        min-height: 0;
        max-height: none;
        height: 240px;
    }
    /* Videos End */

    /* Promo page start */
    .sect__banner .banner__txt h1 {
        font-size: 60px;
    }

    .sect__banner .banner__img {
        max-width: 450px;
    }

    .sect__about {
        padding: 100px 0;
    }

    .sect__about .about__txt {
        max-width: 570px;
    }

    .sect__about .about__form {
        max-width: 564px;
    }

    .gifts__content {
        margin-top: 45px;
    }

    .gifts__content h3 {
        font-size: 30px;
    }

    .study__content .study__item {
        padding: 40px;
    }

    .study__content .study__title {
        font-size: 40px;
    }

    .study__content .study__modular {
        font-size: 26px;
    }

    .bio__top .bio__img {
        max-width: 600px;
    }

    .bio__top .bio__fio {
        max-width: 540px;
    }

    .bio__top .bio__fio p {
        font-size: 36px;
    }

    .bio__bottom .bio__quote {
        padding: 30px;
    }

    .bio__bottom .bio__quote-txt {
        font-size: 30px;
    }

    .bio__bottom .bio__quote-signature {
        font-size: 26px;
    }

    .bio__bottom .bio__description {
        padding: 45px 30px;
    }

    .bio__bottom .bio__description-title {
        font-size: 40px;
    }

    .sect__reviews {
        padding: 100px 0;
    }

    .reviews__content .reviews__content-item {
        padding: 35px;
    }

    .reviews__content .reviews__content-position {
        font-size: 14px;
    }

    .reviews__content .reviews__content-name {
        font-size: 20px;
    }

    .sect__bonuses {
        background-position: center 10px;
    }

    .bonuses__content {
        height: 800px;
    }

    .bonuses__content .bonuses__item {
        max-width: 440px;
    }

    .bonuses__content .bonuses__item--1 {
        left: 30px;
    }

    .bonuses__content .bonuses__item--2 {
        right: 70px;
    }

    .bonuses__content .bonuses__item--3 {
        top: 490px;
    }

    .bonuses__content .bonuses__item--4 {
        top: 500px;
    }

    .bonuses__content .bonuses__item--5 {
        top: 830px;
    }

    .bonuses__content .bonuses__item-txt h3 {
        font-size: 28px;
    }

    .bonuses__content .bonuses__item-icon {
        width: 90px;
        height: 90px;
        top: -47px;
    }

    .bonuses__content .bonuses__item-icon img {
        max-width: 40px;
    }

    .sect__success {
        padding-bottom: 50px;
    }

    .success__content .success__item-number {
        font-size: 72px;
    }

    .success__content .success__item-title {
        font-size: 28px;
    }

    .cta__content .cta__txt {
        max-width: 525px;
    }

    .cta__content .cta__img {
        max-width: 475px;
    }

    .cta__content .cta__img::before {
        width: 400px;
        height: 370px;
    }
    /* Promo page end */
    /* Landing page start */
    .landing .sect__bonuses .bonuses__content {
        height: 1000px;
    }

    .landing .bonuses__content .bonuses__item--5 {
        left: -80px;
    }
    /* Landing page end */
}

@media (max-width: 1200px) {
    .container {
        max-width: 1020px;
    }
    /* Advantages Start */
    .advantages .inner {
        gap: 50px;
    }

    .advantages .item {
        width: 100%;
    }
    /* Advantages End */
    /* Courses and Programs Start */
    .courses__programs {
        padding: 100px 0 50px;
    }

    .courses__programs .course__card.course__card--first,
    .courses__programs .course__card.course__card--second {
        width: calc(50% - 12px);
    }

    .courses__programs .course__card.course__card--third {
        width: calc(40% - 12px);
    }
    .courses__programs .course__card.course__card--fourth {
        width: calc(60% - 12px);
    }

    .courses__programs .course__card-icon {
        top: 20px;
        right: 20px;
        transform: translate(0, 0);
    }
    /* Courses and Programs End */
    /* Community and Reviews Start */
    .community__card {
        width: calc(50% - 12px);
        order: 1;
    }

    .community__card.community__card--main {
        width: 100%;
        order: 2;
    }
    /* Community and Reviews End */
    /* Learning Resources Start */
    .learning__resources {
        padding: 50px 0;
    }

    .learning__resources .section__caption {
        margin-bottom: 30px;
    }

    .learning__resources .inner {
        gap: 16px;
    }

    .learning__resources-bg {
        display: none;
    }

    .learning__resources .learning__card {
        margin: 0;
        max-width: 100%;
        padding: 20px;
    }

    .learning__resources .learning__card-icon {
        top: 20px;
        right: 20px;
        transform: translate(0, 0);
    }

    .learning__resources .learning__card-title {
        display: flex;
        align-items: center;
        min-height: 76px;
        padding-right: 86px;
        vertical-align: middle;
    }

    .learning__resources .learning__card-btn {
        align-self: flex-start;
    }
    /* Learning Resources End */
    /* Trading Career Start */
    .trading__career {
        padding: 50px 0;
    }

    .trading__career .container {
        flex-wrap: wrap;
        gap: 36px;
    }

    .trading__career-col.trading__career-col--content {
        padding: 0;
        width: 100%;
    }

    .trading__career-col.trading__career-col--form {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    /* Trading Career End */
    /* FAQ Start */
    .faq {
        padding: 50px 0 100px;
    }
    /* FAQ End */
    /* 404 Start */
    .error__section:before,
    .error__section:after {
        display: none;
    }
    /* 404 End */
    /* Page Caption Start*/
    .page__caption {
        padding: 35px 0 16px;
    }

    .page__caption-title {
        font-size: 32px;
    }
    /* Page Caption End*/
    /* News Start */
    .news:before,
    .news:after {
        display: none;
    }

    .news__card,
    .news__card.news__card--lg {
        width: calc(50% - 8px);
    }

    .news.news--preview .news__card {
        width: 100%;
    }
    /* News End */
    /* Article Start */
    .article:before {
        display: none;
    }
    /* Article End */
    /* Content Section Start */
    .content__section.content__section--privacy:before,
    .content__section.content__section--privacy:after,
    .content__section.content__section--cookie:before {
        display: none;
    }
    /* Content Section End */
    /* Videos Start */
    .videos {
        padding: 16px 0 100px;
    }

    .videos .inner {
        gap: 16px;
    }

    .videos__popup {
        max-width: 760px;
    }
    /* Videos End */

    /* Promo page start */
    .sect__banner .banner__txt h1 {
        font-size: 56px;
    }

    .sect__banner .banner__img {
        max-width: 380px;
    }

    .sect__about .about__content {
        flex-direction: column;
    }

    .sect__about .about__txt {
        max-width: 100%;
    }

    .sect__about .about__form {
        max-width: 100%;
        margin-top: 36px;
    }

    .sect__about .about__form::before {
        display: none;
    }

    .sect__gifts {
        padding-bottom: 100px;
    }

    .gifts__content {
        flex-direction: column;
        gap: 50px;
    }

    .gifts__content .gift__item {
        width: 100%;
    }

    .gifts__content .gift__icon {
        width: 68px;
        height: 68px;
        top: -33px;
    }

    .gifts__content .gift__icon img {
        width: 30px;
    }

    .gifts__content h3 {
        font-size: 32px;
    }

    .gifts__content h3 br,
    .gifts__content p br {
        display: none;
    }

    .study__content {
        margin-top: 45px;
    }

    .bio__top .bio__img {
        max-width: 510px;
    }

    .bio__top .bio__fio {
        max-width: 450px;
    }

    .bio__top .bio__fio p {
        font-size: 30px;
    }

    .bio__bottom .bio__quote-txt {
        font-size: 24px;
    }

    .bio__bottom .bio__quote-signature {
        font-size: 16px;
    }

    .bio__bottom .bio__description-title {
        font-size: 36px;
    }

    .bio__bottom .bio__quote,
    .bio__bottom .bio__description {
        padding: 20px;
    }

    .reviews__content .reviews__content-item {
        width: calc(49% - 5px);
    }

    .sect__bonuses {
        background-position: center 10px;
    }

    .bonuses__content {
        height: 700px;
        margin-top: 80px;
    }

    .bonuses__content .bonuses__item {
        max-width: 400px;
    }

    .bonuses__content .bonuses__item--1 {
        left: 20px;
    }

    .bonuses__content .bonuses__item--2 {
        right: 30px;
    }

    .bonuses__content .bonuses__item--3 {
        top: 370px;
    }

    .bonuses__content .bonuses__item--4 {
        top: 410px;
    }

    .bonuses__content .bonuses__item--5 {
        top: 715px;
    }

    .bonuses__content .bonuses__item-txt h3 {
        font-size: 24px;
    }

    .bonuses__content .bonuses__item-icon {
        width: 68px;
        height: 68px;
        top: -35px;
    }

    .bonuses__content .bonuses__item-icon img {
        max-width: 30px;
    }

    .success__content .success__item-number {
        font-size: 54px;
    }

    .success__content .success__item-title {
        font-size: 24px;
    }

    .cta__content .cta__txt {
        max-width: 460px;
    }

    .cta__content .cta__img {
        max-width: 420px;
    }
    /* Promo page end */
    /* Landing page start */
    .sect__workshop .workshop__content {
        flex-direction: column;
    }

    .sect__workshop .workshop__txt {
        display: contents;
    }

    .sect__workshop .workshop__list {
        margin: 24px 0 0;
    }

    .sect__workshop .workshop__img {
        margin-left: auto;
    }

    .sect__workshop .workshop__content .theme__btn {
        margin-top: 32px;
        order: 1;
    }

    .landing .sect__bio {
        padding-top: 100px;
    }

    .landing .sect__bio .section__caption-title,
    .landing .sect__bonuses .section__caption-title,
    .landing .sect__cta .section__caption-title {
        font-size: 36px;
    }

    .landing .sect__bonuses .bonuses__content {
        height: 800px;
    }

    .landing .bonuses__content .bonuses__item--3 {
        top: 300px;
    }

    .landing .bonuses__content .bonuses__item--4 {
        top: 320px;
    }

    .landing .bonuses__content .bonuses__item--5 {
        left: -80px;
    }
    /* Landing page end */
}

@media (max-width: 768px) and (orientation: portrait) {
    /* Videos Start */
    .videos__popup {
        max-width: 90%;
    }
    /* Videos End */
}

@media (max-width: 992px) and (orientation: landscape) {
    /* Videos Start */
    .videos__popup {
        max-width: 450px;
    }
    /* Videos End */
}

@media (max-width: 992px) {
    .container {
        max-width: 790px;
        padding: 0 30px;
    }

    .section__caption {
        gap: 16px;
    }

    .section__caption-title {
        font-size: 32px;
    }
    /* Header Start */
    .header {
        padding: 32px 0;
        background-color: var(--color-brand-darkblue);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .header .container {
        padding: 0 16px;
    }

    .header-logo {
        max-width: 122px;
        padding: 8px 12px;
        border-radius: 10px;
        background-color: var(--color-white);
    }

    .header__menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 5;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: rgba(0, 0, 0, 0.70);
        transform: translateX(100%);
    }

    .header .menu {
        width: 262px;
        flex-direction: column;
        align-items: flex-end;
        padding: 134px 26px 128px 16px;
        background-color: var(--color-brand-darkblue);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
    }

    .header .menu a {
        color: var(--color-white);
    }

    .header .burger {
        position: relative;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Header End */
    /* Hero Start */
    .hero {
        padding: 24px 0 50px;
    }

    .hero__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .hero-title {
        font-size: 48px;
        margin-bottom: 32px;
    }

    .hero__person {
        margin: 0 auto;
    }

    .hero__person-bg {
        top: auto;
        width: 95%;
        left: 2.5%;
        bottom: -8%;
    }

    .hero__person-elnur {
        max-width: 100%;
        width: 85%;
        margin: 0 auto;
    }

    .hero__card {
        width: 100%;
        padding: 20px;
    }

    .hero__card.hero__card--main {
        padding: 20px;
    }
    /* Hero End */
    /* Courses and Programs Start */
    .courses__programs .course__card-title {
        font-size: 32px;
    }
    /* Courses and Programs End */
    /* News Start */
    .news__card,
    .news__card.news__card--lg {
        width: calc(50% - 12px);
    }
    /* News End */
    /* Text container Start */
    .text__container h1 {
        font-size: 44px;
    }

    .text__container h2 {
        font-size: 32px;
    }

    .text__container h3 {
        font-size: 26px;
    }

    .text__container h4 {
        font-size: 22px;
    }

    .text__container h5 {
        font-size: 18px;
    }

    .text__container ul,
    .text__container ol,
    .text__container p {
        margin-bottom: 16px;
    }
    /* Text container End */
    /* Program Promo Start */
    .program__promo {
        padding: 50px 0;
    }

    .program__promo .container {
        flex-direction: column;
        align-items: center;
    }

    .program__promo .inner {
        width: 100%;
        max-width: 100%;
        gap: 32px;
    }

    .program__promo .text__container h2 {
        font-size: 24px;
    }
    /* Program Promo End */
    /* Videos Start */
    .videos__item,
    .videos__item.videos__item--lg {
        width: 100%;
    }
    /* Videos End */

    /* Promo page start */
    .sect__banner,
    .sect__about {
        padding: 50px 0;
    }

    .sect__banner .banner__content {
        flex-direction: column;
    }

    .sect__banner .banner__txt h1 {
        font-size: 48px;
    }

    .sect__banner .banner__img {
        max-width: 400px;
        margin-top: 30px;
    }

    .sect__gifts {
        padding-bottom: 50px;
    }

    .sect__study {
        padding-top: 50px;
    }

    .study__content {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .study__content .study__item {
        width: 100%;
        padding: 20px;
    }

    .study__content .study__title {
        font-size: 36px;
    }

    .study__content .study__title br {
        display: none;
    }

    .study__content .study__modular {
        margin-top: 20px;
        font-size: 24px;
    }

    .study__content .study__list {
        padding-left: 20px;
    }

    .study__content .theme__btn {
        margin-left: auto;
        margin-right: auto;
    }

    .sect__bio .bio__top {
        flex-direction: column;
    }

    .bio__top .bio__fio {
        max-width: 100%;
    }

    .bio__top .bio__fio p {
        font-size: 24px;
        margin-top: 24px;
    }

    .bio__top .bio__img {
        max-width: 450px;
        margin-top: 15px;
    }

    .bio__bottom .bio__quote-signature {
        margin-top: 24px;
    }

    .bio__bottom {
        flex-direction: column;
    }

    .bio__bottom .bio__quote {
        width: 100%;
    }

    .bio__bottom .bio__description {
        width: 100%;
        margin-top: 16px;
    }

    .sect__reviews {
        padding: 90px 0;
    }

    .sect__bonuses {
        background-image: none;
    }

    .bonuses__content {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-top: 25px;
        height: auto;
    }

    .bonuses__content .bonuses__item {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
    }

    .bonuses__content .bonuses__img--mobile {
        display: block;
        margin: -160px 0;
    }

    .sect__success {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .success__content .success__item {
        width: 100%;
    }

    .sect__cta {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .cta__content {
        flex-direction: column;
    }

    .cta__content .cta__txt {
        max-width: 100%;
    }

    .cta__content .cta__img {
        max-width: 360px;
        margin-top: 60px;
    }

    .cta__content .section__caption-text {
        margin: 24px 0;
    }
    /* Promo page end */
    /* Landing page start */
    .landing .sect__bonuses {
        padding: 80px 0;
    }

    .landing .sect__bonuses .bonuses__content {
        height: auto;
    }

    .landing .bonuses__content .bonuses__item--3,
    .landing .bonuses__content .bonuses__item--4,
    .landing .bonuses__content .bonuses__item--5 {
        top: unset;
        right: 0;
        left: 0;
    }

    .landing .sect__cta {
        padding: 80px 0 120px;
    }

    .landing .cta__subtitle {
        font-size: 24px;
    }

    .landing .cta__p {
        font-size: 16px;
    }
    /* Landing page end */
}

@media (max-width: 768px) {
    /* Courses and Programs Start */
    .courses__programs .inner {
        gap: 84px;
    }

    .courses__programs .course__card {
        padding: 20px;
        width: 100%;
    }

    .courses__programs .course__card.course__card--first,
    .courses__programs .course__card.course__card--second,
    .courses__programs .course__card.course__card--third,
    .courses__programs .course__card.course__card--fourth {
        width: 100%;
    }

    .courses__programs .course__card-title,
    .courses__programs .course__card.course__card--main .course__card-title {
        font-size: 24px;
    }

    .courses__programs .course__card.course__card--small .course__card-text {
        font-size: 32px;
    }

    .courses__programs .course__card-btn {
        align-self: flex-start;
    }

    /* Courses and Programs End */
    /* Community and Reviews Start */
    .community__reviews {
        padding: 50px 0;
    }

    .community__card {
        width: 100%;
        min-height: 328px;
    }

    .community__card.community__card--main {
        flex-direction: column-reverse;
        background: linear-gradient(101deg, #4A4DF1 21.29%, #599EDF 61.03%, #67E7EA 107.72%, #FFF 128.9%);
    }

    .community__card-inner {
        max-width: 100%;
    }

    .community__card-img {
        max-width: 75%;
    }

    .community__card-inner .community__card-btn {
        align-self: flex-start;
    }
    /* Community and Reviews End */
    /* News Start */
    .news {
        padding: 16px 0 85px;
    }

    .news__card,
    .news__card.news__card--lg {
        width: 100%;
    }
    /* News End */
    /* Pagination Start */
    .pagination {
        padding: 16px 0;
    }
    /* Pagination End */
    /* Promo page start */
    .reviews__content .reviews__content-item {
        width: 100%;
        padding: 20px;
    }
    /* Promo page end */
    /* Landing page start */
    .landing .sect__banner .banner__txt {
        display: contents;
    }

    .landing .sect__banner .banner__subtitle {
        margin: 32px 0 42px;
    }

    .landing .sect__banner .banner__img {
        margin-top: 0;
    }

    .landing .sect__banner button.theme__btn {
        margin-top: 42px;
        order: 1;
    }

    .landing .sect__about .section__caption-text {
        margin-top: 24px;
    }

    .sect__workshop .workshop__content {
        padding: 20px;
    }

    .sect__workshop .workshop__list {
        font-size: 16px;
    }

    .sect__workshop .workshop__img {
        margin: 32px -20px 0 auto;
    }

    .landing .sect__bio {
        padding-top: 60px;
    }
    /* Landing page end */
}

@media (max-width: 600px) {
    .theme__btn {
        padding: 12px 16px;
    }

    .section__caption-text {
        font-size: 16px;
    }
    /* Hero Start */
    .hero-title {
        font-size: 32px;
    }

    .hero__card .text__container h4,
    .hero__card.hero__card--main h2 {
        font-size: 24px;
    }
    /* Hero End */
    /* Advantages Start */
    .advantages:before,
    .trading__career.trading__career--bg:before,
    .sect__bio::before {
        background-image: url(../img/finlab-mobile-bg@2x.png);
        background-size: 100%;
    }
    .advantages .item {
        padding: 20px;
    }
    .advantages .item-title {
        font-size: 24px;
    }
    /* Advantages End */
    /* Learning Resources Start */
    .learning__resources-bg {
        max-width: none;
        left: -30px;
        width: calc(100% + 60px);
    }

    .learning__resources .learning__card-title {
        font-size: 24px;
    }
    /* Learning Resources End */
    /* Community and Reviews Start */
    .community__reviews .section__caption {
        margin-bottom: 35px;
    }

    .community__card {
        padding: 20px;
    }

    .community__card.community__card--main {
        padding: 32px;
        gap: 0;
    }

    .community__card-inner {
        padding: 0;
    }

    .community__card-img {
        max-width: 150px;
    }

    .community__card-title {
        font-size: 24px;
    }

    .review__card-img {
        height: 192px;
        object-position: center top;
    }
    /* Community and Reviews End */
    /* Trading Career Start */
    .trading__career-col.trading__career-col--content {
        gap: 36px;
    }

    .trading__career-inner {
        gap: 16px;
    }
    /* Trading Career End */
    /* FAQ Start */
    .faq .section__caption {
        margin-bottom: 16px;
    }

    .spoiler-title {
        font-size: 16px;
    }

    .spoiler__header:before {
        top: 0;
        width: 20px;
        height: 20px;
    }

    .spoiler-title {
        padding-right: 30px;
    }
    /* FAQ End */
    /* Footer Start */
    .footer {
        padding: 52px 0 0;
    }

    .footer .container {
        gap: 24px;
    }

    .footer__top {
        gap: 130px;
    }

    .footer__middle {
        gap: 52px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .social__links {
        gap: 10px;
    }

    .social__links svg {
        width: 40px;
    }
    /* Footer End */
    /* 404 Start */
    .error__section .inner {
        min-height: auto;
        justify-content: flex-start;
        padding: 20px;
    }

    .error__section-title {
        margin-bottom: 62px;
    }

    .error__section-text {
        margin-bottom: 44px;
        font-size: 16px;
    }

    .error__section-btns {
        gap: 16px;
    }

    .error__section-text,
    .error__section-btns {
        max-width: 215px;
    }
    /* 404 End */
    /* Program Promo Start */
    .program__promo.program__promo--main .text__container h1 {
        font-size: 32px;
    }

    .program__promo.program__promo--main .text__container h3 {
        font-size: 22px;
    }

    .program__promo.program__promo--main .text__container h4 {
        font-size: 16px;
    }

    .program__promo.program__promo--main .text__container h5 {
        font-size: 16px;
    }

    .program__promo.program__promo--main .text__container h6 {
        font-size: 16px;
    }

    .program__promo-img,
    .program__promo.program__promo--main .program__promo-img {
        margin: 0;
        max-width: 276px;
    }
    /* Program Promo End */
    /* Videos Start */
    .videos__item {
        padding: 20px;
        gap: 24px;
    }

    .videos__item-img,
    .videos__item.videos__item--lg .videos__item-img {
        height: 180px;
    }

    .videos__item-title {
        font-size: 24px;
    }
    /* Videos End */

    /* Promo page start */
    .sect__banner .banner__txt h1 {
        font-size: 44px;
    }

    .gifts__content .gift__item {
        padding: 20px 50px 20px 20px;
    }

    .gifts__content h3 {
        font-size: 24px;
    }

    .bio__top .bio__fio p {
        font-size: 16px;
    }

    .reviews__content .reviews__content-name {
        font-size: 16px;
    }

    .bonuses__content .bonuses__item {
        padding: 20px 50px 20px 20px;
    }

    .bonuses__content .bonuses__img--mobile {
        margin: -20vw 0;
    }

    .success__content .success__item {
        padding: 20px;
    }

    .success__content .success__item-number {
        font-size: 44px;
    }
    /* Promo page end */
}

@media (max-width: 400px) {
    /* Promo page start */
    .sect__banner .banner__txt h1 {
        font-size: 40px;
    }
    /* Promo page end */
}

@media (max-width: 370px) {
    .container {
        padding: 0 15px;
    }
    /* Footer Start */
    .footer-links a {
        font-size: 16px;
    }
    /* Footer End */
    /* Promo page start */
    .sect__banner .banner__txt h1 {
        font-size: 36px;
    }
    /* Promo page end */
}
