/* Секция Услуги (новая) */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.page-template-page-usluga-new h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.page-template-page-usluga-new h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.page-template-page-usluga-new h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 47px;
}

.page-template-page-usluga-new header {
    margin-bottom: 0;
}

/*.page-template-page-usluga-new .breadcrumbs {*/
/*    margin-bottom: 20px;*/
/*}*/

.page-template-page-usluga-new #big-form {
    margin-bottom: 0;
}

.w-50 {
    width: 50%;
}

@media (max-width: 768px) {
    .page-template-page-usluga-new h1 {
        font-size: 36px;
    }

    .page-template-page-usluga-new h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

/* .tens-jumbotron {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 130px;
    height: 643px;
}

.tens-jumbotron__bg {
    height: 643px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

.jumbotron {
    height: 643px;
    /* background: #f8f8f8 url(//www.starclinic.ru/wp-content/themes/starclinic/./img/tens-jumbotron-bg.png); */
    /* border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%; */
    margin-bottom: 120px;
    background-position: center;
    background-repeat: no-repeat;
}

.jumbotron__content {
    width: 34%;
}

.jumbotron .container {
    position: relative;
}

.jumbotron__content h1 {
    padding-top: 80px;
    margin-bottom: 24px;
}

.jumbotron__content p {
    line-height: 150%;
    margin-bottom: 64px;
    padding-right: 60px;
}

.jumbotron__badge {
    display: flex;
    align-items: center;
    max-width: 360px;
    height: 50px;
    border-radius: 54px;
    padding: 9px;
    font-size: 20px;
    line-height: 120%;
    background: #ffe0ee url(//www.starclinic.ru/wp-content/themes/starclinic/./img/jumbotron_badge-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.jumbotron__badge+.jumbotron__badge {
    margin-top: 16px;
}

.jumbotron__badge_flag {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}

.jumbotron__image {
    width: 759px;
    height: 562px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .jumbotron {
        background-image: none !important;
        background: #f8f8f8;
        height: 413px;
        margin-bottom: 80px;
    }

    .jumbotron__content {
        width: 100%;
    }

    .jumbotron__content h1 {
        padding-top: 20px;
        margin-bottom: 16px;
        padding-right: 50%;
    }

    .jumbotron__content p {
        line-height: 150%;
        font-size: 14px;
        margin-bottom: 16px;
        padding-right: 50%;
    }

    .jumbotron__badge {
        max-width: 300px;
        height: 40px;
        border-radius: 54px;
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .jumbotron {
        background-color: transparent;
    }
}

.tens-features {
    margin-bottom: 130px;
    padding-bottom: 0;
}

.tens-features__content {
    /* display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}

.tens-features__item {
    padding: 24px 16px 24px;
    border-radius: 10px;
    background: #F8F8F8;
    min-height: 232px;
}

.tens-features__item-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
}

.tens-features__item-text {
    line-height: 120%;
}

@media (max-width: 768px) {
    .tens-features {
        margin-bottom: 80px;
    }

    .tens-features__content {
        display: block;
    }

    .tens-features__item {
        min-height: auto;
        margin-bottom: 16px;
    }

    .tens-features__item:last-child {
        margin-bottom: 0;
    }
}

.tens-about {
    margin-bottom: 130px;
    padding-bottom: 0;
}

.tens-about__content {
    display: flex;
}

.tens-about__item {
    border-radius: 10px;
    background: #F8F8F8;
    padding: 20px 26% 20px 24px;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
}

.tens-about__item span {
    color: #EA5B92;
}

.tens-about__item img {
    margin-right: 16px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.tens-about__item+.tens-about__item {
    margin-top: 16px;
}

.tens-about__image {
    width: 270px;
    min-height: 472px;
    flex-shrink: 0;
    border-radius: 10px;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .tens-about {
        margin-bottom: 80px;
    }

    .tens-about__item {
        padding-right: 16px;
    }

    .tens-about__content {
        flex-direction: column;
    }

    .tens-about__image {
        width: 100%;
        min-height: 280px;
        margin-left: 0;
        background-position: 0 70%;
        margin-top: 24px;
    }
}

.tens-areas {
    overflow-x: hidden;
}

.tens-areas__header {
    margin-bottom: 40px;
    display: flex;
}

.tens-areas h2 {
    margin-bottom: 8px;
}

.tens-areas-slider-init {
    margin: 0 -15px;
}

.tens-areas-slider-init .slick-list {
    overflow: visible;
}

.tens-areas-slider-btns {
    margin-top: 36px;
    display: inline-block;
}

.tens-areas-slider-prev {
    margin-right: 8px;
}

.tens-areas-slider-prev,
.tens-areas-slider-next {
    cursor: pointer;
}

.tens-areas-slider-prev.slick-disabled,
.tens-areas-slider-next.slick-disabled {
    opacity: 0.7;
    cursor: default;
}

.tens-areas__item {
    padding: 40px 40px 150px;
    border-radius: 10px;
    min-height: 406px !important;
    margin: 0 15px;
    position: relative;
}

.tens-areas__item-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
}

.tens-areas__item-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 124px;
    width: auto;
}

.tens-areas__item-text {
    line-height: 150%;
}

.tens-areas__item--blue {
    background-color: #D6E5F2;
}

.tens-areas__item--blue .tens-areas__item-title {
    color: #307CC0;
}

.tens-areas__item--green {
    background-color: #DCF0D6;
}

.tens-areas__item--green .tens-areas__item-title {
    color: #52B234;
}

.tens-areas__item--purple {
    background-color: #FFE0EE;
}

.tens-areas__item--purple .tens-areas__item-title {
    color: #DA2377;
}

.tens-areas__badge {
    border-radius: 54px;
    padding: 21px 122px 21px 28px;
    line-height: 150%;
    background: #F8F8F8 url(//www.starclinic.ru/wp-content/themes/starclinic/./img/jumbotron_badge-big-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 15px;
}

.tens-areas .slick-dots {
    bottom: -45px;
}

.tens-areas .slick-dots li,
.tens-areas .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.tens-areas .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 4px;
    border-radius: 8px;
    border: 1.5px solid #52B234;
    content: '';
    color: #52B234;
    opacity: 1 !important;
}

.tens-areas .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
}

.tens-areas .slick-dots li.slick-active button:before {
    background-color: #52B234;
}

@media (max-width: 768px) {
    .tens-areas__header {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .tens-areas__header .w-50 {
        width: 100%;
    }

    .tens-areas__badge {
        margin-top: 16px;
        margin-left: 0;
        border-radius: 15px;
    }

    .tens-areas h2 {
        margin-bottom: 20px;
    }

    .tens-areas-slider-btns {
        display: none;
    }

    .tens-areas__item {
        padding: 24px 8px 130px 24px;
        height: auto !important;
        min-height: auto !important;
        margin: 0 8px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .tens-areas__item-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .tens-areas-slider-init .slick-list {
        padding-left: 0 !important;
        padding-right: 60px !important;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .tens-areas-slider-init .slick-track {
        display: flex !important;
    }
}

.tens-pathologies {
    overflow-x: hidden;
    margin-bottom: 130px;
}

.tens-pathologies-slider-init {
    margin: 0 -15px;
}

.tens-pathologies-slider-init a {
    cursor: pointer;
}

.tens-pathologies-slider-init img {
    margin: 0 15px;
    height: 380px;
}

.tens-pathologies-slider-init .slick-list {
    overflow: visible;
}

.tens-pathologies .slick-dots {
    bottom: -45px;
}

.tens-pathologies .slick-dots li,
.tens-pathologies .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.tens-pathologies .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 4px;
    border-radius: 8px;
    border: 1.5px solid #DA2377;
    content: '';
    color: #DA2377;
    opacity: 1 !important;
}

.tens-pathologies .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
}

.tens-pathologies .slick-dots li.slick-active button:before {
    background-color: #DA2377;
}

@media (max-width: 768px) {
    .tens-pathologies {
        margin-bottom: 50px;
    }

    .tens-pathologies-slider-init .slick-list {
        padding-left: 0 !important;
        padding-right: 60px !important;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .tens-pathologies-slider-init .slick-track {
        display: flex !important;
    }
}

.tens-principles {
    margin-bottom: 150px;
    padding-bottom: 0;
}

.tens-principles .tens-areas__badge {
    margin-left: 0;
}

.tens-principles__list {
    display: flex;
    margin: 0 -15px 42px;
}

.tens-principles__item {
    width: 33.3%;
    margin: 0 15px;
}

.tens-principles__item-count {
    color: #EC5B8E;
    font-size: 90px;
    font-weight: 500;
    line-height: 120%;
}

.tens-principles__item-divider {
    margin-top: 42px;
    width: 100%;
    height: 2px;
    background-color: #EC5B8E;
}

.tens-principles__item-text {
    line-height: 150%;
    margin-top: 8px;
    padding-right: 130px;
}

@media (max-width: 768px) {
    .tens-principles {
        margin-bottom: 80px;
    }

    .tens-principles__list {
        flex-direction: column;
        margin: 0 0 40px;
    }

    .tens-principles__item {
        width: 100%;
        margin: 0;
    }

    .tens-principles__item+.tens-principles__item {
        margin-top: 40px;
    }

    .tens-principles__item-count {
        font-size: 60px;
    }

    .tens-principles__item-divider {
        display: none;
    }

    .tens-principles__item-text {
        padding-right: 0;
        margin-top: 0;
    }
}

.tens-mechanism {
    padding-top: 80px;
    background-color: #F8F8F8;
    padding-bottom: 260px;
    position: relative;
    margin-bottom: 130px;
}

.tens-mechanism__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}

.tens-mechanism__item {
    border-radius: 10px;
    background-color: #FFF;
    padding: 24px 55px 24px 32px;
    border-left: 8px solid #EC5B8E;
    font-weight: 500;
    line-height: 120%;
    min-height: 143px;
}

.tens-mechanism__item--pink {
    border-color: #EC5B8E;
}

.tens-mechanism__item--green {
    border-color: #52B234;
}

.tens-mechanism__item--blue {
    border-color: #307CC0;
}

.tens-mechanism__image {
    position: absolute;
    right: 0;
    bottom: -6px;
}

@media (max-width: 768px) {
    .tens-mechanism {
        padding-top: 48px;
        margin-bottom: 80px;
    }

    .tens-mechanism__list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

    .tens-mechanism__item {
        min-height: auto;
        padding: 24px 16px 24px 24px;
    }

    .tens-mechanism__image {
        width: 55%;
    }
}

@media (max-width: 568px) {
    .tens-mechanism__image {
        width: 75%;
    }
}

@media (max-width: 400px) {
    .tens-mechanism__image {
        width: 92%;
    }
}

.tens-video {
    margin-bottom: 130px;
    padding-bottom: 0;
}

.tens-video__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}

@media (max-width: 768px) {
    .tens-video {
        margin-bottom: 80px;
    }

    .tens-video__list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

    .tens-video iframe {
        height: 190px;
    }
}

.tens-result {
    margin-bottom: 130px;
    padding-bottom: 0;
}

.tens-result__content {
    border-radius: 54px;
    background: #F8F8F8;
    position: relative;
    min-height: 239px;
    overflow: hidden;
}

.tens-result__content>div {
    width: 50%;
}

.tens-result__image img {
    height: 100%;
}

.tens-result__image {
    margin-left: 15px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.tens-result__list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 40px;
}

.tens-result__item {
    display: flex;
    align-items: flex-start;
    line-height: 150%;
    width: 50%;
    margin-bottom: 20px;
}

.tens-result__item img {
    margin-right: 16px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}



@media (max-width: 768px) {
    .tens-result {
        margin-bottom: 80px;
    }

    .tens-result__content {
        border-radius: 10px;
        background: #F8F8F8;
        min-height: auto;
    }

    .tens-result__content>div {
        width: 100%;
    }

    .tens-result__image img {
        height: 140px;
        width: 100%;
        object-fit: cover;
    }

    .tens-result__image {
        margin-left: 0;
        text-align: left;
        width: 100%;
        position: relative;
        height: 140px;
    }

    .tens-result__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

