/*
 * Third-party landing page styles by webeffect studio (effectweb.ru).
 * Bundle: assets/landing-webeffect/{css,js,images}/
 * Used only by template-parts/home-page.php (page "New Landing", id 97517 on dev24).
 * NOT active on production main page as of 2026-04. External code style — wrap legacy patterns when modifying.
 * Image refs use relative `url("../images/...")` resolved against assets/landing-webeffect/images/.
 */
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: hidden; */
    scroll-behavior: auto;
}
body {
    background-color: #fafbfd;
    color: #4d5c6d;
    margin: 0;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
     line-height: 27px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    position: relative;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
}
body.buddyboss-theme, body.buddyboss-theme #main-wrap, .buddyboss-theme .formatted-content {
    background: #fff;
}
html {
    font-size: calc(16vw / 14.4); /* leads to some problems */
}
.primary-menu .bb-sub-menu a {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    html {
        font-size: calc(16vw / 3.2);
    }
    body.main_page {
        padding: 0;
    }
}

input,
button,
textarea {
    font-size: inherit;
}
input {
    border-radius: 0px;
    outline: none;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
/*img {*/
/*    display: block;*/
/*    pointer-events: none;*/
/*}*/

.container_new {
    width: 80rem;
    margin: 0 auto;
    height: 100%;
}
@media (max-width: 768px) {
    .container_new {
        width: 18.75rem;
    }
}

/* promo start  */

.promo {
    height: 57.8125rem;
    background: #267fff;
    position: relative;
}
.promo_table {
    position: absolute;
    width: 47.6875rem;
    height: auto;
    bottom: 0;
    left: 19.875rem;
}
.promo_table_logo {
    position: absolute;
    width: 44.0625rem;
    height: auto;
    left: 21.6875rem;
    bottom: 40.625rem;
    z-index: 2;
}
.promo_table__text_one {
    position: absolute;
    left: 31.6875rem;
    top: 24.125rem;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: small-caps;
    padding: 0.25rem 1rem 0.375rem;
    border-radius: 1.375rem;
    border: 0.0625rem solid #000;
    background: #fff;
    z-index: 22;
}
.promo_table__text_one::before {
    content: "";
    position: absolute;
    background: url("../images/promo_one.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.promo_table__text_two {
    position: absolute;
    left: 34.6875rem;
    top: 26.375rem;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: small-caps;
    padding: 0.25rem 1rem 0.375rem;
    border-radius: 1.375rem;
    border: 0.0625rem solid #000;
    background: #fff;
    z-index: 21;
}
.promo_table__text_two::before {
    content: "";
    position: absolute;
    background: url("../images/promo_two.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.promo__twitch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    width: 11.5625rem;
    position: absolute;
    left: 4.125rem;
    top: 13.125rem;
    z-index: 22;
}
.promo__twitch .ico img {
    width: 5.3125rem;
    height: auto;
}
.promo__twitch .content {
    border-radius: 0.875rem;
    border: 0.0625rem solid #000;
    background: #fff;
    position: relative;
    padding: 0.75rem 1.375rem;
}
.promo__twitch .content::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.21058 25.75L15.5 0.999999L29.7894 25.75H1.21058Z' fill='white' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 1.9375rem;
    height: 1.6875rem;
    top: -1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.promo__twitch .content::after {
    position: absolute;
    content: "";
    border-radius: 0.875rem;
    border: 0.0625rem solid #000;
    background: var(--FAAE28, #faae28);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -0.5rem;
    bottom: -0.375rem;
}
.promo__twitch .content .value {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.125rem;
    text-transform: uppercase;
}
.promo__twitch .content .text {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    margin-top: 0.5rem;
}
.promo__play {
    position: absolute;
    left: 5.75rem;
    top: 28.4375rem;

    width: 19.9375rem;
    z-index: 33;
    transition: transform 0.2s ease;
}
.promo__play__wrap {
    border-radius: 0.9063rem;
    border: 0.0625rem solid #000;
    background: #fff;
}
.promo__play__wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0.875rem;
    border: 0.0625rem solid #000;
    background: var(--FAAE28, #faae28);
    z-index: -1;
    left: -0.5rem;
    bottom: -0.5rem;
}
.promo__play__header {
    display: flex;
    padding: 0.375rem 0.8125rem;
    gap: 0.375rem;
    border-bottom: 0.0625rem solid #000;
}
.promo__play__header svg {
    width: 0.625rem;
    height: auto;
}
.promo__play__content {
    display: flex;
    justify-content: space-between;
}
.promo__play__content .right {
    width: 8.6875rem;
    height: 7.125rem;
}
.promo__play__content .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0.9063rem 0;
}
.promo__play__content .left {
    flex: 1;
    padding: 1.25rem 0.625rem 1.25rem 1.375rem;
}
.promo__play__content .left .name {
    color: var(--267FFF, #267fff);
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.promo__play__content .left .text {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    margin-top: 0.5rem;
}

.promo__learn {
    position: absolute;
    right: 5.375rem;
    top: 22.5625rem;
    width: 13.625rem;
    z-index: 22;
    transition: transform 0.2s ease;
}
.promo__learn__wrap {
    border-radius: 0.9063rem;
    border: 0.0625rem solid #000;
    background: #fff;
    position: relative;
}
.promo__learn__wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -0.625rem;
    bottom: -0.4375rem;
    border-radius: 0.875rem;
    border: 0.0625rem solid #000;
    background: var(--FAAE28, #faae28);
    z-index: -1;
}
.promo__learn__header {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-bottom: 0.0625rem solid #000;
}
.promo__learn__header svg {
    width: 0.625rem;
    height: auto;
}
.promo__learn__content {
    position: relative;
    padding: 2.875rem 1rem 2.875rem 1.5rem;
}
.promo__learn__content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/promo_learn.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
}
.promo__learn__content .name {
    color: var(--267FFF, #267fff);
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    text-transform: capitalize;
}
.promo__learn__content .text {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 1rem;
}
.promo__learn__content .text span {
    font-weight: 600;
}
.promo_table_mob {
    display: none;
}
@media (max-width: 768px) {
    .promo {
        height: 51.5rem;
    }
    .promo_table_mob {
        position: absolute;
        width: 19.125rem;
        height: auto;
        top: 6.875rem;
        bottom: auto;
        left: 0.4375rem;
        display: flex;
    }
    .promo_table_logo {
        position: absolute;
        width: 18.125rem;
        top: 5.25rem;
        height: auto;
        left: 0.9375rem;
        bottom: auto;
        z-index: 2;
    }
    .promo_table {
        display: none;
    }
    .promo_table__text_one {
        left: 2.9375rem;
        top: 9.875rem;
        font-size: 0.875rem;
        padding: 0.1875rem 0.5rem 0.25rem;
    }
    .promo_table__text_two {
        left: 4.5rem;
        top: 11.25rem;
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }
    .promo__twitch {
        gap: 0.4375rem;
        width: 11.5625rem;
        left: 4.375rem;
        top: 13.625rem;
    }
    .promo__twitch .ico img {
        width: 2.875rem;
        height: auto;
    }
    .promo__twitch .content {
        padding: 0.75rem 1.4375rem;
    }
    .promo__twitch .content::before {
        width: 1.125rem;
        height: 1.125rem;
        top: -0.8125rem;
    }
    .promo__twitch .content::after {
        left: -0.375rem;
        bottom: -0.375rem;
    }
    .promo__twitch .content .value {
        font-size: 1rem;
    }
    .promo__twitch .content .text {
        font-size: 0.875rem;
        margin-top: 0.375rem;
    }
    .promo__play {
        position: relative;
        left: 0;
        top: 0;
        width: 8.75rem;
        order: 2;
    }
    .promo__play__wrap {
        border-radius: 0.75rem;
    }
    .promo__play__wrap::after {
        left: -0.375rem;
        bottom: -0.375rem;
    }
    .promo__play__header {
        padding: 0.375rem 0.5rem;
    }
    .promo__play__header svg {
        width: 0.5rem;
        height: auto;
    }
    .promo__play__content {
        flex-direction: column;
    }
    .promo__play__content .right {
        width: 100%;
        height: 5.375rem;
    }
    .promo__play__content .right img {
        border-radius: 0 0 0.75rem 0.75rem;
    }
    .promo__play__content .left {
        width: 100%;
        padding: 0.875rem;
    }
    .promo__play__content .left .name {
        font-size: 1rem;
    }
    .promo__play__content .left .text {
        font-size: 0.75rem;
        margin-top: 0.375rem;
    }

    .promo__learn {
        position: relative;
        right: 0;
        top: 0;
        width: 8.75rem;
        order: 1;
    }
    .promo__learn__wrap {
        border-radius: 0.875rem;
    }
    .promo__learn__wrap::before {
        left: -0.375rem;
        bottom: -0.375rem;
    }
    .promo__learn__header svg {
        width: 0.5rem;
    }
    .promo__learn__content {
        padding: 0.875rem;
    }
    .promo__learn__content .name {
        font-size: 1rem;
    }
    .promo__learn__content .text {
        font-size: 0.875rem;
    }
    .promo__bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 27.625rem;
    }
}
/* promo end  */

/* whatgame start  */

.whatgame {
    padding: 0 0 6.25rem;
}
.whatgame__main {
    display: flex;
    gap: 7rem;
    justify-content: space-between;
    margin-top: 4.375rem;
}
.whatgame__left {
    flex: 1;
}
.whatgame .whatgame__left .ico {
    width: 4.75rem;
    height: auto;
    margin-bottom: 1.5rem;
}
.whatgame__title h2 {
    color: #267fff;
    font-family: Roboto;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.whatgame .whatgame__left .whatgame__text {
    color: #000;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    margin-top: 5.25rem;
}
.whatgame__right {
    width: 33.875rem;
}
.whatgame__right img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
}
.whatgame__bottom {
    margin-top: 5rem;
}
.whatgame__bottom__title {
    max-width: 36rem;
    color: #267fff;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.06rem;
}
.whatgame__bottom__content {
    margin-top: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.whatgame__bottom__user {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}
.whatgame__bottom__user__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    border-radius: 6.25rem;
    border: 0.0625rem solid #000;
}
.whatgame__bottom__user__ico img {
    border-radius: 6.3125rem;
    width: 6.3125rem;
    height: 6.3125rem;
}
.whatgame__bottom__user__info {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}
.whatgame__bottom__user__name {
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.045rem;
}
.whatgame__bottom__user__position {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03rem;
}

.whatgame__media {
    width: 52.875rem;
    border-radius: 1.5706rem;
    border: 0.0625rem solid #999;
    background: #fff;
    margin: -15.75rem auto 0;
    position: relative;
    z-index: 22;
}
.whatgame__media__header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.375rem;
    border-bottom: 0.0625rem solid #999;
}
.whatgame__media__header svg {
    width: 1rem;
    height: auto;
}
.whatgame__media__content {
    padding: 1.75rem;
    padding-bottom: 80px;
    text-align: center;
}
.whatgame__media__name {
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
}
.whatgame__media__video_wrap {
    width: 100%;
    height: 27.4375rem;
    /* margin-top: 1rem; */
}
.whatgame__media .whatgame__media__video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0.9249rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.whatgame__media .whatgame__media__video .play_button {
    position: absolute;
    z-index: 22;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatgame__media .whatgame__media__video .play_button img {
    width: 4.5625rem;
    height: auto;
}
.whatgame__media .whatgame__media__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0.9249rem;
    z-index: 1000;
    top: 0;
    left: 0;
}
.whatgame__media .whatgame__media__video .whatgame__media__text {
    position: absolute;
    z-index: 22;
    left: 1.875rem;
    top: 2.25rem;
    color: #fff;
    font-family: Roboto;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .whatgame {
        padding: 0 0 3.75rem;
    }
    .whatgame__main {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 3.75rem;
    }
    .whatgame__left {
        width: 100%;
    }
    .whatgame .whatgame__left .ico {
        width: 1.5rem;
        margin-bottom: 0.875rem;
    }
    .whatgame__title h2 {
        font-size: 1.5rem;
    }
    .whatgame .whatgame__left .whatgame__text {
        font-size: 1rem;
        margin-top: 0.875rem;
    }
    .whatgame__right {
        width: 100%;
    }
    .whatgame__bottom {
        margin-top: 2.5rem;
    }
    .whatgame__bottom__title {
        max-width: 100%;
        font-size: 1.5rem;
    }
    .whatgame__bottom__content {
        margin-top: 1.5rem;
        flex-direction: column;
        gap: 0.75rem;
        align-items: start;
    }
    .whatgame__bottom__user__ico {
        padding: 0.3125rem;
    }
    .whatgame__bottom__user__ico img {
        border-radius: 4.375rem;
        width: 4.375rem;
        height: 4.375rem;
    }
    .whatgame__bottom__user__name {
        font-size: 1.25rem;
    }
    .whatgame__bottom__user__position {
        font-size: 0.875rem;
        width: 9.375rem;
    }

    .whatgame__media {
        width: 100%;
        border-radius: 0.75rem;
        margin: -9.1875rem auto 0;
    }
    .whatgame__media__header {
        gap: 0.3125rem;
        padding: 0.375rem 0.75rem;
    }
    .whatgame__media__header svg {
        width: 0.5625rem;
        height: auto;
    }
    .whatgame__media__content {
        padding: 0.875rem;
    }
    .whatgame__media__name {
        font-size: 0.875rem;
        width: 90%;
    }
    .whatgame__media__video_wrap {
        height: 8.125rem;
    }
    .whatgame__media .whatgame__media__video {
        border-radius: 0.375rem;
    }
    .whatgame__media .whatgame__media__video .play_button img {
        width: 1.1875rem;
        height: auto;
    }
    .whatgame__media .whatgame__media__video iframe {
        border-radius: 0.375rem;
    }
    .whatgame__media .whatgame__media__video .whatgame__media__text {
        left: 0.75rem;
        top: 0.75rem;
        font-size: 0.75rem;
    }
}
/* whatgame en  */

/* rules start */

.rules {
    padding: 6.25rem 0;
    background: var(--267FFF, #267fff);
}
.rules__wrap {
    display: flex;
    gap: 1.5rem;
}
.rules__left {
    width: 24rem;
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rules__left .ico img {
    width: 5.8125rem;
    height: auto;
}
.rules__left .text {
    color: #000;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
}
.rules__right {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    flex: 1;
}
.rules__item {
    width: calc(50% - 0.375rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14.875rem;
    border-radius: 0.75rem;
    border: 0.0657rem solid #999;
    background: #fff;
    padding: 1.5rem;
}
.rules__item .ico img {
    width: 2.75rem;
    height: auto;
}
.rules__item .info {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.rules__item .info .name {
    color: #000;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rules__item .info .text {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
@media (max-width: 768px) {
    .rules {
        padding: 3.75rem 0;
    }
    .rules__wrap {
        flex-direction: column;
    }
    .rules__left {
        width: 100%;
        border-radius: 0.75rem;
    }
    .rules__left .ico img {
        width: 4.375rem;
    }
    .rules__left .text {
        font-size: 1.5rem;
        margin-top: 3.5625rem;
    }
    .rules__right {
        flex-direction: column;
    }
    .rules__item {
        width: 100%;
        gap: 1.5rem;
        height: auto;
    }
    .rules__item .ico img {
        width: 2.5rem;
    }
    .rules__item .info .name {
        font-size: 1.25rem;
    }
    .rules__item .info .text {
        font-size: 0.75rem;
    }
}
/* rules end  */

/* lessons start  */

.lessons {
    padding: 6.25rem 0 3.125rem;
}
.lessons__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: #000;
    text-align: right;
    font-family: Roboto;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.lessons__title img {
    width: 16rem;
    height: auto;
    margin-right: 0.625rem;
}
.lessons__text {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 61.875rem;
    margin: 1.5rem auto 0;
}
.lessons__main {
    margin-top: 3.75rem;
    display: flex;
    gap: 1.25rem;
}
.lessons__item {
    width: calc(25% - 0.9375rem);
    height: 15rem;
    border-radius: 1.5rem 1.5rem 1.5rem 0rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.lessons__item .lessons__item__value {
    color: #000;
    font-family: Roboto;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.lessons__item .lessons__item__text {
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.lessons__item:nth-child(1) {
    background: #267fff;
}
.lessons__item:nth-child(1)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/lessons1.png");
    width: 10rem;
    height: 14.1875rem;
}
.lessons__item:nth-child(1) .lessons__item__value {
    color: #fff;
}
.lessons__item:nth-child(1) .lessons__item__text {
    color: #fff;
}
.lessons__item:nth-child(2) {
    border: 0.0625rem solid #000;
    background: #f4f4f4;
}
.lessons__item:nth-child(3) {
    border: 0.0625rem solid #000;
    background: #faae28;
}
.lessons__item:nth-child(4) {
    border: 0.0625rem solid #000;
    background: #fff;
}
.lessons__item:nth-child(4)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/lessons2.png");
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .lessons {
        padding: 3.75rem 0 1.875rem;
    }
    .lessons__title {
        flex-direction: column;
        text-align: center;
        font-size: 1.5rem;
        width: 10.9375rem;
        margin: 0 auto;
    }
    .lessons__title img {
        width: 10rem;
        margin: 0;
    }
    .lessons__text {
        font-size: 1rem;
        width: 16.375rem;
        margin: 1.5rem auto 0;
    }
    .lessons__main {
        margin-top: 2.5rem;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    .lessons__item {
        width: calc(50% - 0.375rem);
        height: 10rem;
        border-radius: 0.75rem;
    }
    .lessons__item .lessons__item__value {
        font-size: 2.5rem;
    }
    .lessons__item .lessons__item__text {
        font-size: 1rem;
    }
    .lessons__item:nth-child(1),
    .lessons__item:nth-child(2) {
        width: 100%;
    }
    .lessons__item:nth-child(1)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("../images/lessons11.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 9.375rem;
        height: 100%;
    }
    .lessons__item:nth-child(4)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: url("../images/lessons2.png");
        width: 100%;
        height: 100%;
    }
}
/* lessons end  */

/* leswin start  */

.leswin {
    padding: 6.25rem 0;
}
.leswin__top {
    display: flex;
    gap: 5.9375rem;
}
.leswin__top .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
}
.leswin__title h2 {
    color: #267fff;
    font-family: Roboto;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 67.6px */
}
.leswin__text {
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
}
.leswin__top .right {
    width: 37.4375rem;
}
.leswin__top .right img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
}
.leswin__bottom {
    display: flex;
    border-radius: 0.75rem;
    border: 0.0625rem solid #999;
    margin-top: 9.375rem;
}
.leswin__bottom .left {
    width: 34.1875rem;
    height: 25rem;
}
.leswin__bottom .left .leswin__video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0rem 0rem 0.75rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.leswin__bottom .left .leswin__video .play_button {
    position: absolute;
    z-index: 22;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leswin__bottom .left .leswin__video .play_button img {
    width: 2.375rem;
    height: auto;
}
.leswin__bottom .left .leswin__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0.75rem 0rem 0rem 0.75rem;
    z-index: 1000;
    top: 0;
    left: 0;
}
.leswin__bottom .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    position: relative;
}
.leswin__bottom .right .leswin__bottom__text {
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    width: 32rem;
}
.leswin__bottom .right .leswin__bottom__info {
    color: #000;
    font-family: Roboto;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto 0 0 0;
}
.leswin__bottom .right .leswin__bottom__btn {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
.leswin__bottom .right .leswin__bottom__btn .first_lesson {
    display: flex;
    align-items: center;
    position: relative;
    gap: 0.625rem;
    color: #fff;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 127.778% */
    padding: 0.9063rem 0.625rem;
    border-radius: 0.375rem;
    background: var(--267FFF, #267fff);
    transition: all 0.2s ease;
}
.leswin__bottom .right .leswin__bottom__btn .first_lesson:hover {
    background: #faae28;
}
.leswin__bottom .right .leswin__bottom__btn .first_lesson::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cpath d='M14 8L0.499999 15.7942L0.5 0.205771L14 8Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 0.875rem;
    height: 1rem;
}
.leswin__bottom .right .leswin__bottom__btn .rules_btn {
    border-radius: 0.375rem;
    border: 0.0625rem solid #000;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 127.778% */
    padding: 0.9063rem 0.625rem;
    transition: all 0.2s ease;
}
.leswin__bottom .right .leswin__bottom__btn .rules_btn:hover {
    box-shadow: none;
}
.leswin__bottom .right .leswin__list .leswin__list__item {
    color: #3d321d;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 150% */
    border-radius: 3.125rem;
    padding: 0.75rem 1.5rem;
}
.leswin__bottom .right .leswin__list .leswin__list__item:nth-child(1) {
    position: absolute;
    background: #face11;
    top: 5.8125rem;
    right: 2rem;
}
.leswin__bottom .right .leswin__list .leswin__list__item:nth-child(2) {
    position: absolute;
    top: 9.875rem;
    right: 8.6875rem;
    background: #d9effe;
    transform: rotate(-7.048deg);
}
.leswin__bottom .right .leswin__list .leswin__list__item:nth-child(3) {
    position: absolute;
    top: 13.8875rem;
    right: 2rem;
    background: #ffd489;
    transform: rotate(6.816deg);
}
.leswin__bottom .right .leswin__list .leswin__list__item:nth-child(4) {
    position: absolute;
    color: #fff;
    top: 17.25rem;
    right: 2.6875rem;
    background: #83cdff;
    transform: rotate(3.505deg);
}
@media (max-width: 768px) {
    .leswin {
        padding: 1.875rem 0;
    }
    .leswin__top {
        flex-direction: column;
        gap: 1.5rem;
    }
    .leswin__top .left {
        width: 100%;
        gap: 1.5rem;
    }
    .leswin__title h2 {
        font-size: 1.5rem;
    }
    .leswin__text {
        font-size: 1rem;
    }
    .leswin__top .right {
        width: 100%;
    }
    .leswin__bottom {
        flex-direction: column;
        margin-top: 2.5rem;
    }
    .leswin__bottom .left {
        width: 100%;
        height: 13.75rem;
        order: 2;
    }
    .leswin__bottom .left .leswin__video {
        border-radius: 0 0 0.75rem 0.75rem;
    }
    .leswin__bottom .left .leswin__video iframe {
        border-radius: 0 0 0.75rem 0.75rem;
    }
    .leswin__bottom .right {
        width: 100%;
        order: 1;
    }
    .leswin__bottom .right .leswin__bottom__text {
        font-size: 1rem;
        width: 100%;
    }
    .leswin__bottom .right .leswin__bottom__info {
        font-size: 1.5rem;
        margin: 10.375rem 0 0 0;
    }
    .leswin__bottom .right .leswin__bottom__btn {
        flex-direction: column;
        gap: 0.375rem;
    }
    .leswin__bottom .right .leswin__bottom__btn .first_lesson {
        width: 100%;
        justify-content: center;
        font-size: 0.875rem;
        padding: 0.6875rem;
    }
    .leswin__bottom .right .leswin__bottom__btn .first_lesson::after {
        width: 0.9375rem;
        height: 0.9375rem;
    }
    .leswin__bottom .right .leswin__bottom__btn .rules_btn {
        width: 100%;
        font-size: 0.875rem;
        padding: 0.6875rem;
        text-align: center;
    }
    .leswin__bottom .right .leswin__list .leswin__list__item {
        font-size: 0.875rem;
        padding: 0.375rem 0.75rem;
    }
    .leswin__bottom .right .leswin__list .leswin__list__item:nth-child(1) {
        top: 6.125rem;
        right: 1.5rem;
    }
    .leswin__bottom .right .leswin__list .leswin__list__item:nth-child(2) {
        top: 8.75rem;
        right: 5rem;
        z-index: 22;
    }
    .leswin__bottom .right .leswin__list .leswin__list__item:nth-child(3) {
        top: 11.25rem;
        right: 0.6875rem;
    }
    .leswin__bottom .right .leswin__list .leswin__list__item:nth-child(4) {
        top: 14.25rem;
        right: 1.375rem;
        transform: rotate(10.743deg);
    }
}
/* leswin end  */

/* free start  */

.free {
    padding: 3.125rem 0;
}
.free__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    border-radius: 1.5rem;
    background: #faae28;
    padding: 2.5rem;
    position: relative;
}
.free__wrap::before {
    content: "";
    position: absolute;
    background: url("../images/free_left.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    bottom: 0;
    width: 18.5rem;
    height: 26.1875rem;
}
.free__wrap::after {
    content: "";
    position: absolute;
    background: url("../images/free_right.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    width: 18.125rem;
    height: 26.6875rem;
}
.free__ico img {
    width: 4.25rem;
    height: auto;
}
.free__title {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 57.2px */
    width: 46.875rem;
    position: relative;
    z-index: 22;
}
.free__title span {
    color: #faae28;
    font-family: Roboto;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    position: relative;
    z-index: 22;
}
.free__title span.first::before {
    content: "";
    position: absolute;
    border-radius: 0.375rem;
    background: #fff;
    left: -0.3125rem;
    width: 105%;
    height: 104%;
    top: 0;
    z-index: -1;
    transform: rotate(1.523deg);
}
.free__title span.two::before {
    content: "";
    position: absolute;
    border-radius: 0.375rem;
    background: #fff;
    left: -0.3125rem;
    width: 100%;
    height: 104%;
    top: 0;
    z-index: -1;
}
.free__text {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 22;
}
.free__btn {
    display: flex;
    border-radius: 0.375rem;
    background: var(--267FFF, #267fff);
    color: #fff;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    padding: 0.875rem 1.25rem;
    position: relative;
    z-index: 22;
    transition: all 0.2s ease;
    box-shadow: none;
}
.free__btn:hover {
    background: #fff;
    color: #267fff;
    box-shadow: none;
}
@media (max-width: 768px) {
    .free {
        padding: 1.875rem 0;
    }
    .free__wrap {
        border-radius: 0.75rem;
        padding: 1.5rem;
    }
    .free__wrap::before {
        content: "";
        position: absolute;
        background: url("../images/free_left1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0;
        bottom: 0;
        width: 6.5rem;
        height: 10.25rem;
    }
    .free__wrap::after {
        content: "";
        position: absolute;
        background: url("../images/free_right1.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        right: 0;
        top: 0;
        width: 7rem;
        height: 11.3125rem;
    }
    .free__ico img {
        width: 4.1875rem;
    }
    .free__title {
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .free__title span {
        font-size: 1.5rem;
        display: flex;
        text-align: center;
    }
    .free__title br {
        display: none;
    }
    .free__title span.first::before {
        content: "";
        position: absolute;
        border-radius: 0.375rem;
        background: #fff;
        left: -0.3125rem;
        width: 105%;
        height: 104%;
        top: 0;
        z-index: -1;
        transform: rotate(-0.249deg);
    }
    .free__text {
        font-size: 1rem;
        width: 95%;
    }
    .free__btn {
        justify-content: center;
        font-size: 0.875rem;
        padding: 0.875rem;
        width: 100%;
    }
}
/* free end  */

/* comment start  */

.comment {
    background: var(--267FFF, #267fff);
    padding: 6.25rem 0;
}
.comment__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    border: 0.1875rem solid #fff;
    padding: 5rem;
    position: relative;
}
.comment__wrap .box {
    position: absolute;
    z-index: 22;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.125rem solid #fff;
    background: var(--267FFF, #267fff);
}
.comment__wrap .left_top {
    left: -0.375rem;
    top: -0.375rem;
}
.comment__wrap .left_bottom {
    left: -0.375rem;
    bottom: -0.375rem;
}
.comment__wrap .right_top {
    right: -0.375rem;
    top: -0.375rem;
}
.comment__wrap .right_bottom {
    right: -0.375rem;
    bottom: -0.375rem;
}
.comment__text {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 52px */
    width: 49.875rem;
}
.comment__user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
}
.comment__user__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.2755rem;
    border: 0.0628rem solid #fff;
    padding: 0.625rem;
}
.comment__user__ico img {
    width: 6.3125rem;
    height: 6.3125rem;
    border-radius: 6.3125rem;
}
.comment__user__name {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.comment__wrap .left_arrow {
    position: absolute;
    left: 5.9375rem;
    top: 8.5rem;
    width: 9.75rem;
    height: auto;
}
.comment__wrap .right_arrow {
    position: absolute;
    width: 9.75rem;
    height: auto;
    right: 4.4375rem;
    bottom: 4.125rem;
}
.comment__wrap .smile {
    bottom: 1.5rem;
    left: 21.875rem;
    position: absolute;
    width: 11.1875rem;
    height: auto;
}
.comment__wrap .cursore {
    bottom: 3.75rem;
    right: 31.0625rem;
    position: absolute;
    width: 2.0625rem;
    height: auto;
}
.orange_text {
    position: absolute;
    bottom: -0.8125rem;
    right: 13.1875rem;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.5rem;
    width: 21.25rem;
    border-radius: 3.125rem;
    border: 0.0625rem solid #000;
    background: var(--FAAE28, #faae28);
    box-shadow: 0.1875rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
    .comment {
        padding: 3.75rem 0;
    }
    .comment__wrap {
        padding: 3.75rem 0.875rem 14.375rem;
    }
    .comment__text {
        font-size: 1.5rem;
        width: 100%;
    }
    .comment__user__ico {
        padding: 0.3125rem;
    }
    .comment__user__ico img {
        width: 4.375rem;
        height: 4.375rem;
        border-radius: 4.375rem;
    }
    .comment__wrap .left_arrow {
        left: 1.3125rem;
        top: 11.5625rem;
        width: 4.375rem;
    }
    .comment__wrap .right_arrow {
        width: 3.3125rem;
        right: 1.6875rem;
        bottom: 2.0625rem;
    }
    .comment__wrap .smile {
        bottom: 3.75rem;
        left: 1.0625rem;
        width: 8.75rem;
    }
    .comment__wrap .cursore {
        bottom: 11.625rem;
        right: 8.4375rem;
        position: absolute;
        width: 1.25rem;
        height: auto;
    }
    .orange_text {
        bottom: 7.8125rem;
        right: 1.125rem;
        left: 1.0625rem;
        font-size: 0.75rem;
        padding: 0.75rem 1.25rem;
        width: auto;
    }
}
/* comment end  */

/* cards start  */

.cards {
    background: #f6f6f6;
    padding: 5rem 0;
}
.cards__wrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.cards__top {
    display: flex;
    gap: 1.25rem;
}
.cards__top .cards__item {
    width: calc(25% - 0.9375rem);
    height: 19rem;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 0.0657rem solid #999;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    position: relative;
}
.cards__top .cards__item .cards__item__name {
    color: #000;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.cards__top .cards__item .cards__item__text {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.cards__top .cards__item:nth-child(1) img {
    position: absolute;
    width: 16.375rem;
    height: auto;
    left: 1.5rem;
    bottom: 1.5rem;
}
.cards__top .cards__item:nth-child(2) img {
    position: absolute;
    width: 15.25rem;
    height: auto;
    left: 1.875rem;
    bottom: 1.9375rem;
}
.cards__top .cards__item:nth-child(3) img {
    position: absolute;
    width: 12.0625rem;
    height: auto;
    right: 0;
    bottom: 0;
}
.cards__top .cards__item:nth-child(4) img {
    position: absolute;
    width: 16rem;
    height: auto;
    left: 1.5rem;
    bottom: 1.5rem;
}
.cards__bottom {
    display: flex;
    gap: 1.25rem;
}
.cards__bottom .left {
    width: calc(50% - 0.625rem);
    display: flex;
    gap: 1.25rem;
}
.cards__bottom .left .cards__item {
    width: calc(50% - 10px);
    height: 19rem;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 0.0657rem solid #999;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    position: relative;
}
.cards__bottom .left .cards__item .cards__item__name {
    color: #000;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.cards__bottom .left .cards__item .cards__item__text {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.cards__bottom .left .cards__item:nth-child(1) img {
    position: absolute;
    width: 11.5625rem;
    height: auto;
    left: 3.6875rem;
    bottom: 1.9375rem;
}
.cards__bottom .left .cards__item:nth-child(2) img {
    position: absolute;
    width: 16.4375rem;
    height: auto;
    left: 1.25rem;
    bottom: 1.5rem;
}
.cards__bottom .right {
    width: calc(50% - 0.625rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}
.cards__bottom .right .col {
    width: calc(50% - 0.625rem);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.cards__bottom .right .col .cards__item {
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 0.0657rem solid #999;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    position: relative;
}
.cards__bottom .right .col .cards__item .cards__item__name {
    color: #000;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    text-transform: capitalize;
}
.cards__bottom .right .col .cards__item .cards__item__text {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.cards__bottom .right .col .cards__item .cards__item__text span {
    color: #267fff;
}
.cards__bottom .right .col .cards__item:nth-child(1) {
    height: 7.5625rem;
}
.cards__bottom .right .col .cards__item:nth-child(2) {
    flex: 1;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .cards {
        padding: 3.75rem 0;
    }
    .cards__wrap {
        gap: 0.75rem;
    }
    .cards__top {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .cards__top .cards__item {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .cards__top .cards__item .cards__item__name {
        font-size: 1.25rem;
    }
    .cards__top .cards__item .cards__item__text {
        font-size: 0.875rem;
    }
    .cards__top .cards__item:nth-child(1) img {
        position: relative;
        width: 16.375rem;
        height: auto;
        left: 0;
        bottom: 0;
    }
    .cards__top .cards__item:nth-child(2) img {
        position: relative;
        width: 15.25rem;
        height: auto;
        left: 0;
        bottom: 0;
    }
    .cards__top .cards__item:nth-child(3) img {
        position: relative;
        width: 10.1875rem;
        height: auto;
        right: -4.375rem;
        bottom: 0;
        margin-bottom: -2.1875rem;
    }
    .cards__top .cards__item:nth-child(4) img {
        position: relative;
        width: 15.75rem;
        height: auto;
        left: 0;
        bottom: 0;
    }
    .cards__bottom {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .cards__bottom .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .cards__bottom .left .cards__item {
        width: 100%;
        height: auto;
        padding: 1.5rem;
    }
    .cards__bottom .left .cards__item .cards__item__name {
        font-size: 1.25rem;
    }
    .cards__bottom .left .cards__item .cards__item__text {
        font-size: 0.875rem;
    }
    .cards__bottom .left .cards__item:nth-child(1) img {
        position: relative;
        width: 8.5rem;
        height: auto;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .cards__bottom .left .cards__item:nth-child(2) img {
        position: relative;
        width: 16.4375rem;
        height: auto;
        left: 0;
        bottom: 0;
    }
    .cards__bottom .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .cards__bottom .right .col {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .cards__bottom .right .col .cards__item .cards__item__name {
        font-size: 1.25rem;
    }
    .cards__bottom .right .col .cards__item .cards__item__text {
        font-size: 0.875rem;
    }
    .cards__bottom .right .col .cards__item:nth-child(1) {
        height: auto;
    }
}
/* cards end  */

/* tryfree start  */

.tryfree {
    background: var(--267FFF, #267fff);
    padding: 6.25rem 0;
}
.tryfree__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.tryfree__title h2 {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tryfree__btn {
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 122.222% */
    padding: 0.9375rem 2.9375rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #000;
    background: #fff;
    transition: all 0.2s ease;
    box-shadow: none;
}
.tryfree__btn:hover {
    background: #faae28;
    box-shadow: none;
}
@media (max-width: 768px) {
    .tryfree {
        padding: 3.75rem 0;
    }
    .tryfree__title h2 {
        font-size: 1.5rem;
    }
    .tryfree__btn {
        padding: 0.75rem 2.9375rem;
    }
}
/* tryfree end  */

/* accordion start  */

.accordion {
    padding: 6.25rem 0;
}
.accordion__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
.accordion__title {
    width: 54.75rem;
    margin: 0 auto;
}
.accordion__title h2 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 65px */
}
.accordion__title h2 .orange {
    color: #faae28;
}
.accordion__title h2 .blue {
    color: #267fff;
}
.accordion__main {
    width: 59.1875rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::-moz-list-bullet {
    list-style-type: none;
}
.accordion summary::marker {
    display: none;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0.625rem 0.75rem 0.625rem 0;
}
.accordion summary:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 14H26.5M14.5 2V26' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.5s;
}
.accordion details[open] > summary:after {
    transform: rotate(-45deg);
}
.accordion details[open] summary ~ * {
    animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.accordion details {
    display: block;
    width: 100%;
    border-radius: 0.75rem;
    border: 0.0625rem solid #000;
    background: var(--FAAE28, #faae28);
    padding: 1.5rem;
}
.accordion details .content {
    color: #000;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    margin-top: 0.875rem;
}
@media (max-width: 768px) {
    .accordion {
        padding: 3.75rem 0;
    }
    .accordion__title {
        width: 100%;
        margin: 0 auto;
    }
    .accordion__title h2 {
        font-size: 1.5rem;
        max-width: 80%;
        margin: 0 auto;
    }
    .accordion__main {
        width: 100%;
        gap: 0.75rem;
    }

    .accordion summary {
        align-items: start;
        padding: 0;
        gap: 0.9375rem;
        font-size: 1.25rem;
    }
    .accordion summary:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 14H26.5M14.5 2V26' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.5s;
        aspect-ratio: 1 / 1;
        display: block;
    }

    .accordion details .content {
        font-size: 0.875rem;
    }
}
/* accordion end  */



/* lesvideo start  */

.lesvideo {
    padding: 6.25rem 0;
}
.lesvideo__wrap {
    display: flex;
    align-items: center;
    gap: 3.75rem;
}
.lesvideo__wrap .lesvideo__title {
    width: 32.1875rem;
}
.lesvideo__wrap .lesvideo__title h2 {
    color: #000;
    font-family: Roboto;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.lesvideo__wrap .lesvideo__title h2 span {
    color: var(--267FFF, #267fff);
}
.lesvideo__content {
    flex: 1;
    border-radius: 0.75rem;
    border: 0.0625rem solid var(--999999, #999);
    background: #fff;
    padding: 1.5rem;
    overflow: hidden;
}
.lesvideo__swiper {
    position: relative;
    overflow: visible;
    width: 100%;
}
.lesvideo__swiper .swiper-wrapper {
    align-items: stretch;
}
.lesvideo__swiper .swiper-slide {
    height: auto;
    width: 15.25rem;
}
.lesvideo__swiper .swiper-slide a {
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.lesvideo__swiper .swiper-slide a .lesvideo__slie__img {
    position: relative;
    border-radius: 0.75rem 0.75rem 0 0;
    height: 10rem;
}
.lesvideo__swiper .swiper-slide a .lesvideo__slie__img .background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem 0.75rem 0 0;
}
.lesvideo__swiper .swiper-slide a .lesvideo__slie__img .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.375rem;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}
.lesvideo__swiper .swiper-slide a .lesvideo__slie__name {
    flex: 1;
    border-radius: 0rem 0rem 1rem 1rem;
    border: 0.0625rem solid #000;
    background: var(--FAAE28, #faae28);
    padding: 0.875rem 0.625rem;
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1;
}
.lesvideo__swiper__prev {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
}
.lesvideo__swiper__next {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
}
.lesvideo__swiper__prev svg,
.lesvideo__swiper__next svg {
    width: 2.5rem;
    height: auto;
}
@media (max-width: 768px) {
    .lesvideo {
        padding: 1.875rem 0 3.75rem;
    }
    .lesvideo__wrap {
        flex-direction: column;
        align-items: start;
        gap: 1.5rem;
    }
    .lesvideo__wrap .lesvideo__title {
        width: 100%;
    }
    .lesvideo__wrap .lesvideo__title h2 {
        font-size: 1.5rem;
    }
    .lesvideo__content {
        width: 100%;
        padding: 0.875rem;
    }
    .lesvideo__swiper .swiper-slide a .lesvideo__slie__name {
        padding: 0.5625rem 0.625rem;
        font-size: 0.875rem;
    }
    .lesvideo__swiper__prev {
        display: none;
    }
    .lesvideo__swiper__next {
        display: none;
    }
}
/* lesvideo end  */

/* play_popup start  */
.play_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.3469rem);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: none;
}
.play_popup.active {
    display: flex;
}
.play_popup__container {
    width: 22.375rem;
    padding: 1.5rem;
    position: relative;
    border-radius: 0.75rem;
    background: #267fff;
}
.play_popup__close {
    margin: 0 0 0 auto;
}
.play_popup__close svg {
    width: 1.25rem;
    height: auto;
}
.play_popup__wrap {
    display: flex;
    flex-direction: column;
}
.play_popup__text {
    margin-top: 0.875rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    width: 95%;
}
.play_popup__btn {
    display: flex;
    gap: 0.375rem;
    margin-top: 4.375rem;
}
.play_popup__btn_play {
    width: calc(50% - 0.1875rem);
    border-radius: 0.375rem;
    background: #fff;
    color: #000;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 164.286% */
    padding: 0.6875rem;
    text-align: center;
}
.play_popup__btn_course {
    width: calc(50% - 0.1875rem);
    color: #fff;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 164.286% */
    border-radius: 0.375rem;
    border: 0.0625rem solid #fff;
    padding: 0.6875rem;
    text-align: center;
}
@media (max-width: 768px) {
    .play_popup__container {
        width: 18.75rem;
    }
    .play_popup__close svg {
        width: 1.5rem;
        height: auto;
    }
    .play_popup__text {
        font-size: 1rem;
        width: 100%;
    }
    .play_popup__btn {
        margin-top: 2.5rem;
    }
    .play_popup__btn_course {
        padding: 0.6875rem 0;
    }
}

/* play_popup end  */
