.custom-container {
    width: 100%;
    max-width: 1160px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.breadcrumb-container {
    width: 100%;
    max-width: 1160px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.start {
    margin: 0 0 110px;
}

.start__content {
    display: flex;
    justify-content: space-between;
}

.start__left {
    width: 100%;
    max-width: 600px;
}

.start__right {
    width: 100%;
    max-width: 460px;
}

.start__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #212121;
    margin: 0 0 10px;
}

.start__subtitle {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #212121;
}

.start__desc {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #212121;
    margin: 0 0 50px;
}

.start__details {
    display: flex;
    align-items: center;
}

.start__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    border-radius: 100px;
    background: #e86f2a;
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fbfbf9;
    cursor: pointer;
}

.start__btn:hover {
    color: #fbfbf9;
}

.start__date {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #e86f2a;
    margin-left: 20px;
}

.lessons {
    margin: 0 0 140px;
}

.lessons__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #534496;
    border-radius: 30px;
    padding: 30px 30px;
    box-sizing: border-box;
}

.lessons__author {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lessons__text {
    width: 460px;
    height: 480px;
    padding: 60px 30px 5px;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/lessons/bg.png") no-repeat center/cover;
    box-sizing: border-box;
    margin-left: auto;
    border-radius: 30px;
}

.lessons__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 20px;
}

.lessons__list li {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
    padding-left: 50px;
    margin: 0 0 10px;
}

.lessons__list li:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 30px / 2);
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/lessons/mark.svg") no-repeat center/cover;
}

.why {
    margin: 0 0 140px;
}

.why__container {
    width: 100%;
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.why__content {
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    background: #f8f8f8;
    padding: 60px 60px;
    box-sizing: border-box;
}

.why__left {
    width: 100%;
    max-width: 600px;
}

.why__right {
    width: 100%;
    max-width: 460px;
}

.why__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 145px;
}

.why__desc p {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #212121;
    margin: 0 0 10px;
}

.why__num {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #534496;
    margin: 0 0 10px;
}

.why__info {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #7d7d7d;
}

.why__row {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px;
}

.why__row .why__counters{
    width: 100%;
    max-width: 200px;
}

.why__img img {
    display: block;
    border-radius: 30px;
}

.clients {
    margin: 0 0 140px;
}

.clients__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #212121;
    margin: 0 0 20px;
}

.clients__desc {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #7d7d7d;
    margin: 0 0 60px;
}

.clients__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
}

.clients-item {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 460px;
    border-radius: 20px;
    padding: 30px 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.clients-item--1 {
    background: rgba(215, 206, 255, 0.2);
}

.clients-item--2 {
    background: rgba(254, 211, 172, 0.2);
}

.clients-item--3 {
    background: rgba(208, 221, 244, 0.2);
}

.clients-item--4 {
    background: rgba(254, 229, 240, 0.2);
}

.clients-item--5 {
    background: rgba(169, 192, 217, 0.2);
}

.clients-item--6 {
    background: rgba(147, 178, 195, 0.2);
}

.clients-item__title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 10px;
}

.clients-item__desc {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #7d7d7d;
}

.clients-item__bottom {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    border-radius: 0 60px 20px 20px;
}

.clients-item--1 .clients-item__bottom {
    background: #534496;
}

.clients-item--2 .clients-item__bottom {
    background: #e86f2a;
}

.clients-item--3 .clients-item__bottom {
    background: #d0ddf4;
}

.clients-item--4 .clients-item__bottom {
    background: #ffb1d2;
}

.clients-item--5 .clients-item__bottom {
    background: #12326e;
}

.clients-item--6 .clients-item__bottom {
    background: #17455f;
}

.clients-item__img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.changes {
    margin: 0 0 140px;
}

.changes__container {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.changes__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #212121;
    margin: 0 0 60px;
}

.changes__row {
    display: flex;
    justify-content: space-between;
}

.changes__pros {
    width: 100%;
    max-width: 460px;
}

.changes__cons {
    width: 100%;
    max-width: 460px;
}

.changes__pros ul li,
.changes__cons ul li {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    padding-left: 50px;
    margin: 0 0 20px;
}

.changes__pros ul li:before,
.changes__cons ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px / 2);
    left: 0;
}

.changes__pros ul li:before {
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/changes/pros.png") no-repeat center/cover;
}

.changes__cons ul li:before {
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/changes/cons.png") no-repeat center/cover;
}


section.reviews {
    margin: 0 0 140px!important;
}

section.reviews .reviews__title {
    display: block;
    max-width: 100%;
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #212121;
    margin: 0 auto 60px;
}

.reviews__slider {
    overflow: visible;
}

.reviews-slide {
    width: 100%;
    max-width: 360px;
    height: 510px;
    border: 1px solid #ececec;
    border-radius: 20px;
    background: #f8f8f8;
    padding: 20px 20px;
    box-sizing: border-box;
}

.reviews-slide__header {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.reviews-slide__name {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin-left: 20px;
}

.reviews-slide__title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #e86f2a;
    margin: 0 0 10px;
}

.reviews-slide__desc {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 15px;
}

.program {
    background: #f8f8f8;
    padding: 140px 0;
    margin: 0 0 140px;
    box-sizing: border-box;
}

.program__row {
    display: flex;
    justify-content: space-between;
}

.program__left {
    width: 100%;
    max-width: 560px;
}

.program__right {
    width: 100%;
    max-width: 560px;
}

.program__subtitle {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #7d7d7d;
    margin: 0 0 40px;
}

.program__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
}

.program-lesson {
    border-bottom: 2px solid #e2e2e2;
    padding: 0 0 20px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.program-lesson__header {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.program-lesson__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 32px;
    border-radius: 100px;
    background: #d7ceff;
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #534496;
}

.program-lesson__title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    margin-left: 20px;
}

.program-lesson__body {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #7d7d7d;
}

.result {
    margin: 0 0 140px;
}

.result__row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.result-bonuses {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 655px;
    border-radius: 30px;
    padding: 40px 40px;
    background: #e86f2a;
    box-sizing: border-box;
}

.result-bonuses__img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
}

.result-bonuses__subtitle {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #fed3ac;
    margin: 0 0 10px;
}

.result-bonuses__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #fbfbf9;
    margin: 0 0 60px;
}

.result-bonuses__list li {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fbfbf9;
    padding-left: 50px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.result-bonuses__list li:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/result/mark.svg") no-repeat center/cover;
}

.result-certificates {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 655px;
    border-radius: 30px;
    padding: 40px 40px;
    background: #534496;
    box-sizing: border-box;
}

.result-certificates__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #fbfbf9;
    margin: 0 0 35px;
}

.result-certificates__img {
    margin: 0 0 75px;
}

.result-certificates__img img {
    display: block;
}

.result-certificates__list li {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fbfbf9;
    padding-left: 50px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.result-certificates__list li:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px/2);
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/result/mark.svg") no-repeat center/cover;
}

.result__info {
    max-width: 870px;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #212121;
    margin: 0 0 20px;
}

.result__condition ul {
    list-style: disc;
    padding-left: 20px;
}

.result__condition a {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #212121;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.master {
    margin: 0 0 60px;
}

.master__row {
    display: flex;
    justify-content: space-between;
}

.master__left {
    width: 100%;
    max-width: 480px;
}

.master__right {
    position: relative;
    width: 100%;
    max-width: 560px;
    background: #f8f8f8;
    border-radius: 30px;
    padding: 40px 40px;
    box-sizing: border-box;
}

.master__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 190px;
}

.master__list li {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    padding-left: 50px;
    margin: 0 0 30px;
}

.master__list li:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/master/mark.svg") no-repeat center/cover;
}

.master-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
}

.master-item__content {
    margin-left: 20px;
}

.master-item__title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 10px;
}

.master-item__desc {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
}

.master__img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.master__img img {
   display: block;
}

.workshops {
    margin: 0 0 140px;
}


.workshop {
    margin: 0 0 20px;
}

.workshop__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.workshop__title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
}

.workshop__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #E86F2A;
    cursor: pointer;
}

.workshop__btn:before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 1px;
    background: #E86F2A;
}

.workshop__btn:after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 17px;
    background: #E86F2A;
}

.workshop__btn:hover {
    background: #fed3ac;
}

.workshop__btn:hover:before,
.workshop__btn:hover:after {
    background: #e86f2a;
}

.workshop--active .workshop__btn:after {
    display: none;
}

.workshop__main {
    visibility: hidden;
    opacity: 0;
    height: auto;
    max-height: 0;
    transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
}

.workshop__subtitle {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 20px;
}

.workshop__main ul {
    list-style: disc;
    padding-left: 20px;
}

.workshop__main ul li {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
}

.workshop--active .workshop__main {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    padding: 0 0 35px;
}

.presenter {
    margin: 0 0 140px;
}

.presenter__main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 160px;
}

.presenter__left {
    width: 100%;
    max-width: 460px;
}

.presenter__right {
    width: 100%;
    max-width: 460px;
}

.presenter__title {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 195px;
}

.presenter-about {
    max-width: 320px;
}

.presenter-about__name {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #534496;
    margin: 0 0 10px;
}

.presenter-about__desc {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #212121;
}

.presenter__list li {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    padding-left: 40px;
    margin: 0 0 20px;
}

.presenter__list li:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px/2);
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/presenter/mark.svg") no-repeat center/cover;
}

.presenter-quote {
    position: relative;
    background: #f8f8f8;
    border-radius: 40px;
    padding: 60px 60px 60px 200px;
    box-sizing: border-box;
}

.presenter-quote:before {
    position: absolute;
    content: "";
    display: block;
    width: 440px;
    height: 480px;
    top: -480px;
    left: 280px;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/presenter/author.png") no-repeat center/cover;
}

.presenter-quote:after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 48px;
    top: 60px;
    left: 60px;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/presenter/quotes.svg") no-repeat center/cover;
}

.presenter-quote__first {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 115%;
    color: #9e9e9e;
    margin: 0 0 40px;
}

.presenter-quote__first span {
    color: #212121;
}

.presenter-quote__second {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212121;
}

.tariffs {
    margin: 0 0 140px;
}

.tariffs__content {
    display: flex;
    justify-content: space-between;
}

.tariffs__title {
    max-width: 200px;
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
}

.tariffs__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
}

.tariffs__item {
    width: 100%;
    max-width: 360px;
}

.tariffs__item--sold-out {
    pointer-events: none;
}

.service-price__card {
    display: flex;
    align-items: flex-start;
    border-radius: 30px;
    background: #f8f8f8;
    padding: 30px 20px;
    box-sizing: border-box;
    min-height: 1100px;
}

.service-price__card-title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    padding: 0;
}

.service-price__card-subtitle {
    padding: 10px 20px;
    border-radius: 100px;
    background: #d7ceff;
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #534496;
    margin: 5px 0 0;
}

.service-price__card-start {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #7d7d7d;
    margin: auto 0 20px;
}

.service-price__card-features {
    display: block;
    margin: 0;
    padding: 0;
}

.service-price__card-feature {
    position: relative;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
    padding-left: 40px;
    margin: 0 0 15px;
}

.service-price__card-feature:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px/2);
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/tariffs/star.svg") no-repeat center/cover;
}

.service-price__card-bonuses {
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
}

.service-price__card-bonuses-text {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 20px;
}

.service-price__card-bonuses-list {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

.service-price__card-bonuses-item {
    position: relative;
    display: list-item;
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
    padding-left: 40px;
    margin: 0 0 15px;
}

.service-price__card-bonuses-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px/2);
    left: 0;
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/tariffs/pdf.svg") no-repeat center/cover;
}

.service-price__card-bonuses--grey .service-price__card-bonuses-text {
    text-decoration: line-through;
    color: #7d7d7d;
}

.service-price__card-bonuses--grey .service-price__card-bonuses-item {
    color: #7d7d7d;
}

.service-price__card-bonuses--grey .service-price__card-bonuses-item:before {
    background: url("/wp-content/themes/reboot_child/assets/images/silavslove/tariffs/canceled.svg") no-repeat center/cover;
}

.service-price__total {
    margin: auto 0 10px;
    padding: 0;
    gap: 0;
}

.service-price__total-title {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 10px;
}

.service-price__total-price {
    font-family: "Involve", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #e86f2a;
}

.service-price__total-old-prices .service-price__total-price {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #212121;
    margin: 0 0 10px;
}

.service-price__total-old-prices .service-price__total-price.service-price__total-old-price {
    font-family: "Involve", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-decoration: line-through;
    color: #7d7d7d;
}

.service-price__button {
    width: 100%;
    margin: 0 auto;
}

.service-price__button--sold-out {
    background: #595959!important;
}

@media (max-width: 992px) {
    main {
        overflow: hidden;
    }
    .breadcrumb-container {
        margin: 100px auto 0;
    }
    .custom-container {
        padding: 0 10px;
    }
    .start {
        margin: 0 0 60px;
    }
    .start__content {
        flex-direction: column;
        align-items: center;
    }
    .start__title {
        font-size: 36px;
        line-height: 130%;
        text-align: center;
    }
    .start__subtitle {
        font-size: 24px;
        line-height: 130%;
        text-align: center;
        margin: 0 0 60px;
    }
    .start__desc {
        font-size: 15px;
        line-height: 110%;
        text-align: center;
        margin: 0 0 40px;
    }
    .start__details {
        flex-direction: column;
    }
    .start__btn {
        width: 100%;
        max-width: 320px;
        height: 60px;
        font-size: 16px;
        line-height: 120%;
        margin: 0 auto 20px;
    }
    .start__date {
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        margin: 0;
    }
    .start__date br {
        display: none;
    }
    .lessons {
        margin: 0 0 100px;
    }
    .lessons__content {
        flex-direction: column-reverse;
        padding: 10px 10px 0;
    }
    .lessons__author {
        position: static;
    }
    .lessons__author img {
        display: block;
        margin: 0 auto;
    }
    .lessons__text {
        width: 100%;
        max-width: 340px;
        height: 505px;
        padding: 60px 10px 5px;
        background: url("/wp-content/themes/reboot_child/assets/images/silavslove/lessons/bg-mob.png") no-repeat center / cover;
        margin: 0 auto;
    }
    .lessons__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 30px;
    }
    .lessons__list li {
        position: relative;
        font-family: "Involve", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        color: #212121;
        padding-left: 40px;
        margin: 0 0 10px;
    }
    .why {
        margin: 0 0 100px;
    }
    .why__container {
        width: 100%;
        max-width: 1280px;
        padding: 0 10px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .why__content {
        align-items: center;
        flex-direction: column;
        border-radius: 30px;
        padding: 30px 20px;
    }
    .why__title {
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 30px;
    }
    .why__desc p {
        font-size: 15px;
        line-height: 110%;
        margin: 0 0 10px;
    }
    .why__right {
        display: flex;
        flex-direction: column;
    }
    .why__img {
        margin: 0 0 30px;
    }
    .why__row {
        margin: 20px 0 30px;
    }
    .why__num {
        font-size: 24px;
        line-height: 130%;
        margin: 0 0 4px;
    }
    .why__info {
        font-size: 15px;
        line-height: 110%;
    }
    .clients {
        margin: 0 0 100px;
    }
    .clients__title {
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 10px;
    }
    .clients__desc {
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 30px;
    }
    .clients__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 20px;
    }
    .clients-item {
        width: 100%;
        max-width: 360px;
        height: 400px;
        padding: 20px 20px;
        margin: 0 auto;
    }
    .clients-item--2,
    .clients-item--3 {
        height: 360px;
    }
    .clients-item--4 {
        height: 340px;
    }
    .clients-item--5,
    .clients-item--6 {
        height: 370px;
    }
    .clients-item__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 20px;
    }
    .clients-item__desc {
        font-size: 15px;
        line-height: 120%;
    }
    .changes {
        margin: 0 0 100px;
    }
    .changes__title {
        max-width: 320px;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 30px;
    }
    .changes__row {
        max-width: 320px;
        display: grid;
        gap: 10px;
        margin: 0 auto 20px;
    }
    .changes__pros ul li,
    .changes__cons ul li {
        font-size: 15px;
        line-height: 120%;
        padding-left: 40px;
        margin: 0 0 10px;
    }
    section.reviews {
        margin: 0 0 60px !important;
    }
    section.reviews .reviews__title {
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 30px;
        padding: 0;
    }
    .program {
        padding: 60px 0;
        margin: 0 0 60px;
    }
    .program__row {
        flex-direction: column;
    }
    .program__left {
        margin: 0 auto;
    }
    .program__subtitle {
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 10px;
    }
    .program__title {
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 auto 30px;
    }
    .program__right {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .program-lesson__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 10px;
    }
    .program-lesson__title {
        font-size: 15px;
        line-height: 120%;
        margin: 10px 0 0;
    }
    .program-lesson__body {
        font-size: 15px;
        line-height: 120%;
    }
    .result {
        margin: 0 0 100px;
    }
    .result__row {
        flex-direction: column;
    }
    .result-bonuses {
        width: 100%;
        max-width: 560px;
        height: auto;
        border-radius: 20px;
        padding: 20px 20px;
        margin: 0 auto 20px;
    }
    .result-bonuses__img svg {
        width: 60px;
        height: 60px;
    }
    .result-bonuses__subtitle {
        font-size: 15px;
        line-height: 120%;
        margin: 0 0 10px;
    }
    .result-bonuses__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 30px;
    }
    .result-bonuses__list li {
        font-size: 15px;
        line-height: 130%;
        padding-left: 40px;
        margin: 0 0 20px;
    }
    .result-certificates {
        width: 100%;
        max-width: 560px;
        height: auto;
        border-radius: 20px;
        padding: 20px 20px 0;
        margin: 0 auto;
    }
    .result-certificates__title {
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 30px;
    }
    .result-certificates__img {
        margin: 0 0 10px;
    }
    .result-certificates__img img {
        margin: 0 auto;
    }
    .result-certificates__list {
        max-width: 280px;
        margin: 0 auto;
    }
    .result-certificates__list li {
        font-size: 15px;
        line-height: 130%;
        padding-left: 40px;
        margin: 0 0 30px;
    }
    .result__info {
        max-width: 320px;
        font-size: 15px;
        line-height: 110%;
        margin: 0 auto 20px;
    }
    .result__condition {
        max-width: 320px;
        margin: 0 auto;
    }
    .result__condition a {
        font-size: 15px;
        line-height: 110%;
    }
    .master__row {
        align-items: center;
        flex-direction: column;
    }
    .master__title {
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 30px;
    }
    .master__list {
        max-width: 320px;
        margin: 0 auto;
    }
    .master__list li {
        font-size: 15px;
        line-height: 120%;
        padding-left: 40px;
        margin: 0 0 20px;
    }
    .master__right {
        width: 100%;
        max-width: 420px;
        border-radius: 20px;
        padding: 20px 20px 160px;
        margin: 0 auto;
    }
    .master-item {
        margin: 0 0 20px;
    }
    .master-item img {
        width: 30px;
        height: 30px;
    }
    .master-item__content {
        margin-left: 10px;
    }
    .master-item__title {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px;
    }
    .master-item__desc {
        font-size: 15px;
        line-height: 120%;
    }
    .workshops {
        margin: 0 0 100px;
    }
    .workshop {
        max-width: 320px;
        margin: 0 auto 20px;
    }
    .workshop__title {
        font-size: 15px;
        line-height: 120%;
    }
    .workshop__btn {
        width: 40px;
        height: 40px;
    }
    .workshop__subtitle {
        font-size: 15px;
        line-height: 120%;
        margin: 0 0 20px;
        padding: 20px 0 0;
    }
    .workshop__main ul li {
        font-size: 15px;
        line-height: 120%;
    }
    .presenter {
        overflow: hidden;
        margin: 0 0 100px;
    }
    .presenter__main {
        max-width: 320px;
        flex-direction: column;
        margin: 0 auto 410px;
    }
    .presenter__title {
        font-size: 32px;
        line-height: 120%;
        margin: 0 0 30px;
    }
    .presenter-about__name {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px;
    }
    .presenter-about__desc {
        font-size: 12px;
        line-height: 120%;
    }
    .presenter-about {
        margin: 0 0 30px;
    }
    .presenter__list li {
        font-size: 15px;
        line-height: 120%;
        padding-left: 40px;
        margin: 0 0 10px;
    }
    .presenter-quote {
        border-radius: 20px;
        padding: 80px 20px 20px 20px;
    }
    .presenter-quote:before {
        width: 360px;
        height: 392px;
        top: -392px;
        left: calc(50% - 360px / 2);
    }
    .presenter-quote:after {
        width: 40px;
        height: 32px;
        top: 20px;
        left: 20px;
    }
    .presenter-quote__first {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px;
    }
    .presenter-quote__second {
        font-size: 15px;
        line-height: 120%;
    }
    .tariffs {
        margin: 0 0 100px;
    }
    .tariffs__content {
        flex-direction: column;
    }
    .tariffs__title {
        max-width: initial;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 30px;
    }
    .tariffs__items {
        flex-direction: column;
        align-items: center;
    }
    .tariffs__item {
        margin: 0 0 30px;
    }
    .service-price__card {
        flex-direction: column;
        min-height: initial;
    }
    .service-price__card-start {
        font-size: 16px;
        line-height: 120%;
        margin: 50px 0 20px;
    }
}