.newArticle__title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 25px;
    color: #000;
    text-align: center;
}
.newArticle__title:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    right: 0;
    margin: auto;
    max-width: 300px;
    background-color: #ff2d55;
}

.newArticle__text {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000;
    margin-bottom: 25px;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

.template__top-block {
    background-size: cover;
    background-position: bottom center;
    position: relative;
    background-repeat: no-repeat;
    min-height: 675px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.template__top-block h1 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.template__top-block h1.span-big-text {
    display: flex;
    flex-direction: column;
}
.template__top-block h1.span-big-text span.big-text {
    font-weight: bold;
    font-size: 70px;
    line-height: 93px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.template__top-block h1.span-big-text small{
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-transform: initial;
}


.new-article__black-block h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 29px 0;
}
.new-article__black-block .newArticle__text {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 40px;
}
.new-article__black-block .newArticle__text p {
    margin-bottom: 14px;
}

.new-article__black-block.text-hidden-cust-universal .text-showing__btn{
    text-align: center;
}
.new-article__black-block.text-hidden-cust-universal .text-showing ul li
{
    list-style: none;
}

.posturology__btn-container {
    position: absolute;
    bottom: 13px;
    width: 100%;
    text-align: center;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}
.posturology__btn-container a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2.46px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    position: relative;
    padding-bottom: 17px;
}
.posturology__btn-container a:hover {
    text-decoration: underline;
    color: #fff;
}
.posturology__btn-container a::before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2017/10/arrow.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 12px;
    height: 9px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.achilles-doc {
    background-color: #009ce9;
}
.achilles-doc .global_with_img_buttons .about-btn{
    background-color: #fff;
    color: #009BE8;
    text-decoration: none;
}
.global_with_img_buttons.center-position {
    justify-content: center;
}
.global_with_img_buttons.center-position .global_with_img_btn.researches-btn {
    margin-right: 0;
}
.achilles-doc .global_with_img_buttons .about-btn:hover {
    background-color: #E8E8E8;
}
.achilles-doc .global_with_img_buttons .researches-btn {
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}
.achilles-doc .global_with_img_buttons .researches-btn:hover{
    background-color: #fff;
    color: #009BE8;
}
.achilles-doc__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.achilles-doc--left {
    width: 278px;
}
.achilles-doc--text {
    width: calc( 100% - 278px );
    padding: 60px 100px 100px 120px;
    position: relative;
}
.achilles-doc--img {
    text-align: center;
}
.achilles-doc--img img {
    display: block;
    margin: auto;
}
.achilles-doc--descr {
    margin-top: 15px;
}
.achilles-doc--descr.cust-profiles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 28px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.achilles-doc--descr.cust-profiles-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 28px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.achilles-doc--descr.cust-profiles:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
    top: 0;
    left: calc(50% - 1px);
    position: absolute;
}
.achilles-doc--descr.cust-profiles-column:before {
    content: '';
    height: 1px;
    width: 70%;
    max-width: 250px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.achilles-doc--descr.cust-profiles-column .achilles-doc--descr__text p{
    margin-bottom: 0;
}
.achilles-doc--descr.cust-profiles-column .global_verified {
    align-items: center;
}
.achilles-doc-flex-col {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.achilles-doc--descr.cust-profiles .achilles-doc--descr__text strong {
    text-align: left;
    margin-bottom: 10px;
}
.achilles-doc--descr.cust-profiles .achilles-doc--descr__text p{
    text-align: left;
    margin-bottom: 0;
}
.achilles-doc--descr__profiles .global_verified {
    align-items: flex-start;
}
.achilles-doc--descr__profiles .global_verified p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 10px;

}

.achilles-doc--descr__profiles .global_verified .verified-profiles__item a:hover svg path{
    fill: #E8E8E8;
}
.achilles-doc--descr__profiles .global_verified .verified-profiles__item a svg {
    transition: transform .3s ease;
}
.achilles-doc--descr__profiles .global_verified .verified-profiles__item a:hover svg {
    transform: scale(1.1);
}
.achilles-doc--descr strong {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.achilles-doc--descr p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.63;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.achilles-doc--text .newArticle__title {
    color: #fff;
    text-align: left;
}
.achilles-doc--text .newArticle__title::before {
    right: auto;
    background-color: #fff;
}
.achilles-doc--text .achilles-doc--block-text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFFFFF;
}
.achilles-doc--text .achilles-doc--block-text p {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}
.achilles-doc--text ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFFFFF;
    list-style: disc;
}
.achilles-doc.achilles-doc-grey-back {
    background-color: #FBFBFB!important;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--descr strong {
    color: #000000;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--descr p {
    color: #000000;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--text .newArticle__title {
    color: #000000;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--text .newArticle__title::before {
    background-color: #FF2D55;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--text .achilles-doc--block-text,
.achilles-doc.achilles-doc-grey-back .achilles-doc--text .achilles-doc--block-text p{
    color: #000000;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--text ul li {
    color: #000000;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--left {
    width: 180px;
}
.achilles-doc.achilles-doc-grey-back .achilles-doc--text {
    width: calc( 100% - 180px );
    padding: 60px 0px 100px 84px;
    position: relative;
}


.simple-text {
    margin: 60px 0 20px;
}
.simple-text__article {
    font-size: 18px;
    line-height: 26px;
}
.simple-text__article .two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}
.simple-text__article .two-column ul li{
    margin-left: 18px;
}
.simple-text__article img {
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
.simple-text__article .img-640-text {
    display: grid;
    grid-template-columns: 640px 1fr;
    grid-column-gap: 30px;
    align-items: center;
}
.img-right-454 {
    display: grid;
    grid-template-columns: 454px 1fr;
    grid-column-gap: 35px;
    align-items: center;
    margin: 20px 0;
}
.img-right-454 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-right-454 li{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 992px) {
    .simple-text__article .img-640-text {
        grid-template-columns: 1fr;
    }
    .img-right-454 {
        grid-template-columns: 1fr;
    }
}

.simple-text.simple-text--custom {
    margin: 40px 0 80px;
}
.simple-text__container {
    font-weight: 400;
    font-size: 16px;
    line-height: 149.68%;
    text-align: center;
    color: #000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    max-width: 994px;
    margin: 0 auto;
}
.simple-text.simple-text--custom .simple-text__container {
    max-width: 897px;
}
.simple-text__container ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.simple-text__container ul {
    list-style: none;
    margin-bottom: 0;
}
.simple-text__container ul li::before {
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.simple-text__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 35px 0 45px;
}
.simple-text__list.two-half-size .simple-text__list--item{
    width: 45%;
}
.simple-text__list--item {
    width: auto;
    text-align: left;
}
.simple-text__article .text-quate {
    padding: 52px 30px;
    width: 100%;
    margin: 0 auto 68px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.simple-text__article .text-quate p{
    text-align: center;
}

.template__symptoms{
    position: relative;
    margin: 90px 0 32px;
    padding: 0 20px;
}
.template__symptoms ul li:before{
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.template__symptoms--container {
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    max-width: 1170px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 90px 80px 33px;
}
.template__symptoms--text {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.template__symptoms--image {
    position: absolute;
    top: -51px;
    max-width: 102px;
    margin: 0 auto;
}
.template__symptoms--text .full-width{
    margin: 30px -60px;
}
.template__symptoms--list {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: center;
    margin: 20px 0 10px;
}
.template__symptoms--item {
    width: auto;
    max-width: 40%;
    margin-bottom: 20px;
}
.template__symptoms--item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
    text-align: left;
}
.template__symptoms--item ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-left: 20px;
}
.template__symptoms--item ul {
    list-style: none;
    margin-bottom: 0;
}
.template__symptoms--item ul li::before {
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
}

.template__side-block.grey {
    background-color: #F5F5F5;
}
.template__side-block.white {
    background-color: #ffffff;
}
.template__side-block.black {
    background-color: #000000;
}
.template__side-block--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.template__side-block.black .template__side-block--text ul li{
    color: white;
}
.template__side-block.black .template__side-block--text ol li{
    color: white;
}
.template__side-block.black .template__side-block--text ol li a{
    color: white;
}
.template__side-block.black .template__side-block--text ol li a:hover{
    color: #009CE9;
}
.template__side-block--text ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-left: 20px;
}
.template__side-block--text ul {
    list-style: none;
    margin-bottom: 0;
}
.template__side-block--text ul li::before {
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.template__side-block--text ol li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-left: 20px;
    list-style: auto;
}
.template__side-block--text ol li a {
    text-decoration: underline;
}
.template__side-block.black .template__side-block--text {
    color: white;
}
.template__side-block.black .newArticle__title {
    color: white;
}
.template__side-block--container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.template__side-block--container.left {
    flex-direction: row-reverse;
}
.template__side-block--text {
    width: 50%;
    max-width: calc(100% - 630px);
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.template__side-block .newArticle__title {
    text-align: left;
}
.template__side-block .newArticle__title:before {
    right: auto;
}
.template__side-block--image {
    width: 50%;
    max-width: 575px;
}
.template__side-block--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 575px;
}
.template__side-block--container.right .template__side-block--text{
    padding-right: 65px;
}
.template__side-block--container.left .template__side-block--text{
    padding-left: 65px;
}
.template__side-block--image.cus-pad {
    justify-content: right;
    max-width: 630px;
}
.template__side-block--image.cus-pad img {
    max-width: 100%;
}

.template__symptoms--article {
    font-weight: 400;
    font-size: 16px;
    line-height: 149.68%;
    text-align: center;
    color: #000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.template__symptoms--article p{
    margin-bottom: 20px;
}
.template__symptoms--article ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-left: 20px;
}
.template__symptoms--article ul {
    list-style: none;
    margin: 0 auto 50px;
    width: fit-content;
    text-align: left!important;
}
.template__symptoms--article ul li::before {
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Diagnostic */
.template__diagnostic-block {
    background-color: #000;
    padding: 75px 0;
}
.template__diagnostic-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.template__diagnostic-block .newArticle__title {
    color: white;
}
.template__diagnostic-container .template__diagnostic-image {
    width: 20%;
}
.template__diagnostic-container .template__diagnostic-image img {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.template__diagnostic-container .template__diagnostic-description {
    width: 50%;
}
.template__diagnostic-description .template__diagnostic-description--text {
    margin-bottom: 50px;
    max-width: 670px;
    text-align: left;
}
.template__diagnostic-description .template__diagnostic-description--text p {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
    color: #fff;
    margin-bottom: 15px;
}
.template__diagnostic-description .template__diagnostic-description--text ul li {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ff2d55;
}
.template__diagnostic-description .template__diagnostic-description--text ul li span {
    color: #fff;
}
.template__diagnostic-description .template__diagnostic-description--text ul {
    padding-left: 18px;
}
.template__diagnostic-description .template__diagnostic-description--text p:last-child {
    margin-bottom: 0;
}
.template__diagnostic-description--item a{
    width: 100%;
    border-radius: 3px;
    background-color: #007aff;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.template__diagnostic-description--listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.template__diagnostic-description--item.item__1 {
    width: 100%;
}
.template__diagnostic-description--item.item__1 a {
    max-width: 50%;
    margin: 0 auto;
}
.template__diagnostic-description--item.item__2 {
    width: 46%;
}
.template__diagnostic-description--item.item__2 a{
    max-width: 100%;
}
.template__diagnostic-description--item img {
    width: 100%;
    height: 120px;
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}
/* End Diagnostic */

/* Blue Block */
.template__blue {
    margin: 80px 0;
}
.template__blue--container {
    background-color: #009CE9;
}
.template__blue--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.template__blue--image {
    max-width: 555px;
    width: 50%;
}
.template__blue--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.template__blue--text {
    width: 100%;
    max-width: 610px;
}
.template__blue--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
    padding: 20px 36px 20px 26px;
}
.template__blue--text h2{
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 25px;
    color: white;
    text-align: left;
}
.template__blue--text h2:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    right: auto;
    margin: auto;
    max-width: 300px;
    background-color: white;
}
.template__blue--text h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: white;
    text-align: left;
    margin: 0 0 25px 0;
}
.template__blue--text p {
    margin-bottom: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.template__blue--text ul {
    margin-bottom: 10px;
    list-style: disc;
}
.template__blue--text ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    list-style: disc;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.template__blue--text a {
    color: #ffffff;
    text-decoration: underline;
}
/* End Blue Block */

/* Blue List Block */
.blue-time__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #009CE9;
}
.blue-time__item--image {
    width: 50%;
    order: 1;
    position: relative;
    background-color: white;
}
.blue-time__item--image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.blue-time__item--text {
    width: 50%;
    padding: 35px;
    order: 2;
    align-self: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.blue-time__item--text a {
    color: #fff;
    text-decoration: underline;
}
.blue-time__item:nth-child(even) .blue-time__item--image {
    order: 2;
}
.blue-time__item:nth-child(even) .blue-time__item--text {
    order: 1;
}
.blue-time__item--text h3 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.blue-time__item--text p {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 400;
}
.blue-time__item--text p:last-child {
    margin-bottom: 0;
}
.blue-time__item--text ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    list-style: disc;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.blue-time__item--text strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.blue-time__item--text ul {
    margin: 30px 0 10px;
}
/* End Blue List Block */

/* Regenerative Notes */
.syndrome--notes-block {
    position: relative;
    margin-top: 90px;
    padding: 0 20px;
}
.syndrome--notes-block.start-syn {
    margin-bottom: 80px;
}
.syndrome--notes-block .container {
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    max-width: 1170px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 89px 20px 43px!important;
}
.syndrome--notes-block__image {
    position: absolute;
    top: -65px;
    max-width: 130px;
    margin: 0 auto;
}
.syndrome--notes-block .container .syndrome--notes-block__text {
    max-width: 930px;
    margin: 30px auto 0;
}
.syndrome--notes-block .container .syndrome--notes-block__text .newArticle__text p{
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
.syndrome--notes-block.custom-margin {
    margin-bottom: 57px;
}
.syndrome--notes-block.reg-cus {
    margin-top: -51px;
}
/* End Regenerative Notes */

/* Regenerative Three Block */
.our-games__grey-empty {
    background-color: #FBFBFB;
}
.grey-background {
    background-color: #FBFBFB;
}
.simple-text.grey-background {
    padding: 50px 0;
    margin: 0;
}
.our-games__three--image {
    width: 295px;
    padding: 65px 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-games__three--image.full-width {
    padding: 0;
}
.our-games__three:last-child .our-games__three--image.full-width:first-child {
    padding: 0;
}
.our-games__three--image.full-width .our-games__three--img{
    height: 100%;
    max-width: unset;
    margin: 0;
}
.our-games__three--image.full-width .our-games__three--img img{
    height: 100%;
    object-fit: cover;
}
.our-games__three--img {
    max-width: 200px;
    margin: 0 auto 35px;
    z-index: 2;
}
.our-games__three.grey-background .our-games__three--image {
    background-color: #DBE0E3;
}
.our-games__three.black-background .our-games__three--image {
    background-color: #2F3538;
}
.our-games__three.black-background .our-games__three--text a, .our-games__three.black-background .our-games__three--text p,
.our-games__three.black-background .our-games__three--text {
    color: #FFFFFF;
}
.our-games__three .our-games__three--text {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .3s ease;
}
.our-games__three.black-background .our-games__three--text a:hover {
    opacity: 0.8;
    color: #FFFFFF;
}
.our-games__three.black-block {
    background-color: #0F0F0F;
}
.our-games__three.white-block .our-games__three--image,
.our-games__three.black-block .our-games__three--image{
    padding: 0;
}
.our-games__three.white-block .our-games__three--image img,
.our-games__three.black-block .our-games__three--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
}
.our-games__three .our-games__three--list ul li{
    list-style: disc;
    text-align: left;
}
.our-games__three.black-block .our-games__three--list h3,
.our-games__three.black-block .our-games__three--list p {
    color: #FFFFFF;
}
.our-games__three.white-block {
    padding: 65px 0 28px;
}
.our-games__three--img img {
    width: 100%;
    display: block;
}
.our-games__three--text {
    text-align: center;
    z-index: 2;
}
.our-games__three--list h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 14px;
    padding: 0;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.our-games__three--list p{
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.our-games__three--text p {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.our-games__three--text a {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .3s ease;
    color: #000;
}
.our-games__three--text a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #000;
}
.our-games__three--list {
    width: calc(100% - 590px);
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.our-games__three--list hr{
    border: 1px rgba(88, 88, 88, 0.31) solid;
    width: 100%;
}
.our-games__three.grey-background {
    background-color: #FBFBFB;
}
.our-games__three .container {
    display: flex;
    align-items: stretch;
}
.our-games__three.black-background {
    background-color: #0F0F0F;
}
.our-games__three.black-background .our-games__three--list p, .our-games__three.black-background .our-games__three--list h3{
    color: #ffffff;
}
.our-games__three.black-background .our-games__three--text p {
    color: #ffffff;
}
.our-games__edge {
    background-image: url(/wp-content/uploads/2022/01/leverage-background.jpg);
    padding: 130px 0 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-games__edge h2.newArticle__title,
.our-games__edge .newArticle__text p {
    color: #FFFFFF;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.our-games__three.white-block.universal-white {
    margin-bottom: 0;
    margin-top: 10px;
}
/* End Regenerative Three Block */

/* Regenerative White Block with Image */
.regenerative-white__container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.regenerative-white__text,
.regenerative-white__image {
    width: 50%;
}
.regenerative-white__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.regenerative-white__text .newArticle__title {
    text-align: left;
}
.regenerative-white__text .newArticle__title:before {
    right: auto;
}
.regenerative-white__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
    padding-right: 83px;
}
/* End Regenerative White Block with Image */

/* Regenerative Banner */
.regenerative__banner {
    padding: 60px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.regenerative__banner--text {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.regenerative__banner--text h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 30px 0;

}
.regenerative__banner--text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
}
.regenerative__banner.universal-banner {
    margin-bottom: 10px;
}
/* End Regenerative Banner */

/* Contact Form*/
.threed-gait__contacts {
    margin-bottom: 50px;
    margin-top: 30px;
}
.threed-gait__contacts.no-marg-b {
    margin-bottom: 0;
}

.threed-gait__contacts-top {
    max-width: 400px;
    margin: 0 auto;
    padding: 8px 25px 23px;
    position: relative;
    text-align: center;
}

.threed-gait__contacts-top::before {
    position: absolute;
    content: '';
    left: 0;
    top: 24px;
    width: 21px;
    height: 18px;
    background-image: url(/wp-content/uploads/2020/05/3d_gait_quote2.png);
    background-repeat: no-repeat;
}

.threed-gait__contacts-top::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 25px;
    width: 21px;
    height: 18px;
    background-image: url(/wp-content/uploads/2020/05/3d_gait_quote.png);
    background-repeat: no-repeat;
}

.threed-gait__contacts-top strong {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    line-height: 2.5;
    color: #fff;
}

.threed-gait__contacts-top p {
    margin: 0;
    line-height: 1.63;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.threed-gait__contacts-bottom {
    max-width: 773px;
    margin: 0 auto;
    display: flex;
    margin-bottom: -36px;
    justify-content: space-between;
}

.threed-gait__contacts--img {
    width: 277px;
    background-color: #009ce9;
}

.threed-gait__contacts--img img {
    display: block;
    width: 100%;
}

.threed-gait__contacts-top--text {
    padding: 9px 15px 13px;
}

.threed-gait__contacts-top--text strong {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.threed-gait__contacts-top--text span {
    text-align: center;
    font-size: 16px;
    line-height: 1.63;
    color: #b3e5fd;
    font-weight: 300;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    display: block;
    text-align: center;
}

.threed-gait__contacts--form {
    padding: 20px 15px 20px;
    background-color: #009ce9;
    width: 100%;
    max-width: 972px;
    margin: 0 auto;
}
.threed-gait__contacts--form.full-blue-background {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: transparent;
}
.threed-gait__contacts--form.full-blue-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #009ce9;
    z-index: -1;
}

.threed-gait__contacts--form form {
    max-width: 326px;
    margin: auto;
}

.threed-gait__contacts--form form br {
    display: none;
}

.threed-gait__contacts--form form .ajax-loader {
    display: none !important;
}

.threed-gait__contacts--form form p {
    margin: 0;
}

.threed-gait__contacts--form form strong {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-bottom: 7px;
    color: #fff;
    display: block;
}

.threed-gait__contacts--form form div.with--before {
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    padding-bottom: 16px;
    font-weight: 300;
    position: relative;
}

.threed-gait__contacts--form form div.with--before::before {
    width: 118px;
    position: absolute;
    height: 1px;
    background-color: #54c5fd;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    margin: auto;
}

.threed-gait__contacts--form form label {
    display: block;
    margin: 0;
}

.threed-gait__contacts--form form label>span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.63;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 7px 0;
    font-weight: 300;
}

.threed-gait__contacts--form form input[type="text"],
.threed-gait__contacts--form form input[type="tel"],
.threed-gait__contacts--form form input[type="email"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 0;
    border: 1px solid #009ce9;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
    height: 40px;
    font-weight: 300;
    line-height: 30px;
    outline: none;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.threed-gait__contacts--form form input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    display: block;
    margin-top: 20px;
    border: solid 1px #fff;
    background-color: #009ce9;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.threed-gait__contacts--form form input[type="submit"]:hover {
    background-color: #fff;
    color: #009ce9;
}
/* End Contact Form*/

/* FAQ */
.faq {
    padding: 20px 0 60px;
}
.faq .section__header {
    margin-bottom: 40px;
}
.faq__item {
    margin-bottom: 11px;
}
.faq__item:hover .faq__title {
    color: #222;
}
.faq__item:hover .faq__title::before {
    background-color: #6d6e71;
}
.faq__item.active .faq__title {
    color: #FFFFFF;
    background-color: #009CE9;
}
.faq__item.active .faq__title::before {
    -webkit-mask: url(/wp-content/themes/nydnr/assets/images/minus.svg);
    mask: url(/wp-content/themes/nydnr/assets/images/minus.svg);
    width: 22px;
    height: 4px;
    background-color: #ffffff;
}
.faq__title {
    padding-left: 63px;
    padding-right: 120px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    height: 92px;
}
.faq__title strong {
    font-weight: inherit;
}
.faq__title::before {
    position: absolute;
    content: '';
    right: 28px;
    width: 24px;
    height: 24px;
    display: block;
    -webkit-mask: url(/wp-content/themes/nydnr/assets/images/plus.svg);
    mask: url(/wp-content/themes/nydnr/assets/images/plus.svg);
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    background-color: #4d4d4d;
}
.faq__content {
    display: none;
    padding: 0 0 30px;
}
.faq__content.html-content {
    margin-bottom: 0;
}
.faq .faq__content.article {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
    padding: 30px 54px 20px 63px;
}
.faq .faq__content.article a{
    color: #009CE9;
}
.faq .faq__content.article a:hover{
    text-decoration: underline;
}
/* End FAQ */

.block-pt__notes {
    position: relative;
    margin: 90px 0 32px;
    padding: 0 20px;
}
.block-pt__notes .container {
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    max-width: 1170px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 89px 20px 43px!important;
}
.syndrome--notes-block__image {
    position: absolute;
    top: -65px;
    max-width: 130px;
    margin: 0 auto;
}
.block-pt__notes .container .syndrome--notes-block__text {
    max-width: 930px;
    margin: 30px auto 0;
}
.block-pt__notes .container .syndrome--notes-block__text .newArticle__text p{
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    line-height: 26px;
}
.block-pt__notes .container .syndrome--notes-block__text .newArticle__text h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.block-pt__notes .container .syndrome--notes-block__text .block-pt__list {
    display: flex;
    flex-direction: row;
}
.block-pt__notes .container .syndrome--notes-block__text .block-pt__list ul {
    margin-bottom: 0;
}
.block-pt__notes .container .syndrome--notes-block__text .block-pt__list ul:first-child {
    width: 40%;
}
.block-pt__notes .container .syndrome--notes-block__text .block-pt__list ul:last-child {
    width: 60%;
}
.block-pt__notes .container .syndrome--notes-block__text .newArticle__text ul li:before {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #009CE9;
    content: '';
    margin-right: 13px;
    position: absolute;
    top: 13px;
    left: 0;
}
.block-pt__notes .container .syndrome--notes-block__text .newArticle__text ul li {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    list-style: none;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
}
.block-pt__notes .container .syndrome--notes-block__text .newArticle__text ul li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    text-align: left;
    color: #000000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-bottom: 0;
}
.block-pt__list {
    padding-left: 25px;
}
.block-pt__list ul {
    padding-left: 0!important;
}

.lower-back__diagnosis {
    padding: 0;
}
.lower-back__diagnosis--item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lower-back__diagnosis--img {
    width: 50%;
}
.lower-back__diagnosis--img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.lower-back__diagnosis--descr {
    width: 50%;
    background-color: #0189cc;
}

.lower-back__diagnosis--descr h2.newArticle__title {
    text-align: left!important;
    color: #fff!important;
}
.lower-back__diagnosis--descr p {
    color: #fff;
}
.lower-back__diagnosis--descr h2.newArticle__title::before {
    right: auto!important;
    background-color: #ffffff!important;
}

.lower-back__diagnosis--top {
    height: auto;
    background-color: #009ce9;
    padding: 30px 30px 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
.lower-back__diagnosis--top p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.lower-back__diagnosis--bottom {
    height: auto;
    padding: 18px 10px 18px 30px
}

.lower-back__diagnosis--descr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lower-back__diagnosis--descr ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.44;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.lower-back__diagnosis--descr ul li:last-child {
    margin-bottom: 0;
}
.lower-back__diagnosis--descr ul li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    content: '';
    top: 10px;
    left: 0;
}
.lower-back__diagnosis--descr strong {
    display: block;
    color: #fff;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.lower-back__diagnosis--descr h2.newArticle__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.lower-back__diagnosis--item:nth-child(2) .lower-back__diagnosis--descr {
    width: calc( 50% + 10px );
    padding: 120px 47px 150px;
}
.lower-back__diagnosis--item:nth-child(2) .lower-back__diagnosis--img {
    width: calc( 50% - 10px );
}

.lower-back__diagnosis .container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

.template-banner {
    padding: 101px 0 200px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
.template-banner__text {
    text-align: center;
    color: #FFFFFF;
    max-width: 1060px;
    padding: 0 20px;
}
.template-banner__text h3 {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
}

/* Blue Video BLock */
.achilles-doc-video {
    background-color: #009CE9;
    padding: 50px 0 40px;
}
.achilles-doc-video__wrapper {
    display: grid;
    grid-template-columns: 448px 1fr;
    align-items: center;
}
.achilles-doc-video--left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.achilles-doc-video--left .achilles-doc--descr.cust-profiles {
    margin-left: 22px;
}
.achilles-doc-video--left .achilles-doc--img {
    padding: 22px 0 0 22px;
    position: relative;
}
.achilles-doc-video--left .achilles-doc--img .vimeo-icon-play {
    display: block;
    max-width: 42px;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
}
.achilles-doc-video--left .achilles-doc--img .vimeo-icon-play:hover {
    max-width: 43px;
}
.achilles-doc-video--left .achilles-doc--img img{
    z-index: 2;
    position: relative;
}
.achilles-doc-video--left .achilles-doc--img:before {
    position: absolute;
    border: 3px solid white;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    z-index: 1;
}
.achilles-doc-video .achilles-doc--text {
    width: 100% !important;
    padding: 0 50px 0 80px!important;
}
.achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text {
    position: relative;
}
.achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text::before {
    position: absolute;
    display: block!important;
    content: '';
    top: 5px;
    width: 36px;
    height: 31px;
    left: -58px;
    background-image: url(/wp-content/uploads/2017/10/quote_right.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text::after {
    position: absolute;
    display: block!important;
    content: '';
    width: 36px;
    height: 31px;
    bottom: 0;
    right: -58px;
    background-image: url(/wp-content/uploads/2017/10/quote_left.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
@media (max-width: 992px) {
    .achilles-doc-video .achilles-doc--text {
        width: calc( 100% - 208px );
        padding: 60px 70px 80px;
    }

    .achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text::before {
        width: 36px;
        height: 31px;
        left: -55px;
    }
    .achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text::after {
        width: 36px;
        height: 31px;
        bottom: -39px;
        right: -40px;
    }
}
@media (max-width: 1199px) {
    .achilles-doc-video__wrapper {
        grid-template-columns: 348px 1fr;
    }
}
@media (max-width: 800px) {
    .achilles-doc-video__wrapper {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    .achilles-doc-video .achilles-doc--text {
        padding: 0 90px;
    }
}
/* end Blue Video BLock */

/* Video Frame */
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.prehab__top-block--video {
    background: none!important;
    background-color: unset;
    position: relative;
    min-height: 675px!important;
}
@media (max-width: 600px) {
    .prehab__top-block--video {
        min-height: 350px!important;
        padding: 130px 0!important;
    }
    .prehab__top-block--video h1 {
        font-size: 32px!important;
    }
}
/* ENd Video Frame */

/* Universal Template */
.sports-therapy__causes .newArticle__text .two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 120px;
    align-items: center;
}
@media (max-width: 992px) {
    .sports-therapy__causes .newArticle__text .two-columns {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 50px;
    }
}
.sports-therapy__causes .newArticle__text h2 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 25px;
    color: #000;
    text-align: center;
}
.sports-therapy__causes .newArticle__text h2:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    right: 0;
    margin: auto;
    max-width: 300px;
    background-color: #ff2d55;
}

.regenerative-block-image.black {
    background-color: #000000;
}
.regenerative-block-image.white {
    background-color: #ffffff;
}
.regenerative-block__container {
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: center;
    grid-column-gap: 48px;
}
@media (max-width: 992px) {
    .regenerative-block-image {
        padding: 50px 0;
    }
    .regenerative-block__container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.regenerative-block__text {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}
.regenerative-block__text  h2.newArticle__title {
    color: #ffffff;
    text-align: left;
}
.regenerative-block__text  h2.newArticle__title:before {
    right: auto;
}
.regenerative-block__image {
    background-color: #2F3538;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px 23px;
}
.regenerative-block__image p{
    padding: 0;
    margin: 0;
}
.regenerative-block__image img{
    max-width: 220px;
    width: 100%;
    margin: 0 auto 26px;
}
.regenerative-block-image.white .regenerative-block__text {
    color: #000000;
}
.regenerative-block-image.white .regenerative-block__text h2.newArticle__title{
    color: #000000;
}
.regenerative-block-image.white .regenerative-block__image {
    color: #000000;
}

.template__blue.universal-cust .template__blue--image {
    background-color: #ffffff;
}
.template__blue.universal-cust .template__blue--container {
    align-items: unset;
}

.nydnrehab__doc {
    margin-top: -75px;
    position: relative;
}
.nydnrehab__doc.cust-no-margin {
    margin: 0;
}
.nydnrehab__doc.cust-no-margin .syndrome--notes-block__image {
    left: calc(50% - 65px);
}
.nydnrehab__doc.cust-no-margin .nydnrehab__doc_wrapper {
    padding: 100px 50px 40px;
}
.nydnrehab__doc_wrapper {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 50px 50px 40px;
}
.nydnrehab__doc_wrapper .newArticle__text{
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
.nydnrehab__doc_wrapper .newArticle__text ul li {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.nydnrehab__doc_wrapper .newArticle__text ul li:before{
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.nydnrehab__doc.universal-doc {

}
.gray-block-section.top-block.universal-grey {
    padding: 60px 0 116px;
}
.blue-time.universal-blue {
    padding-top: 0;
    margin-top: -75px;
}
.blue-time.universal-blue.cust-flex {
    margin: 40px 0 60px;
}
.blue-time.universal-blue .blue-time__list {
    margin-top: 0;
}
.banner-image {
    width: 100%;
    height: 100%;
    max-height: 510px;
    overflow: hidden;
}
.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.risk-factor {
    margin: 60px 0;
}
.risk-factor__text {
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 26px;
}
.risk-factor__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}
.risk-factor__item {
    background-color: #FAFAFA;
    border-radius: 30px;
    position: relative;
    padding: 70px 20px 23px;
}
.risk-factor__item--icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
}
.risk-factor__item--icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.risk-factor__item .newArticle__text {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    width: 75%;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .risk-factor__list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 70px;
    }
}
.text-hidden-cust-universal .text-showing__btn a.btn-show-text{
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: normal;
    margin-left: 0;
    display: contents;
    font-weight: 600;
}
.text-hidden-cust-universal.white .text-showing__btn a.btn-show-text{
    color: #000000;
}
.text-hidden-cust-universal.white .text-showing__btn svg path{
    fill: #000000;
}
.text-hidden-cust-universal .text-showing__btn a.btn-show-text:after {
    display: none;
}
.text-hidden-cust-universal .text-showing__btn a.btn-show-text span {
    width: fit-content;
}
.text-hidden-cust-universal .text-showing__btn svg{
    margin-left: 14px;
}
.text-hidden-cust-universal .text-showing__btn {
    cursor: pointer;
}
.text-hidden-cust-universal .text-showing__btn:hover {
    text-decoration: underline;
}
.text-hidden-cust-universal .template__side-block--text {
    line-height: 24px;
}
.rotate {
    transition: transform 0.3s ease-in-out;
}
.rotate-180 {
    transform: rotate(180deg);
}
.template-regenerative.text-hidden.universal-regenerative {
    position: relative;
}
.template-regenerative.universal-regenerative .text-showing__btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    width: max-content;
}
.template-regenerative.universal-regenerative.active .text-showing__btn{
    bottom: -60px;
}
.template-regenerative.universal-regenerative .our-games__three:last-child{
    /*background-color: inherit!important;*/
}
.universal-regenerative .text-showing__btn:hover a.btn-show-text{
    color: #000000;
}
.universal-regenerative .text-showing__btn a.btn-show-text{
    color: #000000;
}
.universal-regenerative .text-showing__btn svg path {
    fill: #000000;
}
.nydnrehab__doc.universal-doc {
    position: relative;
    margin-bottom: 30px;
}
.nydnrehab__doc.universal-doc .syndrome--notes-block__image {
    left: 50%;
    transform: translate(-50%, 0);
}
.nydnrehab__doc.universal-doc.universal-doc-icon {
    margin-top: -260px;
    margin-bottom: 60px;
    position: relative;
}
.nydnrehab__doc.universal-doc.universal-doc-icon .nydnrehab__doc_wrapper {
    padding: 120px 20px 77px;
}
.nydnrehab__doc.universal-doc.universal-doc-icon .nydnrehab__doc_wrapper .newArticle__text {
    max-width: 974px;
    width: 100%;
    margin: 0 auto;
}
.text-showing-cust .nydnrehab__doc.universal-doc.universal-doc-icon {
    margin-top: 100px;
}

.sports-therapy__causes.universal-causes {
    padding: 60px 0;
}
.text-hidden.universal-side-custom .template__side-block .template__side-block--text.cust-ul{
    position: relative;
}
.text-hidden.universal-side-custom.active .template__side-block--text.cust-ul{
    position: unset;
}
.text-hidden.universal-side-custom.active {
    position: relative;
}
.text-hidden.universal-side-custom .text-showing__btn a.btn-show-text{
    color: #000000;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: normal;
    margin-left: 0;
    display: contents;
}
.text-hidden.universal-side-custom.black .text-showing__btn a.btn-show-text{
    color: #FFFFFF;
}
.universal-side-custom {
    position: relative;
}
.universal-side-custom a.btn-show-text {
    text-align: left;
    align-items: flex-start;
}
.template__side-block.black .btn-show-text-custom{
    color: #fff;
}
.template__side-block.black .btn-show-text-custom svg path{
    fill: #fff;
}
.btn-show-text-custom {
    display: block;
    align-items: flex-start;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    position: relative;
    padding-bottom: 17px;
    margin-top: 50px;
    opacity: 1;
    transition: all .3s ease;
}
.btn-show-text-custom:hover{
    text-decoration: underline;
    color: inherit;
}
.text-collapse {
    display: block;
    align-items: flex-start;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    position: relative;
    padding-bottom: 17px;
    margin: 30px auto;
    opacity: 1;
    transition: all .3s ease;
}
.text-collapse:hover {
    text-decoration: underline;
    color: inherit;
}
.text-collapse svg path{
    fill: #000000;
}
.text-collapse svg{
    transform: rotate(180deg);
}
.btn-show-text-custom svg path{
    fill: #000000;
}
.universal-side-custom .text-collapse {
    display: none;
}
.universal-side-custom.active .text-collapse {
    display: block;
}

.advanced-therapies {
    padding: 50px 0;
}
.advanced-therapies__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    padding: 0;
}
.advanced-therapies__item--image {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}
.advanced-therapies__item--icon {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: flex;
    flex-direction: column;

}
.advanced-therapies__item--icon img {
    margin-bottom: 17px;
    max-width: 77px;
    width: 100%;
    height: auto;
}
.advanced-therapies__item--icon h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
}
.btn-therapies-read {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.btn-therapies-read:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
.advanced-therapies__item {
    background-color: #009ce9;
}
.advanced-therapies__item.first-item {
    display: flex;
}
.advanced-therapies__item.first-item .advanced-therapies__item--text,
.advanced-therapies__item.first-item .advanced-therapies__item--image{
    width: 50%;
}
.advanced-therapies__item.first-item .advanced-therapies__item--text{
    display: flex;
    align-items: center;
}
.advanced-therapies__item--text {
    padding: 23px 22px 23px 20px;
}
.advanced-therapies__item--text p {
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.advanced-therapies__item--text hr {
    border: 1px #FFFFFF solid;
}
.advanced-therapies__item--text a {
    color: #FFFFFF;
    text-decoration: underline;
}
.advanced-therapies__item--text ul.check-style li {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 10px;
}
.advanced-therapies__item--text ul.check-style li:before {
    content: "✓";
    position: absolute;
    font-size: 10px;
    left: 0;
    color: #009CE9;
    top: 5px;
    background-color: white;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.template__symptoms.universal-symptoms {
    margin: 30px 0 60px;
}
.template__symptoms.universal-symptoms .template__symptoms--container{
    padding: 40px 60px 50px;
}
.text-showing-cust {
    display: none;
}
.three_image_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 42px;
}
.template__blue.universal-cust .btn-show-text-custom {
    font-weight: 600;
    color: #ffffff;
}
.template__blue.universal-cust .btn-show-text-custom svg path {
    fill: #ffffff;
}
.advanced-therapies.cust-popup .newArticle__text{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.new-article__black-block .text-showing img{
    margin: 30px auto;
}
.new-article__black-block .text-showing h2 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 25px;
    color: #ffffff;
    text-align: center;
}
.new-article__black-block .text-showing h2:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    right: 0;
    margin: auto;
    max-width: 300px;
    background-color: #ff2d55;
}
.new-article__black-block .text-showing ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}
.new-article__black-block .text-showing ul li:before {
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.new-article__black-block .text-showing{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.new-article__black-block .text-showing p{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.achilles-doc-video.achilles-doc-video-flexible .achilles-doc--text .achilles-doc--block-text::before,
.achilles-doc-video.achilles-doc-video-flexible .achilles-doc--text .achilles-doc--block-text::after {
    display: none!important;
}
.achilles-doc-video-flexible .achilles-doc--text .text-showing {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFFFFF;
}
.text-hidden-about .text-showing__btn a.btn-show-text{
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: normal;
    margin-left: 0;
    display: contents;
    font-weight: 600;
    color: #ffffff;
}
.text-hidden-about .text-showing__btn a.btn-show-text:after {
    display: none;
}
.text-hidden-about .text-showing__btn a.btn-show-text span {
    width: fit-content;
}
.text-hidden-about .text-showing__btn svg{
    margin-left: 14px;
}
.text-hidden-about .text-showing__btn {
    cursor: pointer;
}
.text-hidden-about .text-showing__btn:hover {
    text-decoration: underline;
    color: #ffffff;
}
.text-hidden-about  .image-showing {
    margin-top: 90px;
}
.template__side-block--image.video-cust .video-cust__img{
    position: relative;
    margin-bottom: 10px;
}
.template__side-block--image.video-cust .video-cust__img:last-child{
    margin-bottom: 0;
}
.template__side-block--image.video-cust .video-cust__img img {
    /*height: 100%;*/
    /*width: auto;*/
    display: block;
}
.template__side-block--image.video-cust .video-cust__img .video-cus__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.template__side-block--image.video-cust .video-cust__img .video-cus__btn svg {
    transition: all .3s  ease;
}
.template__side-block--image.video-cust .video-cust__img .video-cus__btn:hover svg{
    transform: scale(1.1);
}
.new-article__black-block .about-img-right {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.new-article__black-block .about-img-right img{
    margin-left: 30px;
    max-width: 386px;
    width: 100%;
}
.new-article__black-block .about-img-left {
    display: flex;
    align-items: center;
}
.new-article__black-block .about-img-left img{
    margin-right: 20px;
    max-width: 420px;
    width: 100%;
}
.new-article__black-block .about-img-left-cust {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.new-article__black-block .about-img-left-cust img{
    margin-right: 20px;
    max-width: 505px;
    width: 100%;
}
.new-article__black-block .about-img-left-cust div{
    width: fit-content;
}
.new-article__black-block .about-triple-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 10px;
}
.new-article__black-block .about-triple-img img{
    width: 100%;
    display: block;
}
.template__side-block--container.left .template__side-block--text.custom-pad {
    padding-left: 40px;
}

.template__side-block--container.right .template__side-block--text.custom-pad {
    padding-right: 0;
}
.template__side-block--container.right .template__side-block--text ul li{
    line-height: 1.5;
    margin-bottom: 10px;
}
.achilles-doc--img.img-certificate {
    max-width: 185px;
    margin: 30px auto 0;
}
.slider_sertificat_list--custom .slick-track {
    display: flex;
    align-items: center;
}
.triple-items .slick-track {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #009CE9;
    padding: 0 0 30px 0;
}
.container_home_block.blue-btm-line {
    padding-bottom: 40px;
}

.text-showing__btn.black-text a.btn-show-text{
    color: #000000;
}
.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing .blue-block p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.text-showing__btn.black-text {
    position: relative;
}
.text-showing__btn.black-text a.btn-show-text:hover{
    color: inherit;
}
.font-uppercase {
    text-transform: uppercase;
}
.advanced-therapies .text-showing .newArticle__text{
    width: 100%;
    max-width: 1035px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.threed-gait__works {
    padding: 40px 0 58px;
}
.threed-gait__works .newArticle__title {
    margin-bottom: 33px;
}
.threed-gait__works-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1127px;
    margin: auto;
}
.threed-gait__works-right {
    width: 254px;
    padding-left: 30px;
    align-self: center;
}
.threed-gait__works-right img {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 7px;
}
.threed-gait__works-right p {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Segoe UI';
    line-height: 1.3;
    text-align: center;
    color: #000;
    margin: 0;
}
.threed-gait__works-left {
    width: calc(100% - 254px);
}
.threed-gait__works-left--column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.threed-gait__works-left--elem {
    width: calc((100% / 3) - (40px / 3));
    margin: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #009ce9;
}
.threed-gait__works-left--elem:first-child {
    margin-left: 0;
}
.threed-gait__works-left--elem:last-child {
    margin-right: 0;
}
.threed-gait__works-left--img img {
    display: block;
    width: 100%;
}
.threed-gait__works-left--img {
    width: 100%;
}
.threed-gait__works-left--descr {
    min-height: 88px;
    display: flex;
    align-items: center;
    background-color: #009ce9;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}
.threed-gait__works-left--descr p {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Segoe UI';
    color: #fff;
    width: 100%;
}
.threed-gait__works-left--line {
    height: 68px;
    background-image: url(/wp-content/uploads/2020/05/3d_gait_line.png);
    background-repeat: no-repeat;
    background-position: center right;
    margin: 17px 0;
    position: relative;
    z-index: 2;
}
.threed-gait__works-left--line-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.threed-gait__works-left--line-item {
    width: calc(40% / 3);
    padding-bottom: 4px;
    position: relative;
}
.threed-gait__works-left--line-item:first-child {
    left: 15px;
}
.threed-gait__works-left--line-item:nth-child(2) {
    right: 30px;
}
.threed-gait__works-left--line-item:nth-child(4) {
    left: 33px;
}
.threed-gait__works-left--line-item:first-child,
.threed-gait__works-left--line-item:last-child {
    width: 30%;
}
.threed-gait__works-left--line-item p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Segoe UI';
    margin-bottom: 0;
}
.threed-gait__works-left--line-item p span {
    font-size: 20px;
    margin-left: 5px;
    color: #fafafa;
}
.threed-gait__works-left--column:first-child .threed-gait__works-left--elem::before {
    position: absolute;
    bottom: -32px;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    height: 64px;
    width: 2px;
    background-color: #009ce9;
}
.threed-gait__works-left--column:last-child .threed-gait__works-left--img {
    order: 2;
}
.threed-gait__works-left--column:last-child .threed-gait__works-left--descr {
    order: 1;
}
.threed-gait__works-left--column:last-child .threed-gait__works-left--elem::before {
    position: absolute;
    top: -32px;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    height: 64px;
    width: 2px;
    background-color: #009ce9;
}

.threed-gait__works-right--btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 376px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: #ff2d55;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    margin-top: 20px;
}

.threed-gait__works-right--btn:hover,
.threed-gait__works-right--btn:focus,
.threed-gait__works-right--btn:active {
    opacity: .9;
    text-decoration: none;
    color: #fff;
}

.template .lower-back__diagnosis--descr h2 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 25px;
    color: #ffffff;
    text-align: center;
}
.template .lower-back__diagnosis--descr h2:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    right: auto;
    margin: auto;
    max-width: 346px;
    background-color: #ffffff;
}
.template__side-block--image.cus-pad .start-image img{
    height: 100%;
    object-fit: cover;
}
.newArticle__text.running-custom__text {
    text-align: center;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #292929;
}
.template__side-block.running-custom-image h2.newArticle__title {
    text-align: center;
}
.template__side-block.running-custom-image h2.newArticle__title:before {
    right: 0;
}

.template__side-block.running-custom .template__side-block--text{
    color: #292929;
}
.template__side-block.running-custom-image {
    margin-top: 40px;
}
.template__side-block.running-custom-image .template__side-block--container{
    display: grid;
    grid-template-columns: 1fr 627px;
    align-items: stretch;
    grid-column-gap: 20px;
}
.template__side-block.running-custom-image .template__side-block--text{
    padding: 0!important;
}
.template__side-block.running-custom-image .template__side-block--image {
    width: 100%;
    max-width: unset;
}
.template__side-block.running-custom-image .template__side-block--image .start-image {
    position: relative;
}
.template__side-block.running-custom-image .template__side-block--image .start-image img{
    width: 100%;
    max-width: unset;
}
.template__side-block.running-custom-image .template__side-block--image .start-image .video-cus__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.template__side-block.running-custom-image .template__side-block--text {
    width: 100%;
    max-width: unset;
}
.template__side-block.running-custom-image .newArticle__text.running-custom__text{
    margin-bottom: 50px;
}

.template__side-block--image.cus-pad .start-image {
    height: 100%;
}

.template__side-block.video-content-side {
    align-items: center;
}
.template__side-block--image.video-side {
    position: relative;
    width: 100%;
}
.template__side-block--image.video-side:after {
    position: absolute;
    border: 3px solid #B5B5B5;
    width: calc(100% - 20px);
    height: 100%;
    content: '';
    top: -20px;
    left: 20px;
}
.template__side-block--image.video-side img{
    width: calc(100% - 20px);
    position: relative;
    z-index: 2;
}
.template__side-block--image.video-side .vimeo-icon-play {
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    display: block;
}

.diagnosis-process {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.diagnosis-process__container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 62px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
}

.diagnosis-process__container .newArticle__text {
    color: #fff;
}

.diagnosis-process__container h2 {
    color: #ffffff;
}
.diagnosis-process__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.diagnosis-process__item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    background-color: #009BE8;
}
.diagnosis-process__item--number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 31px 0;
    width: 100%;
    max-width: 70px;
    background-color: #0487CB;
}
.diagnosis-process__item--text {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding: 10px 45px 10px 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
}
.diagnosis-process-video__list {
    display: grid;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin: 40px 0;
}
.diagnosis-process-video__item--preview {
    width: 100%;
    height: 218px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.diagnosis-process-video__item--text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
}
.diagnosis-process-video__item--preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.diagnosis-process-video__item--preview .vimeo-icon-play {
    display: block;
    height: auto;
    width: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
}
.diagnosis-process-video__item--preview .vimeo-icon-play svg {
    width: 100%;
    transition: all .3s ease;
}
.diagnosis-process-video__item--preview .vimeo-icon-play:hover svg{
    width: 105%;
}
.blue-time__list.custom-video .blue-time__item .blue-time__item--image{
    position: relative;
}
.blue-time__list.custom-video .blue-time__item .blue-time__item--image .vimeo-icon-play {
    display: block;
    height: auto;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
}
.blue-time__list.custom-video .blue-time__item .blue-time__item--image .vimeo-icon-play svg {
    width: 100%;
    transition: all .3s ease;
}
.blue-time__list.custom-video .blue-time__item .blue-time__item--image .vimeo-icon-play:hover svg{
    width: 105%;
}
.blue-time__list.custom-video .blue-time__item {
    border-bottom: 2px solid white;
    position: relative;
}
.blue-time__list.custom-video .blue-time__item:after{
    content: '';
    height: 100%;
    left: calc(50% - 1.5px);
    top: 0;
    width: 3px;
    background-color: white;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 1;
}


.template .pilates-based__candidate {
    margin-bottom: 60px;
    padding-top: 50px;
}
.prehab-candidate__block {
    align-items: center;
}
.prehab-candidate__block.custom-universal .prehab-candidate__elem {
    margin-bottom: 18px;
}
.prehab-candidate__elem a{
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 400;
    margin: 0;
    transition: all .3s ease;
}
.prehab-candidate__elem a:hover{
    color: #009BE8;
}
.prehab-candidate__block.custom-universal .prehab-candidate__column:nth-child(2) {
    width: 500px;
}
.prehab-candidate__block.custom-universal .prehab-candidate__column {
    width: calc((100% - 500px) / 2);
}

.advanced-therapies.therapeutic-approaches .advanced-therapies__list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
    display: grid;
}
.advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item {
    grid-column: auto / span 3;
}
.advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item:nth-child(3),
.advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item:nth-child(4),
.advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item:nth-child(5){
    grid-column: auto / span 2;
}
.advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

.types-injuries {
    margin-bottom: 50px;
}
.types-injuries__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: center;
}
.types-injuries__item {
    background-color: #009CE9;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.types-injuries__item--image {
    height: 205px;
    width: 100%;
    position: relative;
}
.types-injuries__item--image h4{
    position: absolute;
    bottom: 16px;
    margin-bottom: 0;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    left: 50%;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    transform: translateX(-50%);
}
.types-injuries__item--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.types-injuries__item--text {
    padding: 20px 16px 25px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.trauma-degree__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.trauma-degree__item {
    margin-bottom: 15px;
    background-color: #009BE8;
    display: flex;
    flex-direction: row;
}
.trauma-degree__item--number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 70px;
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    line-height: 66px;
    background-color: #0487CB;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.trauma-degree__item--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 30px;
}
.trauma-degree__item--text h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;

}
.trauma-degree__item--text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;

}
.trauma-degree__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    text-align: justify;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;

}

.symptoms-hidden {
    background-color: #000000;
    padding: 30px 0 50px;
    margin-top: -60px;
}
.symptoms-hidden .text-collapse{
    color: #ffffff;
}
.symptoms-hidden h2{
    color: #ffffff;
}
.symptoms-hidden__content {
    display: grid;
    grid-template-columns: 595px 1fr;
    align-items: center;
    column-gap: 36px;
}
.symptoms-hidden__content--image {
    width: 100%;
}
.symptoms-hidden__content--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.symptoms-hidden__content--text {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.template__symptoms.universal-symptoms .btn-show-text-custom{
    text-align: center;
}

.advanced-therapies-combination__list {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 50px;
    margin-bottom: 60px;
}

.advanced-therapies-combination__list.four-item {
    grid-template-columns: repeat(4, 1fr);
}
.advanced-therapies-combination__list.items-1 {
    grid-template-columns: 1fr;
}
.advanced-therapies-combination__list.items-2 {
    grid-template-columns: repeat(2, 1fr);
}
.advanced-therapies-combination__list.items-3 {
    grid-template-columns: repeat(3, 1fr);
}
.advanced-therapies-combination__list.items-4 {
    grid-template-columns: repeat(4, 1fr);
}
.advanced-therapies-combination__list.items-4 .advanced-therapies__item--text{
    padding: 20px 20px 30px 15px;
}
.advanced-therapies-combination__list.items-5 {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
}
.advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(4) {
    grid-area: 2 / 3 / 2 / 5;
    min-height: 420px;
}
.advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(5){
    grid-area: 2 / 5 / 2 / 7 ;
    min-height: 420px;
}
.advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:first-child{
    grid-area: 1 / 1 / 1 / 4;
}
.advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(2){
    grid-area: 1 / 4 / 1 / 7;
}
.advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(3){
    grid-area:  2 / 1 / 2 / 3;
}
.advanced-therapies-combination__list.four-item .advanced-therapies__item--text {
    padding: 20px 20px 30px 15px;
}
.advanced-therapies-combination__item {
    background: #009CE9;
    position: relative;
}
.advanced-therapies-combination__item--number {
    background-color: #009CE9;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.advanced-therapies-combination__item--image {
    height: 142px;
    width: 100%;
    display: block;
    position: relative;
}
.advanced-therapies-combination__item--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advanced-therapies-combination__item--image .video-cus__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    width: 100%;
}
.advanced-therapies-combination__item--image .video-cus__btn svg {
    transition: all .3s  ease;
    width: 100%;
}
.advanced-therapies-combination__item--image .video-cus__btn:hover svg{
    transform: scale(1.1);
}
.advanced-therapies-combination__item.full-width {
    grid-column: span 2;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #292929;
    padding: 48px;
}
.advanced-therapies__item--text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    padding: 27px 16px 28px 28px;
}
.advanced-therapies__item--text h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-transform: uppercase;
    text-align: left;

}

.template__symptoms--container {
    position: relative;
    /*overflow: hidden;*/
}
.template__symptoms--text .frozen-shoulder__blue--text {
    padding: 33px 20px 38px;
    background-color: #009CE9!important;
    margin: 0 -60px 0;
}
.template__symptoms--text .frozen-shoulder__blue--text h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0;
}
.template__symptoms--text .frozen-shoulder__blue--block {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
}
.template__symptoms--text .frozen-shoulder__blue--text span {
    width: 52px;
    height: 52px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}
@media (max-width: 768px) {
    .advanced-therapies-combination__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .advanced-therapies-combination__list.four-item {
        grid-template-columns: repeat(2, 1fr);
    }

    .template__symptoms--text .frozen-shoulder__blue--block {
        flex-direction: column;
    }
    .advanced-therapies-combination__list.items-2,
    .advanced-therapies-combination__list.items-3,
    .advanced-therapies-combination__list.items-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .advanced-therapies-combination__list.items-5{
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (max-width: 480px) {
    .advanced-therapies-combination__list {
        grid-template-columns: 1fr;
    }
    .advanced-therapies-combination__list.four-item {
        grid-template-columns: 1fr;
    }
    .advanced-therapies-combination__item.full-width {
        grid-column: span 1;
    }
}
@media (max-width: 1024px) {
    .advanced-therapies.therapeutic-approaches .advanced-therapies__list{
        grid-template-columns: repeat(1, 1fr);
    }
    .advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item:nth-child(3),
    .advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item:nth-child(4),
    .advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item:nth-child(5){
        grid-column: auto;
    }
    .advanced-therapies.therapeutic-approaches .advanced-therapies__list .advanced-therapies__item {
        grid-column: auto;
    }
    .advanced-therapies-combination__list.items-5{
        grid-template-columns: repeat(2, 1fr);
    }
    .advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(4) {
        grid-area: unset;
        min-height: unset;
    }
    .advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(5){
        grid-area: unset;
        min-height: unset;
    }
    .advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:first-child{
        grid-area: unset;
    }
    .advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(2){
        grid-area: unset;
    }
    .advanced-therapies-combination__list.items-5 .advanced-therapies-combination__item:nth-child(3){
        grid-area: unset;
    }
}
/* End Universal Template */

@media (max-width: 1200px) {
    .template__side-block--container.left,
    .template__side-block--container.right {
        flex-direction: column;
        padding: 50px 0;
    }

    .template__side-block--text {
        max-width: unset;
        width: 100%;
    }
    .template__side-block--container.left .template__side-block--text,
    .template__side-block--container.right .template__side-block--text {
        padding-left: 0;
        padding-right: 0;
    }
    .template__blue--container {
        flex-direction: column;
    }
    .template__blue--image {
        width: 100%;
        max-width: 750px;
        margin: 0 0 30px 0;
    }
    .template__blue--text {
        max-width: unset;
    }
    .template__blue--container {
        padding: 40px 0;
    }
}

@media (max-width: 992px) {
    .achilles-doc--text {
        width: calc(100% - 208px);
        padding: 60px 70px 80px;
    }

    .achilles-doc--text .achilles-doc--block-text::before {
        width: 36px;
        height: 31px;
        left: -55px;
    }

    .achilles-doc--text .achilles-doc--block-text::after {
        width: 36px;
        height: 31px;
        bottom: -39px;
        right: -40px;
    }

    .achilles-doc--left {
        width: 208px;
    }
    .achilles-doc--left.achilles-doc-flex-col {
        width: 100%;
    }
    .simple-text__list {
        flex-direction: column;
    }

    .template__symptoms--list {
        flex-direction: column;
    }

    .template__symptoms--item {
        margin-bottom: 20px;
        padding-right: 0;
        max-width: unset;
    }

    .template__symptoms--item ul {
        padding-left: 20px;
    }

    .template__symptoms--container {
        padding: 90px 40px 33px;
    }

    .simple-text__article img {
        max-width: 550px;
    }

    .template__side-block--image {
        width: 100%;
        margin: 0 auto;
    }


    .template__diagnostic-container {
        flex-direction: column;
    }

    .template__diagnostic-block {
        padding: 60px 0;
    }

    .template__diagnostic-container .template__diagnostic-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .template__diagnostic-container .template__diagnostic-image:last-child {
        margin-bottom: 0;
    }

    .template__diagnostic-container .template__diagnostic-description {
        width: 100%;
        margin-bottom: 50px;
    }

    .template__diagnostic-container .template__diagnostic-image--img {
        max-width: 270px;
        margin: auto;
    }

    .template__diagnostic-description .template__diagnostic-description--text {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .blue-time__item--text {
        padding: 30px 20px;
    }

    .blue-time__item:nth-child(even) .blue-time__item--number {
        right: 0
    }

    .our-games__three .container {
        flex-direction: column;
        align-items: center;
    }

    .our-games__three--image {
        width: 100%;
    }

    .our-games__three--image img {
        margin: 0 auto;
    }

    .our-games__three--list {
        width: 100%;
        padding: 40px 20px !important;
    }

    .regenerative-white__container {
        flex-direction: column;
        padding: 30px 0;
    }

    .regenerative-white__text {
        padding-right: 0;
    }

    .regenerative-white__text,
    .regenerative-white__image {
        width: 100%;
    }

    .regenerative-white__image {
        max-width: 530px;
        margin: 30px auto;
    }

    .syndrome--notes-block.reg-cus {
        margin-top: 90px;
    }

    .our-games__three.white-block .our-games__three--image img {
        max-width: 530px;
        margin: 0 auto 30px;
    }

    .our-games__three.black-block .our-games__three--image img {
        max-width: 330px;
        margin: 0 auto 30px;
    }

    .block-pt__list {
        padding-left: 0;
    }

    .block-pt__notes .container .syndrome--notes-block__text .block-pt__list {
        flex-direction: column;
    }

    .block-pt__notes .container .syndrome--notes-block__text .block-pt__list ul:first-child {
        width: 100%;
    }

    .block-pt__notes .container .syndrome--notes-block__text .block-pt__list ul:last-child {
        width: 100%;
    }

    .lower-back__diagnosis--item:nth-child(2) .lower-back__diagnosis--descr {
        padding: 100px 30px;
    }

    .lower-back__diagnosis--top {
        padding: 30px;
    }

    .lower-back__diagnosis--bottom {
        padding: 30px;
    }

    .text-hidden-cust-universal .text-showing__btn {
        display: contents;
    }

    .threed-gait__works-left--descr p {
        font-size: 14px;
    }

    .threed-gait__works-left--descr {
        padding: 10px 5px;
    }

    .threed-gait__works-left--line-item p {
        font-size: 24px;
    }

    .threed-gait__works-right p {
        font-size: 16px;
    }

    .threed-gait__works-right {
        width: 250px;
        padding-left: 20px;
    }

    .threed-gait__works-left {
        width: calc(100% - 250px);
    }

    .template__side-block.running-custom-image .template__side-block--container {
        grid-template-columns: 1fr;
    }

    .symptoms-hidden__content {
        grid-template-columns: 1fr;
    }
    .types-injuries__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .nydnrehab__doc_wrapper {
        padding: 50px 20px 40px;
    }
}

@media (max-width: 767px) {
    .achilles-doc--text {
        width: 100%;
        padding: 0;

    }
    .achilles-doc {
        padding: 40px 0;
    }
    .achilles-doc--text .newArticle__title {
        text-align: center;
    }
    .achilles-doc--text .newArticle__title::before {
        right: 0;
    }
    .achilles-doc--text .achilles-doc--block-text p {
        text-align: center;
    }
    .achilles-doc--left {
        width: 100%;
        margin-bottom: 25px;
    }
    .template__symptoms--container {
        padding: 90px 20px 33px;
    }
    .template__diagnostic-description--listing {
        flex-direction: column;
    }
    .template__diagnostic-description--item {
        margin-bottom: 40px;
    }
    .template__diagnostic-description--item.item__2 {
        width: 100%;
    }
    .template__diagnostic-description--item img {
        height: 200px;
    }
    .template__diagnostic-description--item.item__2 a{
        max-width: 50%;
        margin: 0 auto;
    }

    .blue-time__item--image,
    .blue-time__item--text {
        width: 100%;
    }
    .blue-time__item:nth-child(even) .blue-time__item--image {
        order: 1;
    }
    .blue-time__item:nth-child(even) .blue-time__item--text {
        order: 2;
    }

    .threed-gait__contacts--form form {
        max-width: 100%;
    }

    .faq__title {
        padding-left: 30px;
        font-size: 15px;
        line-height: 21px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
    .faq .faq__content.article {
        font-size: 16px;
        line-height: 22px;
    }

    .faq__item.active .faq__title:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .faq__title:before{
        top: 50%;
        transform: translateY(-50%);
    }

    .lower-back__diagnosis--img {
        width: 100%;
        order: 2;
    }
    .lower-back__diagnosis--descr {
        width: 100%;
        order: 1;
    }
    .lower-back__diagnosis--bottom {
        height: auto;
    }
    .lower-back__diagnosis--top {
        height: auto;
    }
    .lower-back__diagnosis--item:nth-child(2) .lower-back__diagnosis--descr {
        width: 100%;
        order: 1;
        padding: 30px;
    }
    .lower-back__diagnosis--item:nth-child(2) .lower-back__diagnosis--img {
        width: 100%;
        order: 2;
    }
    .lower-back__diagnosis--descr ul li {
        font-size: 16px;
    }

    .advanced-therapies__list {
        grid-template-columns: repeat(1, 1fr)!important;
        grid-column-gap: 0;
    }
    .three_image_block {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }
    .new-article__black-block .about-img-right {
        flex-direction: column;
    }

    .threed-gait__works-left {
        width: 100%;
    }
    .threed-gait__works-right {
        width: 100%;
        padding-left: 0;
    }
    .threed-gait__works-left--line {
        display: none;
    }
    .threed-gait__works-left--column .threed-gait__works-left--elem::before {
        display: none !important;
    }
    .threed-gait__works-left--column:last-child .threed-gait__works-left--descr {
        order: 2;
    }
    .threed-gait__works-left--column:last-child .threed-gait__works-left--img {
        order: 1;
    }
    .threed-gait__works-left--elem {
        margin-bottom: 20px;
    }
    .threed-gait__works-right--btn {
        max-width: 300px;
    }
    .diagnosis-process-video__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .threed-gait__contacts-bottom {
        flex-wrap: wrap;
    }

    .threed-gait__contacts--form {
        width: 100%;
        order: 2;
    }

    .threed-gait__contacts--img {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text::before,
    .achilles-doc-video.achilles-doc .achilles-doc--text .achilles-doc--block-text::after {
        display: none!important;
    }
    .achilles-doc-video.achilles-doc .achilles-doc--text {
        padding: 0!important;
    }

    .threed-gait__works-left--elem {
        width: 100%;
        margin: 0 0 20px;
    }
    .types-injuries__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.newArticle__video-wrapper .slick-list,
.video_slider_list .slick-list{
    height: fit-content;
}

.sports-therapy__services {
    padding: 70px 0;

}
.sports-therapy__services--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
}
.sports-therapy__services--image {
    width: 370px;
    height: auto;
    margin: 0;
}
.sports-therapy__services--image img {
    display: block;
    width: 100%;
}
.sports-therapy__services--text {
    width: calc(100% - 440px);
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.sports-therapy__services--text h2.newArticle__title {
    text-align: left;
}
.sports-therapy__services--text h2.newArticle__title:before {
    right: unset;
}
.sports-therapy__services--item:nth-child(odd) {
    flex-direction: row-reverse;
}
.sports-therapy__services--item:nth-child(even) {
    flex-direction: row;
}
.sports-therapy__services--text p {
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.sports-therapy__services--text ul li {
    list-style: disc;
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: left;
}
.sports-therapy__services--text ul {
    margin-top: 20px;
}

.neck-pain__get-treatment {
    padding: 40px 0 257px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
.neck-pain__get-treatment .newArticle__text p {
    color: #ffffff;
}
.neck-pain__get-treatment .newArticle__text {
    margin-bottom: 34px;
    margin-top: 20px;
}
.neck-pain__small--container {
    max-width: 773px;
    width: 100%;
    margin: 0 auto;
}
.neck-pain__small--container .quote-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 45px 20px 55px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 20px 0;
}
.neck-pain__small--container .quote-block__image {
    max-width: 160px;
    margin: 0 auto 32px;
    width: 100%;
}
.neck-pain__small--container .quote-block__image img {
    display: block;
    width: 100%;
}
.neck-pain__small--container .quote-block__text {
    text-align: center;
    color: #000000;
    max-width: 1048px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 1.44;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.neck-form-custom__author.achilles-doc--left {
    background-color: #009ce9;
    margin: 0;
    width: auto;
}
.neck-form-custom__author .achilles-doc--img img {
    width: 100%;
}


.neck-form-custom {
    position: relative;
    z-index: 1;
    margin-top: -237px;
}
.neck-form-custom__container {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
}
.neck-form-custom__block {
    width: 475px;
    margin-right: 20px;
}
.neck-form-custom__block{
    margin-top: 0;
}
@media (max-width: 768px) {
    .neck-form-custom__block {
        margin-right: 0;
        margin-top: 30px;
        width: 100%;
    }
    .neck-form-custom__container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .neck-form-custom__author.achilles-doc--left {
        max-width: 475px;
        margin: 0 auto;
    }
}

.black-block-section.video-black-custo {
    background-color: black;
    padding: 40px 0 20px
}
.black-block-section.video-black-custo .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}
.black-block-section.video-black-custo .video_slider_list .slick-prev::before,
.black-block-section.video-black-custo .video_slider_list .slick-next::before{
    color: #5B5B5B;
    font: normal normal normal 70px / 1 FontAwesome;
}
.black-block-section.video-black-custo .prev {
    left: 40px;
}
.black-block-section.video-black-custo .next {
    right: 40px;
}
.black-block-section.video-black-custo .video_slider_list .slick-next::before{
    right: auto;
}
.black-block-section.video-black-custo .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;
}
.black-block-section.video-black-custo .slick-dots li {
    margin: 0 11px;
    width: 8px;
    height: 8px;
    background-color: #676767;
    border-radius: 100%;
    cursor: pointer;
}
.black-block-section.video-black-custo .slick-dots li.slick-active {
    background-color: #009ce9;
}
.black-block-section.video-black-custo .slick-dots li button {
    display: none;
}
.black-block-section.video-black-custo h2{
    color: #ffffff;
}
/* Table of Contents */
.content-anchors {
    display: grid;
    grid-template-columns: 670px 1fr;
    align-items: center;
    grid-column-gap: 140px;
}
.content-anchors__text {
    padding-top: 20px;
}
.content-anchors__text h2{
    text-align: left;
    font-weight: 600;
}
.content-anchors__list {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding-bottom: 30px;
}
.content-anchors__list h3 {
    padding-top: 40px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #DFDFDF;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-left: 20%;
    text-align: left;
}
.content-anchors__list:before {
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    left: 10px;
    background-color: #5C5C5C;
    position: absolute;
    z-index: 1;
}
.content-anchors__list--item {
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #DFDFDF;
    position: relative;
    padding-left: 20%;
    text-decoration: none;
    margin-bottom: 20px;
}
.content-anchors__list--item:last-child {
    margin-bottom: 0;
}
.content-anchors__list--item:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #009CE9;
    position: absolute;
    left: calc(10px - 4px);
    top: 50%;
    opacity: 0;
    z-index: 2;
    transform: translateY(-50%);
}
.content-anchors__list--item:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #5C5C5C;
    position: absolute;
    left: calc(10px - 3px);
    top: 50%;
    opacity: 1;
    z-index: 2;
    transform: translateY(-50%);
}
.content-anchors__list--item:hover{
    color: #009BE8;
    text-decoration: none;
}
.content-anchors__list--item:hover:after{
    opacity: 0;
}
.content-anchors__list--item:hover:before{
    opacity: 1;
}
.new-article__black-block.anchors-edit {
    padding: 0;
}
.new-article__black-block.anchors-edit .two-col-list{
    columns: 2;
}

@media (max-width: 1200px) {
    .content-anchors {
        grid-template-columns: 500px 1fr;
        grid-column-gap: 80px;
    }
}
@media (max-width: 992px) {
    .content-anchors {
        grid-template-columns: 0.5fr 0.5fr;
        grid-column-gap: 40px;
    }
}
@media (max-width: 768px) {
    .content-anchors {
        grid-template-columns: 1fr;
    }
    .new-article__black-block.text-hidden-cust-universal.anchors-edit .text-showing__btn {
        text-align: center;
        display: inline;
    }
    .content-anchors__list {
        padding-bottom: 50px;
    }
    .new-article__black-block.anchors-edit .two-col-list{
        columns: 2;
    }

    .sports-therapy__services--image {
        margin: 20px auto;
    }
    .sports-therapy__services--text {
        width: 100%;
    }

   .sports-therapy__services--item:nth-child(odd),
    .sports-therapy__services--item:nth-child(even){
        flex-direction: column;
        margin-bottom: 50px;
    }
}

.new-article__black-block.anchors-edit .anchors-edit__buttons .new-article__black-block--contact a{
    margin: 0 auto;
}
.new-article__black-block.text-hidden-cust-universal.anchors-edit .text-showing__btn {
    text-align: left;
}
.new-article__black-block.text-hidden-cust-universal.anchors-edit.active .anchors-edit__buttons {
    margin: 0 auto;
}
.new-article__black-block.anchors-edit .new-article__black-block--line {
    text-align: center;
}
.new-article__black-block.anchors-edit .new-article__black-block--line:before {
    display: none;
}
.new-article__black-block.anchors-edit .anchors-edit__buttons .new-article__black-block--line p {
    padding: 0;
}
.new-article__black-block.anchors-edit.active {

}

.shockwave-list {
    margin-top: -109px;
    position: relative;
}
.shockwave-list .container {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    padding: 56px 20px 46px;
    background-color: #FFFFFF;
}
.shockwave-list .newArticle__text {
    max-width: 980px;
    margin: 0 auto;
}
.shockwave-list .newArticle__text p strong {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
}
.shockwave-list .newArticle__text p {
    max-width: 717px;
    margin: 0 auto 30px;
    text-align: center;
}
.shockwave-list .newArticle__text ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shockwave-list .newArticle__text ul li {
    list-style: disc;
    color: #009CE9;
}
.shockwave-list .newArticle__text ul li a {
    text-transform: capitalize;
    color: #009CE9;
    text-decoration-line: underline;
    font-size: 18px;
    line-height: 40px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.shockwave-background {
    margin-top: -137px;
    height: 396px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shockwave-background .container {
    padding-top: 215px;
}
.shockwave-background .newArticle__text{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFFFFF
}
.shockwave-grey {
    background-color: #FBFBFB;
    padding: 64px 0 160px;
}
.shockwave-grey .container {
    max-width: 1050px;
    margin: 0 auto;
}
.shockwave-grey .newArticle__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #454545;
}
.black-actions-btn {
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-article__black-block.active {
    padding-bottom: 200px;
    position: relative;
}
.new-article__black-block.active .black-actions-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.new-article__black-block.anchors-edit.active .text-showing {
    margin-bottom: 100px;
    padding-top: 40px;
}
.new-article__black-block.anchors-edit.active .text-showing__btn.text-showing__btn {
    text-align: center;
}
.new-article__black-block.anchors-edit.active .anchors-edit__buttons .new-article__black-block--line p {
    text-align: center;
}
.new-article__black-block.anchors-edit.active .anchors-edit__buttons .new-article__black-block--contact a {
    margin: 0 auto;
}
.regenerative__banner.no-marg {
    margin-bottom: 0;
}
.template-regenerative.universal-regenerative {
    margin-bottom: 0!important;
}
html {
    scroll-behavior: smooth;
}

@media (max-width: 992px) {
    .shockwave-list {
        padding: 0 20px;
    }
    .shockwave-list .newArticle__text ul{
        justify-content: center;
    }
    .shockwave-background .container p{
        font-size: 16px;
        line-height: 22px;
    }
    .shockwave-background {
        height: 480px;
    }

    .runners-clinic__gait {
        padding: 50px 0 60px;
    }
    .runners-clinic__gait .newArticle-counter__list {
        margin: 0 auto;
    }
    .newArticle-counter__item--number {
        line-height: 70px;
        font-size: 40px;
    }
    .newArticle-counter__item--title {
        padding: 15px;
    }
}
@media (max-width: 768px) {
    .new-article__black-block .about-img-left-cust {
        flex-direction: column;
    }
    .new-article__black-block .about-img-left-cust img {
        max-width: 405px;
        margin: 20px auto;
    }
    .new-article__black-block .about-img-left-cust div{
        width: 100%;
    }
    .template__side-block--image.video-side {
        margin: 40px auto;
    }
    .new-article__black-block.active .black-actions-btn {
        display: flex;
        flex-direction: column;
    }
    .simple-text__list.two-half-size .simple-text__list--item{
        width: 100%;
        margin-bottom: 20px;
    }
    .triple-items .slick-track {
        display: flex;
        align-items: unset;
        border-bottom: unset;
        padding: 0;
    }
    .template__symptoms.universal-symptoms .template__symptoms--container {
        padding: 40px 20px 50px;
    }
    .template__top-block h1.span-big-text span.big-text {
        font-size: 70px;
        line-height: 60px;
    }

    .newArticle-counter__item--number {
        font-size: 40px;
    }
    .newArticle-counter__item--title {
        font-size: 18px;
    }
    .achilles-doc.achilles-doc-grey-back .achilles-doc--left {
        margin: 25px auto;
    }

    .achilles-doc.achilles-doc-grey-back .achilles-doc--text {
        width: 100%;
        padding: 0;
    }

}

.runners-clinic__gait {
    /*padding: 100px 0 0;*/
    background-image: url(/wp-content/uploads/2023/11/bg_runner-image-01.jpg);

    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;

    /* Custom */
    padding: 40px 0 0;
}
.runners-clinic__gait .newArticle__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: center;
    max-width: 826px;
    width: 100%;
    margin: 0 auto 40px;
}
.runners-clinic__gait .newArticle__title {
    margin-bottom: 27px;
    color: #fff;
}
.runners-clinic__gait .newArticle-counter__list {
    margin: 0 auto 128px;
}
.runners-clinic__gait.cust-counter-list {
    padding: 50px 0 30px;
}
.runners-clinic__gait.cust-counter-list .newArticle-counter__list .newArticle-counter__item--title {
    justify-content: center;
}
.runners-clinic__gait.cust-counter-list .newArticle-counter__list{
    margin: 0 auto 40px;
}
.runners-clinic__gait .newArticle-counter__item:last-child {
    margin-bottom: 0;
}
.newArticle-counter__item {
    width: 100%;
    margin-bottom: 10px;
}
.newArticle-counter__item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.newArticle-counter__item--number {
    width: 71px;
    text-align: center;
    display: flex;
    background-color: #0189cc;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    line-height: 90px;
    color: #fff;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.newArticle-counter__item--title {
    width: calc(100% - 71px);
    padding: 21px 21px;
    background-color: #009ce9;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.newArticle-counter__item--title h3{
    font-size: 24px;
    color: #fff;
}
.newArticle-counter__item--title p{
    margin-bottom: 0;
}
.newArticle-counter__list {
    display: flex;
    flex-direction: column;
    max-width: 826px;
    width: 100%;
}
.achilles-doc.cust-certificate .achilles-doc--left{
    width: 448px;
}
.achilles-doc.cust-certificate .achilles-doc--text {
    width: calc(100% - 448px);
    padding: 60px 100px 100px 44px;
}
.achilles-doc--img.certificate-img {
    margin-top: 60px;
}
.achilles-doc--img.certificate-img img{
    width: 100%;
}
.lower-back__diagnosis.block-pt__diagnosis.cust-margin {
    margin: 60px 0 20px;
}

.regenerative__banner.marg-bottom-200 {
    margin-bottom: -100px;
    padding: 101px 0 200px;
}
.regenerative__banner.marg-bottom-200 .regenerative__banner--text {
    max-width: 1060px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #FFF;
}
.nydnrehab__doc.with-marg-bottom-200 {
    position: relative;
}
.template__symptoms.cust-with-icon.universal-symptoms  {
    margin: 100px 0 60px;
}
.template__symptoms.cust-with-icon.universal-symptoms .template__symptoms--container {
    padding: 100px 60px 50px;
}
.template__symptoms.cust-with-icon.universal-symptoms  .syndrome--notes-block__image{
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.nydnrehab__doc.with-marg-bottom-200 .nydnrehab__doc.universal-doc.universal-doc-icon {
    margin: 0;
}
.template-regenerative.slider-cust {
    position: relative;
}
.template-regenerative.slider-cust .prev,
.template-regenerative.slider-cust .next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    max-width: 60px;
    z-index: 2;
    background: unset;
    border: unset;
}
.template-regenerative.slider-cust .prev {
    left: 10px;
}
.template-regenerative.slider-cust .next {
    right: 10px;
}

.quote-simple-blue {
    margin: 40px 0 60px;
}
.quote-simple-blue .container {
    background-color: #009CE9;
}
.quote-simple-blue__content {
    padding: 65px 70px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
@media (max-width: 768px) {
    .quote-simple-blue__content {
        padding: 65px 15px;
    }
}

.slider-content.is-loading,
.slider-content-machine.is-loading {
    opacity: 0;
    visibility: hidden;
}
.slider-content.swiper-ready,
.slider-content-machine.swiper-ready{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
}
.simple-slider__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
    height: 100%;
    transition: all 0.3s ease;
}
.simple-slider-machine__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
    height: 100%;
    transition: all 0.3s ease;
}
.simple-slider__item--image {
    height: 183px;
    width: 100%;
    position: relative;
}
.simple-slider-machine__item--image {
    height: 155px;
    width: 100%;
    position: relative;
}
.simple-slider__item--image---machine {
    position: absolute;
    height: 100%;
    width: 131px;
    top: 0;
    left: 0;
}
.simple-slider__item--image---machine img{
    width:100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}
.simple-slider__item--image h3 {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    bottom: 10px;
    left: 25px;
    margin: 0;
    text-align: left;
    z-index: 2;
}
.simple-slider__item--image img{
    width:100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.simple-slider__item--content {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px 15px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.simple-slider__item--content {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.simple-slider__item--content h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-bottom: 10px;
    text-align: left;
}
.simple-slider {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
    margin-bottom: 40px;
}
.simple-slider-machine {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
    margin-bottom: 100px;
}
.simple-slider .swiper-wrapper,
.simple-slider-machine .swiper-wrapper{
    display: flex;
    flex-direction: row;
    cursor: grab;
    transition: transform 0.8s ease;
}
.simple-slider .swiper-slide,
.simple-slider-machine .swiper-slide {
    flex: 0 0 auto;
    transition: all 0.3s ease;
    height: initial;
}
.simple-slider .swiper-slide.center-opacity,
.simple-slider-machine .swiper-slide.center-opacity {
    opacity: 1;
}
.simple-slider .swiper-slide-active,
.simple-slider .swiper-slide-next,
.simple-slider .swiper-slide-prev,
.simple-slider-machine .swiper-slide-active,
.simple-slider-machine .swiper-slide-next,
.simple-slider-machine .swiper-slide-prev {
    opacity: 1;
}

.swiper-pagination,
.machine-pagination,
.lev-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #D9D9D9;
    margin: 0 4px;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet:hover {
    background-color: #007bff;
}

.swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background-color: #007bff;
}

.swiper-button-prev,
.swiper-button-next,
.machine-prev,
.machine-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path,
.machine-prev:hover svg path,
.machine-next:hover svg path{
    transition: all .3s ease;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path,
.machine-prev:hover svg path,
.machine-next:hover svg path {
    fill: black;
}
.swiper-button-prev,
.machine-prev{
    left: calc(18%);
}
.swiper-button-next,
.machine-next{
    right: calc(18%);
}
.simple-grey {
    background-color: #FAFAFA;
    padding: 88px;
    height: max-content;
    min-height: 500px;
    margin-bottom: -250px;
}
.simple-grey .newArticle__text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #292929;
}

.template__side-block .template__side-block--text p {
    font-size: 18px;
    line-height: 26px;
}
.lower-back__diagnosis--img.cust-r10 {
    padding-right: 10px;
}
.lower-back__diagnosis--bottom ol.big-numbers {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.lower-back__diagnosis--bottom ol.big-numbers li{
    counter-increment: my-awesome-counter;
    list-style: inherit;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px 0;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.lower-back__diagnosis--bottom ol.big-numbers li:before{
    content: counter(my-awesome-counter);
    font-weight: 700;
    font-size: 3rem;
    margin-right: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    line-height: 1;
    color: #ffffff;
}
.gray-block-section.top-block.cust-margin-bottom {
    padding: 60px 0 250px;
    margin-bottom: -250px;
}
.blue-time__list.cust-list .blue-time__item:nth-child(odd) .blue-time__item--image {
    order: 2;
}
.blue-time__list.cust-list .blue-time__item:nth-child(odd) .blue-time__item--text {
    order: 1;
}
.blue-time__list.cust-list .blue-time__item:nth-child(even) .blue-time__item--image {
    order: 1;
}
.blue-time__list.cust-list .blue-time__item:nth-child(even) .blue-time__item--text {
    order: 2;
}
.block-img-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 57px;
    margin: 20px 0;
}
.diagnosis-process-video__list.simple-video-column {
    grid-column-gap: 18px;
}
.diagnosis-process-video__list.simple-video-column .diagnosis-process-video__item--preview{
    height: 170px;
}
.simple-video-column.svc-1 {
    grid-template-columns: repeat(1, 1fr);
}
.simple-video-column.svc-2 {
    grid-template-columns: repeat(2, 1fr);
}
.simple-video-column.svc-3 {
    grid-template-columns: repeat(3, 1fr);
}
.simple-video-column.svc-4 {
    grid-template-columns: repeat(4, 1fr);
}
.newArticle__text ul.col-2 {
    columns: 2;
}
.identifies-research {
    margin: 70px 0 40px;
}
.identifies-research__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.identifies-research__item {
    display: flex;
    flex-direction: row;
    padding: 25px 35px 25px;
    margin-bottom: 30px;
    position: relative;
    align-items: center;
    box-shadow: 0px 0px 6.9px 0px #00000026;
    width: 100%;
}
.identifies-research__item:not(:last-child):after {
    content: '';
    width: 200px;
    height: 30px;
    background-color: #009CE9;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
}
.identifies-research__item--content {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #292929;
    max-width: 80%;
    width: 100%;
}
.identifies-research__item--number {
    font-size: 96px;
    font-weight: 700;
    color: #E7E6E6;
    margin-right: 30px;
    min-width: 63px;
}
.simple-blue-quote {
    margin-top: 30px;
    margin-bottom: 50px;
}
.simple-blue-quote__container {
    background-color: #009CE9;
    padding: 34px 20px;
}
.simple-blue-quote__content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    background-color: #009CE9;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.simple-blue-quote__content a{
    color: #ffffff;
    text-decoration: underline;
}
.simple-blue-quote__content p{
    color: #ffffff;
}

.blue-simple-block__container {
    background-color: #009CE9;
    padding: 40px 0 50px;
}
.blue-simple-block__content {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.blue-simple-block__content:last-of-type {
    padding-top: 50px;
}
.blue-simple-block__content ul li{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
    list-style: disc;
}
.two-col-65-35 {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-column-gap: 30px;
    max-width: 85%;
    margin: 0 auto 20px;
}
.img-list {
    display: grid;
    grid-template-columns: 454px 1fr;
    grid-column-gap: 30px;
    margin: 15px 0;
}
.img-list ul li{
    margin-bottom: 15px;
}
.img-list img{
    height: 100%;
    width: auto;
}
.blue-simple-block__content h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0 0 25px 0;
    position: relative;
    padding-bottom: 25px;
    color: #ffffff;
    text-align: center;
}
.blue-simple-block__content h2:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    right: 0;
    margin: auto;
    max-width: 346px;
    background-color: #ffffff;
}
.blue-simple-block__content--image {
    position: absolute;
    left: 50%;
    top: -36px;
    width: 72px;
    height: 72px;
    transform: translate(-50%, 0);
}
.blue-simple-block__image {

}

.blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(odd) .blue-time__item--image {
    order: 1;
}
.blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(even) .blue-time__item--image {
    order: 2;
}
.blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(odd) .blue-time__item--custom {
    order: 2;
}
.blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(even) .blue-time__item--custom {
    order: 1;
}

.blue-time__item--custom---text {
    background-color: #009CE9;
    height: fit-content;
    padding: 18px 35px 26px;
}
.blue-time__item--subtext {
    background-color: #0189CC;
    height: fit-content;
    padding: 10px 35px 30px;
}
.blue-time__item--custom---text h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.blue-time__item--custom---text p,
.blue-time__item--subtext p{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
}
.blue-time__item--custom---text,
.blue-time__item--subtext {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
}
.blue-time__item--custom---text a,
.blue-time__item--subtext a {
    text-decoration: underline;
    color: #ffffff;
}
.blue-time__item--custom {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blue-time__list.custom-video .blue-time__item:nth-child(odd) .blue-time__item--custom-image {
    order: 1;
}
.blue-time__list.custom-video .blue-time__item:nth-child(even) .blue-time__item--custom-image {
    order: 2;
}
.blue-time__item--custom-image {
    width: 50%;
}
.blue-time__item--custom-image .blue-time__item--image {
    width: 100%;
    height: 100%;
}
.blue-time__item--custom-image.two-image .blue-time__item--image {
    height: 50%;
}
.blue-time__list.cust-border .blue-time__item{
    border-bottom: 2px solid white;
    position: relative;
}
.blue-time__list.cust-border .blue-time__item:after{
    position: absolute;
    content: '';
    left: 50%;
    width: 2px;
    transform: translate(-50%, 0);
    height: 100%;
    background-color: white;
    z-index: 2;
}
.blue-time__list.cust-border .blue-time__item--custom-image.two-image .blue-time__item--image:first-child{
    border-bottom: 2px solid white;
}
.achilles-doc-video__wrapper.flex-column,
.achilles-doc__wrapper.flex-column{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 40px 0 0 0;
}
.achilles-doc-video__wrapper.flex-column .achilles-doc--text,
.achilles-doc__wrapper.flex-column .achilles-doc--text{
    padding: 20px;
    width: 100%;
}
.achilles-doc-video__wrapper.flex-column .achilles-doc--left,
.achilles-doc__wrapper.flex-column .achilles-doc--left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.achilles-doc__wrapper.flex-column h2.newArticle__title,
.achilles-doc-video__wrapper.flex-column h2.newArticle__title{
    text-align: center;
    color: #FFFFFF;
}
.achilles-doc__wrapper.flex-column h2.newArticle__title:before,
.achilles-doc-video__wrapper.flex-column h2.newArticle__title:before{
    right: 0;
    background-color: #FFFFFF;
}
.achilles-doc__wrapper.flex-column .achilles-doc--img {
    width: 230px;
}
.achilles-doc__wrapper.flex-column .achilles-doc--img img{
    width: 100%;
}

.robotech__outcomes--top .robotech__outcomes--top---cust {
    color: #ffffff;
}
.robotech__outcomes--item p {
    font-size: 18px;
    line-height: 1.44;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 400;
}

.sports-therapy__form--content {
    text-align: center;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.sports-therapy__form--content:before {
    position: absolute;
    content: '';
    top: 5px;
    left: -10px;
    width: 21px;
    height: 18px;
    background-image: url(/wp-content/uploads/2017/10/quote_left.png);
    background-repeat: no-repeat;
    background-size: contain !important;
}
.sports-therapy__form--content:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -10px;
    width: 21px;
    height: 18px;
    background-image: url(/wp-content/uploads/2017/10/quote_right.png);
    background-repeat: no-repeat;
    background-size: contain !important;
}

.blue-blocklist {
    margin: 30px 0;
}
.blue-blocklist__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.blue-blocklist__list .blue-time__item{
    flex-direction: column;
    justify-content: flex-start;
}
.blue-blocklist__list .blue-time__item.first-item .blue-time__item--image{
    height: 368px;
}
.blue-blocklist__list .blue-time__item .blue-time__item--image {
    width: 100%;
    height: 190px;
    order:1;
    position: relative;
}
.blue-blocklist__list .blue-time__item .blue-time__item--text {
    width: 100%;
    order:2;

}

.blue-blocklist__list .blue-time__item .blue-time__item--image .vimeo-icon-play{
    display: block;
    max-width: 72px;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
}
.blue-blocklist__list .blue-time__item .blue-time__item--image .vimeo-icon-play svg{
    width: 100%;
}


@media (max-width: 1200px) {
    .block-img-5 {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 40px;
    }
    .img-list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .blue-time__item--custom-image {
        width: 100%;
    }
    .blue-time__list.cust-border .blue-time__item:after{
        display: none;
    }
    .newArticle__title {
        font-size: 24px;
    }
    .simple-slider {
        padding-top: 120px;
    }
    .simple-slider-machine {
        padding-top: 80px;
    }
    .simple-slider__item--image h3 {
        font-size: 14px;
        line-height: 16px;
        left: 18px;
    }
    .simple-slider__item--content h3{
        font-size: 14px;
        line-height: 16px;
    }
    .simple-slider__item--content {
        font-size: 11px;
    }
    .simple-slider__item--image {
        height: 122px;
    }
    .simple-slider-machine__item .simple-slider__item--image {
        height: 146px;
    }
    .swiper-slide .simple-slider__item,
    .swiper-slide .simple-slider-machine__item {
        transform: scaleY(0.93);
        margin-top: 15px;
    }
    .swiper-slide.active-slide .simple-slider__item,
    .swiper-slide.active-slide .simple-slider-machine__item {
        transform: none;
    }
    .simple-slider .swiper-slide,
    .simple-slider-machine .swiper-slide{
        opacity: 0.3;
        transition: all 0.3s ease;
    }
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }
    .simple-slider__item--content {
        padding: 0 18px 14px;
    }
    .lower-back__diagnosis--img.cust-r10 {
        padding-right: 0;
    }
    .block-img-5 {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-img-5 img{
        max-width: 75%;
    }
    .simple-video-column.svc-4,
    .simple-video-column.svc-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .newArticle__text ul.col-2 {
        columns: 1;
    }
    .identifies-research__item {
        flex-direction: column;
    }
    .diagnosis-process__item--number {
        font-size: 30px;
        padding: 31px 20px;
        width: 70px;
    }
    .diagnosis-process__item--text {
        font-size: 18px;
        padding: 20px;
    }
    .simple-blue-quote__content {
        max-width: unset;
    }
    .two-col-65-35 {
        grid-template-columns: 1fr;
        max-width: unset;
    }

    .runners-clinic__need--item {
        width: 100%;
    }
    .runners-clinic__need--img {
        height: auto;
    }
    .blue-blocklist__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .rehab-candidate__block.custom-universal {
        flex-direction: column;
    }
    .prehab-candidate__block.custom-universal .prehab-candidate__column {
        width: 100%;
    }
    .prehab-candidate__block.custom-universal .prehab-candidate__column:nth-child(2) {
        margin: 30px auto;
        width: 100%;
    }
}
@media (max-width: 450px) {
    .simple-video-column.svc-4,
    .simple-video-column.svc-3,
    .simple-video-column.svc-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .template__top-block h1 {
        font-size: 40px;
    }
}

.template__top-block {
    overflow: hidden;
}
.template__top-block .top-block-subtitle {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 32px;
    width: 100%;
    display: flex;
    align-items: center;
}
.template__top-block .top-block-subtitle p{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
    text-shadow: 0 4px 4px #00000040;
    position: relative;
    line-height: 1.2;
    font-style: italic;
    margin: 0;
    padding: 0 20px;
    max-width: 570px;
    width: 100%;
}
.template__top-block .top-block-subtitle:after,
.template__top-block .top-block-subtitle:before {
    height: 1px;
    content: '';
    background-color: #ffffff;
}
.template__top-block .top-block-subtitle:after {
    right: 0;
    width: 100%;
}
.template__top-block .top-block-subtitle:before {
    width: 74px;
    left: 0;
}

.runners-clinic__need {
    background-color: #fafafa;
    /*padding: 120px 0 33px;*/

    /* Custom */
    padding: 90px 0 33px;

}
.runners-clinic__need .newArticle__title {
    margin-bottom: 39px;
}
.runners-clinic__need--listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.runners-clinic__need--item {
    width: calc( 50% - 10px );
    margin: 0 0 20px;
    background-color: #009ce9;
}
.runners-clinic__need--img {
    /*height: 300px;*/
    overflow: hidden;

    /* Custom */
    height: 260px;
}
.runners-clinic__need--img img {
    display: block;
    width: 100%;
    margin: auto;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
.runners-clinic__need--descr {
    /*padding: 27px 30px 36px;*/

    /* Custom */
    padding: 20px;
}
.runners-clinic__need--descr *,
.runners-clinic__need--descr p {
    color: #fff;
}
.runners-clinic__need--descr p a {
    text-decoration: underline;
    font-weight: 700;
}
.runners-clinic__need--descr p a:hover {
    text-decoration: none;
    color: #fff;
}
@media (max-width: 992px) {
    .template__top-block .top-block-subtitle p{
        max-width: unset;
    }
    .template__top-block .top-block-subtitle:after {
        width: 30px;
    }
    .template__top-block .top-block-subtitle:before {
        width: 30px;
    }
    .blue-time__list.cust-list .blue-time__item.cust-two-txt .blue-time__item--image,
    .blue-time__list.cust-list .blue-time__item.cust-two-txt .blue-time__item--custom {
        width: 100%;
    }
    .blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(odd) .blue-time__item--image {
        order: 1;
    }
    .blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(even) .blue-time__item--image {
        order: 2;
    }
    .blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(odd) .blue-time__item--custom {
        order: 1;
    }
    .blue-time__list.cust-list .blue-time__item.cust-two-txt:nth-child(even) .blue-time__item--custom {
        order: 2;
    }

    .runners-clinic__need {
        padding: 80px 0 30px;
    }
    .runners-clinic__need--img {
        height: 250px;
    }
    .runners-clinic__need--descr {
        padding: 20px 15px 30px;
    }
}
.newArticle-content p.header-subtext-posts{
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    margin: 20px auto 0;
}
p.header-subtext-posts {
    font-size: 24px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 0 4px 4px #00000040;
    position: relative;
    line-height: 1.3;
    padding: 0 20px;
    max-width: 728px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}
.achilles-doc--text.certificates-added {
    display: grid;
    grid-template-columns: 458px 1fr;
    grid-column-gap: 40px;
    align-items: center;
}
.achilles-doc--certificate {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    display: grid;
}
.achilles-doc--certificate .achilles-doc--img{
    padding: 19px 0 0 19px;
    position: relative;
}
.achilles-doc__wrapper .achilles-doc--certificate .achilles-doc--img {
    width: 100%;
}
.achilles-doc--certificate .achilles-doc--img:before {
    position: absolute;
    border: 3px solid white;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 19px);
    height: calc(100% - 19px);
    z-index: 1;
}
.achilles-doc--certificate .achilles-doc--img img{
    z-index: 2;
    position: relative;
    max-width: 100%;
    height: auto;
}
.blue-block-two-images {
    margin: 20px 0 50px;
}
.blue-block-two-images__first-half {
    display: grid;
    grid-template-columns: 273px 1fr;
    grid-column-gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}
.blue-block-two-images__first-half .template__blue--text {
    background-color: #009CE9;
    padding: 40px;
}
.blue-block-two-images__second-half {
    display: grid;
    grid-template-columns: 1fr 568px;
    grid-column-gap: 10px;
    align-items: stretch;
}
.blue-block-two-images__second-half .template__blue--text{
    background-color:#0189CC;
    padding: 40px;
}
.blue-block-two-images .template__blue--image {
    max-width: unset;
    width: 100%;
}
.blue-block-two-images .template__blue--text {
    max-width: unset;
}
.template__blue--images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.blue-block-two-images .template__blue--image {
    position: relative;
    margin: 0;
}
.blue-block-two-images .template__blue--image .vimeo-icon-play {
    display: block;
    max-width: 80px;
    height: auto;
    width: 100%;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    transition: all .3s ease;
}
.blue-block-two-images .template__blue--image .vimeo-icon-play svg{
    width: 100%;
}
.blue-block-two-images .template__blue--image .vimeo-icon-play:hover {
    max-width: 82px;
}
@media (max-width: 992px) {
    .blue-block-two-images__first-half {
        grid-template-columns: 1fr;
    }
    .blue-block-two-images__second-half {
        grid-template-columns: 1fr;
    }
    .blue-block-two-images .template__blue--image {
        max-height: 320px ;
    }
    .achilles-doc--text.certificates-added {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    .prehab-candidate__block.custom-universal {
        flex-direction: column;
        align-items: center;
    }
    .blue-time__list.custom-video .blue-time__item:after{
        display: none;
    }
}
.custom-video-wrapper {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
}
.custom-video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}
.price-block {
    margin: 60px 0;
}
.price-block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.price-block__item {
    position: relative;
}
.price-block__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 31.77%, rgba(0, 76, 113, 0.7) 58.5%, rgba(0, 88, 131, 0) 88.8%);
}
.price-block__item--content,
.price-block__item--sum,
.price-block__item--button {
    z-index: 1;
}
.price-block__item--image {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.price-block__item--sum {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.price-block__item--text {
    color: #fff;
    padding: 0 20px 110px;
    z-index: 1;
    position: relative;
    margin-top: -100px;
}
.price-block__item--text h4{
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}
.price-block__item--text p{
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.price-block__item--text span{
    color: #fff;
    font-weight: 400;
}
.price-block__item--button {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%, 0);
}
.price-block__item--button .book-now-btn{
    background-color: #009CE9;
    color: #fff;
    padding: 0 23px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: 45px;
    width: fit-content;
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .3s ease;
}
.price-block__item--button .book-now-btn svg{
    margin-left: 10px;
}
.price-block__item--button .book-now-btn:hover{
    text-decoration: none;
    transform: scale(1.1);
}
@media (max-width: 992px) {
    .price-block__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .price-block__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

/* End Table of Contents */

/* New Research Slider */

.research-block {
    padding-bottom: 20px;
    overflow: hidden;
}

.research-block__slider {
    width: 100%;
    position: relative;
    overflow: visible;
    max-width: 1180px;
    padding: 0 5px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}

.research-block__slider.swiper-initialized .swiper-slide {
    opacity: .4;
    pointer-events: none;
}

.research-block__slider.swiper-initialized .swiper-slide.swiper-slide-active,
.research-block__slider.swiper-initialized .swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.research-block__slider.swiper-ready {
    opacity: 1;
    display: block;
}
.research-block__slider .swiper-wrapper {
    margin-bottom: 20px;
    align-items: stretch;
    padding-bottom: 40px;
}
.research-block__slider .swiper-slide {
    box-sizing: border-box;
    height: initial;
}
.research-block__item {
    box-shadow: 0 2px 4px 0 #00000040;
    border-top: 4px solid #009CE9;
    height: 100%;
    position: relative;
}
.research-block__item--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.research-block__item--header p.tag{
    height: auto;
    padding: 5px 15px 9px;
    background-color: #009CE9;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    max-width: max-content;
    white-space: normal;
    margin: 0;
}
.research-block__item--header p {
    color: #262626;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 14px;
    padding-right: 30px;
    margin: 0;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
}
.research-block__item h3 {
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
}
.research-block__item--content {
    padding: 0 30px 100px 22px;
    position: relative;
}
.research-block__item .case-studies__btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: auto;
    padding-left: 22px;
    display: flex;
    align-items: flex-end;
    gap: 1px;
}
.research-block__item .case-studies__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    line-height: 1.25;
    word-break: break-all;
}
.research-block__item .case-studies__btn svg{
    flex-shrink: 0;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 4px;
    position: relative;
    bottom: 2px;
}
.research-block__item--content .list-doctors {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.research-block__item--content .list-doctors li {
    display: flex;
    align-items: center;
    color: #262626;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 14px;
    margin: 0 15px 15px 0;
}
.research-block__item--content .list-doctors li.has-photo:before {
    display: none;
}
.research-block__item--content .list-doctors li.has-photo img{
    max-width: 25px;
    height: auto;
    display: block;
    margin-right: 5px;
    border-radius: 50%;
}
.research-block__item--content .list-doctors li:before {
    width: 15px;
    height: 15px;
    background-color: #D9D9D9;
    margin-right: 5px;
    border-radius: 50%;
    content: '';
}
.swiper-button-next, .swiper-button-prev {
    color: #000000;
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 34px;
}
.container-btn-slider {
    max-width: 1282px;
    position: relative;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
.is-hidden-block {
    display: none !important;
}
.container-btn-slider .swiper-button-prev{
    left: 0;
}
.container-btn-slider .swiper-button-next{
    right: 0;
}
/* End New Research Slider */

.sport_med_video {
    padding: 10px 0 71px;
    background-color: #000;
}
.sport_med_video h2 {
    color: #fff;
}
.sport_med_videoSlider {
    padding: 0 43px;
    padding-bottom: 56px;
}
.sport_med_videoItem {
    width: 100%;
    outline: none;
}
.sport_med_videoItem .wrap_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}
.sport_med_videoItem .wrap_video .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sport_med_videoItem .wrap_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sport_med_videoItem .wrap_text {
    text-align: center;
    position: relative;
    padding-bottom: 7px;
}
.sport_med_videoItem .wrap_text::before {
    position: absolute;
    content: '';
    width: 138px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    bottom: 0;
}
.sport_med_videoItem .wrap_text p {
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.sport_med_videoSlider .slick-prev {
    position: absolute;
    left: 0;
    top: 38%;
    transform: translateY(-50%);
    font-size: 0;
    width: 20px;
    border: none;
    background-color: transparent;
    height: 30px;
    outline: none;
    background: url(/wp-content/themes/nydnr/img/sportmed/prev.png) no-repeat !important;
}
.sport_med_videoSlider .slick-next {
    position: absolute;
    right: 0;
    top: 38%;
    transform: translateY(-50%);
    font-size: 0;
    width: 20px;
    border: none;
    background-color: transparent;
    height: 30px;
    outline: none;
    background: url(/wp-content/themes/nydnr/img/sportmed/next.png) no-repeat !important;
}
.sport_med_videoSlider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
}
.sport_med_videoSlider .slick-dots li {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 4.5px;
    cursor: pointer;
}
.sport_med_videoSlider .slick-dots li.slick-active {
    background-color: #fff;
}
.sport_med_videoSlider .slick-dots li button {
    display: none;
}
@media (max-width: 980px) {
    .sport_med_videoSlider .slick-dots li {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .sport_med_video {
        padding-bottom: 50px;
    }
    .sport_med_video.testimonial h2 {
        margin-bottom: 30px;
    }
    .sport_med_videoItem .wrap_text p {
        font-size: 16px;
    }
    .sport_med_clinic {
        padding: 40px 0;
    }
    .sport_med_videoSlider {
        padding: 0 25px 50px;
    }
    .sport_med_videoSlider .slick-next,
    .sport_med_videoSlider .slick-prev {
        width: 15px;
        height: 22.5px;
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }
    .sport_med_videoSlider .slick-dots li {
        width: 16px;
        height: 16px;
    }
}

.black-four-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}
.black-four-block__item {
    background-color: #272727;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.black-four-block__item--title {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
}
.black-four-block__item--text p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.black-four-block__item--text {
    padding: 20px 35px 10px;
}
.black-four-block__item--text ul {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;

}
.black-four-block__item--text ul li{
    margin-bottom: 15px;
    list-style: disc;
}
.black-four-block__item--text ul li::marker{
    color: #fff;
}
.black-four-block__item--image {
    width: 100%;
    height: 164px;
    display: block;
}
.black-four-block__item--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-block-with-btn .btn-show-text-custom{
    margin: 30px auto;
    text-align: center;
}
@media (max-width: 767px) {
    .black-four-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .achilles-doc--descr.cust-profiles {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 31px;
    }
    .achilles-doc--descr.cust-profiles .achilles-doc--descr__text strong,
    .achilles-doc--descr.cust-profiles .achilles-doc--descr__text p{
        text-align: center;
    }
    .achilles-doc--descr.cust-profiles:before {
        top: calc(50% - 1px);
        left: 0;
        height: 1px;
        width: 100%;
    }
    .achilles-doc--descr__profiles .global_verified {
        align-items: center;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body .goggle-review-card {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
}
.goggle-reviews-archive {
    padding: 40px 0;
}
.goggle-review-card {
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 10px;
    min-height: 230px;
}
.goggle-review-card__header {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.goggle-review-card__icon {
    width: 20px;
    height: 20px;
}
.goggle-review-card__icon svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goggle-review-card__header img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.goggle-review-card__header--text {
    display: flex;
    flex-direction: column;
}
.goggle-review-card__header .ti-name {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}
.goggle-review-card__header .ti-date {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 1;
}
.goggle-review-card__author {
    display: inline-flex;
}
.goggle-reviews-wrapper .slick-slide {
    display: flex;
    height: fit-content;
}
.goggle-reviews-wrapper.slick-slider,
.goggle-reviews-wrapper .slick-track,
.goggle-reviews-wrapper .slick-list {
    display: flex !important;
}
.goggle-reviews-wrapper .slick-track {
    padding: 24px 0;
    height: auto;
}
.goggle-review-card:hover {
    transform: translateY(-6px);
}
.goggle-reviews-wrapper  .ti-review-content {
    flex-grow: 1;
    max-height: 100px;
    overflow-y: auto;
    padding-right: 8px;
    margin-top: 12px;
    line-height: 1.6;
    font-size: 15px;
    color: #444;
}
.goggle-reviews-wrapper .ti-review-content::-webkit-scrollbar {
    width: 5px;
}
.goggle-reviews-wrapper .ti-review-content::-webkit-scrollbar-track {
    background: transparent;
}
.goggle-reviews-wrapper .ti-review-content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}
.goggle-reviews-wrapper .ti-review-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
}
.goggle-reviews-wrapper .ti-review-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
}
.goggle-reviews-wrapper .ti-stars {
    color: #F6BB08;
    font-size: 17px;
    margin: 11px 0;
}

.goggle-reviews-wrapper.is-loading {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.goggle-reviews-wrapper.is-ready {
    opacity: 1;
    visibility: visible;
}
.goggle-reviews-wrapper {
    position: relative;
}
.goggle-reviews-wrapper .ti-prev,
.goggle-reviews-wrapper .ti-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background-color: white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all .25s ease;
}

.goggle-reviews-wrapper .ti-prev {
    left: -10px;
}

.goggle-reviews-wrapper .ti-next {
    right: -10px;
}

.goggle-reviews-wrapper .ti-prev::before,
.goggle-reviews-wrapper .ti-next::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: all .25s ease;
}

.goggle-reviews-wrapper .ti-prev::before {
    transform: rotate(-135deg) translate(-2px, 2px);
}

.goggle-reviews-wrapper .ti-next::before {
    transform: rotate(45deg) translate(-2px, 2px);
}

.goggle-reviews-wrapper .ti-prev:hover,
.goggle-reviews-wrapper .ti-next:hover {
    border-color: #666;
    background-color: #666;
}

.goggle-reviews-wrapper .ti-prev:hover::before,
.goggle-reviews-wrapper .ti-next:hover::before {
    border-color: white;
}
.goggle-reviews-wrapper .slick-disabled {
    opacity: 0!important;
}
@media (max-width: 768px) {
    .goggle-reviews-wrapper .goggle-review-card {
        min-height: 250px;
    }
}

.blocklist-content__list {
    margin: 70px 0 20px;
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 85px;
}
.blocklist-content__list--item {
    background-color: #009BE8;
    border-radius: 30px;
    position: relative;
    padding: 64px 35px 40px;
    margin: 0 15px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 290px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.blocklist-content__list--item img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: auto;
    object-fit: cover;
}
.blocklist-content__list--item p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
@media (max-width: 1024px) {
    .blocklist-content__list {
        grid-template-columns: repeat(2, 1fr)!important;
    }
}
@media (max-width: 600px) {
    .blocklist-content__list {
        grid-template-columns: repeat(1, 1fr)!important;
    }
}
