.main-banner {
    background: #0078E4;
    clear: both;
    display: flex;
    height: 306px;
    border-radius: 16px;
}
.main-banner__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    text-align: center;
}
.main-banner__right {
    width: 50%;
    background: #FFF;
    position: relative;
}
.main-banner__img {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-banner__right::after {
    content: '';
    position: absolute;
    background: rgba(0, 120, 228, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main-banner__block {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 22.5px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-banner__text {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
.main-banner__footer {
    display: flex;
    width: 100%;
    justify-content: center;
}
.main-banner__button {
    cursor: pointer;
    max-width: 300px;
    width: 100%;
}
.main-banner__list {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.main-banner__item {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
}
.main-banner__item svg {
    margin-right: 5px;
}


.main-banner {
    background: #0078E4;
    clear: both;
    display: flex;
    height: 306px;
    border-radius: 16px;
}
.main-banner__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    text-align: center;
}
.main-banner__right {
    width: 50%;
    background: #FFF;
    position: relative;
}
.main-banner__img {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-banner__right::after {
    content: '';
    position: absolute;
    background: rgba(0, 120, 228, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main-banner__block {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-banner__text {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
.main-banner__footer {
    display: flex;
    width: 100%;
    justify-content: center;
}
.main-banner__button {
    cursor: pointer;
    max-width: 300px;
    width: 100%;
}

.article-main-banner {
    background: #0078E4;
    clear: both;
    display: flex;
    height: 306px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.article-main-banner__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #0078E4;
    border-radius: 16px 0px 0px 16px;
}
.article-main-banner__right {
    width: 100%;
    background: #FFF;
    position: absolute;
    height: 100%;
}
.article-main-banner__img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 16px;
}
.article-main-banner__right::after {
    content: '';
    position: absolute;
    background: rgba(0, 120, 228, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
}
.article-main-banner__block {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.article-main-banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 22.5px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.article-main-banner__text {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
.article-main-banner__footer {
    display: flex;
    width: 100%;
    justify-content: center;
}
.article-main-banner__button {
    cursor: pointer;
    max-width: 300px;
    width: 100%;
}
.article-main-banner__list {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.article-main-banner__item {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
}
.article-main-banner__item svg {
    margin-right: 5px;
}

@media screen and (max-width: 1200px) {
    .article-main-banner__left {
        width: 100%;
        background: rgba(0, 120, 228, 0.6);
        border-radius: 16px;
    }
    .article-main-banner__img {
        object-fit: cover;
        object-position: right;
    }
}
@media screen and (max-width: 979px) {
    .main-banner {
        width: 100%;
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 0;
    }
    .fizio-banner__left {
        margin-top: -15px;
        z-index: 10;
        background: #0078E4;
    }
    .main-banner__left, .main-banner__right {
        width: 100%;
    }
    .main-banner__title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .main-banner__text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 768px) {
    .article-main-banner {
        height: auto;
    }
}

.image-width_100 {
    width: 590px;
    height: 100%;
    display: flex;
}

.image-width_100 .article-block__inner-image {
    max-width: 100%;
}

.image-width .images-block__group {
    width: calc(100% - 590px);
}

.container-online-form--right.background--form {
    border-radius: 16px;
}
@media screen and (max-width: 1200px) {
    .image-width .images-block__group {
        width: calc(100% - 200px);
    }
    .container-online-form__image-block {
        display: none;
    }
    .container-online-form--left {
        margin: auto;
    }
}

@media screen and (max-width: 979px) {
    .article-main-banner {
        padding: 0;
        width: 100%;
    }
    .article-main-banner__left, .article-main-banner__right {
        width: 100%;
    }
    .article-main-banner__title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .article-main-banner__text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .image-width .images-block__group {
        width: 100%;
    }
    .container-online-form__image-block {
        display: none;
    }
    .online-form-form--col {
        flex-direction: column;
    }
    .online-form-form--col .online-form-form--row,
    .online-form-form--col .online-form-form--row.row-40,
    .online-form-form--col .online-form-form--row.row-60 {
        width: 100%;
    }
    .image-width_100 {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .article-container__header {
        margin-bottom: 15px;
    }
    .image-block__image {
        margin-right: 0 !important;
    }
}

.article-container {
    display: flex;
    justify-content: center;
}

.article-container__body {
    display: flex;
    justify-content: center;
    width: 100%;
}

.article-container__section {
    width: 1040px;
}

.article-container__section.block__fixed {
    transform: translateX(48px);
    margin-top: 82px;
}

.article-container__header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1.25px;
    color: #0078E5;
    margin-top: 0;
    margin-bottom: 0;
}

.article-block__title_h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #0078E5;
    margin-top: 0;
    margin-bottom: 20px;
}

.article-block__title_h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #000000 !important;
}

.display-flex .article-block__paragraph {
    width: calc(100% - 200px);
}

.article-block__paragraph {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    margin-bottom: 40px;
}

.article-block__paragraph:last-child {
    margin-bottom: 0;
}

.my_article p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    margin-bottom: 40px;
}

.my_article p:last-child {
    margin-bottom: 0;
}

.my_article p + ul {
    margin-top: -30px;
}

.my_article ul, .my_article ol {
    margin-bottom: 40px;
    padding: 0;
}

.article-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-block__item {
    color: #0078E5 !important;
}

.article-block__item span {
    color: #5C5C5C;
}

.article-block__buttons {
    background: #EB5757;
    border-radius: 4px;
    width: 210px;
    height: 32px;
    justify-content: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    transition: .3s;
}

.article-block__link {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.2px;
    color: #0078E4;
}

.article-container__section p+ul {
    margin-top: -30px;
}

.article-container__section p:last-child {
    margin-bottom: 0;
}

.article-container__section p>ul {
    margin-bottom: 10px;
}

.article-container__section ul,
.article-container__section ol {
    margin-bottom: 40px;
    padding: 0;
}

.article-container__section ul:last-child,
.article-container__section ol:last-child {
    margin-bottom: 0;
}

.article-container__section li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;

    color: #5C5C5C;
}

.article-block__content {
    margin: 20px 0;
}

/* Why Block */
.why-block {
    background: #0078E4 url('/wp-content/themes/artromed/images/bones/block-right.png') no-repeat 100% 0;
    box-shadow: 12px 4px 12px rgba(28, 65, 84, 0.1), 24px 8px 24px rgba(28, 65, 84, 0.08), 64px 32px 64px rgba(28, 65, 84, 0.08);
    border-radius: 16px;
    padding: 40px 0 48px 56px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px 0;
}

.why-block__left {
    width: 366px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-block__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
}

.why-block__content {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.25px;
    color: #FFFFFF;
}

.why-block__content ul {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.why-block__content li {
    color: #FFFFFF !important;
}


/* Price Block */
.price-block {
    background: #0078E4;
    box-shadow: 12px 4px 12px rgba(28, 65, 84, 0.1), 24px 8px 24px rgba(28, 65, 84, 0.08), 64px 32px 64px rgba(28, 65, 84, 0.08);
    border-radius: 12px;
    color: #FFF;
    padding: 34px 56px 60px 56px;
    margin-bottom: 30px;
}

.price-block__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #FFFFFF !important;
}

.price-block__table_title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: #FFFFFF !important;
}

.lechenie-price .price-block__table_title:first-child {
    width: 62%;
}
.price-block__table_title:first-child {
    width: 65%;
}

.price-block__table_title:nth-child(2) {
    width: 15.6%;
}

.price-block__table {
    width: 100%;
    margin-bottom: 20px;
}

.price-block__table_header {
    display: flex;
    justify-content: flex-start;
    padding: 8px 16px;
    margin: 0 -16px;
}

.price-block__table_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    margin: 0 -16px;
    color: #FFF;
}

.price-block__table_row p {
    color: #FFF !important;
}


/* Quote Block */
.quote-block {
    display: flex;
    align-items: center;
    border: 2px solid #0078E5;
    box-sizing: border-box;
    border-radius: 19px;
    padding: 24px 42px;
    height: 204px;
    margin-bottom: 35px;
}

.quote-block__photo {
    margin: -42px 24px -42px -42px;
    border-right: 2px solid #0078E5;
    border-radius: 17px;
}

.quote-block__content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 201px);

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    justify-content: space-between;
    height: 100%;
}

.quote-block__name {
    color: #0078E5;
}


/* Table Block */
.article-block__table {
    margin-bottom: 20px;
}

.article-block__table-header {
    background: #0078E5;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    padding: 18px;
}

.article-block__table-row {
    display: flex;
    justify-content: space-between;
}

.article-block__table-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.25px;
    color: #000000;
    border: 1px solid #E4E4E4;
    height: 100px;
}

.article-block__table-col {
    width: 25%;
}

.article-block__table-col--3 {
    width: calc(100% / 3);
}

.article-block__table-col--3 .article-block__table-item {
    height: 195px;
}

.article-block__table-col--3 .table-item {
    height: 66px;
}

.table-item {
    font-style: normal;
    font-weight: 500;
    background: #C0D5E9;
    font-size: 18px;
    line-height: 32px;
    height: 66px;
}

.font-weight_bold {
    font-weight: bold !important;
}


.article-block__group {
    width: 100%;
}

.article-block__group .article-block__paragraph {
    width: auto;
}

.overlay-block {
    background: rgba(0, 120, 228, 1);
}

.info-block__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-block__item {
    width: calc(50% - 8px);
    position: relative;
    background: transparent;
    padding: 0;
    text-align: left;
    transition: .3s;
}

.info-block__item:hover {
    opacity: .7;
}

.info-block__item_3 {
    width: calc(33% - 13px);
    position: relative;
    background: transparent;
    padding: 0;
    text-align: center;
    transition: .3s;
}

.info-block__item_3:hover {
    opacity: .7;
}

.info-block__title {
    background: rgba(0, 120, 228, 0.5);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 25px 34px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.article-block__video {
    margin-right: 25px;
}

.block-wide {
    height: 100%;
    width: 50%;
}

.block-wide__video {
    padding-bottom: 56.25%;
    position: relative;
    margin-right: 0;
}

.block-wide__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.overlay-block__image {
    opacity: .5;
}

.image-block__image {
    margin-right: 24px;
}

.image-block__image.right {
    margin-left: 24px;
    margin-right: 0;
}

.red-star {
    color: #EB5757;
}

.text-alert {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.3px;
}

/* Warning */
.article-reab {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    width: 1040px;
}

.article-reab.block__fixed {
    width: 100%;
}

.article-container__section-reab {
    width: 1040px;
    transform: translateX(48px);
    margin-top: 82px;
}

.block-left-reab {
    width: 160px;
    margin-right: 16px;
    height: 190px;
}

.block-right-reab {
    display: flex;
    flex-direction: column;
    width: 50px;
    margin-left: 30px;
    height: 265px;
}

.block-right-reab.right-fixed {
    margin: 0;
    position: fixed;
    top: 117px;
    right: 50%;
    z-index: 10;
    margin-right: -647px;
}

.warning {
    width: 100%;
    min-height: 450px;
    display: flex;
    position: relative;
    justify-content: center;
    background: #F7F7F7;
    margin: 40px 0 0 0;
}

.warning.feedback {
    background: #F7F7F7 url('/wp-content/themes/artromed/images/reabilitation/feedback-image.png') no-repeat 100% 100%;
    background-size: auto;
    padding: 100px 0;
}

.warning-text-form {
    margin-top: 40px;
    max-width: 340px;
}

.types-reab {
    padding: 40px 0;
}

.warning-text-form label {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #858585;
}

.warning.feedback .warning-container {
    padding: 0;
    background-image: none;
}

.warning-container {
    padding: 100px 0;
    width: 100%;
    max-width: 1040px;
    background-image: url("/wp-content/themes/artromed/images/reabilitation/warning-image.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transform: translateX(48px);
}

.warning-text--button {
    background: #5589C5;
}

.warning-text {
    width: 100%;
    max-width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.warning-text--title {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1.25px;
    color: #13083B;
    margin-bottom: 25px;
}

.warning-text--title span {
    border-bottom: 4px solid #EB5757;
}

.warning-text--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #858585;
    margin-bottom: 30px;
}

.warning-text--desc span {
    color: #EB5757;
}
.warning-image {
    display: none;
}
.warning-image img {
    width: 100%;
}
/* End: Warning */


.image-block__image .article-block__inner-image {
    width: 100%;
}

.images-block__group {
    width: calc(100% - 300px);
}

.text-blue {
    color: #0078E5;
    font-weight: 500;
}

.display-flex .article-block__list {
    margin-bottom: 10px;
}

.display-flex.list-block {
    margin-top: 20px;
}

.article-block__flex {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.article-block__flex-item {
    margin-right: 73px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-block__flex-item:last-child {
    margin-right: 0;
}

.article-block__flex-title {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    margin-top: 20px;
}

/* Side Menu */
.left-fixed {
    margin: 0;
    position: fixed;
    top: 117px;
    left: 0;
    z-index: 10;
    left: 50%;
    margin-left: -648px;
}

.right-fixed {
    margin: 0;
    position: fixed;
    top: 117px;
    right: 50%;
    z-index: 10;
    margin-right: -647px;
}

.article-block__inner-image {
    max-width: 320px;
    min-width: 200px;
}

.article-block__tip {
    font-style: italic;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #0078E4;
    padding-left: 18px;
    border-left: 3px solid #0078E4;
    margin: 32px 0;
}

.article-block__banner {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.display-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.display-flex__left {
    width: 50%;
}

.display-flex__left img {
    width: auto;
    max-width: inherit;
}

.display-flex__right {
    width: 50%;
}

.links-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
}
.links-image__block {
    background:url('/wp-content/themes/artromed/images/osteopenia/page-5/link-image-1.png') no-repeat;
    border-radius: 16px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 26px 0;
}

.links-image__overlay {
    background: rgba(0, 120, 228, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 16px;
}

.links-image__block span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Adaptive */
@media screen and (max-width: 1366px) {
    .left-fixed {
        margin-left: -585px;
    }

    .right-fixed {
        margin-right: -585px;
    }

    .article-block__table-item {
        height: 140px;
    }

    .article-container__section, .warning-container {
        width: 918px;
    }

    .article-reab {
        width: 918px;
    }
}

@media screen and (max-width: 1200px) {
    .left-fixed {
        left: 10px;
        margin-left: 0;
    }

    .right-fixed {
        margin-right: 0;
        right: 10px;
    }

    .article-reab .article-container__section {
        width: 100%;
    }

    .article-reab {
        width: calc(100% - 276px);
    }

    .article-container__section, .warning-container {
        width: calc(100% - 276px);
    } 

    .block-wide {
        width: 100%;
    }

    .price-block {
        padding: 32px 25px 40px 25px;
    }

    .price-block__table_header {
        display: none;
    }

    .price-block__title {
        margin-top: 0
    }

    .price-block__table {
        margin-bottom: 0;
    }

    .price-block__table_row {
        flex-direction: column;
        align-items: flex-start;
    }

    .why-block {
        background-image: none;
        padding: 32px 25px 40px 25px;
    }

    .price-block__table_title {
        width: 100%;
        margin: 5px 0;
    }

    .price-block__table_title #button-contactus-lightbox-form400 {
        width: 100% !important;
    }

    .why-block__left {
        width: 100%;
    }

    .offer-block {
        padding: 0 25px;
    }

    .lechenie-price .price-block__table_title:first-child {
        width: 100%;
    }

    .price-block__table_title:first-child {
        width: 100%;
    }

    .price-block__table_title:nth-child(2) {
        width: 100%;
    }

    .article-block__table-scrollable {
        overflow: auto;
    }

    .article-block__table-row {
        width: 1000px;
    }
}

@media screen and (max-width: 1100px) {
    .article-reab .display-flex {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-reab .image-block__image {
        order: 1;
        width: 100%;
    }

    .article-reab .article-block__content .article-block__text {
        order: 2;
    }

    .article-reab .image-block__image.right {
        margin-left: 0;
        margin-top: 15px;
    }

    .article-reab .image-block__image {
        margin-bottom: 15px;
    }

    .warning-text {
        height: auto;
        max-width: 100%;
    }
    .warning-image {
        display: block;
        margin-top: 40px;
    }
    .warning-container {
        width: 100%;
        padding: 40px 25px;
        background-image: none;
        transform: none;
    }
    .warning.feedback {
        padding: 40px 25px 0 25px;
        background-image: none;
    }
}

@media screen and (max-width: 992px) {
    .text-alert {
        font-size: 14px;
        line-height: 25px;
    }

    .warning-container {
        background-image: url("/wp-content/themes/artromed/images/reabilitation/warning-image.png");
        background-size: contain;
    }
    .warning.feedback {
        background-image: url("/wp-content/themes/artromed/images/reabilitation/feedback-image.png");
        background-size: contain;
    }
    .warning-image {
        display: none;
    }

    .warning-text-form {
        margin-top: 0;
    }

    .warning-text--title {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .warning-text--title span {
        font-size: 22px;
        line-height: 27px;
    }

    .warning-text--desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .warning {
        min-height: auto;
        margin: 15px 0 0 0;
    }

    .warning-text {
        height: auto;
        max-width: 300px;
    }

    .article-reab .image-block__image {
        order: 1;
        width: 100%;
    }

    .article-reab .article-block__content .article-block__text {
        order: 2;
    }

    .article-reab .image-block__image.right {
        margin-left: 0;
        margin-top: 15px;
    }
    .article-reab .image-block__image img {
        width: 100%;
    }

    .display-flex .article-block__paragraph {
        width: 100%;
    }

    .article-container__section, .article-reab {
        width: 100%;
        padding: 0 15px;
    }

    .block-left, .block-right {
        display: none !important;
    }

    .article-container__section.block__fixed,
    .article-reab.block__fixed {
        transform: translateX(0);
    }

    .quote-block__content {
        font-size: 14px;
        line-height: 24px;
    }

    .price-block__title {
        font-size: 18px;
        line-height: 27px;
    }

    .block-middle {
        width: 100% !important;
    }

    .width_50 {
        width: 100%;
    }

    .article-block__inner-image {
        max-width: inherit;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

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

    .display-flex .article-block__paragraph {
        width: 100%;
    }

    .article-block__group {
        width: 100%;
    }

    .article-block__video {
        margin: auto auto 15px auto;
    }

    .table-item {
        height: 66px;
    }

    .column_25 {
        width: calc(50% - 47px) !important;
        margin-right: 0 !important;
    }
    .links-image__block span {
        font-size: 18px;
    }

}

@media screen and (max-width: 768px) {
    .warning-text {
        height: auto;
        max-width: 100%;
    }
    .warning-image {
        display: block;
        margin-top: 40px;
    }
    .warning-container {
        padding: 40px 25px;
        background-image: none;
        transform: none;
    }
    .warning.feedback {
        padding: 40px 25px 0 25px;
        background-image: none;
    }
    .article-container__section li {
        font-size: 14px;
        line-height: 25px;
    }
    .article-container__section p + ul {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .article-block__paragraph {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .article-container__header h1 {
        font-size: 18px;
        line-height: 25px;
    }
    .article-block__title_h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .article-block__title_h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .article-block__tip {
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0;
    }
    .article-block__table-header {
        font-size: 14px;
        line-height: 32px;
    }
    .table-item {
        font-size: 14px;
        line-height: 32px;
    }
    .display-flex__left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .display-flex__right {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .container-column_text {
        font-size: 12px;
        width: calc(100% - 35px);
    }
    .types-reab-block .container-column_img {
        width: 100%;
    }
    .types-block .column_25 {
        height: auto !important;
    }
    .column_25 {
        width: 100% !important;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
    }
    .overlay-block__image {
        position: relative;
        width: 100%;
    }
    .container-column_img {
        margin-bottom: 0;
        width: 35px;
        margin-right: 15px;
    }
    .container-column_img svg {
        width: 35px;
    }

    .info-block__list {
        flex-direction: column;
    }

    .info-block__item {
        width: 100%;
        margin-bottom: 15px;
    }

    .info-block__item_3 {
        width: 100%;
        margin-bottom: 15px;
    }


    .quote-block {
        flex-direction: column;
        height: auto;
        padding: 24px 15px;
    }

    .quote-block__content {
        width: 100%;
        align-items: center;
    }

    .quote-block__photo {
        margin: -24px 0 13px 0;
        border-right: 0;
        border-radius: 17px;
        width: calc(100% + 30px);
    }

    .quote-block__image {
        width: 100%;
    }

    .quote-block__name {
        font-weight: bold;
    }

    .quote-block__text {
        margin-bottom: 15px;
    }

    .types-block__title {
        margin-bottom: 20px;
    }

    .article-block__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-block__table_title {
        margin: 3px 0;
    }

    .why-block__title {
        font-size: 18px;
        line-height: 24px;
    }

    .column_25:nth-child(4n) {
        margin-right: 0 !important;
    }

    .offer-block__text {
        font-size: 18px;
        line-height: 26px;
    }

    .offer-block {
        height: 235px;
    }

    #content {
        overflow: visible;
    }

    .article-block {
        overflow: visible !important;
    }

    .article-block__body {
        overflow: visible;
    }
    .links-image {
        margin-top: 0;
    }
    .links-image__block {
        width: 100%;
        background-size: cover;
    }
}

.methods-block {
    flex-direction: column;
}
.methods-block__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.methods-block__block:nth-child(2n) {
    flex-direction: row-reverse;
}
.methods-block__image {
    width: calc(50% - 13px);
}
.methods-block__text {
    width: calc(50% - 13px);
}
.methods-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1.25px;
    color: #000000;
}
.methods-item__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
}
.methods-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-banner {
    padding: 39px 25px;
    border: 3px solid #0078E5;
    border-radius: 20px;
}
.article-banner__title {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 164.06%;
    color: #0078E5;

    display: flex;
    align-items: center;
    margin: 0 0 35px 0;
}
.article-banner__title svg {
    margin-right: 17px;
}
.article-banner__text--main {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 164.06%;
    color: #333333;
    margin-bottom: 25px;
}
.article-banner__text--main:last-child {
    margin-bottom: 0;
}

.article-banner__flex {
    display: flex;
}
.article-banner__text {
    width: calc(100% - 369px);
    margin-right: 39px;
}
.article-banner__image {
    width: 330px;
}

.mrg-b_0 {
    margin-bottom: 0;
}

.article-banner__text--small {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 164.06%;
    color: #333333;
    margin: 15px 0;
}

.fizio-container__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fizio-item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #858585;
}
.fizio-item__image {
    margin-bottom: 20px;
}
.fizio-item__title {
    font-weight: bold;
}
.fizio-item__text {
    text-align: center;
}

.fizio-container__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    letter-spacing: -1.25px;
    color: #0078E5;
    margin-bottom: 20px;
}

.fizio-image {
    margin-right: 40px;
}

#bd {
    overflow-x: hidden;
}

.article-article-main-banner {
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    .fizio-item {
        width: calc(50% - 15px);
    }

    .methods-item__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .methods-item__text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .methods-item__buttons .button {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    .methods-item__title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .methods-item__text {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .methods-item__buttons .button {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .article-main-banner__title {
        font-size: 18px;
        line-height: 32px;
    }
    .article-main-banner__text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .fizio-container__title {
        font-size: 18px;
        line-height: 25px;
    }
    .fizio-container__list {
        flex-direction: column;
    }
    .fizio-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .article-main-banner__button {
        margin: 0 15px;
    }
    .methods-block__block {
        flex-direction: column;
    }
    .methods-block__image {
        width: 100%;
        margin-bottom: 15px;
    }
    .methods-block__image img {
        width: 100%;
    }
    .methods-block__text {
        width: 100%;
    }
    .fizio-image {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .methods-block__block:nth-child(2n) {
        flex-direction: column;
    }
    .methods-item__title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .methods-item__text {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .methods-item__buttons .button {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .price-block__table_title .button {
        width: 100%;
        max-width: 100%;
    }
    .article-banner__image {
        width: 100px;
        display: none;
    }
    .article-banner__text {
        width: calc(100%);
        margin-right: 0;
    }
    .article-banner__text--main {
        font-size: 14px;
        line-height: 164.06%;
    }
    .article-banner__text--small {
        font-size: 10px;
        line-height: 164.06%;
    }
    .article-banner__text .article-main-banner__button {
        margin: 0;
    }
}


.fizio-banner {
    margin-top: 25px;
    max-width: 1040px;
    height: 323px;
}

.fizio-banner__block {
    padding: 0;
    width: 100%;
}

.fizio-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    text-shadow: none;
    margin-bottom: 28px;
}

.fizio-banner__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 28px;
}

.fizio-banner__list {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.fizio-banner__list:last-child {
    margin-bottom: 0;
}

.fizio-banner__list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fizio-banner__list li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 164.1%;
    letter-spacing: -1.25px;
    color: #FFFFFF;
    text-shadow: none;
}

.fizio-banner__left {
    width: calc(100% - 462px);
    padding: 34px;
}

.fizio-banner__right {
    width: 462px;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
}

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

.fizio-banner__button {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #EB5757;
    width: calc(50% - 9px);
    height: 40px;
    padding: 8px 20px;
}

.fizio-banner__button--white {
    background: #FFF;
    color: #0078E4;
}

.fizio-banner__img {
    height: auto;
    object-fit: cover;
    width: 510px;
    max-width: inherit;
    object-position: center;
    left: -25px;
}

@media screen and (max-width: 1440px) {
    .fizio-banner__left {
        width: calc(100% - 367px);
    }
    .fizio-banner__right {
        width: 367px;
    }
}
@media screen and (max-width: 1200px) {
    .fizio-banner__left {
        width: 100%;
    }
    .fizio-banner__img {
        left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .fizio-banner {
        height: auto;
    }
    .fizio-banner__img {
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .fizio-banner__right {
        border-radius: 16px 16px 0 0;
    }
    .fizio-banner__img {
        width: 100%;
    }
    .fizio-banner__footer { 
        flex-direction: column;
    }
    .fizio-banner__button {
        width: 100%;
        margin-bottom: 15px;
    }
    .fizio-banner__button:last-child {
        margin-bottom: 0;
    }
    .main-banner {
        width: 100%;
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 0;
    }
    .main-banner__left, .main-banner__right {
        width: 100%;
    }
    .main-banner__title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .main-banner__text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
}


.article-block__dropdown {
    border: 1px solid #0078E5;
    border-radius: 16px;
    padding: 25px 33px;
    margin-bottom: 5px;
    cursor: pointer;
}

.article-block__dropdown-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-block__dropdown-title span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #0078E5;
}

.article-block__dropdown-text {
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    margin-top: 30px;
}

.article-block__dropdown.active svg {
    transform: rotate(180deg);
}

.article-block__dropdown.active .article-block__dropdown-text {
    display: block;
}

.article-block__list-item {
    margin: 0;
    padding: 0;
}


.article-block__dropdown {
    border: 1px solid #0078E5;
    border-radius: 16px;
    padding: 25px 33px;
    margin-bottom: 5px;
}

.article-block__dropdown-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-block__dropdown-title h3 {
    margin: 0;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #0078E5;
}
.article-block__dropdown-title span {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1.25px;
    color: #0078E5;
}

.article-block__dropdown-text {
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    margin-top: 30px;
}

.article-block__dropdown.active svg {
    transform: rotate(180deg);
}

.article-block__dropdown.active .article-block__dropdown-text {
    display: block;
}

.article-block__list-item {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .article-block__dropdown-title span {
        font-size: 12px;
        line-height: 25px;
    }
    .article-block__dropdown {
        padding: 10px 16px;
    }
    .image-block__image {
        margin-bottom: 15px;
    }
    .fizio-banner__left {
        padding: 15px;
    }
}