.pt-20 {
    padding-top: 20px;
}
.pe-none {
    pointer-events: none;
}
.section-img {
    position: relative;
    height: 575px;
    margin-bottom: 40px;
}
.sidebar-menu__wrap{
    background-color: var(--white);
    padding: 10px 0;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .sidebar-menu__wrap{
        position: sticky;
        z-index: 90;
        top: var(--header-h);
    }
}
.sidebar-menu__list{
    display: flex;
    gap: 10px;
}

.sidebar-menu__list .btn:hover{
    background-color: var(--black);
    color: var(--white);
}
.section-img img {
    opacity: 70%;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
.gray-block {
    /* position: absolute; */
    /* top: 75px; */
    max-width: 1243px;
    background: #F6F6F6B2;
    border-radius: 20px;
    padding: 25px 50px;
}
.gray-block .title {
    font-size: 64px;
    margin-bottom: 45px;
}
.gray-block .subtitle {
    font-size: 36px;
}

.new-direction {
    font-size: 18px;
    line-height: 30px;
}
.new-direction .row > .p-11 {
    padding-left: 11px;
    padding-right: 11px;
}
.new-direction .h2, .new-direction h2 {
    margin-bottom: 25px;
    font-size: 46px;
    font-weight: 700;
}
.check-up .h2, .check-up h2, .advantages .h2, .advantages h2, .why .h2, .why h2, .faq h2, .faq .h2, .reviews .h2, .reviews h2, .order h2, .order .h2 {
    margin-bottom: 50px;
}

.new-direction .button {
    cursor: pointer;
    background: #46B3DE;
    border-radius: 36px;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: white;
    padding: 45px 20px;
    padding: 17px;
    display: inline-block;
}
.new-direction .button:hover {
    text-decoration: none;
}

.advantages, .why, .choise, .form:not(.last-form), .order, .faq__wrap, .review__wrap {
    margin: 120px 0;
}
.b-footer {
    margin-top: 120px;
}
.more {
    font-weight: 500;
    color: #46B3DE;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    /* padding: 10px 0px; */
}
.more-content:not(.show) {
    display: none;
}
.check-up-item {
    border-radius: 32px;
    padding: 16px;
    background: var(--bg);
}
.check-up-item:has(.autoheight) {
    height: 100%;
}
.check-up-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 24px;
}
.check-up-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.check-up-item-text ul {
    list-style: none;
    padding-left: 0;
}
.check-up-item-text ul li {
    background: url('/local/templates/medica/images/marker.svg') 0 5px no-repeat;
    margin-bottom: 30px;
    padding-left: 80px;
}
.check-up-item-text ul li:last-child {
    margin-bottom: 0;
}

.adv-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.adv-item-img {}
.adv-item-img img {
    border-radius: 32px;
    max-height: 291px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 500/300;
}


.adv-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
}

.adv-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--text);
}
.why{
    position: relative;
}
.why .pattern__wrap:before,
.why .pattern__wrap:after {
    display: none;
}
@media (min-width: 992px) {
    .why .pattern__wrap {
        --pattern-op: .8;
        --pattern-top-after: 0;
        --pattern-bottom-after: auto;
        --pattern-left-after: auto;
        --pattern-right-after: 50px;
    }
    .why .pattern__wrap:after {
        display: block;
    }
}
.why > .row {
    row-gap: 60px;
}
.why-item {}
.why-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--blue);
}
.why-title span {
    display: block;
}
.why-title span i{
    font-size: 64px;
    font-style: normal;
}
.why-title span.val {
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
}

.why-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #2d2c38;
}

@media (min-width: 992px) {
    .why-title {
        font-size: 20px;
    }
    .why-title span i{
        font-size: 60px;
    }
    .why-title span.val {
        font-size: 128px;
    }
    .why-text {
        font-size: 20px;
    }
}

.choise {

}
.choise-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}
.choise-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--bg);
    border-radius: 32px;
    padding: 28px;
    gap: 30px;
}
.content .choise > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--text);
}
.choise-list-item-img {
    min-width: max-content;
    margin-bottom: 20px;
}
.choise-list-item-img img {}
.choise-list-item-content {
    margin-bottom: 40px;
}
.choise-list-item-read-more{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--blue);
}
.choise-list-item-title {
    margin-bottom: 5px;
}
.choise h4 {
    margin: 25px 0;
}
.choise p u {
    text-decoration: underline;
    cursor: pointer;
}
.choise-list-item-title, .choise h4, .paket-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
    min-height: 50px;
}
.choise-list-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text);
}
.paket-item {
    display: flex;
    gap: 24px;
}
.paket-item-img {
    min-width: max-content;
}
.paket-row {
    margin: 50px 0;
}

.form {
    background: #46B3DE;
    padding: 50px 75px 70px 75px;
    border-radius: 20px;
    color: white;
}
.form h4, .form .form-group {
    margin-bottom: 30px;
}
.mb-0 {
    margin-bottom: 0;
}
.form .form-group {
    display: flex;
}
.form > .row {
    row-gap: 10px;
}
.form-input, .form-textarea {
    padding: 14px;
    padding-left: 50px;
    border-radius: 36px;
    border: none;
    width: 100%;
}
.form-textarea {
    width: 100%;
    resize: none;
    height: 109px;
}
.form-button {
    background: white;
    border: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    padding: 20px;
    border-radius: 36px;
    min-width: 313px;
    text-align: center;
    cursor: pointer;
}
.form-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.custom-checkbox + label span a {
    color: white;
    text-decoration: underline;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    gap: 20px;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: white;
    flex-shrink: 0;
    flex-grow: 0;
    /* border: 1px solid #adb5bd; */
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.faq h4 {
    padding: 27px 290px 27px 56px;
    margin: 0;
    cursor: pointer;
    transition: .2s;
}
.faq div {
    contain: layout;
    padding: 0 175px 27px 56px;
    transform: translate(0, 0);
    transition: .3s opacity, .6s max-height;
    z-index: 2;
}
.faq div > *:last-child {
    margin-bottom: 0;
}
.faq ul {
    margin: 0;
    padding-left: 0;
}
.faq ul > li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #0000001A;
    -webkit-tap-highlight-color: transparent;
}
.faq ul > li + li {
    margin-top: 28px;
}
.faq ul > li:last-of-type {
    padding-bottom: 0;
}
.faq ul > li i {
    position: absolute;
    transform: translate(-6px, 0);
    top: calc(50% - 6.72px);
    right: 66px;
}
.faq ul > li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 2px;
    height: 17px;
}
.faq ul > li i:before {
    transform: translate(-9px, 0) rotate(45deg);
}
.faq ul > li i:after {
    transform: translate(3px, 0) rotate(-45deg);
}
.faq ul > li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
    visibility: visible;
}
.faq ul > li input[type=checkbox]:checked ~ h4 {
    color: #000;
}
.faq ul > li input[type=checkbox]:checked ~ div {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    padding: 0 175px 0 56px;
    /*transform: translate(0, 50%);*/
}
.faq ul > li input[type=checkbox]:checked ~ i:before {
    transform: translate(3px, 0) rotate(45deg);
}
.faq ul > li input[type=checkbox]:checked ~ i:after {
    transform: translate(-9px, 0) rotate(-45deg);
}
.faq ul > li:has(input[type=checkbox]:checked) {
    outline: none;
}
.faq ul > li {
    outline: 1px solid #46B3DE
}

.order-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.order-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.order-list-item-title {
    margin-bottom: 0;
}
.order-list-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 10px;
}
.order-list-item-num {
    border: 1px solid var(--blue);
    max-width: 44px;
    min-width: 44px;
    min-height: 44px;
    max-height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color:var(--blue);
    background: white;
    position: relative;
}
/*.order-list-item-num:before {
    height: 76px;
    content: '';
    display: block;
    width: 76px;
    position: absolute;
    left: -10px;
    background: white;
    z-index: -1;
}
.order-list-item-num span:after {
    content: '';
    display: block;
    position: absolute;
    height: 160px;
    width: 2px;
    border-left: 2px dashed #46B3DE;
    z-index: -2;
    left: calc(28px - 2px);
    top: 54px;
}*/
.order-list-item:last-child .order-list-item-num span:after {
    display: none;
}
.order-list-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--text);
}

.review {
    border: 1px solid #46B3DE;
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    gap: 22px;
    align-items: start;
}
.review h4 {
    margin-bottom: 20px;
}
.review-text > *:last-child {
    margin-bottom: 0;
}
.review img {
    width: unset !important;
}

.adv-slider .owl-dots, .rev-slider .owl-dots {
    display: flex;
    height: 15px;
    background: #EBEAEA;
    border-radius: 20px;
    align-items: center;
    padding: 3px 9px;
    margin-top: 35px;
}
.adv-slider.owl-carousel button.owl-dot, .rev-slider.owl-carousel button.owl-dot {
    width: 100%;
}
.adv-slider.owl-theme .owl-dots .owl-dot.active span, .rev-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #46B3DE;
}
.adv-slider.owl-theme .owl-dots .owl-dot span, .rev-slider.owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 9px;
    margin: 0;
    background: #EBEAEA;
    border-radius: 20px;
    margin-top: 35px;
    margin-top: 0 !important;
}
.adv-slider.owl-carousel.owl-drag .owl-item {
    /* border-radius: 20px;
    border: 1px solid #EBEAEA; */
}
.rev-slider.owl-carousel.owl-drag .owl-item {

}
.adv-slider.owl-theme .owl-nav [class*=owl-], .rev-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    display: flex;
}
.adv-slider.owl-theme .owl-nav, .rev-slider.owl-theme .owl-nav {
    position: absolute;
    top: -108px;
    right: 0;
    margin: 0;
    display: flex;
    gap: 23px;
}
.adv-slider.owl-theme .owl-nav [class*=owl-]:hover, .rev-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.adv-slider .owl-stage-outer {
    display: flex;
    flex-direction: column;
}
.rev-slider .owl-stage-outer {

}
.adv-slider .owl-stage-outer {
    width: calc(100% + 3px);
}
.adv-slider .owl-stage {
    display: flex;
}
.rev-slider .owl-stage {

}
.adv-slider .owl-stage {
    margin-left: 3px;
}


#kviz .modal-content {
    width: 100%;
    padding: 55px 260px 30px 45px;
    background: #F6F6F6;
    background: url('/local/templates/medica/images/kviz-back.jpeg') no-repeat;
    background-position: center center;
    background-size: cover;
}
#kviz .title {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}
#kviz .subtitle {
    font-size: 24px;
    font-weight: 700;
}
#kviz .modal-body {
    padding: 0;
}
#kviz .marquiz__container {
    text-align: left;
    margin: 46px 0;
}
#kviz .marquiz__container a {
    color: white !important;
}
#kviz .text-under {
    font-size: 18px;
}
#kviz.b-modal .close {
    background: url('/local/templates/medica/images/kviz-close-modal-ne.svg') no-repeat;
}
.advantages .text-center {
    margin-top: 80px;
}
.reviews .text-center {
    margin-top: 60px;
}
.alert, .mf-ok-text {
    margin-top: 1rem;
    margin-bottom: 0;
}
.mf-ok-text {
    color: black;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    background: lightgreen;
}
.choise-list-item-read-more-box .button,
.paket-item--read-more-box .button{
    text-align: center;
}
@media (min-width: 992px) {
    #kviz .modal-dialog {
        min-width: 871px;
    }
}
@media (max-width: 991.98px) {
    #kviz .modal-content {
        padding: 30px 45px;
    }
}
@media (max-width: 575.98px) {
    #kviz.b-modal .close {
        background-size: 30px 30px;
    }
    #kviz .title, #kviz .subtitle, .text-under {
        text-align: center;
    }
    #kviz .marquiz__container a {
        width: 100%;
    }
    #kviz .modal-content {
        padding: 30px 15px;
    }
}
@media (max-width: 399.98px) {
    #kviz .title {
        font-size: 30px;
    }
    #kviz .subtitle {
        font-size: 18px;
    }
    #kviz .text-under {
        font-size: 16px;
    }
    #kviz.b-modal .close {
        top: 15px;
        right: 15px;
    }
    #kviz.b-modal .close {
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
    }
    #kviz .marquiz__container {
        margin: 30px 0;
    }
}
@media (min-width: 1480px) {
    .new-direction .container {
        max-width: 1375px;
    }

    .gray-block {
        margin-left: -35px;
    }
}
@media (max-width: 1479.98px) {
    .gray-block .title {
        font-size: 54px;
    }
    .gray-block .subtitle {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .text-block-button {
        padding-top: 35px;
    }
}
@media (max-width: 1199.98px) {
    .section-img {
        height: 475px;
        margin-bottom: 10px;
    }
    .new-direction .check-up-item .button {
        padding: 17px 10px;
        width: 100%;
    }
    .new-direction .check-up-item .text-center {
        margin-top: 15px;
    }

    .check-up-item-title {
        font-size: 24px;
        padding: 23px;
    }
    .check-up-item-text ul li {
        padding-left: 50px;
        background-size: 32px;
    }
    .check-up, .advantages, .why, .choise, .form:not(.last-form), .order, .reviews, .faq {
        margin: 60px 0;
    }
    .b-footer {
        margin-top: 60px;
    }
    .check-up-item-text.autoheight {
        height: calc(100% - 76px);
    }
    .advantages .text-center, .reviews .text-center {
        margin-top: 35px;
    }
    .faq h4 {
        padding: 27px 140px 27px 56px;
    }
    .faq div {
        padding: 0 100px 27px 56px;
    }
    .form {
        padding: 50px;
    }
}
@media (max-width: 991.98px) {
    .section-img {
        height: 450px;
    }
    .gray-block {
        padding: 25px 30px;
    }
    .gray-block .title {
        font-size: 46px;
        font-weight: 700;
    }
    .gray-block .subtitle {
        font-size: 24px;
        margin-bottom: 0;
    }
    .section-img .container, .new-direction .container {
        max-width: calc(100% - 10px);
    }
    .choise {
        padding: 38px 23px 40px 34px;
    }
    .paket-item {
        flex-direction: column;
    }
    .form {
        padding: 30px 36px 47px 36px;
    }
    .form .h2, .form h2, .form h4, .form .h4 {
        text-align: center;
    }
    .form .form-group {
        margin-bottom: 23px;
    }
    .form .h2, .form h2 {
        margin-bottom: 15px;
    }
    .form .h4, .form h4 {
        margin-bottom: 35px;
    }
    .form-input, .form-textarea {
        width: 83%;
        margin: 0 auto;
    }
    .form-group:has(.form-button) {
        justify-content: center;
    }
    .form-button {
        font-size: 18px;
    }
    .custom-checkbox+label {
        width: 80%;
        margin: 0 auto;
        align-items: start;
        padding: 15px 0;
    }
    .order-list-item-num span:after {
        height: 225px;
    }
}
@media (max-width: 767.98px) {
    .gray-block {
        padding-right: 60px;
    }
    .why > .row {
        row-gap: 30px;
        justify-content: center;
    }
    .paket-row {
        margin: 30px 0;
    }
    .order-list-item-num span:after {
        height: 335px;
    }
    .review {
        width: calc(100% - 1px);
    }
    .section-img .container {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }
    /*.section-img .container > div {*/
    /*    padding-top: 0 !important;*/
    /*}*/
}
@media (max-width: 700.98px) {
    .new-direction .h2, .new-direction h2 {
        font-size: 40px;
    }
    .adv-slider.owl-theme .owl-nav [class*=owl-] svg, .rev-slider.owl-theme .owl-nav [class*=owl-] svg {
        width: 48px;
        height: 48px;
    }
    .adv-slider.owl-theme .owl-nav, .rev-slider.owl-theme .owl-nav {
        top: -99px;
    }
    .order-list-item-title {
        min-width: 170px;
    }
    .order-list-item-num span:after {
        height: 395px;
    }
}
@media (max-width: 575.98px) {
    .section-img {
        height: 380px;
    }
    .gray-block {
        padding: 28px 18px;
        padding-right: 28px;
    }
    .gray-block .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .new-direction .h2, .new-direction h2 {
        font-size: 36px;
    }
    .check-up .h2, .check-up h2, .advantages .h2, .advantages h2, .why .h2, .why h2, .faq h2, .faq .h2, .reviews .h2, .reviews h2, .order h2, .order .h2 {
        margin-bottom: 40px;
    }
    .advantages h2, .reviews h2 {
        margin-bottom: 80px;
    }
    .check-up > .row {
        row-gap: 42px;
    }
    .check-up-item-text.autoheight {
        height: unset;
    }
    .adv-slider.owl-theme .owl-nav, .rev-slider.owl-theme .owl-nav {
        top: -65px;
        width: 100%;
    }
    .adv-item-content {
        padding: 10px;
    }
    .adv-slider .owl-dots, .rev-slider .owl-dots {
        margin-top: 15px;
    }
    .choise-list-item-content {
        margin-bottom: 20px;
    }
    .choise-list {
        padding-top: 20px;
    }
    .choise {
        padding: 22px 17px 40px 17px;
    }
    .paket-item {
        flex-direction: row;
        align-items: center;
    }
    .paket-row {
        margin: 20px 0;
        row-gap: 28px;
    }
    .paket-row > div {
        padding: 0;
    }
    .paket-item-title br {
        display: none;
    }
    .form h4 {
        font-size: 18px;
    }
    .form {
        padding: 30px 14px 47px 14px;
    }
    .form-input, .form-textarea, .custom-checkbox+label {
        width: 95%;
        border-radius: 20px;
    }
    .form-input, .form-textarea {
        padding-left: 14px;
    }
    .custom-checkbox+label {
        font-size: 14px;
        line-height: 20px;
        gap: 17px;
    }
    .order-list-item-num span:after {
        display: none;
    }
    .order-list-item {
        gap: 15px;
        align-items: flex-start;
    }
    .order-list {
        gap: 40px;
    }

    .order-list-item-title {
        max-width: calc(100% - 71px);
    }
    .order-list-item-text {
        padding-left: 0;
    }
    .review {
        padding: 22px;
    }
    .faq h4 {
        padding: 24px 40px 24px 17px;
    }
    .faq div {
        padding: 0 45px 26px 17px;
    }
    .faq ul > li i {
        right: 20px;
    }
    .new-direction .button {
        padding: 17px;
    }
    .why-title {
        white-space: nowrap;
    }
    .paket-item {
        gap: 12px;
    }
    .new-direction .button {
        width: 100%;
    }

    .choise-list-item-read-more-box .button,
    .paket-item--read-more-box .button{
        padding: 5px 17px;
        width: auto;
    }

    .reviews .button {
        display: none;
    }
}
@media (max-width: 419.98px) {
    .gray-block .title {
        font-size: 28px;
    }
    .gray-block .subtitle {
        font-size: 22px;
    }
}
@media (max-width: 399.98px) {
    .new-direction .h2, .new-direction h2 {
        font-size: 32px;
    }
    .form-input, .form-textarea, .custom-checkbox+label {
        width: 100%;
    }
    .gray-block .title {
        font-size: 26px;
    }
    .gray-block .subtitle {
        font-size: 20px;
    }
    .section-img {
        height: 350px;
    }
    .faq h4, .new-direction .button {
        font-size: 20px;
    }
    .faq div, .review-text {
        font-size: 14px;
    }
}
@media (max-width: 379.98px) {
    .gray-block .title {
        font-size: 24px;
    }
}
@media (max-width: 359.98px) {
    .new-direction {
        font-size: 16px;
        line-height: 26px;
    }
    .check-up, .advantages, .why, .choise, .form:not(.last-form), .order, .reviews, .faq {
        margin: 40px 0;
    }
    .b-footer {
        margin-top: 40px;
    }
    .new-direction .h2, .new-direction h2 {
        font-size: 26px;
    }
    .faq h4, .new-direction .button {
        font-size: 18px;
    }
    .why-title span {
        font-size: 60px;
    }
    .choise-list-item-img, .paket-item-img {
        min-width: 50px;
        max-width: 50px;
    }
    .choise-list-item {
        gap: 15px;
    }
    .choise-list-item-title, .choise h4, .paket-item-title {
        font-size: 20px;
    }
    .custom-checkbox+label {
        font-size: 12px;
        line-height: 16px;
        gap: 12px;
    }
    .custom-checkbox+label::before {
        width: 28px;
        height: 28px;
    }
    .form-button {
        min-width: 100%;
    }
    .review {
        padding: 22px 15px;
        gap: 10px;
    }
    .why-text {
        font-size: 12px;
    }
}
.main-desc-box{
    margin-bottom: 70px;
}
.main-desc-box table td{
    /*border: 1px solid #ccc;*/
}
@media (min-width: 1480px) {
    .section-img__container.container {
        max-width: 1375px;
    }
}
.content .section-img h1 {
    margin-bottom: 0;
}
.content .section-img h1,
.section-img .breadcrumbs-item,
.section-img .breadcrumbs-item:not(:last-child):after,
.section-img .breadcrumbs-item:not(:last-child){
    color: var(--white);
}
.section-img{
    position:relative;
    background-color: #ccc;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    height: 575px;
    box-sizing: border-box;
    border-radius: 32px;
    color: #000;
    overflow: hidden;
}
.section-img:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(64, 64, 64, 0.3);
}

.section-img h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 128%;
    margin: 0;
}
.section-img__container{
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 1;
}
.section-img__content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 16px;
}
@media (max-width: 768px) {
    .section-img {
        height: 449px;
        padding: 72px 0;
    }
    .section-img h1 {
        font-size: 46px;
    }
    .section-img__content {
        padding: 23px 31px;
        max-width: 475px;
    }
}
@media (max-width: 767.98px) {
    .section-img .container {
        align-items: flex-end;
    }
}
@media (max-width: 530px) {
    .section-img {
       /* height: 380px;*/
       /* padding: 43px 0;*/
        padding: 0;
    }
    .section-img h1{
        font-size: 30px;
    }
    .section-img__content {
        max-width: 340px;
    }
}
.text-block ul{
    margin-left: 20px;
}
.form__input {
    padding-left: 50px;
    border-radius: 36px;
}
.form__field-title{
    display: none;
}
.form__checkbox-wrap + .form__field-title{
    display: block;
}
.form__field-title a{
    color: #fff;
}
.form .btn{
    background: white;
    border: none;
    font-size: 24px!important;
    line-height: 1;
    font-weight: 500;
    padding: 20px;
    border-radius: 36px;
    min-width: 313px;
    text-align: center;
    cursor: pointer;
    color: #333;
}
body .site-wrapper{
    overflow: visible;
}
.main-desc-box ul li p{
    display: inline-block;
}
.main-desc-box table{
    width: 100%!important;
}
.main-desc-box table tr{
    width: auto!important;
    height: auto!important;
}

.main-desc-box table td p,
.main-desc-box table td span{
    max-width: 100%;
    white-space: normal;
}
.main-desc-box table td,
.main-desc-box table th{
    width: auto!important;
    height: auto!important;
    color: var(--black);
}
@media (max-width: 600px) {
    .main-desc-box table td,
    .main-desc-box table th{
        padding: 10px 16px;
        font-size: 12px;
    }
}
.sidebar-menu__list .btn{
     white-space: nowrap;
 }
.sidebar-menu__wrap .container{
    overflow: auto;
    max-width: 100%;
}
.text-block_beaty{
    position: relative;
    text-align: center;
}
.text-block_beaty .pattern__wrap:before,
.text-block_beaty .pattern__wrap:after{
    display: none;
}
.content .new-direction h2{
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #2d2c38;
    margin-bottom: 30px;
}
.check-up__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
}
.advantages__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.choise-post-text{
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.review__wrap .light-wrapper{
    display: flex;
    align-items: stretch;
}
.review__item{
    height: 100%;
}
.review__item__inner{
    border-radius: 32px;
    padding: 16px;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 600px) {
   .new-direction .text-block .text-block-button{
       margin-top: 20px;
   }
}
@media (max-width: 991px) {
    .check-up-item-title__btns,
    .advantages__title__btns{
        display: none;
    }
}
@media (min-width: 600px) {
    .choise-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .choise-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 48px;
    }
}
@media (min-width: 992px) {
    .choise-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }
    .advantages__title{
        margin-bottom: 30px;
    }
    .advantages__btns{
        display: none;
    }
    .check-up__list{
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }
    .content .new-direction h2{
        font-size: 44px;
        line-height: 110%;
        margin-bottom: 48px;
    }
    .text-block_beaty .text-block-button .btn{
        display: inline-flex;
        width: auto;
    }
    .text-block_beaty{
        padding: 150px 0;
    }
    .text-block_beaty .container{
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
    .text-block_beaty .pattern__wrap{
        --pattern-op: .8;
        --pattern-top-after: auto;
        --pattern-bottom-after: 80px;
        --pattern-left-after: auto;
        --pattern-right-after: 100px;
    }
    .text-block_beaty .pattern__wrap:after{
        display: block;
    }
    .section-img__content{
        padding: 18px 50px 50px;
    }

    .sidebar-menu__wrap{
        margin-bottom: 120px;
    }
    .sidebar-menu__list{
        flex-wrap: wrap;
    }
    .sidebar-menu__list .btn{
        font-size: 12px;
    }

    .check-up-item {
        padding: 28px;
        height: 100%;
    }
    .check-up-item-text-btns{
        display: none;
    }
    .check-up-item-title {
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 30px;
    }
    .check-up-item-text {

    }

    .adv-item > *{
        width: 50%;
    }
    .adv-item-content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        height: 100%;
    }
    .adv-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 100px
    }
    .adv-item-title {
        font-size: 32px;
    }

    .order-list-item {
        gap: 32px
    }
    .order-list-item-num {
        max-width: 64px;
        min-width: 64px;
        min-height: 64px;
        max-height: 64px;
    }
}
@media (min-width: 1200px) {
    .choise-list {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 1340px) {
    .sidebar-menu__list > *{
        width: 19%;
    }
}
/*
.inline-form_reviews{
    display: none;
}*/
