.b-component-title {
    display: none;
}
.pt-20 {
    padding-top: 20px;
}
.pe-none {
    pointer-events: none;
}
.section-img {
    position: relative;
    height: 575px;
    margin-bottom: 40px;
}
.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;
}
.sidebar-list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    border-left: 4px solid #46B3DE;
    position: sticky;
    top: 200px;
}
.sidebar-list ul {
    list-style: none;
    padding-left: 0;
    /* border-left: 4px solid #46B3DE; */
    margin-bottom: 0;
}
.sidebar-list ul li {
    margin-bottom: 30px;
}
.sidebar-list ul li:last-child {
    margin-bottom: 0;
}
.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;
}

.check-up, .advantages, .why, .choise, .form:not(.last-form), .order, .reviews, .faq {
    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 {
    box-shadow: 0px 0px 15px 0px #0000001A;
    border-radius: 20px;
}
.check-up-item:has(.autoheight) {
    height: 100%;
}
.check-up-item-title {
    background: #F6F6F6;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 30px;
}
.check-up-item-text {
    padding: 30px 60px 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.check-up-item-text.autoheight {
    height: calc(100% - 90px);
}
.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 {
    /* box-shadow: 0px 0px 15px 0px #0000001A; */
    /* border-radius: 20px; */
    /* height: 100%; */
    border-radius: 20px;
    border: 1px solid #EBEAEA;
}
.adv-item-img {}
.adv-item-img img {
    border-radius: 20px 20px 0 0;
    max-height: 291px;
    object-fit: cover;
    width: 100%;
}
.adv-item-content {
    text-align: center;
    padding: 25px 28px;
}
.adv-item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why > .row {
    row-gap: 60px;
}
.why-item {}
.why-title span {
    font-size: 80px;
    line-height: 1.2;
}
.why-title {
    color: #46B3DE;
    font-weight: 300;
}
.why-text {}
.why-text a {
    text-decoration: underline;
}

.choise {
    border: 1px solid #D9DBDA;
    border-radius: 20px;
    padding: 38px 23px 83px 34px;
    background: #F6F6F6;
}
.choise-list {
    padding-top: 40px;
}
.choise-list-item {
    display: flex;
    gap: 30px;
}
.choise-list-item-img {
    min-width: max-content;
}
.choise-list-item-img img {}
.choise-list-item-content {
    margin-bottom: 40px;
}
.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-size: 24px;
    font-weight: 700;
}
.choise-list-item-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: 34px;
}
.order-list-item-title {
    margin-bottom: 0;
}
.order-list-item-title {
    min-width: 201px;
}
.order-list-item-num {
    border: 2px solid #46B3DE;
    max-width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #46B3DE;
    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 {
    padding-left: 43px;
}

.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;
    }
    .sidebar-list {
        margin-left: -42px;
    }
    .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-text {
        padding: 24px 13px 38px 13px;
    }
    .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;
        flex-wrap: wrap;
    }
    .order-list {
        gap: 40px;
    }
    .order-list-item-num {
        order: 1;
    }
    .order-list-item-title {
        max-width: calc(100% - 71px);
        order: 2;
    }
    .order-list-item-text {
        padding-left: 0;
        order: 3;
    }
    .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;
    }
    .why-title span {
        font-size: 68px;
    }
    .why-text {
        font-size: 16px;
    }
}
@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;
    }
}
.section-img{
    position:relative;
    background-color: #ccc;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 38px;
    height: 575px;
    box-sizing: border-box;
    padding: 94px 0;
    color: #000;
}
.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{
    background: #F6F6F6B2;
    border-radius: 20px;
    padding: 25px 50px;
}
@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;
    }
    .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;
}

@media (max-width: 600px) {
   .new-direction .text-block .text-block-button{
       margin-top: 20px;
   }
}