.front-page {
    font-family: "Involve", sans-serif;
}

.front-page a:hover,
.front-page a:active,
.front-page a:visited{
    color: #fbfbf9;
}

.custom-container {
    width: 100%;
    max-width: 1160px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.academy {
    margin: 0 0 80px;
}

.academy__container {
    width: 100%;
    max-width: 1360px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.academy__wrapper {
    position: relative;
    background:  linear-gradient(326deg, rgba(248, 248, 248, 0.6) 0%, rgba(248, 244, 236, 0.6) 100%);
    padding: 60px 60px;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 1;
}

.academy__details {
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}

.academy__graduates {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.academy__graduates span {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #7d7d7d;
    margin-left: 10px;
}

.academy__licenses {
    display: flex;
    align-items: center;
}

.academy__licenses img {
    width: auto;
    height: 56px;
    margin-right: 12px;
}

.academy__content {
    margin: 0 0 120px;
}

.academy__title {
    max-width: 870px;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 20px;
}

.academy__quote {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    max-width: 560px;
    margin: 0 0 15px;
}

.academy__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    max-width: 560px;
}

.academy__lessons {
    position: relative;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/academy/lessons.png") no-repeat center right, #fff;
    padding: 40px 40px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    border-radius: 30px;
    box-sizing: border-box;

    /* Скрытие блока бесплатный эфир */
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.academy__lessons:after {
    position: absolute;
    content: "";
    width: 430px;
    height: 550px;
    bottom: 104px;
    right: -35px;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/academy/founder-mod.png") no-repeat center/cover;
    z-index: -1;

    /* Скрытие блока бесплатный эфир */
    bottom: -60px;
}

.academy-founder {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 170px;
    height: 48px;
    top: -85px;
    right: 390px;
}

.academy-founder:after {
    position: absolute;
    content: "";
    width: 75px;
    height: 60px;
    top: -50px;
    right: -30px;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/academy/arrow.svg") no-repeat center/cover;
}

.academy-founder__name {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #534496;
}

.academy-founder__desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #7d7d7d;
}

.academy__actions {
    max-width: 480px;

    display: none; /* Скрытие блока бесплатный эфир */
}

.academy__btn--content {
    margin-top: 20px;
}

.academy__watch {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    margin: 0 0 20px;
}

.academy__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 60px;
    background: #e86f2a;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
    cursor: pointer;
}

.advantages {
    margin: 0 0 70px;
}

.advantages__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 40px;
}

.advantage__bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    border-radius: 20px;
    border: 1px solid #ececec;
    background: #f7f5ff;
    margin: 0 0 20px;
}

.advantage__bg svg {
    filter: drop-shadow(0 18px 8px  rgba(111, 75, 228, 0.21));
    /*box-shadow: 0 18px 22px 0 rgba(111, 75, 228, 0.21);*/
}

.advantage__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.advantage__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #534496;
}

.advantage__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #212121;
}

.reviews {
    margin: 0 0 80px!important;
}

.reviews__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px;
}

.reviews__title {
    display: block;
    max-width: 570px;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    padding: 0;
}

.reviews__desc {
    max-width: 260px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #7d7d7d;
}

.reviews__slider {
    margin: 0 0 60px;
}

.reviews__slider-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
}

.reviews__slider-actions .swiper-pagination{
    position: static!important;
    margin: 0 45px;
}

.reviews__slider-actions .swiper-pagination .swiper-pagination-bullet {
    background: #212121!important;
    opacity: 1;
}
.reviews__slider-actions .swiper-pagination .swiper-pagination-bullet-active {
    background: #e86f2a!important;
}

.reviews__slider-actions .swiper-button-prev {
    position: static;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
}

.reviews__slider-actions .swiper-button-next {
    position: static;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
}

.reviews-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 480px;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 10px 10px;
    background: #fff6ee;
}

.reviews-slide__header {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.reviews-slide__photo {
    flex-shrink: 0;
    margin-right: 20px;
}

.reviews-slide__photo img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews-slide__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
}

.reviews-slide__changes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.reviews-slide__before {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 160px;
    height: 75px;
    border-radius: 10px;
    background: rgba(254, 211, 172, 0.5);
    padding: 10px 10px;
    box-sizing: border-box;
}

.reviews-slide__after {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 160px;
    height: 75px;
    border-radius: 10px;
    background: #fed3ac;
    padding: 10px 10px;
    box-sizing: border-box;
}

.reviews-slide__badge {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 6px 6px;
    background: #e86f2a;
    box-sizing: border-box;
}

.reviews-slide__badge span {
    font-weight: 600;
    font-size: 12px;
    line-height: 135%;
    color: #fbfbf9;
    margin-left: 6px;
}

.reviews-slide__income {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #212121;
}

.reviews-slide__desc {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #7d7d7d;
    margin: 0 10px 10px;
}

.reviews-slide__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #212121;
    margin: 0 10px 10px;
}

.reviews-slide__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 46px;
    border-radius: 100px;
    background: #e86f2a;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #fbfbf9;
    margin: auto 10px 10px;
}

.reviews-slide__btn:hover {
    color: #fbfbf9;
}

.diplomas {
    background: linear-gradient(326deg, rgba(248, 248, 248, 0.6) 0%, rgba(248, 244, 236, 0.6) 100%);
    padding: 80px 0;
    margin: 0 0 80px;
    box-sizing: border-box;
}

.diplomas__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0 0 60px;
}

.diplomas__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
    margin: 0 0 40px;
}

.diploma {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: 333px;*/
    background: #fff;
    border-radius: 30px;
    padding: 18px 20px;
    box-sizing: border-box;
}

.diploma img {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.05),
                0 20px 20px 0 rgba(0, 0, 0, 0.04),
                0 45px 27px 0 rgba(0, 0, 0, 0.03),
                0 80px 32px 0 rgba(0, 0, 0, 0.01),
                0 125px 35px 0 rgba(0, 0, 0, 0);
    margin: 0 0 30px;
}

.diploma span {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #7d7d7d;
}

.diplomas__details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
}

.diplomas__info {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.diplomas__info span {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #7d7d7d;
    margin-left: 20px;
}

.diplomas__info--send {
    grid-column-start: 1;
    grid-column-end: 2;
}

.diplomas__info--license {
    grid-column-start: 2;
    grid-column-end: 4;
}

.programs {
    margin: 0 0 80px;
}

.programs__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #212121;
    margin: 0 auto 60px;
}

.programs__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}

.programs__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    height: 46px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #f8f8f8;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #7d7d7d;
    box-sizing: border-box;
    margin: 0 10px;
    cursor: pointer;
}

.programs__tab--active {
    background: #212121;
    color: #fbfbf9;
}

.programs__items {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
    margin: 0 0 60px;
}

.programs__items--active {
    display: grid;
}

.programs-item {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: #fff6ee;
    border: 1px solid #fed3ac;
    padding: 20px 20px;
    box-sizing: border-box;
}

.programs-item__header {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.programs-item__header img {
    display: block;
    width: auto;
    height: 60px;
}

.programs-item__students {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #212121;
    margin-left: 10px;
}

.programs-item__details {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.programs-item__date {
    border-radius: 100px;
    padding: 10px 10px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #7d7d7d;
    box-sizing: border-box;
}

.programs-item__badge {
    border-radius: 100px;
    padding: 10px 10px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #fbfbf9;
    box-sizing: border-box;
    margin-right: 10px;
}

.programs-item__badge--new {
    background: #e86f2a;
}

.programs-item__badge--sale {
    background: #e82a2a;
}

.programs-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 10px;
}

.programs-item__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.8);
    margin: 0 0 40px;
}

.programs-item__cost {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: rgba(254, 211, 172, 0.5);
    padding: 0 10px;
    box-sizing: border-box;
    margin: auto 0 20px;
}

.programs-item__installments {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #212121;
    margin-left: 10px;
}

.programs-item__price {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #212121;
    margin-left: auto;
}

.programs-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 100px;
    background: #e86f2a;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #fbfbf9;
    margin: auto 0 0;
}

.programs-item__cost + .programs-item__btn {
    margin: 0;
}

.programs-item--purple {
    background: #f7f5ff;
    border: 1px solid #d7ceff;
}

.programs-item--purple .programs-item__cost {
    background: rgba(215, 206, 255, 0.5);
}

.programs-item--purple .programs-item__cost svg path {
    fill: #534496;
}

.programs-item--purple .programs-item__btn {
    background: #534496;
}

.programs-item--blue {
    background: #e9f0f3;
    border: 1px solid #93b2c3;
}

.programs-item--blue .programs-item__cost {
    background: rgba(147, 178, 195, 0.5);
}

.programs-item--blue .programs-item__cost svg path {
    fill: #17455f;
}

.programs-item--blue .programs-item__btn {
    background: #17455f;
}

.programs__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 60px;
    background: #212121;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
    margin: 0 auto;
}

.request {
    margin: 0 0 80px;
}

.request__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/request/bg.svg") no-repeat calc(100% - 50px) center, #534496;
    padding: 40px 40px;
    border-radius: 40px;
    box-sizing: border-box;
}

.request__content:after {
    position: absolute;
    content: "";
    width: 314px;
    height: 154px;
    bottom: 0;
    left: 100px;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/request/arrow.svg") no-repeat center/cover;
}

.request__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #fbfbf9;
    margin: 0 0 30px;
}

.request__desc {
    max-width: 440px;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #fbfbf9;
}

.request__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    padding: 20px 20px;
    background: #fff;
}

.request__form input[type="tel"],
.request__form input[type="text"] {
    width: 100%;
    height: 60px;
    border: 0;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
    padding: 0;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.request__form input[type="tel"] {
    padding-left: 40px!important;
}

.request__form button[type="submit"] {
    width: 100%;
    height: 60px;
    background: #e86f2a;
    border-radius: 100px;
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
}

.request__form .request__policy {
    display: flex;
    margin: 30px 0 20px;
}

.request__form .request__policy input {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.request__form .request__policy label {
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    color: #212121;
}

.request__form .request__policy label a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.choice {
    margin: 0 0 60px;
}

.choice__row {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e4e4e4;
    padding: 0 0 120px;
    box-sizing: border-box;
}

.choice__content {
    width: 100%;
    max-width: 460px;
}

.choice__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0 0 30px;
}

.choice__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 60px;
    border-radius: 100px;
    background: #e86f2a;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
    cursor: pointer;
    margin: 0 0 65px;
}

.choice__btn:hover {
    color: #fbfbf9;
}

.choice-rating {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 415px;
    border: 1px solid #ececec;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 20px 20px;
}

.choice-rating > img {
    flex-shrink: 0;
}

.choice-rating__content {
    margin-left: 20px;
}

.choice-rating__content img {
    margin: 0 0 10px;
}

.choice-rating__desc {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #212121;
}

.choice__advantages {
    width: 100%;
    max-width: 460px;
}

.choice-advantage {
    margin: 0 0 30px;
}

.choice-advantage__title {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.choice-advantage__title span {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin-left: 20px;
}

.choice-advantage__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.8);
}

.method {
    margin: 0 0 80px;
}

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

.method__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0 0 90px;
}

.method__desc {
    max-width: 460px;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    margin: 0 0 30px;
}

.community {
    background: linear-gradient(326deg, rgba(248, 248, 248, 0.6) 0%, rgba(248, 244, 236, 0.6) 100%);
    padding: 80px 0;
    margin: 0 0 80px;
    box-sizing: border-box;
}

.community__offer {
    max-width: 650px;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.community__main {
    padding: 125px 40px 40px;
    border-radius: 30px;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/community/main-bg.png") no-repeat center/cover;
    margin: 0 0 40px;
}

.community__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
}

.community-item {
    border-radius: 30px;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #fff;
}

.community-item--long {
    grid-column-start: 1;
    grid-column-end: 3;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/community/long-bg.png") no-repeat center/cover, #fff;
}

.community-item--students {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(215, 206, 255, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d7ceff;
    transform: rotate(3deg);
}

.community-item__img {
    margin: 0 0 10px;
}

.community-item__img img {
    display: block;
}

.community-item__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.8);
}

.community-item--long .community-item__desc {
    max-width: 370px;
}

.community-item--students .community-item__desc {
    margin: auto 0 0;
}

.community-item__stars img {
    display: block;
}

.community-item__like {
    position: absolute;
    top: 45px;
    right: 55px;
}

.community-item__like img {
    display: block;
}

.business {
    margin: 0 0 80px;
}

.business__wrapper {
    border: 1px solid #ececec;
    border-radius: 40px;
    background: #212121;
}

.business__content {
    padding: 40px 40px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.business__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.business__title {
    max-width: 780px;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #fbfbf9;
}

.business__desc {
    max-width: 210px;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: rgba(251, 251, 249, 0.8);
}

.business__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 60px;
    border-radius: 100px;
    background: #e86f2a;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
}

.business__slider {
    margin: 0 0 60px;
}

.business__slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.business__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
}

.teachers {
    margin: 0 0 80px;
}

.teachers__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #212121;
    margin: 0 0 60px;
}

.teachers__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
    margin: 0 0 60px;
}

.teacher {
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
    border-radius: 30px;
    background: #fff6ee;
    padding: 20px 20px;
    box-sizing: border-box;
}

.teacher__header {
    position: relative;
    margin: 0 0 30px;
}

.teacher__image {
    width: 100%;
    height: 180px;
    background: #fed3ac;
    border-radius: 10px;
}

.teacher__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.teacher__experience {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #212121;
    box-sizing: border-box;
}

.teacher__name {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 30px;
}

.teacher__subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #7d7d7d;
    margin: 0 0 10px;
}

.teacher__desc {
    margin: 0 0 30px;
}

.teacher__desc ul {
    list-style: disc;
    padding-left: 18px;
}

.teacher__desc ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 6px;
}

.teacher__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 46px;
    border-radius: 100px;
    background: #e86f2a;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #fbfbf9;
    margin: auto 0 0;
}

.teachers__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 60px;
    border-radius: 100px;
    background: #212121;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
    margin: 0 auto;
}

.socials {
    background: linear-gradient(326deg, rgba(248, 248, 248, 0.6) 0%, rgba(248, 244, 236, 0.6) 100%);
    padding: 0 0 50px;
    margin: 0 0 80px;
    box-sizing: border-box;
}

.socials-animation {
    background: #534496;
    padding: 20px 0;
    margin: 0 0 60px;
}

.socials-animation__container {
    display: flex;
    animation-duration: 45s;
    animation-name: anim-text-scrolling;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.socials-animation__item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.socials-animation__text {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #fbfbf9;
}

.socials-animation__text--star {
    margin: 0 40px;
}

@keyframes anim-text-scrolling {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.socials__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
}

.socials-item {
    position: relative;
    display: flex;
}

.socials-item__img {
    flex-shrink: 0;
}

.socials-item__img img {
    display: block;
}

.socials-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 10px;
}

.socials-item__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #7d7d7d;
    margin: 0 0 30px;
}

.socials-item__subscribers {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #212121;
}

.socials-item__details {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    border: 1px solid #ececec;
    border-radius: 30px;
    width: 100%;
    height: 80px;
    padding: 10px 10px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    box-sizing: border-box;
}

.socials-item__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    margin-left: 20px;
}

.socials-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 180px;
    height: 45px;
    background: #534496;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #fbfbf9;
    margin-left: auto;
    margin-right: 10px;
}

.posts {
    margin: 0 0 80px;
}

.posts__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.posts__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
}

.posts__actions {
    display: flex;
    align-items: center;
}

.posts__actions .swiper-button-prev {
    position: static;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.posts__actions .swiper-button-next {
    position: static;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
}

.posts__slider {
    margin: 0 0 60px;
}

.posts-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    border: 1px solid #ececec;
    border-radius: 30px;
    background: #f8f8f8;
    padding: 20px 20px;
    box-sizing: border-box;
}

.posts-item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.posts-item__image {
    margin: 0 0 30px;
}

.posts-item__image img {
    display: block;
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.posts-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    margin: 0 0 10px;
}

.posts-item__description {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.7);
    margin: 0 0 35px;
}

.posts-item__details {
    display: flex;
    align-items: center;
    margin: auto 0 0;
}

.posts-item__views,
.posts-item__date {
    display: flex;
    align-items: center;
}

.posts-item__views span,
.posts-item__date span {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #212121;
    margin-left: 4px;
}

.posts-item__date {
    margin-left: 10px;
}

.posts-item__tag {
    padding: 10px;
    border-radius: 10px;
    background: #534496;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #fbfbf9;
    box-sizing: border-box;
    margin-left: auto;
}

.posts__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 60px;
    border-radius: 100px;
    background: #212121;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fbfbf9;
    margin: 0 auto;
}

.media {
    margin: 0 0 80px;
}

.media__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.media__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
}

.media__actions {
    display: flex;
    align-items: center;
}

.media__actions .swiper-button-prev {
    position: static;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.media__actions .swiper-button-next {
    position: static;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
}

.media-item {
    display: flex;
    flex-direction: column;
    height: auto;
    border: 1px solid #ececec;
    border-radius: 30px;
    background: #f8f8f8;
    padding: 20px 20px;
    box-sizing: border-box;
}

.media-item__img {
    margin: 0 0 30px;
}

.media-item__img img {
    display: block;
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.media-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    margin: 0 0 10px;
}

.media-item__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.7);
    margin: 0 0 40px;
}

.media-item__more {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #212121;
    margin: auto 10px 10px auto;
}

.books {
    margin: 0 0 50px;
}

.books__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0 0 60px;
}

.books__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
}

.book-item {
    display: flex;
    flex-direction: column;
}

.book-item img {
    display: block;
    border-radius: 30px;
    margin: 0 0 30px;
}

.book-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #212121;
    margin: 0 0 10px;
}

.book-item__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.7);
    margin: 0 0 30px;
}

.book-item__more {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #212121;
    margin: auto 0 0;
    cursor: pointer;
}

.path {
    margin: 0 0 80px;
}

.path__wrapper {
    background: #f8f8f8;
    border-radius: 40px;
    padding: 40px 40px;
    box-sizing: border-box;
}

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

.path__img {
    position: relative;
    display: flex;
    margin: 0 0 40px;
}

.path__img:after {
    position: absolute;
    content: "";
    top: calc(50% - 80px/2);
    left: calc(50% - 80px/2);
    width: 80px;
    height: 80px;
    background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/path/play.png") no-repeat center/cover;
    pointer-events: none;
}

.path__img img {
    display: block;
    border-radius: 20px;
}

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

.path__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 40px;
}

.path__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 60px;
    border-radius: 100px;
    background: #e86f2a;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fbfbf9;
    cursor: pointer;
}

.path__info {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.path__subtitle {
    padding: 10px;
    background: #fed3ac;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 12px;
}

.path__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: rgba(33, 33, 33, 0.8);
}


@media (max-width: 992px) {
    .front-page {
        overflow: hidden;
    }
    .academy {
        margin: 50px 0 30px;
        overflow: hidden;
    }

    .academy__lessons:after {
        width: 300px;
        height: 384px;
        bottom: 384px;
        right: -50px;

        /* Скрытие блока бесплатный эфир */
        bottom: -60px;
    }

    .academy__wrapper {
        padding: 90px 15px 60px;
        border-radius: 0;
    }

    .academy__details {
        margin: 0 0 40px;
    }

    .academy__content {
        margin: 0 0 200px;
    }

    .academy__graduates {
        margin: 0;
    }

    .academy__graduates span br {
        display: none;
    }

    .academy__title {
        font-size: 30px;
        line-height: 120%;
        margin: 0 0 20px;
    }

    .academy__quote {
        font-size: 15px;
        line-height: 135%;
    }

    .academy__subtitle {
        font-size: 15px;
        line-height: 135%;
        margin: 0 0 60px;
    }

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

    .academy__licenses img {
        width: auto;
        height: 45px;
        margin: 0 0 10px;
    }

    .academy__lessons {
        background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/academy/lessons-mob-mod.png") no-repeat center 20px / 367px 206px, #fff;
        padding: 230px 15px 20px;

         /* Скрытие блока бесплатный эфир */
        background: none;
        padding: 0;
    }

     /* Скрытие блока бесплатный эфир */
    .academy__btn--content {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .academy-founder {
        display: none;
    }

    .academy__watch {
        font-size: 18px;
        line-height: 135%;
        text-align: center;
        margin: 0 0 20px;
    }

    .advantages {
        padding: 0 15px;
        margin: 0 0 60px;
    }

    .advantages__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px 40px;
    }

    .advantage__title {
        font-size: 20px;
        line-height: 120%;
    }

    .reviews {
        padding: 0 15px;
        margin: 0 0 30px!important;
    }

    .reviews__details {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 40px;
    }

    .reviews__title {
        display: block;
        max-width: 570px;
        font-weight: 500;
        font-size: 36px;
        line-height: 120%;
        text-transform: uppercase;
        color: #212121;
        margin: 0 0 20px;
        padding: 0;
    }

    .reviews__slider {
        margin: 0 0 40px;
    }

    .reviews-slide__name {
        font-size: 20px;
        line-height: 120%;
    }

    .reviews-slide__btn {
        width: 100%;
        max-width: 100%;
        height: 46px;
        font-size: 15px;
        line-height: 120%;
        margin: auto 0 10px;
    }

    .reviews__slider-actions .swiper-pagination {
        flex-wrap: wrap;
        margin: 0 20px;
        max-width: 130px;
    }

    .reviews__slider-actions .swiper-pagination .swiper-pagination-bullet {
        margin: 4px;
    }

    .diplomas {
        padding: 30px 15px;
        margin: 0 0 30px;
    }

    .diplomas__title {
        font-size: 36px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 40px;
    }

    .diplomas__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 20px;
        margin: 0 0 40px;
    }

    .diploma span {
        text-align: center;
    }

    .diplomas__details {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px 10px;
    }

    .diplomas__info {
        border-radius: 20px;
        padding: 20px 20px;
    }

    .diplomas__info img {
        width: auto;
        height: 50px;
    }

    .diplomas__info span {
        font-size: 12px;
        line-height: 135%;
        margin-left: 20px;
    }

    .diplomas__info--send {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .diplomas__info--license {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .diploma img {
        margin: 0 auto 30px;
    }

    .programs {
        margin: 0 0 60px;
        padding: 0 15px;
    }

    .programs__title {
        font-size: 36px;
        line-height: 120%;
        margin: 0 auto 40px;
    }

    .programs__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px 10px;
    }

    .programs__tab {
        justify-self: center;
        width: 100%;
        max-width: 110px;
        height: 36px;
        font-size: 12px;
        line-height: 120%;
        margin: 0;
    }

    .programs__tab:last-child {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .programs__items {
        grid-template-columns: 1fr;
        gap: 20px 20px;
        margin: 0 0 40px;
    }

    .programs-item__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px;
    }

    .programs-item__desc {
        font-size: 15px;
        line-height: 135%;
        margin: 0 0 40px;
    }

    .request {
        margin: 0 0 60px;
        padding: 0 15px;
    }

    .request__content {
        display: flex;
        flex-direction: column;
        background: #534496;
        padding: 40px 20px 20px;
        border-radius: 40px;
        box-sizing: border-box;
    }

    .request__content:after {
        display: none;
    }

    .request__title {
        font-size: 26px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 20px;
    }

    .request__title br {
        display: none;
    }

    .request__desc {
        font-size: 15px;
        line-height: 135%;
        text-align: center;
        margin: 0 auto 40px;
    }

    .request__form {
        margin: 0 auto;
    }

    .choice {
        padding: 0 15px;
        margin: 0 0 30px;
    }

    .choice__row {
        display: flex;
        flex-direction: column;
        padding: 0 0 60px;
    }

    .choice__title {
        font-size: 36px;
        line-height: 120%;
        margin: 0 0 40px;
    }

    .choice__advantages {
        margin: 0 auto;
    }

    .choice-advantage__title span {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #212121;
        margin-left: 10px;
    }

    .choice-advantage__desc {
        font-size: 15px;
        line-height: 135%;
    }

    .choice-rating {
        margin: 0 auto 40px;
    }

    .choice__btn {
        margin: 0 auto;
    }

    .method {
        padding: 0 15px;
        margin: 0 0 30px;
    }

    .method__content {
        display: flex;
        flex-direction: column;
    }

    .method__title {
        font-size: 36px;
        line-height: 120%;
        margin: 0 auto 40px;
    }

    .method__desc {
        font-size: 15px;
        line-height: 135%;
        margin: 0 auto 20px;
    }

    .method__img {
        margin: 20px auto 0;
    }

    .community {
        padding: 30px 15px;
        margin: 0 0 30px;
    }

    .community__main {
        padding: 40px 15px 320px;
        border-radius: 30px;
        background: url("/wp-content/themes/reboot_child/assets/images/front-page-mod/community/main-bg-mob.png") no-repeat center / cover;
        margin: 0 0 40px;
    }

    .community__offer {
        font-size: 26px;
        line-height: 120%;
        text-align: center;
        text-transform: initial;
    }

    .community__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 20px;
    }

    .community-item--long {
        grid-column-start: 1;
        grid-column-end: 2;
        background: #fff;
    }

    .community-item__img img {
        margin: 0 auto;
    }

    .community-item__desc {
        font-size: 15px;
        line-height: 135%;
        text-align: center;
    }

    .community-item--students {
        position: relative;
        display: flex;
        flex-direction: column;
        background: rgba(215, 206, 255, 0.1);
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #d7ceff;
        transform: rotate(0deg);
    }

    .community-item--students .community-item__desc {
        text-align: left;
        margin: 65px 0 0;
    }

    .community-item__like {
        top: 20px;
        right: 40px;
    }

    .business {
        padding: 0 15px;
        margin: 0 0 60px;
    }

    .business__content {
        padding: 40px 20px;
        margin: 0 0 20px;
        box-sizing: border-box;
    }

    .business__title {
        font-size: 26px;
        line-height: 120%;
        text-align: center;
    }

    .business__desc {
        display: none;
    }

    .business__btn {
        width: 100%;
        max-width: 100%;
        height: 60px;
    }

    .teachers {
        padding: 0 15px;
        margin: 0 0 60px;
    }

    .teachers__title {
        font-size: 36px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 40px;
    }

    .teachers__title br {
        display: none;
    }

    .teachers__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 20px;
        margin: 0 0 40px;
    }

    .teacher__name {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #212121;
        margin: 0 0 20px;
    }

    .teacher__btn {
        width: 100%;
        max-width: 100%;
        margin: auto auto 0;
    }

    .socials {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }

    .socials-animation__text {
        font-size: 26px;
        line-height: 120%;
    }

    .socials-animation__container {
        animation-duration: 15s;
    }

    .socials__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 20px;
        padding: 0 15px;
    }

    .socials-item {
        position: relative;
        display: flex;
        flex-direction: column;
        border: 1px solid #ececec;
        border-radius: 30px;
        background: #fff;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    .socials-item__img {
        display: none;
    }

    .socials-item__details {
        display: none;
    }

    .socials-item__content .socials-item__subscribers {
        display: none;
    }

    .socials-item__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 30px;
    }

    .socials-item__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px;
    }

    .socials-item__desc {
        font-size: 15px;
        line-height: 120%;
        margin: 0 0 30px;
    }

    .socials-item__btn {
        width: 100%;
        height: 45px;
        margin: 0 auto;
    }

    .socials-item:nth-child(1) {
        order: 1;
    }

    .socials-item:nth-child(2) {
        order: 3;
    }

    .socials-item:nth-child(3) {
        order: 2;
    }

    .socials-item:nth-child(4) {
        order: 4;
    }

    .posts {
        margin: 0 0 40px;
        padding: 0 15px;
    }

    .posts__title {
        max-width: 200px;
        font-size: 36px;
        line-height: 120%;
        margin: 0;
    }

    .posts__actions .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }

    .posts__actions .swiper-button-next {
        width: 40px;
        height: 30px;
        margin: 0;
    }

    .media {
        padding: 0 15px;
        margin: 0 0 60px;
    }

    .media__title {
        font-size: 36px;
        line-height: 120%;
        margin: 0;
    }

    .media__actions .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }

    .media__actions .swiper-button-next {
        width: 30px;
        height: 30px;
        margin: 0;
    }

    .books {
        padding: 0 15px;
        margin: 0 0 60px;
    }

    .books__title {
        font-size: 36px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 60px;
    }

    .books__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px 40px;
    }

    .path {
        padding: 0 15px;
        margin: 0 0 60px;
    }

    .path__wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 40px;
        padding: 20px 20px;
    }

    .path__row {
        flex-direction: column;
    }

    .path__img {
        position: relative;
        margin: 0 0 30px;
    }

    .path__img img {
        width: 100%;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .path__img:after {
        top: calc(50% - 45px / 2);
        left: calc(50% - 45px / 2);
        width: 45px;
        height: 45px;
    }

    .path__subtitle {
        margin: 0 0 30px;
    }

    .path__title {
        font-size: 26px;
        line-height: 120%;
        margin: 0 0 10px;
    }

    .path__desc {
        font-size: 15px;
        line-height: 135%;
        margin: 0 0 30px;
    }

}


@media (max-width: 370px) {
    .academy__lessons:after {
        width: 300px;
        height: 384px;
        bottom: 384px;
        right: -65px;
    }
}
