.runners-clinic__diagnosis {
    padding: 50px 0 35px;
    background-color: #fafafa;
}
.runners-clinic__diagnosis .newArticle__title {
    margin-bottom: 47px;
}
.runners-clinic__diagnosis--listing {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.runners-clinic__diagnosis--item {
    width: calc( 20% - 20px );
    max-width: 210px;
    margin: 0 10px 55px;
}
.runners-clinic__diagnosis--item strong {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.runners-clinic__diagnosis--img {
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}
.runners-clinic__diagnosis--btn {
    text-align: center;
}
.runners-clinic__diagnosis--btn a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 100%;
    max-width: 433px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    background-color: #009ce9;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 10px;
    line-height: 1.2;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.runners-clinic__diagnosis--btn a:hover,
.runners-clinic__diagnosis--btn a:focus,
.runners-clinic__diagnosis--btn a:active {
    opacity: .9;
    color: #fff;
    text-decoration: none;
}
.runners-clinic__awards .section_partners {
    padding: 50px 0 35px;
}
.runners-clinic .black-block-section .newArticle-store__img {
    width: calc( 41.5% - 10px );
    max-width: 475px;
}
.runners-clinic .black-block-section .newArticle-store__img img {
    max-width: 100%;
}
.runners-clinic .black-block-section .newArticle-store__description {
    width: calc( 58.5% - 10px );
    max-width: 100%;
}
.runners-clinic .black-block-section .newArticle-store__description .newArticle__title {
    padding-bottom: 16px;
    margin-bottom: 25px;
}
.runners-clinic .black-block-section .newArticle-store__description strong {
    display: block;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    line-height: 1.2;
}
.runners-clinic .black-block-section .newArticle-store__description >*:last-child {
    margin-bottom: 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;
}
.runners-clinic__gait .newArticle__title {
    margin-bottom: 27px;
    color: #fff;
}
.runners-clinic__gait .newArticle-counter__list {
    margin: 0 auto 128px;
}
.runners-clinic__gait .newArticle-counter__item:last-child {
    margin-bottom: 0;
}

.runners-clinic__need {
    /* 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: center;
}
.runners-clinic__need--item {
    width: calc( 50% - 10px );
    margin: 0 0 20px;
    background-color: #009ce9;
}
.runners-clinic__need--img {
    /*height: 300px;*/
    overflow: hidden;

    /* Custom */
    width: 100%;
    height: auto;
}
.runners-clinic__need--img img {
    display: block;
    width: 100%;
    margin: auto;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
.runners-clinic__need--descr {
    padding: 20px 30px 36px;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
}
.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;
}
.runners-clinic__benefits {
    padding: 40px 0;
}
.runners-clinic__benefits .newArticle__title {
    margin-bottom: 36px;
}
.runners-clinic__services {
    padding: 52px 0 20px;
    background-color: #000;
}
.runners-clinic__services .newArticle__title {
    color: #fff;
    margin-bottom: 46px;
}
.runners-clinic__services--listing {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.runners-clinic__services--item {
    width: calc( 50% - 30px );
    margin: 0 15px 40px;
    max-width: 475px;
}
.runners-clinic__services--img {
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.runners-clinic__services--img img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.runners-clinic__services--item strong {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0;
}

.runners-clinic__sertification {
    padding: 45px 0 30px;
    background-color: #fafafa;
}
.runners-clinic__sertification .newArticle__title {
    margin-bottom: 50px;
}

.runners-clinic__sertification--list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.runners-clinic__sertification--list a {
    width: 15%;
    margin: 0 5px 20px;
}
.runners-clinic__sertification--list a img {
    max-width: 121px;
    margin: auto;
    display: block;
}
.runners-clinic__doc {
    background-color: #009ce9;
}
.runners-clinic__doc--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.runners-clinic__doc--left {
    width: calc(32.65% - 10px );
}
.runners-clinic__doc--text {
    width: calc( 67.35% - 10px );
    padding: 50px 0 43px;
}
.runners-clinic__doc--text p {
    color: #fff;
}
.runners-clinic__doc--img {
    text-align: center;
}
.runners-clinic__doc--img img {
    display: block;
    margin: auto;
}
.runners-clinic__doc--descr {
    margin-top: 15px;
}
.runners-clinic__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;
}
.runners-clinic__doc--descr p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.63;
    color: #b3e5fd;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.runners-clinic__sert {
    padding: 45px 0;
    background-color: #0189cc;
}
.runners-clinic__doc--quote {
    padding: 5px 97px;
    position: relative;
}
.runners-clinic__doc--quote::before {
    position: absolute;
    content: '';
    top: 0;
    left: 20px;
    width: 46px;
    height: 39px;
    background-image: url(/wp-content/uploads/2017/10/quote_left.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.runners-clinic__doc--quote::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 20px;
    width: 46px;
    height: 39px;
    background-image: url(/wp-content/uploads/2017/10/quote_right.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}

.runners-clinic__doc--quote p {
    font-style: italic;
}
.runners-clinic__achievements {
    padding: 356px 0 40px;
    background-image: url(/wp-content/uploads/2014/01/group-23.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.runners-clinic__achievements .newArticle__title {
    color: #fff;
}
.runners-clinic__achievements--top {
    padding-bottom: 23px;
    margin-bottom: 20px;
    position: relative;
}
.runners-clinic__achievements--top::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background-color: #787878;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.runners-clinic__achievements strong {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin: 0;
}
.runners-clinic__achievements--img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 792px;
    margin: 0 auto 20px;
}
.runners-clinic__achievements--img-item {
    width: calc( 25% - 20px );
    margin: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.runners-clinic__achievements--img-item img {
    display: block;
    margin: auto;
    max-width: 100%;
}


.runners-clinic__video {
    padding: 35px 0 39px;
}
.runners-clinic__video .newArticle__title {
    margin-bottom: 39px;
}
.runners-clinic__video--wrapper {
    max-width: 773px;
    margin: 0 auto;
}
.runners-clinic__video--wrapper .video-container {
    margin: 0;
}
.runners-clinic__video--wrapper .video_slider_list  {
    padding: 0 0 58px;
    margin-bottom: 0;
}
.runners-clinic__video--wrapper .video_slider_list .slick-arrow {
    display: none !important;
}
.touch_device .runners-clinic__video--wrapper .video_slider_list .slick-dots {
    display: flex !important;
}
.runners-clinic__video--wrapper .video_slider_list .slick-dots {
    bottom: 0;
}
.runners-clinic__video--wrapper .video_slider_list .slick-dots li {
    margin-top: 0;
    margin: 0 9.5px !important;
    width: 11px;
    height: 11px;
    border: none;
    background-color: #e1e1e1;
}
.runners-clinic__video--wrapper .video_slider_list .slick-dots li.slick-active {
    background-color: #009ce9;
}

.runners-clinic__youtube a {
    display: block;
    padding: 38px 30px 33px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}
.runners-clinic__youtube a:hover,
.runners-clinic__youtube a:focus,
.runners-clinic__youtube a:active {
    text-decoration: none;
}
.runners-clinic__youtube a img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 33px;
    vertical-align: top;
}
.runners-clinic__youtube a span {
    display: block;
    text-align: center;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #009ce9;
    text-decoration: none;
}
.runners-clinic__youtube a:hover span {
    text-decoration: underline;
}
.runners-clinic__perfomance {
    padding: 20px 0 50px;
}
.runners-clinic__perfomance--wrapper {
    padding: 48px 0;
    background-color: #009ce9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 99px;
    padding-right: 18px;
    flex-wrap: wrap;
}

.runners-clinic__perfomance--img {
    width: calc( 36.658% - 10px );
}
.runners-clinic__perfomance--img img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.runners-clinic__perfomance--descr {
    width: calc( 63.342% - 10px );
    padding-left: 100px;
}
.runners-clinic__perfomance--descr h3 {
    margin: 0;
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    letter-spacing: 4.2px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left;
}
.runners-clinic__perfomance--descr strong {
    display: block;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.64;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.runners-clinic__perfomance--descr p {
    color: #fff;
    margin-bottom: 40px;
}
.runners-clinic__perfomance--btn {
    text-align: left;
}
.runners-clinic__perfomance--btn a {
    display: inline-block;
    vertical-align: top;
    max-width: 277px;
    height: 56px;
    width: 100%;
    border: 2px solid rgba(255,255,255,.5);
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 15px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.runners-clinic__perfomance--btn a:hover,
.runners-clinic__perfomance--btn a:focus,
.runners-clinic__perfomance--btn a:active {
    color: #009ce9;
    text-decoration: none;
    border: 2px solid #fff;
    background-color: #fff;
}

.runners-clinic__testimonials {
    padding: 30px 0 62px;
    background-color: #fafafa;
}
.runners-clinic__testimonials .newArticle__title {
    margin-bottom: 57px;
}
.runners-clinic__testimonials--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.runners-clinic__testimonials--img {
    width: calc(41.5% - 10px );
}
.runners-clinic__testimonials--img img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.runners-clinic__testimonials--descr {
    width: calc( 58.5% - 10px );
}
.runners-clinic__testimonials--quote {
    padding: 0 102px;
    position: relative;
    margin-top: -7px;
}
.runners-clinic__testimonials--quote::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 22px;
    left: 47px;
    top: 30px;
    background-image: url(/wp-content/uploads/2017/10/quote_left.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.runners-clinic__testimonials--quote::after {
    position: absolute;
    content: '';
    right: 26px;
    bottom: -30px;
    width: 26px;
    height: 22px;
    background-image: url(/wp-content/uploads/2017/10/quote_right.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.runners-clinic__testimonials--quote strong {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    margin-bottom: 20px;
}
.runners-clinic__testimonials--quote p {
    margin: 0;
}
.runners-clinic__proteus {
    padding: 40px 0 50px;
}
.runners-clinic__proteus .newArticle__title {
    margin-bottom: 40px;
}
.runners-clinic__proteus img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.runners-clinic__kineo {
    padding: 45px 0 65px;
    background-color: #000;
}
.runners-clinic__kineo .newArticle__title {
    color: #fff;
}
.runners-clinic__kineo strong {
    display: block;
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.runners-clinic__kineo--listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.runners-clinic__kineo--item {
    width: calc((100% / 3 ) - ( 40px / 3 ));
    margin: 0 0 20px;
}
.runners-clinic__kineo--item img {
    display: block;
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.runners-clinic__included .container {
    padding: 30px 0;
    margin: 30px auto;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
.runners-clinic__included ul {
    list-style: none;
    padding: 0;
    max-width: 650px;
    margin: 25px auto 30px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
.runners-clinic__included ul li {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 30px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #009ce9;
    text-align: left;
}
.runners-clinic__included ul li span {
    color: #0A0A0A;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}
/* Custom */
.gait-and-running.runners-clinic .newArticle-counter__item--number {
    font-size: 40px;
    line-height: 68px;
}
/* End Custom */

.runners-clinic__need--gait {
    background-color: #009CE9;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.runners-clinic__need--descr ul {
    list-style: disc;
}
.runners-clinic__need--descr ul li {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 30px;
    font-size: 18px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    text-align: left;
    color: #fff;
}

.real-time__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #009ce9;
}

.real-time__item--image {
    width: 50%;
    order: 1;
    position: relative;
}

.real-time__item--image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.real-time__item--text {
    width: 50%;
    padding: 35px 24px 35px 20px;
    order: 2;
    align-self: center;
}

.real-time__item:nth-child(even) .real-time__item--image {
    order: 2;
}

.real-time__item:nth-child(even) .real-time__item--text {
    order: 1;
}

.real-time__item--text strong {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.real-time__item--text p {
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 15px;
}

.real-time__item--text p:last-child {
    margin-bottom: 0;
}

.real-time__item--number {
    position: absolute;
    top: 20px;
    left: -15px;
    width: 99px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    background-color: #009ce9;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
}

.real-time__item:nth-child(even) .real-time__item--number {
    left: auto;
    right: -15px;
}

.real-time__item--btn {
    margin-top: 30px;
}

.real-time__item--btn a {
    font-size: 20px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.real-time__item--btn a:hover,
.real-time__item--btn a:focus,
.real-time__item--btn a:active {
    color: #fff;
    text-decoration: underline;
}

.newArticle-counter__list {
    display: flex;
    flex-direction: column;
    max-width: 826px;
    width: 100%;
    margin: -350px auto 27px;
}

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

.template-9 .template__side-block--container {
    align-items: center;
}
.template-9 .template__side-block--image.cus-pad {
    max-width: 475px;
}

.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing ul strong{
    text-transform: uppercase;

}
.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing ul li {
    color: #454545;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    list-style: none;
}
.syndrome--notes-block .container {
    overflow: hidden;
}
.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing ul li:before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #009CE9; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
}

.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing .blue-block {
    position: relative;
    padding: 39px 0;
}
.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing .blue-block p {
    text-align: center;
    color: #FFF;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 2;
    position: relative;
}
.syndrome--notes-block__text .newArticle__text.custom-template-9 .text-showing .blue-block:before{
    background-color: #009CE9;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150%;
    z-index: 1;
}
.template-9 .our-games__three:last-child {
    background-color: #fff!important;
}
.our-games__three:last-child  .our-games__three--image:first-child {
    padding: 0;
}
.our-games__three:last-child  .our-games__three--image .our-games__three--img {
    max-width: unset;
    margin: 0;
}
.template-9 .our-games__three:last-child  .our-games__three--image:first-child .our-games__three--text {
    display: none;
}
.template-9 .simple-text {
    background-color: #F8F8F8;
    padding: 120px 0 20px;
}
.template-9 .template-regenerative .syndrome--notes-block{
    margin-top: -30px;
}
.template-9 .template-regenerative .syndrome--notes-block .syndrome--notes-block__image {
    z-index: 2;
}
.template-9 .newArticle__video--container {
    overflow: hidden;
}

.template__side-block--image.video-cus {
    position: relative;
}
.template__side-block--image.video-cus .video-cus__btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100px;
    height: fit-content;
    transition: all .3s ease;
}
.template__side-block--image.video-cus .video-cus__btn:hover svg {
    transform: scale(1.1);
}
.template__side-block--image.video-cus .video-cus__btn svg {
    width: 100%;
    transition: all .3s ease;
    height: fit-content;
}
@media (max-width: 1199px)  {
    .gait-and-running.runners-clinic .prehab__top-block {
        padding: 200px 0;
    }
    .prehab__top-block__listing a {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }
    .runners-clinic__diagnosis--item strong {
        font-size: 18px;
    }
    .runners-clinic__sertification--list a img {
        max-width: 100px;
    }
    .runners-clinic__perfomance .container {
        padding: 0;
    }
    .runners-clinic__perfomance--wrapper {
        padding: 45px 15px;
    }
    .runners-clinic__testimonials--quote::before {
        display: none;
    }
    .runners-clinic__testimonials--quote::after {
        display: none;
    }
    .runners-clinic__testimonials--quote {
        padding: 0;
    }
    .runners-clinic__testimonials .newArticle__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px)  {
    .prehab__top-block__listing a::before {
        display: none;
    }
    .runners-clinic__diagnosis {
        padding-top: 40px;
    }
    .runners-clinic__diagnosis .newArticle__title {
        margin-bottom: 35px;
    }
    .runners-clinic .black-block-section .newArticle-store__description {
        width: 100%;
        padding: 40px 0 30px;
    }
    .runners-clinic .black-block-section .newArticle-store__img {
        width: 100%;
        margin-bottom: 0;
        max-width: 100%;
    }
    .runners-clinic .black-block-section .newArticle-store__img img {
        width: auto;
        max-width: 100%;
        margin: auto;
    }
    .runners-clinic .black-block-section .newArticle-store__description strong {
        text-align: center;
    }
    .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;
    }
    .runners-clinic__need {
        padding: 80px 0 30px;
    }
    .runners-clinic__need--img {
        height: 250px;
    }
    .runners-clinic__need--descr {
        padding: 20px 15px 30px;
    }
    .runners-clinic__sertification .newArticle__title {
        margin-bottom: 35px;
    }
    .runners-clinic__sertification--list a {
        width: auto;
        margin: 0 15px 20px;
    }
    .runners-clinic__sertification--list a img {
        max-width: 80px;
    }
    .runners-clinic__doc--text {
        padding: 30px 0 40px;
    }
    .runners-clinic__doc--wrapper {
        padding-top: 40px;
    }
    .runners-clinic__doc--left {
        width: 100%;
    }
    .runners-clinic__doc--text {
        width: 100%;
    }
    .runners-clinic__sert .runners-clinic__doc--wrapper {
        padding-top: 0;
    }
    .runners-clinic__doc--quote {
        padding: 5px 40px;
        position: relative;
        max-width: 600px;
        margin: auto;
    }
    .runners-clinic__sert .runners-clinic__doc--text {
        padding: 25px 0 0;
    }
    .runners-clinic__doc--quote::before {
        width: 26px;
        height: 22px;
        left: 5px;
    }
    .runners-clinic__doc--quote::after {
        width: 26px;
        height: 22px;
        right: 10px;
    }
    .runners-clinic__video .newArticle__title {
        margin-bottom: 25px;
    }
    .runners-clinic__perfomance--descr {
        padding-left: 0;
    }
    .runners-clinic__perfomance--descr h3 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: 2.5px;
    }
    .runners-clinic__perfomance--btn a {
        max-width: 230px;
        padding-left: 5px;
    }
    .runners-clinic__testimonials--quote strong {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .runners-clinic__testimonials--quote p {
        font-size: 16px;
        line-height: 1.4;
    }
    .runners-clinic__testimonials {
        padding: 40px 0;
    }
    .runners-clinic__achievements {
        padding: 220px 0 40px;
    }
    .runners-clinic__diagnosis--item {
        width: calc( 33% - 20px );
    }

    .real-time__item--text {
        padding: 25px 15px;
    }

    .real-time__item--number {
        width: 70px;
        height: 50px;
        line-height: 50px;
        left: 0;
        font-size: 30px;
    }

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

@media (max-width: 767px)  {
    .gait-and-running.runners-clinic .prehab__top-block {
        padding: 150px 0 180px;
    }
    .prehab__top-block__listing a {
        font-size: 16px;
        margin: 0 0px 10px;
        width: 100%;
    }
    .runners-clinic__diagnosis--item {
        width: calc( 50% - 20px );
        margin: 0 10px 50px;
    }
    .runners-clinic__diagnosis--btn a {
        font-size: 16px;
        max-width: 400px;
    }
    .runners-clinic .black-block-section .newArticle-store__description strong {
        font-size: 20px;
    }
    .runners-clinic__need--item {
        width: 100%;
    }
    .runners-clinic__need--img {
        height: auto;
    }
    .runners-clinic__services {
        padding: 40px 0 60px;
    }
    .runners-clinic__services .newArticle__title {
        margin-bottom: 35px;
    }
    .runners-clinic__services--item {
        width: 100%;
        margin: 0 0 40px;
    }
    .runners-clinic__services--item:last-child {
        margin-bottom: 0;
    }
    .runners-clinic__services--img {
        margin-bottom: 25px;
    }
    .runners-clinic__services--item strong {
        font-size: 18px;
    }
    .runners-clinic__youtube a {
        padding: 35px 10px;
    }
    .runners-clinic__youtube a span {
        font-size: 18px;
    }
    .runners-clinic__perfomance--img {
        width: 100%;
        margin-bottom: 25px;
    }
    .runners-clinic__perfomance--descr {
        width: 100%;
    }
    .runners-clinic__perfomance--descr h3 {
        text-align: center;
    }
    .runners-clinic__perfomance--descr strong {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .runners-clinic__perfomance--descr p {
        margin-bottom: 20px;
        text-align: center;
    }
    .runners-clinic__perfomance--btn {
        text-align: center;
    }
    .runners-clinic__testimonials--img {
        width: 100%;
        margin-bottom: 25px;
    }
    .runners-clinic__testimonials--descr {
        width: 100%;
        text-align: center;
    }
    .runners-clinic__testimonials--quote {
        margin-top: 0;
    }
    .runners-clinic__testimonials--img img {
        width: auto;
        margin: auto;
    }
    .runners-clinic__proteus .newArticle__title {
        margin-bottom: 25px;
    }
    .runners-clinic__kineo--item {
        width: calc( 50% - 10px );
    }
    .runners-clinic__kineo {
        padding: 45px 0;
    }
    .runners-clinic__video--wrapper .video_slider_list .slick-dots li {
        margin: 0 5px !important;
    }
    .runners-clinic__achievements--img-item {
        width: calc( 50% - 20px );
    }

    .real-time__item--image,
    .real-time__item--text {
        width: 100%;
    }

    .real-time__item:nth-child(even) .real-time__item--image {
        order: 1;
    }

    .real-time__item:nth-child(even) .real-time__item--text {
        order: 2;
    }

    .newArticle-counter__item--number {
        font-size: 40px;
    }

    .newArticle-counter__item--title {
        font-size: 18px;
    }

}

@media (max-width: 600px)  {
    .runners-clinic__kineo--item {
        width: 100%;
    }
    .runners-clinic__kineo--item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px)  {
    .runners-clinic__diagnosis--item {
        width: 100%;
        margin: 0 auto 35px;
    }
    .runners-clinic__diagnosis--btn a {
        font-size: 14px;
        max-width: 400px;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    .template-9 .template-regenerative {
        margin-top: 160px;
    }
}