@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: Impact;
    src: url(/fonts/Impact.woff2) format("woff2"), url(/fonts/Impact.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url(Gilroy-Regular.eot);
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url(/fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Regular.woff2) format("woff2"), url(/fonts/Gilroy-Regular.woff) format("woff"),
        url(/fonts/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Black.eot);
    src: local("Gilroy Black"), local("Gilroy-Black"), url(/fonts/Gilroy-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Black.woff2) format("woff2"), url(/fonts/Gilroy-Black.woff) format("woff"),
        url(/fonts/Gilroy-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

:root {
    font-size: 2.5641025641vw;
}

@media (width >=1200px) {
    :root {
        /* font-size: 0.4504504505vw; */
        font-size: .5208333333vw
    }
}

p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
}

.h2 {
    font-family: Impact;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .h2 {
        font-size: 9.8389rem;

    }

    p {
        font-size: 2.2489rem;
    }
}

* {
    box-sizing: border-box;
}

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

.wrapper {
    overflow: hidden;
    min-height: 100vh;
}

body {
    font-family: Gilroy;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: hidden;
    background: #fff;
    color: #000;
}

body.no-scroll {
    overflow: hidden;
}

.group {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 1200px) {
    .bg {
        height: 100%;
    }
}

.bg img {
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .bg img {
        height: 100%;
        object-fit: cover;
    }
}

.bg__line {
    position: absolute;
    bottom: -8.5rem;
    left: 50%;
    transform: translate(-50%);
    width: 290rem;
    height: auto;
}

@media (max-width: 1199px) {
    .bg__line {
        display: none;
    }
}

a {
    text-decoration: none;
}

.container {
    padding: 0 2rem;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        padding: 0 9rem;
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4rem 0;
    z-index: 10;
}

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

.header__logo {
    width: 9.5rem;
    display: block;
}

.header__logo img {
    width: 100%;
    height: auto;
}

.header__menu-button {
    width: 2.3rem;
    height: 3.8rem;
    position: relative;
    cursor: pointer;
}

.header__menu-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .header__nav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header__logo {
        width: 17.661rem;
    }

    .header__menu-button {
        display: none;
    }

    .header__nav {
        display: flex;
        align-items: center;
        gap: 4rem;
    }

    .header__nav a {
        color: #fff;
        font-size: 1.9678rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        display: block;
        position: relative;
    }

    .header__nav a:after {
        content: "";
        position: absolute;
        bottom: -0.4rem;
        left: 0;
        width: 0;
        transition: 0.4s ease;
        border-bottom: 0.1rem solid #fff;
    }

    .header__nav a:hover:after {
        width: 100%;
    }
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
}

.menu.active {
    opacity: 1;
    pointer-events: all;
}

.menu a {
    display: block;
    padding: 2rem 0;
    color: #fff;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.button {
    height: 5.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: linear-gradient(91.51deg, #2DB4FF 2%, #3284ff 33%);
    background-size: 350% 100%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    transition: 0.4s ease;
    animation: Blick 1.5s ease infinite;

}

@keyframes Blick {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 50% 0%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 
.button:hover {
    background: #0549c5;
} */

@media (min-width: 1200px) {
    .button {
        height: 8rem;
        font-size: 2.8rem;
        border-radius: 1.4348rem;
    }
}

.footer {
    position: relative;
    padding: 8rem 0 4rem;
}

.footer__bg {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
}

.footer__bg img {
    width: 100%;
    height: auto;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer__marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
}

.footer__marquee-list {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.6304rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0489rem;
    text-transform: uppercase;
}

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

.footer__logo {
    width: 9.5rem;
    display: block;
}

.footer__logo img {
    width: 100%;
    height: auto;
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer__socials a {
    display: block;
    width: 3.8rem;
    height: auto;
    transition: 0.3s ease;
}

.footer__socials a:hover {
    transform: translateY(-0.5rem);
}

.footer__socials a img {
    width: 100%;
    height: auto;
}

.footer__contacts {
    margin-top: 5rem;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.056rem;
    display: grid;
    gap: 1.5rem;
}

@media (max-width: 1199px) {
    .footer__contacts li:nth-child(1) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100% !important;
        gap: 2rem;
    }

    .footer__contacts li:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100% !important;
        gap: 2rem;
    }

    .footer__contacts li:nth-child(2) a {
        text-align: left;
    }

    .footer__contacts li:nth-child(1) p {
        text-align: left;
        color: #fff;
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .footer__contacts li:nth-child(1) p {
        color: #fff;
    }
}

.footer__contacts li:nth-child(1) {
    max-width: 12.6rem;
    margin: 0 auto;
}

.footer__contacts a {
    display: block;
    color: #fff;
}

.footer__bottom-row {
    padding: 4rem 0 0;
    display: grid;
    gap: 2rem;
}

.footer__link,
.footer__copyright {
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.056rem;
    text-align: center;
}

@media (max-width: 1199px) {
    .footer__contacts br {
        display: none;
    }
}

@media (min-width: 1200px) {
    .footer {
        padding-top: 40rem;
        padding-bottom: 9rem;
    }

    .footer__bg {
        bottom: -20rem;
    }

    .footer__marquee {
        top: 20rem;
    }

    .footer__marquee-list {
        font-size: 3.6094rem;
        gap: 6rem;
        padding: 2rem 0;
    }

    .footer__top-row {
        flex-wrap: nowrap;
        padding-bottom: 9rem;
        align-items: flex-start;
    }

    .footer__logo {
        width: 20rem;
    }

    .footer__socials {
        gap: 1rem;
        order: 3;
    }

    .footer__socials a {
        width: 5rem;
    }

    .footer__contacts {
        width: auto;
        font-size: 2rem;
        text-align: left;
        gap: 2rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 7rem;
        max-width: 96rem;
    }

    .footer__contacts li:nth-child(1) {
        max-width: unset;
        margin: 0;
    }

    .footer__bottom-row {
        padding-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer__link,
    .footer__copyright {
        font-size: 2rem;
    }
}

.hero-section {
    min-height: 100vh;
    padding: 16rem 0 4rem;
    position: relative;
    z-index: 1;
}

.hero-section__subtitle {
    color: #fff;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: 82%;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.hero-section__title-wrap {
    position: relative;
    margin-bottom: 1.2rem;
}

.hero-section__mobile-txt {
    display: none;
}

.hero-section__title {
    color: #fff;
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 900;
    line-height: 82%;
    text-transform: uppercase;
}

.hero-section__title span {
    color: #3e82ff;
}

.hero-section__title small {
    color: #fff;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 82%;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-section__text {
    margin-bottom: 43.6rem;
    max-width: 23.3rem;
    color: #fff;
    font-weight: 900;
    line-height: 4rem;
}

.hero-section__author {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 30rem;
    width: 24.9757rem;
}

.hero-section__author-img {
    width: 100%;
    height: auto;
}

.hero-section__author-name {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}

.hero-section__author-position {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.hero-section__author-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

@media (max-width: 1199px) {
    .hero-section__author-content {
        bottom: 55px;
    }
}

.hero-section__offer {
    display: grid;
    gap: 1.2rem;
}

.hero-section__offer-text {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.hero-section__offer-date {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    color: #FFF;
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 900;
    line-height: 113%;
}

.hero-section__offer-date svg {
    width: 3.5389rem;
    height: auto;
}

.hero-section__offer-date strong {
    color: #3E82FF;

}

@media (max-width: 1199px) {
    .hero-section__offer-date {
        margin-top: 2rem;
        font-size: 2rem;
    }

    .hero-section__offer-svg {
        width: 3rem;
    }
}


@media (min-width: 1200px) {
    .hero-section {
        padding: 21.5rem 0 0;
        min-height: 94rem;
        margin-bottom: 10rem;
    }

    .hero-section__subtitle {
        font-size: 5.4rem;
        margin-bottom: 2rem;
    }

    .hero-section__title-wrap {
        max-width: 120rem;
        margin-bottom: 4rem;
    }

    .hero-section__title {
        font-size: 12.369rem;
    }

    .hero-section__title small {
        font-size: 5.0957rem;
    }

    .hero-section__text {
        font-size: 3.0922rem;
        max-width: unset;
        margin-bottom: 8rem;
    }

    .hero-section__offer {
        width: 53rem;
        gap: 0;
    }

    .hero-section__offer-text {
        font-size: 4.0922rem;
        margin-bottom: 3rem;
    }

    .hero-section__author {
        position: absolute;
        width: 45.2871rem;

        top: 18.84rem;
        right: 12.4rem;
        transform: translate(0);
        left: auto;
    }

    .hero-section__author-content {
        padding-bottom: 3.2rem;
    }

    .hero-section__author-name {
        font-size: 2.8111rem;

    }

    .hero-section__author-position {
        font-size: 1.9678rem;
        max-width: 31.2852rem;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .hero-section__title {
        font-size: 3.7rem;
    }

    .hero-section {
        padding: 12rem 0 4rem;
    }

    .hero-section__text {
        font-size: 1.6rem;
        font-weight: 400;
        max-width: 100%;
        line-height: normal;
        /* margin-bottom: 54rem; */
    }
}

.course-section {
    padding: 4rem 0 14rem;
    position: relative;
    z-index: 1;
}

.course-section__title {
    color: #fff;
    margin-bottom: 2rem;
}

.course-section__text {
    display: grid;
    gap: 2rem;
    margin-bottom: 6rem;
}

.course-section__text p {
    color: #fff;
}

.course-section__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 8.6rem;
}

.course-section__item {
    text-align: center;
    display: grid;
    gap: 1rem;
}

.course-section__item:nth-child(1),
.course-section__item:nth-child(2n-1) {
    padding-left: 2.4rem;
}

.course-section__item-title {
    color: #fff;
    font-family: Impact;
    font-size: 4.3113rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}

.course-section__item-text {
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.course-section__item-text strong {
    display: block;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .course-section {
        padding: 0rem 0 32rem;
    }

    .course-section .container {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 70rem 1fr;
        gap: 32.5rem;
    }

    .course-section__title {
        margin-bottom: 4rem;
        font-size: 6.0552rem;
    }

    .course-section__text {
        max-width: 67rem;
        gap: 4rem;
        margin-bottom: 0;
    }

    .course-section__list {
        gap: 4rem;
        align-items: flex-start;
    }

    .course-section__item:nth-child(1) {
        order: 1;
    }

    .course-section__item:nth-child(1) .course-section__item-text {
        max-width: 14rem;
        margin: 0 auto;
    }

    .course-section__item:nth-child(2) {
        order: 2;
    }

    .course-section__item:nth-child(3) {
        order: 3;
    }

    .course-section__item:nth-child(4) {
        order: 5;
    }

    .course-section__item:nth-child(5) {
        order: 4;
    }

    .course-section__item:nth-child(5) .course-section__item-text {
        max-width: 20rem;
        margin: 0 auto;
    }

    .course-section__item:nth-child(6) {
        order: 6;
    }

    .course-section__item:nth-child(3),
    .course-section__item:nth-child(6) {
        grid-column: 1/-1;
        text-align: center;
    }

    .course-section__item:nth-child(3) .course-section__item-text,
    .course-section__item:nth-child(6) .course-section__item-text {
        max-width: 24rem;
        margin: 0 auto;
    }

    .course-section__item-title {
        text-align: center;
        font-size: 10rem;
        margin-bottom: 0rem;
    }

    .course-section__item-text {
        font-size: 2rem;
    }
}

.owners-section {
    margin-top: -0.5rem;
    background-color: #fff;
    position: relative;
}

.owners-section__marquee {
    position: relative;
    height: 7.7rem;
}

.owners-section__list {
    display: flex;
    gap: 2.5rem;
}

.owners-section__item {
    width: 7.7rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owners-section__item img {
    filter: grayscale(100%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 1199px) {
    .owners-section__title {
        display: none;
    }

    .hero-section__mobile-txt {
        display: block;
        position: absolute;
        top: -35%;
        color: #fff;
        left: 3px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .owners-section {
        position: unset;
        background-color: transparent;
    }

    .owners-section__title {
        position: relative;
        z-index: 1;
        margin-top: -25rem;
        color: #000;
        text-align: center;
        font-family: Impact;
        font-size: 6.0552rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
        margin-bottom: 10rem;
    }

    .owners-section__marquee {
        height: 10.6571rem;
    }

    .owners-section__list {
        gap: 4.5rem;
    }

    .owners-section__item {
        width: 13.5472rem;
        height: 10.6571rem;
    }
}


.foryou-section {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.foryou-section__title {
    max-width: 55%;
}

.foryou-section__title span {
    color: #3e82ff;
}

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

.foryou-section__item p {
    font-size: 7.3167rem;
    font-weight: 900;
    color: #3e82ff;
    margin-bottom: 24px;
}

.foryou-section__item span {
    font-size: 2.2489rem;
}

.foryou-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    margin-top: -100px;
}

.foryou-section__item {
    max-width: 60rem;
    border-bottom: 2px solid #4E81F9;
    padding: 0 40px 70px;
}

.foryou-section__wrapper img {
    max-width: 100%;
    display: block;
    height: auto;
}

.foryou-section__list .button {
    align-self: end;
    height: 10rem;
    width: 100%;
    font-size: 3.4em;
    justify-self: end;
    text-transform: uppercase;
}

.foryou-section__list .button-wrapper {
    height: 100%;
    display: flex;
    padding-left: 40px;
    order: 5;
}

@media (min-width: 1200px) {
    .foryou-section {
        margin-top: 19rem;
        margin-bottom: 6rem;
    }

    .foryou-section__title {
        font-size: 9.8389rem;
        margin-bottom: 12rem;
        margin-top: -6.5rem;
    }

    .foryou-section .hidden-desc-button {
        display: none;
    }

    .foryou-section__wrapper {
        position: relative;
    }

    .foryou-section__wrapper .image {
        position: absolute;
        bottom: -4rem;
        left: 0;
    }

    .foryou-section__wrapper img {
        width: 50rem;
    }

    .foryou-section__list {
        max-width: 102rem;
        margin-left: auto;
        gap: 2.5rem 0;
        margin-top: -18rem;
    }

    .foryou-section__item {
        padding: 0 3.8rem 6rem;
    }

    .foryou-section__item:nth-child(1) {
        grid-column: 2 / -1;
    }

    .foryou-section__item p {
        margin-bottom: 2.2rem;
    }

    .foryou-section__list .button {
        height: 7.2rem;
        font-size: 2.9815rem;

    }
}

@media (max-width: 1199px) {
    .foryou-section {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .foryou-section__title {
        max-width: 75%;
    }

    .foryou-section__wrapper {
        flex-direction: column-reverse;
    }

    .foryou-section__list {
        display: flex;
        gap: 20px 0;
        margin-top: 50px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .foryou-section__item p {
        font-size: 3.55rem;
    }

    .foryou-section__item span {
        font-size: 1.7rem;
    }

    .foryou-section__list .button-wrapper {
        display: none;
    }

    .foryou-section__wrapper .image {
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 3rem;
    }

    .foryou-section .hidden-desc-button {
        display: block;
        width: 100%;
    }

    .foryou-section .hidden-desc-button .button {
        text-transform: uppercase;
        display: flex;
    }

    .foryou-section__item {
        padding: 0 20px 50px;
    }
}

.whatinside-section {
    /* margin-top: -33.5rem; */
    background-color: #fff;
    position: relative;
    min-height: 262rem;
}

.whatinside-group {
    background: #fff;
    padding-top: 60px;
}

.whatinside-section .container {
    z-index: 1;
    position: relative;
}

.whatinside-section__wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 11rem;
}

.whatinside-section__list {
    display: flex;
    flex-direction: column;
    gap: 12rem;
}

.whatinside-section__list p {
    font-size: 4.1rem;
    color: #3E82FF;
    font-weight: 900;
    margin-bottom: 15px;
}

.whatinside-section__list span {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 900;
    line-height: 28px;
}


@media (min-width: 1200px) {
    .whatinside-group {
        margin-bottom: 5rem;
    }

    .whatinside-section {
        position: relative;
        min-height: unset;
        overflow: hidden;
        margin-top: -0.5rem;
        padding-bottom: 10rem;
    }

    .whatinside-section .container {
        padding-top: 18rem;
    }

    .whatinside-section__bg {
        position: absolute;
        bottom: 3rem;
        left: 0;
        width: 100%;
        height: auto;
    }

    .whatinside-section__bg img {
        width: 100%;
        height: auto;
    }

    .whatinside-section__title {
        font-size: 9.8389rem;
        position: absolute;
        top: 12rem;
        left: 9rem;
    }

    .whatinside-section .button {
        height: 10rem;
        margin: 0 auto;
        font-size: 3.4em;
        text-transform: uppercase;
        width: 53rem;
        display: flex;
        z-index: 1;
        position: relative;
    }

    .whatinside-section__list {
        gap: 4rem;
    }

    .whatinside-section__item {
        margin-left: auto;
    }

    .whatinside-section__item p {
        font-size: 3.0922rem;
    }

    .whatinside-section__item span {
        font-size: 2.2489rem;
        line-height: 120.57%;
        /* 2.7115rem */
    }

    .whatinside-section__item:nth-child(1) {
        max-width: 39.5rem;
    }

    .whatinside-section__item:nth-child(2) {
        max-width: 45.5rem;
    }

    .whatinside-section__item:nth-child(3) {
        max-width: 54rem;
    }

    .whatinside-section__item:nth-child(4) {
        max-width: 54rem;
        margin-right: 14rem;
    }

    .whatinside-section__item:nth-child(5) {
        width: 56rem;
        margin-right: 30rem;
    }

    .whatinside-section__item:nth-child(6) {
        max-width: 45rem;
        margin-right: 68rem;
    }
}

@media (max-width: 1199px) {
    .whatinside-section {
        min-height: 95rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .whatinside-section__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .whatinside-section__bg img {
        width: 100%;
        height: auto;
    }

    .marquee-section {
        padding: 4rem 0 !important;
    }

    .whatinside-section__list p {
        font-size: 1.7rem;
    }

    .whatinside-section__list span {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.6rem;
    }

    .whatinside-section__list {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem 30px;
    }

    .whatinside-section__item {
        max-width: 100%;
        margin: 0 !important;
    }

    .whatinside-section .button {
        display: flex;
        z-index: 1;
        position: relative;
        margin: 0 2rem 90px;
    }

    .whatinside-section__wrapper {
        margin-top: 7rem;
        margin-bottom: 0rem;
    }
}

.benefits-section {
    padding: 8rem 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.benefits-section__title {
    color: #000;
    margin-bottom: 3rem;
    max-width: 29rem;
}

.benefits-section__list {
    display: grid;
    gap: 4rem;
    padding-bottom: 8rem;
}

.benefits-section__item-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    transition: 0.3s ease;
    justify-content: center;
}

.benefits-section__item-title svg {
    flex-shrink: 0;
    width: 1.4179rem;
    height: auto;
}

.benefits-section__item-text {
    max-width: 100%;
    text-align: center;
}

.benefits-section__marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.1rem solid #000;
    border-bottom: 0.1rem solid #000;
}

.benefits-section__marquee-item {
    font-size: 1.63rem;
    font-weight: 900;
    line-height: 2.058rem;
    letter-spacing: -0.0489rem;
    padding: 0.85rem 0;
    display: flex;
    flex-wrap: nowrap;
    text-transform: uppercase;
}

.benefits-section__marquee-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 2.523rem;
}

.benefits-section__footer {
    display: grid;
}

@media (max-width: 1199px) {
    .benefits-section__item:hover .benefits-section__item-text {
        color: #3e82ff;
    }

    .benefits-section__item:hover img {
        filter: invert(0.5) sepia(1) saturate(5) hue-rotate(197deg);
    }

    .benefits-section__title span {
        color: #3E82FF;
    }

    .benefits-section__item-title img {
        max-width: 4rem;
    }
}

@media (min-width: 1200px) {
    .benefits-section {
        padding: 0rem 0 0;
    }

    .benefits-section__marquee-list {
        gap: 6rem;
    }

    .benefits-section__marquee-item {
        font-size: 3.609rem;
        line-height: 4.555rem;
        padding: 2rem 0;
    }

    .benefits-section__title {
        font-size: 10.092rem;
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .benefits-section__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0rem 9rem;
        padding-bottom: 0;
        margin: 0 auto 6rem;
    }

    .benefits-section__item {
        width: calc(100% / 3 - (6rem));
        aspect-ratio: 1;
        border-radius: 50%;
        padding: 0 5rem;
        transition: 0.4s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        align-items: center;
    }

    .benefits-section__item-title img {
        width: 6.7638rem;
    }

    .benefits-section__item:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transform-origin: center;
        width: 100%;
        aspect-ratio: 1;
        border-radius: 50%;
        background-color: #3e82ff;
        transition: 0.6s ease-in-out;
    }

    .benefits-section__item:hover {
        /*padding-left: 8rem; */
        text-align: center;
        align-items: center;
    }

    .benefits-section__item:hover img {
        filter: invert(1);
    }

    .benefits-section__item:hover .benefits-section__item-title,
    .benefits-section__item:hover .benefits-section__item-text {
        color: #fff;
    }

    .benefits-section__item:hover:before {
        transform: translate(-50%, -50%) scale(1);
    }

    .benefits-section__item-title {
        position: relative;
        z-index: 1;
        font-size: 4rem;
        gap: 2rem;
        margin-bottom: 1.6rem;
        transition: 0.6s ease-in-out;
    }

    .benefits-section__item-text {
        position: relative;
        z-index: 1;
        font-size: 2.2489rem;
        transition: 0.6s ease-in-out;
    }

    .benefits-section__footer {
        display: flex;
        justify-content: center;
        padding-right: 0;
    }

    .benefits-section__footer .button {
        height: 10rem;
        width: 53rem;
        font-size: 3.4em;
    }
}


.tariffs_section__table>* {
    font-size: 2.0184rem;

}

.tariffs_section__table-header,
.tariffs_section__table-body {
    display: grid;
    grid-template-columns: 1fr 22rem 22rem 22rem;
}

.tariffs_section__table-header div:nth-child(n + 2),
.tariffs_section__table-body div:nth-child(n + 2) {
    text-align: center;

}

.tariffs_section__table-header div:nth-child(n + 2) {
    font-size: 3.1418rem;
    justify-content: center;
}

.tariffs_section__table-body div:nth-child(n + 2) {
    justify-content: center;
}

.tariffs_section__table-body div:nth-child(n + 2) span {
    color: #3E82FF;
    font-size: 2rem;
    line-height: 130%;
    max-width: 12.5rem;
    margin: auto;
}

.tariffs_section__table-header {
    color: #fff;
    background: #000;
}

.tariffs_section__table-header div {
    display: flex;
    align-items: center;
    padding: 2.4rem 2.65rem;
    font-size: 2.7491rem;

}

.tariffs_section__table-body div {
    align-items: center;

}

.tariffs_section__table-body:not(:last-child) div {
    display: flex;
}

.tariffs_section__table {
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    overflow: hidden;
    margin: 8rem auto 15rem;
}

.tariffs_section__table svg {
    width: 2.9455rem;
    height: auto;
}

.tariffs_section__table-body:not(:last-child) {
    border-bottom: 1px solid #C3C3C3;
}

.tariffs_section__table-body div:not(:last-child) {
    border-right: 1px solid #C3C3C3;
}

.tariffs_section__table-body .tariffs_section__table-body-first-col {
    align-items: center;
    gap: 1rem;
    font-size: 2.523rem;
    line-height: 140%;
    padding: 0.9rem 2.65rem;
    min-height: 7.2rem;
}

.tariffs-section__footer {
    display: grid !important;
    padding: 1.7rem 1rem;
}

.tariffs-section__footer .button {
    background: #000;
}

.tariffs_section__table-header div:last-child,
.tariffs_section__table-body>div:last-child .button,
.tariffs_section .tariffs_section__table~.tariffs-section__footer .button {
    background: #3E82FF;
}

.tariffs_section .tariffs_section__table~.tariffs-section__footer .button {
    display: none;
}

.tariffs_section {
    margin-top: 12rem;
}

@media (min-width: 1200px) {
    .tariffs_section__table {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .tariffs_section__table-header div {
        padding: 1rem 0.5rem;
        font-size: 1.2rem;
        font-weight: 900;
    }

    .tariffs_section__table-header div:nth-child(n + 2) {
        font-size: 1.1rem;
        font-weight: 900;
    }

    .tariffs_section__table-body .tariffs_section__table-body-first-col {
        font-size: 1.2rem;
        line-height: 1.4rem;
        gap: 0.3rem;
        font-weight: 900;
        align-items: center;
    }

    .tariffs_section__table-body div {
        padding: 1rem 0.5rem;
    }

    .tariffs_section__table-body div:nth-child(n + 2) span {
        font-size: 0.9rem;
        max-width: 6rem;
        line-height: 1.2rem;
    }

    .tariffs_section__table .tariffs_section__table-body:last-child {
        display: none;
    }

    .tariffs_section__table-header,
    .tariffs_section__table-body {
        display: grid;
        grid-template-columns: 48% 1fr 1fr 1fr;
    }

    .tariffs_section__table-body-first-col>span:first-child {
        display: none;
    }

    .tariffs_section__table-body svg {
        width: 1.7rem;
    }

    .tariffs_section__table {
        margin: 2rem auto 7rem;
    }

    .tariffs_section {
        margin-top: 5rem;
    }

    .tariffs_section .tariffs_section__table~.tariffs-section__footer .button {
        display: inline-flex;
    }
}






.lessons-section {
    margin: 15rem 0 25rem;
}

.lessons-section__title span {
    color: #3E82FF;
}

.lessons-section__subtitle {
    color: #3E82FF;
    font-size: 4.7rem;
    text-transform: uppercase;
    font-family: 'Impact';
    text-align: right;
    display: block;
}

.lessons-section__wrapper {
    margin: 13rem auto 15rem;
    color: #fff;
}

.lessons-section__bm-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18rem;
}

.lessons-section__block-text,
.lessons-section__material-text {
    font-size: 2.8111rem;
    line-height: 140%;
    color: #fff;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    line-height: 4rem;
}

.lessons-section__block-text svg,
.lessons-section__material-text svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.3rem;
    min-width: 2.4rem;
}

.lessons-section__block {
    background-color: #000;
}

.lessons-section__block:after {
    content: '';
    width: 61.7784rem;
    height: 15.2854rem;
    background-image: url(/wp-content/themes/ref/images/black-bottom-triangle.svg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: -9rem;
    right: -1px;
    z-index: 0;
    background-position: center;
    background-size: 100%;
}

.lessons-section__block:before {
    content: '';
    width: 70rem;
    height: 18rem;
    background-image: url(/wp-content/themes/ref/images/black-top-triangle.svg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: -9rem;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: 100%;
}

.lessons-section__material:after {
    content: '';
    width: 80rem;
    height: 18rem;
    background-image: url(/wp-content/themes/ref/images/blue-bottom-triangle.svg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: -9rem;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: 100%;
}

.lessons-section__material:before {
    content: '';
    width: 75rem;
    height: 18rem;
    background-image: url(/wp-content/themes/ref/images/white-top-triangle.svg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: -8rem;
    right: 0;
    z-index: 0;
    background-position: center;
    background-size: 100%;
}

.lessons-section__material {
    background-color: #3E82FF;
}

.lessons-section__block,
.lessons-section__material {
    padding: 12rem 5rem 16rem 9rem;
    position: relative;
}

.lessons-section__block-title,
.lessons-section__material-title {
    font-weight: 900;
    font-size: 4.4978rem;
    margin-bottom: 1rem;
    z-index: 1;
    position: relative;
}

.lessons-section__material-title svg {
    transform: rotate(270deg);
    height: auto;
    width: 2.8rem;
}

@media (min-width: 1200px) {
    .lessons-section__footer .button {
        height: 10rem;
        width: 53rem;
        font-size: 3.4em;
    }

    .lessons-section__footer {
        display: flex;
        justify-content: center;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .lessons-section__title span {
        display: block;
    }

    .lessons-section__subtitle {
        font-size: 1.6rem;
        max-width: 21rem;
        float: right;
        line-height: 2rem;
    }

    .lessons-section__bm-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .lessons-section__block,
    .lessons-section__material {
        padding: 3rem 5rem 5rem 2rem;
        position: relative;
    }

    .lessons-section__block:before {
        width: 25rem;
    }

    .lessons-section__block-title,
    .lessons-section__material-title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .lessons-section__block-text,
    .lessons-section__material-text {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        line-height: 1.7rem;
    }

    .lessons-section__block-text svg,
    .lessons-section__material-text svg {
        width: 1rem;
        height: 1rem;
        margin-right: 0.1rem;
        min-width: 1.7rem;
    }

    .lessons-section__block:after {
        content: none;
    }

    .lessons-section__material:before {
        background-image: url(/wp-content/themes/ref/images/blue-top-triangle.svg);
        width: 25rem;
        height: 18rem;
        top: -9rem;
    }

    .lessons-section__material:after {
        width: 25rem;
        background-image: url(/wp-content/themes/ref/images/white-bottom-triangle.svg);
    }

    .lessons-section__material-title svg {
        width: 1.2rem;
    }

    .lessons-section__material-text-wrapper {
        display: none;
    }

    .lessons-section__bm-wrapper:not(.active) .lessons-section__material:after {
        content: none;
    }

    .lessons-section__bm-wrapper:not(.active) .lessons-section__material {
        padding: 3rem 5rem 2rem 2rem;
    }

    .lessons-section__bm-wrapper:not(.active) {
        margin-bottom: 4rem;
    }

    .lessons-section__footer {
        display: grid;
    }

    .lessons-section__wrapper {
        margin: 8rem auto 8rem;
    }

    .lessons-section {
        margin: 8rem 0 8rem;
    }

}




.marquee-section {
    padding: 11rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.marquee-section__marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.1rem solid #000;
    border-bottom: 0.1rem solid #000;
}

.marquee-section__marquee-item {
    font-size: 1.63rem;
    font-weight: 900;
    line-height: 2.058rem;
    letter-spacing: -0.0489rem;
    padding: 0.85rem 0;
    display: flex;
    flex-wrap: nowrap;
    text-transform: uppercase;
}

.marquee-section__marquee-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 2.523rem;
}

@media (min-width: 1200px) {
    .marquee-section {
        padding: 9rem 0 0;
    }

    .marquee-section__marquee-list {
        gap: 6rem;
    }

    .marquee-section__marquee-item {
        font-size: 3.609rem;
        line-height: 4.555rem;
        padding: 2rem 0;
    }

}














.reviews-section {
    padding: 6rem 0 0;
}

.reviews-section__header {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-section__controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.reviews-section__title {
    color: #000;
    font-size: 6.2rem;
    max-width: 70.2rem;
}

.reviews-section__footer {
    margin-top: 4rem;
    display: grid;
}

.reviews-swiper .swiper-slide {
    background-color: #d9d9d9;
    aspect-ratio: 16/9;
    position: relative;
}

.reviews-swiper .swiper-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews-swiper__button-next,
.reviews-swiper__button-prev {
    width: 6rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #000;
    border-radius: 3rem;
    border: 0.2rem solid #000;
    cursor: pointer;
}

.reviews-swiper__button-next svg,
.reviews-swiper__button-prev svg {
    width: 1rem;
    height: auto;
}

.reviews-swiper__button-next:hover,
.reviews-swiper__button-prev:hover {
    color: #fff;
    background: #3e82ff;
    border-color: #3e82ff;
}

.reviews-swiper__button-next svg {
    margin-left: 0.3rem;
}

.reviews-swiper__button-prev svg {
    margin-right: 0.3rem;
}

@media (min-width: 1200px) {
    .reviews-section {
        padding-top: 12rem;
    }

    .reviews-section__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6rem;
    }

    .reviews-section__controls {
        display: flex;
        align-items: center;
        gap: 5rem;
    }

    .reviews-section__footer {
        margin-top: 7.5rem;
        display: flex;
        justify-content: flex-end;
    }

    .reviews-section__footer .button {
        width: 38.5rem;
    }

    .reviews-swiper__button-next,
    .reviews-swiper__button-prev {
        width: 16rem;
        height: 9rem;
        border-radius: 10rem;
        border: 0.5rem solid #000;
        cursor: pointer;
    }

    .reviews-swiper__button-next svg,
    .reviews-swiper__button-prev svg {
        width: 2.4rem;
    }

    .reviews-swiper__button-next svg {
        margin-left: 1rem;
    }

    .reviews-swiper__button-prev svg {
        margin-right: 1rem;
    }
}

@media (max-width: 1199px) {
    .reviews-section__title {
        font-size: 2.5rem;
        max-width: 85rem;
    }
}

.buy-section {
    padding: 10rem 0;
    position: relative;
    z-index: 1;
}

.buy-section__content {
    margin-bottom: 27.5rem;
}

.buy-section__title {
    margin-bottom: 0.5rem;
    font-family: Gilroy;
    font-weight: 900;
}

.buy-section__text {
    font-size: 1.4rem;
    letter-spacing: -0.014rem;
    max-width: 23.4rem;
    margin-bottom: 1rem;
}

.buy-section__label {
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
}

.buy-section__label strong {
    font-size: 5.7142rem;
    font-weight: 900;
    text-transform: uppercase;
}

.buy-section__offer {
    display: grid;
    gap: 1.2rem;
}

.buy-section__offer-text p {
    color: #000;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
    padding-right: 3rem;
}

.buy-section__offer-text p small {
    color: #3e82ff;
    font-size: 2.4rem;
    text-decoration: line-through;
    text-transform: uppercase;
}

.buy-section__form {
    display: flex;
    width: 60rem;
    /* min-height: 66rem;
    margin-top: 15rem; */
}

.buy-section__img {}

@media (min-width: 1200px) {
    .buy-section {
        padding: 15rem 0 0;
    }

    .buy-section__inner {
        background: #FFF;
        box-shadow: 0px 3.784px 62.444px 0px rgba(62, 130, 255, 0.22);
        padding: 7rem 12rem 15rem 97rem;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .buy-section__content {
        max-width: 166.2rem;
        margin-left: 0;
        margin-bottom: 5rem;
    }

    .buy-section__title {
        position: absolute;
        font-size: 10.4074rem;
        top: 20rem;
        left: 6rem;
        width: 42.1971rem;
    }

    .buy-section__title span {
        color: #3E82FF;
    }

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

    .buy-section__text {
        max-width: 60rem;
        font-size: 3.0276rem;
        line-height: normal;
        letter-spacing: -0.0303rem;
    }

    .buy-section__label {
        text-align: left;
        font-size: 2.4rem;
    }

    .buy-section__label strong {
        font-size: 9.8578rem;
    }

    .buy-section__offer {
        width: 40rem;
        margin-right: 35rem;
        margin-left: auto;
    }

    .buy-section__offer-text {
        position: relative;
    }

    .buy-section__offer-text p:nth-child(1) {
        font-size: 9.6rem;
        text-align: center;
        padding-right: 0;
    }

    .buy-section__offer-text p:nth-child(2) {
        position: absolute;
        bottom: calc(100% - 1rem);
        left: 22rem;
    }

    .buy-section__offer-text p:nth-child(2) span {
        display: none;
    }

    .buy-section__offer-text p:nth-child(2) small {
        font-size: 5.1512rem;
    }

    .buy-section__img {
        width: 47.3062rem;
        position: absolute;
        left: 52.45rem;
        top: 7rem;
    }

    .buy-section .wpcf7 {}

    .field-wrapper {
        height: auto;
    }

}

/* .field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    height: 103rem;
    width: 91rem;
    justify-content: center;
    box-shadow: 0px 4px 66px 0px #3E82FF38;
    padding: 10rem 10rem 10rem 10rem;
} */

.field-wrapper {
    display: grid;
    gap: 3.7rem;
}

.field-wrapper label {
    display: flex;
    align-items: center;
    gap: 2rem;
    border: 1px solid #83827F;
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
    font-size: 2.8rem;
}

.field-wrapper label svg {
    min-width: 3.3rem;
}

.field-wrapper label input {
    font-size: 2.2707rem;
    border: 0;
    color: #000;
    font-family: 'Gilroy';
    width: 100%;
}

.field-wrapper label input::placeholder {
    color: #83827F;
}

.field-wrapper label input:focus {
    outline: none;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-submit {
    background: #3E82FF;
    height: 9rem;
    font-size: 3.2rem;
    border-radius: 1.4348rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    transition: 0.4s ease;
    text-transform: uppercase;
    font-family: 'Gilroy';
    border: none;
    margin-top: 6rem;
}

.wpcf7-response-output {
    font-size: 2.8rem;
}

.wpcf7-form-control-wrap {
    width: 100%;
}


@media (max-width: 1199px) {
    .buy-section {
        padding: 6rem 0;
    }

    .buy-section__text {
        font-size: 1.6rem;
        max-width: 100%;
        line-height: 2rem;
    }

    .buy-section__form {
        min-height: auto;
        margin-top: 0;
        flex-direction: column-reverse;
        width: auto;
    }

    .buy-section__content {
        margin-bottom: 3.5rem;
    }

    .field-wrapper {
        gap: 2rem;
        height: auto;
        width: 100%;
        padding: 4rem 2rem 4rem 2rem;
    }

    .field-wrapper label input {
        font-size: 1.4rem;
    }

    .field-wrapper label {
        padding: 1rem 0.5rem;
        font-size: 1.4rem;
        gap: 1rem;
        border-radius: 0;
    }

    .field-wrapper label svg {
        min-width: 2rem;
        height: auto;
    }

    .wpcf7-submit {
        font-size: 1.6rem;
        height: 5rem;
        margin-top: 2rem;
        border-radius: 0.9rem;
    }

    .wpcf7-response-output {
        font-size: 1.4rem;
    }

    .buy-section__img {
        max-width: 82%;
        margin: 2rem auto 0;
    }
}


@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
    0% {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}

@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }

    to {
        opacity: 1;
    }
}

@keyframes f-fadeFastOut {
    to {
        opacity: 0;
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes f-fadeSlowOut {
    to {
        opacity: 0;
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
    0% {
        transform: translate(100%);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translate(-100%);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes f-slideOutNext {
    to {
        transform: translate(-100%);
    }
}

@keyframes f-slideOutPrev {
    to {
        transform: translate(100%);
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}

@keyframes f-classicInNext {
    0% {
        transform: translate(-75px);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translate(75px);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes f-classicOutNext {
    to {
        transform: translate(-75px);
        opacity: 0;
    }
}

@keyframes f-classicOutPrev {
    to {
        transform: translate(75px);
        opacity: 0;
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
    outline: none;
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}

.f-button[disabled] {
    cursor: default;
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translate(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none;
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body {
    touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *:before,
.fancybox__container *:after {
    box-sizing: inherit;
}

.fancybox__container::backdrop {
    background-color: #0000;
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

.fancybox__viewport {
    width: 100%;
    height: 100%;
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video,
.fancybox__slide.has-image {
    overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}

.fancybox__slide:before,
.fancybox__slide:after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block;
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}

.is-loading .fancybox__content {
    opacity: 0;
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: #0000;
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    filter: blur(0px);
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}

.is-compact .fancybox__caption {
    padding-bottom: 0;
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1;
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #18181b80;
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}

.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    -webkit-user-select: none;
    user-select: none;
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}

.fancybox__container.is-animated[aria-hidden="false"]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="true"]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: #18181be6;
    color: #fff;
}

.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #0000;
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}

.f-thumbs .f-spinner svg {
    display: none;
}

.f-thumbs.is-vertical {
    height: 100%;
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translateZ(0);
}

.f-thumbs__track {
    display: flex;
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}

.f-thumbs__slide.is-loading img {
    opacity: 0;
}

.is-classic .f-thumbs__viewport {
    height: 100%;
}

.is-modern .f-thumbs__track {
    width: max-content;
}

.is-modern .f-thumbs__track:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: #0000;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(#ffffff1a, #ffffff0d);
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(#ffffff1a, #ffffff0d);
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
    transition: none !important;
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI Adjusted, Segoe UI, Liberation Sans, sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}

.fancybox__toolbar :focus-visible {
    z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.fancybox__infobar span {
    padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
    position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}


.course-author {
    background-color: #000;
    position: relative;
    padding-top: 58.6rem;
    overflow: hidden
}

.course-author__el {
    position: absolute;
    top: 0;
    right: 0;
    width: 21.5163rem
}

.course-author__el img {
    width: 100%;
    height: auto
}

.course-author__banner {
    position: absolute;
    right: 2rem;
    top: 8.7rem;
    width: 4.7rem;
    height: auto
}

.course-author__img {
    position: absolute;
    width: 29.1rem;
    height: auto;
    top: 7.4rem;
    left: 2rem
}

.course-author__title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.524rem;
    text-align: center;
    color: #fff;
    padding-bottom: 3.7rem
}

.course-author__list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 5.6rem
}

.course-author__item {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    padding-left: 2rem;
    text-transform: uppercase
}

.course-author__item strong {
    font-weight: 900
}

.course-author__item:before {
    content: "•";
    position: absolute;
    top: 0;
    left: .5rem
}

.course-author__marquee {
    text-align: center;
    color: #fff;
    display: grid;
    gap: 2rem;
    padding: 5rem 0 10rem;
    position: relative
}

.course-author__marquee:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    width: 15rem;
    z-index: 2;
    filter: blur(10rem)
}

.course-author__marquee:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000;
    width: 15rem;
    z-index: 2;
    filter: blur(10rem)
}

.course-author__marquee-bottom,
.course-author__marquee-top {
    height: 5rem
}

.course-author__marquee-list {
    display: flex;
    flex-direction: row;
    gap: 6rem
}

.course-author__marquee-item {
    max-width: 23rem;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.641rem;
    text-align: center;
    color: #fff
}

@media (max-width: 1199px) {
    .course-section__shape {
        display: none;
    }
}

@media (min-width: 1200px) {
    .course-author {
        position: relative;
        overflow: unset;
        padding-top: 18.5rem
    }

    .course-section__shape {
        position: absolute;
        top: -9rem;
        left: -40rem;
        width: 208rem;
        height: auto;
    }

    .course-author__el {
        width: 113.1rem;
        display: none;
    }

    .course-author__img {
        width: 73rem;
        height: auto;
        top: 0rem;
        left: 6rem
    }

    .course-author__banner {
        width: 12rem;
        height: auto;
        top: 8.6rem;
        right: 5rem;
    }

    .course-author__title {
        font-size: 2.2707rem;

        line-height: normal;
        padding-bottom: 5.4rem;
        text-align: left
    }

    .course-author__list {
        gap: 6rem;
        max-width: 85rem;
        padding-bottom: 29rem
    }

    .course-author__wrap {
        max-width: 89.9rem;
        margin-left: 81.6rem
    }

    .course-author__item {
        font-size: 2.2707rem;
        line-height: 1
    }

    .course-author__marquee {
        padding-bottom: 8rem
    }

    .course-author__marquee-bottom,
    .course-author__marquee-top {
        height: 23rem
    }

    .course-author__marquee-list {
        gap: 10.4rem
    }

    .course-author__marquee-item {
        max-width: 68.7rem;
        font-size: 3.3734rem;
        line-height: 6.058rem
    }
}