.feedback_services {
    display: none;
    /*flex*/
    flex-direction: column;
    align-items: center;
}

.feedback_services .title {
    margin: 0 !important;
}

.feedback_services .intro h2 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    font-size: 30px;
    text-align: center;
    color: #0078e5;
    margin: 0;
    padding-bottom: 5px;
}

.feedback_services .intro span {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
    font-size: 20px;
    text-align: center;
    color: #0078e5;
}

.feedback_services .intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 10px;

}

.feedback_services .block_phone {
    width: 327px;
    background: #0078E5;
    padding-top: 40px;
}

.feedback_services .forms {
    display: flex;
    min-height: 225px;
}

.feedback_services .forms .sub_container {
    width: 100%;
}

@media (max-width:1200px) {
    .feedback_services .fb_mobile {
        width: 100%;
        padding-bottom: 30px;
    }

    .feedback_services .forms {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }
}

@media (max-width: 991px) {
    .feedback_services .forms {
        width: 100%;
    }

    .feedback_services .title {
        margin: 0 !important;
    }
}

.my_gal {
    margin-top: 30px;
    clear: both;
}

.my_gal .single-programm li a {
    color: rgb(255, 76, 76);
}

.my_gal .single-programm li a:hover {
    color: rgb(255, 0, 0) !important;
}

.my_gal .single-programm li {
    list-style-image: none;
}


.services_page__link-title-3 {
    color: #428bca;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.services_page-2 {
    display: inline-block;
    width: calc(100% / 2 - 3px);
    vertical-align: top;
}

.services_page-2::before,
.services_page-2::after {
    order: 2;
}

@media screen and (max-width: 982px) {
    .services_page-2 {
        width: 100%;
    }
}

.services_page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
}

.services_page::before,
.services_page::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.services_page__item {
    width: 48%;
    margin-bottom: 20px;
    background-color: #e5e5e5;
}

.services_page__menu {
    font-size: 18px;
}

.services_page__link-title {
    text-align: center;
    background-color: #428bca;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.services_page__link-title .main_level {
    color: white;
}

.services_page__link {}

.services_page__item-2 {
    width: 100%;
    margin-bottom: 20px;
    /*background-color: #e5e5e5;*/
}

.services_page__item-2:nth-child(2n+1) {
    order: 1;
}

.services_page__item-2:nth-child(2n+2) {
    order: 2;
}

.services_page__menu-2 {
    font-size: 18px;
}

.services_page__menu-2 ul,
ol {
    /*padding: 0 20px 0 20px;*/
}

.services_page__link-title-2 {
    text-align: center;
    background-color: #428bca;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.services_page__link-title-4 {
    color: rgb(255, 76, 76);
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.services_page__link-title-4 a {
    color: rgb(255, 76, 76);
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.services_page__link-title-4 a:hover {
    color: rgb(255, 0, 0) !important;
}

.services_page__link-title-2 .main_level-2 {
    color: white;
}


@media screen and (max-width: 982px) {
    .services_page__menu-2 {
        font-size: 14px;
    }

    .services_page__item-2 {
        width: 100%;
    }

    .services_page__menu {
        font-size: 14px;
    }

    .services_page {
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        height: initial;
    }

    .services_page__item {
        width: 100%;
    }
}

.services_red .services_page__link-title-2 {
    background: #FF4B4C;
}

.block-left {
    width: 160px;
    margin-right: 30px;
    height: 190px;
    position: sticky;
    top: 16px;
}

.block-left__link {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(55, 71, 79, 0.1), 0px 16px 32px rgba(55, 71, 79, 0.08);
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 8px 16px;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #333333;
    transition: border 1s, background 1s;
    border: 1px solid transparent;
    width: 100%;
}

.block-left__link.active {
    border: 1px solid #D7D3D3;
}

.block-left__link:hover {
    background: none;
    border: 1px solid #EB5757;
    color: #333;
}

.block-left__link.red {
    background: #EB5757;
    color: #FFFFFF;
    box-shadow: 0;
}

.block-left__link.red:hover {
    background: #EF4040;
}

.block-left__link.blue {
    background: #0078E4;
    color: #FFFFFF;
    box-shadow: 0;
}

.block-left__link.blue:hover {
    background: #0057A0;
    border: 1px solid #0057A0;
}

.block-left__phone {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-left__phone--text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;

    display: flex;
    align-items: center;
    letter-spacing: -0.25px;
    text-align: center;

    color: #000000;
}

.block-left__phone--desc {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;

    color: #858585;
    margin-top: -8px;
}

.block-left__sublink {
    display: none;
    background: #FFFFFF;
    border: 1px solid #D7D3D3;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
    margin-top: -10px;
    box-shadow: 0px 8px 24px rgba(55, 71, 79, 0.1), 0px 16px 32px rgba(55, 71, 79, 0.08);
    margin-bottom: 10px;
}

.block-left__links {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #0078E5;
    margin-bottom: 25px;
    display: block;
}

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

.block-right--text {
    position: absolute;
    opacity: 0;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    background: rgba(0, 120, 228, 0.9);
    border-radius: 10px 0 0 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 0 22px 0 16px;
    transition: all .7s;
    right: 0;
    z-index: 2;
}

.right-fixed .block-right--text {
    right: 10px;
}

.block-right--button .block-right--icon svg {
    margin: 0;
}

.block-right--button .block-right--text {
    background: rgba(0, 120, 228, 0.9);
}

.block-right--button.red .block-right--text {
    background: rgba(235, 87, 87, 0.9);
}

.block-right--button.red .block-right--icon {
    background: #EB5757;
}

.block-right--icon {
    width: 50px;
    height: 50px;
    background: #0078E4;
    border-radius: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 1s;
    z-index: 9;
    position: relative;
}

.block-right--icon.red {
    background: #EB5757;
}

.block-right--text div {
    width: auto;
    white-space: nowrap;
}

.block-right--button {
    background: none;
    padding: 0;
    margin-bottom: 16px;
    border-radius: 10px;
}

.block-right--button:hover .block-right--text {
    right: calc(100% - 10px);
    width: auto;
    opacity: 1;
}

.block-right--button:hover .block-right--text div {
    display: block;
}

.block-right--button:hover .block-right--icon {
    background: #0057A0;
}

.block-right--button.red:hover .block-right--icon {
    background: #EF4040;
}

@media (max-width:600px) {

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

.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;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 24px;
    position: relative;
}

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

@media screen and (max-width: 768px) {
    .article-container {
        padding: 0 16px;
    }
}

.article-container__section {
    width: calc(100% - 270px);
}

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

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

.article-block__content {
    margin-bottom: 24px;
}

.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 .section__header-title {
    text-transform: none;
}

/* Why Block */
.why-block {
    background: #0078E4 url('/wp-content/themes/artromed/images/bones/block-right.png') no-repeat 100% 0;
    background-size: contain;
    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-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

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


/* 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;
    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;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: #5C5C5C;
    justify-content: space-between;
}

.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%;
}

.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 .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;
}

.article-block__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.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 {
        width: 918px;
    }
}

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

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

    .article-container__section {
        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: 992px) {
    .article-container__section {
        width: 100%;
    }

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

    .article-container__section.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;
    }

    .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) {
    .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-block .column_25 {
        height: 55px !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: 100%;
    height: auto;
}

.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;
}

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

.fizio-banner__list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-top: 0;
    padding: 0;
    list-style-position: inside;
}

.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: 100%;
    object-fit: cover;
    width: 510px;
    max-width: inherit;
    object-fit: cover;
}

@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;
    }
}

.apparts__gallery {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

@media screen and (max-width: 992px) {
    .apparts__gallery {
        margin: 16px 0;
    }
}