.prehab-candidate__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prehab-candidate__column {
    width: calc((100% - 404px) / 2);
}

.prehab-candidate__column:first-child {
    padding-top: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    padding-right: 98px;
}

.prehab-candidate__column:nth-child(2) {
    width: 404px;
}

.prehab-candidate__column:last-child {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-left: 98px;
}

.prehab-candidate__elem {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
}

.prehab-candidate__column:first-child .prehab-candidate__elem::before {
    position: absolute;
    content: '';
    right: -198px;
    top: 50%;
    background: url(/wp-content/uploads/2017/10/before_left.png) no-repeat;
    transform: translateY(-50%);
    width: 173px;
    height: 8px;
}

.prehab-candidate__column:last-child .prehab-candidate__elem::before {
    position: absolute;
    content: '';
    left: -198px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2017/10/before_right.png) no-repeat;
    width: 173px;
    height: 8px;
}

.prehab-candidate__elem p {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.prehab-candidate__image {
    position: relative;
    z-index: 1;
}

.prehab-candidate__column img {
    display: block;
    max-width: 100%;
}

.template-17 .new-article__black-block ul li {
    list-style: disc;
    text-align: left;
}
.template-17 .new-article__black-block ul {
    width: fit-content;
     margin: 10px auto;
}
.template-17 .threed-gait__contacts--form {
    max-width: 992px;
    width: 100%;
}
.template-17 .lower-back .neck-form__author.achilles-doc--left {
    width: 50%;
}
.template-17 .neck-pain__small--container {
    max-width: 992px;
}
.template-17 .slick-dots {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex!important;
}
.template-17 .slick-dots li {
    margin: 0 11px;
    width: 8px;
    height: 8px;
    background-color: #676767;
    border-radius: 100%;
    cursor: pointer;
}
.template-17 .slick-dots li.slick-active {
    background-color: #009ce9;
}
.template-17 .slick-dots li button {
    display: none;
}
.template-17 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.touch_device .video_slider_list .slick-dots {
    display: flex!important;
}
.template-17 .video_slider_list .slick-prev::before,
.template-17 .video_slider_list .slick-next::before{
    color: #5B5B5B;
    font: normal normal normal 70px / 1 FontAwesome;
}
.template-17 .video_slider_list .slick-next::before{
    right: auto;
}
.template-17 .lower-back__image {
background-image: url(/wp-content/uploads/2021/05/hip-pain-specialist-background-img.jpg);
}
.template-17 .prev {
    left: 40px;
}
.template-17 .next {
    right: 40px;
}
@media (max-width: 1199px) {
    .prehab-candidate__column:last-child {
        padding-top: 29px;
        padding-left: 70px;
    }

    .prehab-candidate__column:first-child {
        padding-right: 70px;
    }

    .prehab-candidate__column:first-child .prehab-candidate__elem::before {
        right: -185px;
        top: 55%;
    }

    .prehab-candidate__column:last-child .prehab-candidate__elem::before {
        left: -185px;
    }
}
@media (max-width: 992px) {
    .prehab-candidate__column:first-child {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
    }

    .prehab-candidate__column:nth-child(2) {
        width: 100%;
        margin: 30px 0;
    }

    .prehab-candidate__column:last-child {
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        width: 100%;
    }

    .prehab-candidate__elem p {
        font-size: 16px;
    }

    .prehab-candidate__column:first-child .prehab-candidate__elem::before,
    .prehab-candidate__column:last-child .prehab-candidate__elem::before {
        display: none;
    }

    .prehab-candidate__elem {
        margin-bottom: 15px;
    }

    .prehab-candidate__elem:last-child {
        margin-bottom: 0;
    }

    .prehab-candidate__column img {
        margin: auto;
    }
}
